[Midnightbsd-cvs] mports [23428] trunk/graphics/png: fix png
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Tue May 8 09:04:39 EDT 2018
Revision: 23428
http://svnweb.midnightbsd.org/mports/?rev=23428
Author: laffer1
Date: 2018-05-08 09:04:38 -0400 (Tue, 08 May 2018)
Log Message:
-----------
fix png
Modified Paths:
--------------
trunk/graphics/png/Makefile
Added Paths:
-----------
trunk/graphics/png/files/
trunk/graphics/png/files/patch-libpng.pc.in
Modified: trunk/graphics/png/Makefile
===================================================================
--- trunk/graphics/png/Makefile 2018-05-08 12:24:49 UTC (rev 23427)
+++ trunk/graphics/png/Makefile 2018-05-08 13:04:38 UTC (rev 23428)
@@ -2,6 +2,7 @@
PORTNAME= png
PORTVERSION= 1.6.34
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/lib${PORTNAME}/lib${PORTNAME}16/${PORTVERSION} \
ftp://ftp.simplesystems.org/pub/lib${PORTNAME}/${PORTNAME}/src/lib${PORTNAME}16/
Added: trunk/graphics/png/files/patch-libpng.pc.in
===================================================================
--- trunk/graphics/png/files/patch-libpng.pc.in (rev 0)
+++ trunk/graphics/png/files/patch-libpng.pc.in 2018-05-08 13:04:38 UTC (rev 23428)
@@ -0,0 +1,10 @@
+--- libpng.pc.in.orig 2018-05-08 09:02:09.000000000 -0400
++++ libpng.pc.in 2018-05-08 09:02:30.000000000 -0400
+@@ -6,7 +6,6 @@
+ Name: libpng
+ Description: Loads and saves PNG files
+ Version: @PNGLIB_VERSION@
+-Requires: zlib
+ Libs: -L${libdir} -lpng at PNGLIB_MAJOR@@PNGLIB_MINOR@
+ Libs.private: @LIBS@
+ Cflags: -I${includedir}
Property changes on: trunk/graphics/png/files/patch-libpng.pc.in
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property
More information about the Midnightbsd-cvs
mailing list