pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/SDL_image lib/libSDL_image-1.2.so was not bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c186795b032
branches:  trunk
changeset: 467561:2c186795b032
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Feb 03 01:27:37 2004 +0000

description:
lib/libSDL_image-1.2.so was not built in FreeBSD, so use PLIST_SUBST
for now (should be this fixed with libtool 1.5.x?)

diffstat:

 graphics/SDL_image/Makefile |  10 +++++++++-
 graphics/SDL_image/PLIST    |   4 ++--
 2 files changed, 11 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r b095b6838d9a -r 2c186795b032 graphics/SDL_image/Makefile
--- a/graphics/SDL_image/Makefile       Tue Feb 03 01:16:40 2004 +0000
+++ b/graphics/SDL_image/Makefile       Tue Feb 03 01:27:37 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/05 22:44:04 jlam Exp $
+# $NetBSD: Makefile,v 1.14 2004/02/03 01:27:37 xtraeme Exp $
 #
 
 DISTNAME=              SDL_image-1.2.3
@@ -27,6 +27,14 @@
        ${LIBTOOL} --mode=install ${INSTALL_PROGRAM} ${WRKSRC}/showimage \
                ${PREFIX}/bin
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "FreeBSD"
+PLIST_SUBST+=          AVAILABLE="@comment "
+.else
+PLIST_SUBST+=          AVAILABLE=
+.endif
+
 .include "../../graphics/jpeg/buildlink3.mk"
 .include "../../graphics/png/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"
diff -r b095b6838d9a -r 2c186795b032 graphics/SDL_image/PLIST
--- a/graphics/SDL_image/PLIST  Tue Feb 03 01:16:40 2004 +0000
+++ b/graphics/SDL_image/PLIST  Tue Feb 03 01:27:37 2004 +0000
@@ -1,7 +1,7 @@
-@comment $NetBSD: PLIST,v 1.2 2003/09/09 13:36:56 adam Exp $
+@comment $NetBSD: PLIST,v 1.3 2004/02/03 01:27:37 xtraeme Exp $
 bin/showimage
 include/SDL/SDL_image.h
-lib/libSDL_image-1.2.so
+${AVAILABLE}lib/libSDL_image-1.2.so
 lib/libSDL_image-1.2.so.1
 lib/libSDL_image-1.2.so.1.2
 lib/libSDL_image.a



Home | Main Index | Thread Index | Old Index