pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/giflib



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Thu Jan  9 15:56:11 UTC 2020

Modified Files:
        pkgsrc/graphics/giflib: Makefile PLIST

Log Message:
giflib: Install libutil as libgifutil to supply GifQuantizeBuffer()

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.49 -r1.50 pkgsrc/graphics/giflib/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/graphics/giflib/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/giflib/Makefile
diff -u pkgsrc/graphics/giflib/Makefile:1.49 pkgsrc/graphics/giflib/Makefile:1.50
--- pkgsrc/graphics/giflib/Makefile:1.49        Tue Jan  7 20:25:14 2020
+++ pkgsrc/graphics/giflib/Makefile     Thu Jan  9 15:56:11 2020
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.49 2020/01/07 20:25:14 sevan Exp $
+# $NetBSD: Makefile,v 1.50 2020/01/09 15:56:11 ryoon Exp $
 
 .include "Makefile.common"
+PKGREVISION=   1
 
 COMMENT=       GIF image format library
 
@@ -9,4 +10,10 @@ CONFLICTS+=   libungif-[0-9]*
 INSTALL_TARGET=        install-include
 INSTALL_TARGET+=       install-lib
 
+post-install:
+       ${INSTALL_LIB} ${WRKSRC}/libutil.a \
+               ${DESTDIR}${PREFIX}/lib/libgifutil.a
+       ${INSTALL_LIB} ${WRKSRC}/libutil.so \
+               ${DESTDIR}${PREFIX}/lib/libgifutil.so
+
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/graphics/giflib/PLIST
diff -u pkgsrc/graphics/giflib/PLIST:1.7 pkgsrc/graphics/giflib/PLIST:1.8
--- pkgsrc/graphics/giflib/PLIST:1.7    Tue Jan  7 20:25:14 2020
+++ pkgsrc/graphics/giflib/PLIST        Thu Jan  9 15:56:11 2020
@@ -1,6 +1,8 @@
-@comment $NetBSD: PLIST,v 1.7 2020/01/07 20:25:14 sevan Exp $
+@comment $NetBSD: PLIST,v 1.8 2020/01/09 15:56:11 ryoon Exp $
 include/gif_lib.h
 lib/libgif.a
 lib/libgif.so
 lib/libgif.so.7
 lib/libgif.so.7.2.0
+lib/libgifutil.a
+lib/libgifutil.so



Home | Main Index | Thread Index | Old Index