diff options
author | steve <steve@FreeBSD.org> | 2000-09-18 14:22:50 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-09-18 14:22:50 +0800 |
commit | b6f8ce669799cc0d0f9fb0bbae76439092b81630 (patch) | |
tree | 03f1eb8b42d745461b7f1250908493eb259d327c /x11-toolkits | |
parent | c8bf580a5cf33a4100dcfe5ebe8ffa50324b3653 (diff) | |
download | freebsd-ports-graphics-b6f8ce669799cc0d0f9fb0bbae76439092b81630.tar.gz freebsd-ports-graphics-b6f8ce669799cc0d0f9fb0bbae76439092b81630.tar.zst freebsd-ports-graphics-b6f8ce669799cc0d0f9fb0bbae76439092b81630.zip |
Don't build/install the debug versions of lib{Mrm,Uil,Xm}.
Requested by: asami
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/open-motif/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/open-motif/files/patch-Mrm-Imakefile | 13 | ||||
-rw-r--r-- | x11-toolkits/open-motif/files/patch-Xm-Imakefile | 13 | ||||
-rw-r--r-- | x11-toolkits/open-motif/files/patch-uil-Imakefile | 13 | ||||
-rw-r--r-- | x11-toolkits/open-motif/pkg-plist | 3 |
5 files changed, 40 insertions, 3 deletions
diff --git a/x11-toolkits/open-motif/Makefile b/x11-toolkits/open-motif/Makefile index a56221fb934..5de4716a7bb 100644 --- a/x11-toolkits/open-motif/Makefile +++ b/x11-toolkits/open-motif/Makefile @@ -8,6 +8,7 @@ PORTNAME= open-motif PORTVERSION= 2.1.30 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ftp://openmotif.opengroup.org/pub/openmotif/R${PORTVERSION}/tars/ \ ftp://ftp.opengroup.org/pub/openmotif/R${PORTVERSION}/tars/ \ diff --git a/x11-toolkits/open-motif/files/patch-Mrm-Imakefile b/x11-toolkits/open-motif/files/patch-Mrm-Imakefile new file mode 100644 index 00000000000..59796d09421 --- /dev/null +++ b/x11-toolkits/open-motif/files/patch-Mrm-Imakefile @@ -0,0 +1,13 @@ +--- lib/Mrm/Imakefile.orig Sun Sep 17 23:11:27 2000 ++++ lib/Mrm/Imakefile Sun Sep 17 23:12:05 2000 +@@ -36,8 +36,10 @@ + + #define DoNormalLib NormalLibMrm + #define DoSharedLib SharedLibMrm ++#if 0 + #define DoDebugLib DebugLibMrm + #define DoProfileLib ProfileLibMrm ++#endif + #define LibName Mrm + #define SoRev SOMRMREV + #define HasSharedData NO diff --git a/x11-toolkits/open-motif/files/patch-Xm-Imakefile b/x11-toolkits/open-motif/files/patch-Xm-Imakefile new file mode 100644 index 00000000000..0e43778fbf3 --- /dev/null +++ b/x11-toolkits/open-motif/files/patch-Xm-Imakefile @@ -0,0 +1,13 @@ +--- lib/Xm/Imakefile.orig Sun Sep 17 23:14:50 2000 ++++ lib/Xm/Imakefile Sun Sep 17 23:15:01 2000 +@@ -41,8 +41,10 @@ + + #define DoNormalLib NormalLibXm + #define DoSharedLib SharedLibXm ++#if 0 + #define DoDebugLib DebugLibXm + #define DoProfileLib ProfileLibXm ++#endif + #define LibName Xm + #define SoRev SOXMREV + #define HasSharedData YES diff --git a/x11-toolkits/open-motif/files/patch-uil-Imakefile b/x11-toolkits/open-motif/files/patch-uil-Imakefile new file mode 100644 index 00000000000..8e9ce5caec6 --- /dev/null +++ b/x11-toolkits/open-motif/files/patch-uil-Imakefile @@ -0,0 +1,13 @@ +--- clients/uil/Imakefile.orig Sun Sep 17 23:19:36 2000 ++++ clients/uil/Imakefile Sun Sep 17 23:19:50 2000 +@@ -40,8 +40,10 @@ + + #define DoNormalLib NormalLibUil + #define DoSharedLib SharedLibUil ++#if 0 + #define DoDebugLib DebugLibUil + #define DoProfileLib ProfileLibUil ++#endif + #define LibName Uil + #define SoRev SOUILREV + #define HasSharedData NO diff --git a/x11-toolkits/open-motif/pkg-plist b/x11-toolkits/open-motif/pkg-plist index 4fb72c7c4c1..c8d421c5766 100644 --- a/x11-toolkits/open-motif/pkg-plist +++ b/x11-toolkits/open-motif/pkg-plist @@ -319,15 +319,12 @@ lib/X11/uid/xmanimate.uid lib/libMrm.a lib/libMrm.so lib/libMrm.so.2 -lib/libMrm_d.a lib/libUil.a lib/libUil.so lib/libUil.so.2 -lib/libUil_d.a lib/libXm.a lib/libXm.so lib/libXm.so.2 -lib/libXm_d.a share/doc/openmotif/BUGREPORT share/doc/openmotif/CLOSEDBUGS.gz share/doc/openmotif/COPYRIGHT.MOTIF |