pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/png Backing out PNG patch that installed lib/...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5b30f17181d5
branches: trunk
changeset: 471136:5b30f17181d5
user: ben <ben%pkgsrc.org@localhost>
date: Fri Mar 19 18:36:46 2004 +0000
description:
Backing out PNG patch that installed lib/pkgconfig/libpng12.pc because it
was done incorrectly and because it was disruptive to the pkgsrc freeze.
Will fix this correctly after the freeze is finished.
diffstat:
graphics/png/Makefile | 7 +------
graphics/png/PLIST | 3 +--
2 files changed, 2 insertions(+), 8 deletions(-)
diffs (42 lines):
diff -r 09bcc077271c -r 5b30f17181d5 graphics/png/Makefile
--- a/graphics/png/Makefile Fri Mar 19 16:08:56 2004 +0000
+++ b/graphics/png/Makefile Fri Mar 19 18:36:46 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.55 2004/03/18 22:40:40 ben Exp $
+# $NetBSD: Makefile,v 1.56 2004/03/19 18:36:46 ben Exp $
# On update, don't forget to increase shared library major/minor's in
# accordance with changes (patch-aa).
@@ -35,15 +35,10 @@
INSTALLATION_DIRS= include lib man/man3 man/man5
-post-build:
- cd ${WRKSRC}/scripts && \
- ${SED} -e s\!@PREFIX@!${PREFIX}! <libpng.pc.in >libpng12.pc
-
post-install:
${INSTALL_MAN} ${WRKSRC}/libpng.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/libpngpf.3 ${PREFIX}/man/man3
${INSTALL_MAN} ${WRKSRC}/png.5 ${PREFIX}/man/man5
- ${INSTALL_DATA} ${WRKSRC}/scripts/libpng12.pc ${PREFIX}/lib/pkgconfig/
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 09bcc077271c -r 5b30f17181d5 graphics/png/PLIST
--- a/graphics/png/PLIST Fri Mar 19 16:08:56 2004 +0000
+++ b/graphics/png/PLIST Fri Mar 19 18:36:46 2004 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.5 2004/03/18 22:40:40 ben Exp $
+@comment $NetBSD: PLIST,v 1.6 2004/03/19 18:36:46 ben Exp $
include/png.h
include/pngconf.h
lib/libpng.a
@@ -6,7 +6,6 @@
lib/libpng.so
lib/libpng.so.${LIBPNG_SO_MAJOR}
lib/libpng.so.${LIBPNG_SO_MAJOR}.${LIBPNG_SO_MINOR}
-lib/pkgconfig/libpng12.pc
man/man3/libpng.3
man/man3/libpngpf.3
man/man5/png.5
Home |
Main Index |
Thread Index |
Old Index