diff options
Diffstat (limited to '')
-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 a56221fb9343..5de4716a7bbd 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 000000000000..59796d09421c --- /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 000000000000..0e43778fbf35 --- /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 000000000000..8e9ce5caec6e --- /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 4fb72c7c4c18..c8d421c5766f 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 |