pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/openmotif Same libraries were not installed in Fre...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ddd7817d832d
branches:  trunk
changeset: 467554:ddd7817d832d
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Feb 02 23:10:29 2004 +0000

description:
Same libraries were not installed in FreeBSD, so use PLIST_SUBST to
make the precompiled package.

diffstat:

 x11/openmotif/Makefile |  8 +++++++-
 x11/openmotif/PLIST    |  8 ++++----
 2 files changed, 11 insertions(+), 5 deletions(-)

diffs (50 lines):

diff -r 4d6c628fd52e -r ddd7817d832d x11/openmotif/Makefile
--- a/x11/openmotif/Makefile    Mon Feb 02 21:07:26 2004 +0000
+++ b/x11/openmotif/Makefile    Mon Feb 02 23:10:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/01/20 12:28:26 agc Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/02 23:10:29 xtraeme Exp $
 # FreeBSD: /c/ncvs/ports/x11-toolkits/open-motif/Makefile,v 1.18 2000/10/09 01:40:02 asami Exp
 # OpenBSD: Makefile,v 1.5 2000/10/23 16:08:12 espie Exp
 
@@ -36,6 +36,12 @@
 
 .include "../../mk/bsd.prefs.mk"
 
+.if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+=          AVAILABLE="@comment "
+.else
+PLIST_SUBST+=          AVAILABLE=
+.endif
+
 # We must use GNU make on Linux
 .if ${OPSYS} == "Linux"
 USE_GNU_TOOLS+=                make
diff -r 4d6c628fd52e -r ddd7817d832d x11/openmotif/PLIST
--- a/x11/openmotif/PLIST       Mon Feb 02 21:07:26 2004 +0000
+++ b/x11/openmotif/PLIST       Mon Feb 02 23:10:29 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2003/02/23 13:11:24 jmmv Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/02/02 23:10:29 xtraeme Exp $
 bin/mwm
 bin/uil
 bin/xmbind
@@ -233,15 +233,15 @@
 lib/libMrm.a
 lib/libMrm.so
 lib/libMrm.so.2
-lib/libMrm.so.2.1
+${AVAILABLE}lib/libMrm.so.2.1
 lib/libUil.a
 lib/libUil.so
 lib/libUil.so.2
-lib/libUil.so.2.1
+${AVAILABLE}lib/libUil.so.2.1
 lib/libXm.a
 lib/libXm.so
 lib/libXm.so.2
-lib/libXm.so.2.1
+${AVAILABLE}lib/libXm.so.2.1
 man/man1/mwm.1
 man/man1/uil.1
 man/man1/xmbind.1



Home | Main Index | Thread Index | Old Index