summaryrefslogtreecommitdiff
path: root/graphics/png/PLIST
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-04-16 23:19:15 +0000
committerwiz <wiz@pkgsrc.org>2006-04-16 23:19:15 +0000
commit089ea9a234d239e7b9e83d15ef7272c31c1dff34 (patch)
tree34bfb180bedd5a6d67ad399da1bc00ab4e6c6617 /graphics/png/PLIST
parent1f5a7f66fa8212cf2cadd60c8ff8ad8ff500e04f (diff)
downloadpkgsrc-089ea9a234d239e7b9e83d15ef7272c31c1dff34.tar.gz
Update to 1.2.9nb1:
. pngconf.h included "config.h" if HAVE_CONFIG_H is defined -- really not a good idea, patch it out. broke at least libwmf, reported by veego@ . install some libpng12 files -- IIUC, libpng12* is the future and libpng* is becoming obsolete -- at least according to the wishes of the authors. Don't follow this completely yet, but still patch the pkg-config file to link against -lpng instead of -lpng12, which would require a recursive PKGREVISION bump. We should probably do this at some future time. . switch pkgconfig file to look for headers in include/libpng12 -- the headers still exist in include/ for backwards compatibility. . switch to using GNU_CONFIGURE and the included libtool handling instead of patching in our own into a Makefile. Gets rid of patches and pkgsrc Makefile code.
Diffstat (limited to 'graphics/png/PLIST')
-rw-r--r--graphics/png/PLIST9
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/png/PLIST b/graphics/png/PLIST
index 9268d8a7ba9..66ccc2fef59 100644
--- a/graphics/png/PLIST
+++ b/graphics/png/PLIST
@@ -1,8 +1,15 @@
-@comment $NetBSD: PLIST,v 1.8 2004/09/22 08:09:37 jlam Exp $
+@comment $NetBSD: PLIST,v 1.9 2006/04/16 23:19:15 wiz Exp $
+bin/libpng-config
+bin/libpng12-config
+include/libpng12/png.h
+include/libpng12/pngconf.h
include/png.h
include/pngconf.h
lib/libpng.la
+lib/libpng12.la
+lib/pkgconfig/libpng.pc
lib/pkgconfig/libpng12.pc
man/man3/libpng.3
man/man3/libpngpf.3
man/man5/png.5
+@dirrm include/libpng12