pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/jasper libjasper.so was not built in FreeBSD,...
details: https://anonhg.NetBSD.org/pkgsrc/rev/b095b6838d9a
branches: trunk
changeset: 467560:b095b6838d9a
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Tue Feb 03 01:16:40 2004 +0000
description:
libjasper.so was not built in FreeBSD, so disable them using PLIST_SUBST,
should fix the problems seen in the last bulk build.
diffstat:
graphics/jasper/Makefile | 10 +++++++++-
graphics/jasper/PLIST | 4 ++--
2 files changed, 11 insertions(+), 3 deletions(-)
diffs (41 lines):
diff -r 9de4865b8d3c -r b095b6838d9a graphics/jasper/Makefile
--- a/graphics/jasper/Makefile Tue Feb 03 00:18:22 2004 +0000
+++ b/graphics/jasper/Makefile Tue Feb 03 01:16:40 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2003/10/08 02:21:32 danw Exp $
+# $NetBSD: Makefile,v 1.10 2004/02/03 01:16:40 xtraeme Exp $
#
DISTNAME= jasper-1.600.0
@@ -23,5 +23,13 @@
${INSTALL_DATA} ${WRKSRC}/${doc} ${PREFIX}/share/doc/jasper
.endfor
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+= AVAILABLE="@comment "
+.else
+PLIST_SUBST+= AVAILABLE=
+.endif
+
.include "../../graphics/jpeg/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 9de4865b8d3c -r b095b6838d9a graphics/jasper/PLIST
--- a/graphics/jasper/PLIST Tue Feb 03 00:18:22 2004 +0000
+++ b/graphics/jasper/PLIST Tue Feb 03 01:16:40 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/11/12 19:39:15 dillo Exp $
+@comment $NetBSD: PLIST,v 1.4 2004/02/03 01:16:40 xtraeme Exp $
bin/imgcmp
bin/imginfo
bin/jasper
@@ -16,7 +16,7 @@
include/jasper/jas_types.h
include/jasper/jas_version.h
include/jasper/jasper.h
-lib/libjasper-1.600.so
+${AVAILABLE}lib/libjasper-1.600.so
lib/libjasper-1.600.so.0
lib/libjasper-1.600.so.0.0
lib/libjasper.a
Home |
Main Index |
Thread Index |
Old Index