[Midnightbsd-cvs] mports [15770] trunk/graphics/png: png 1.5.17

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Dec 22 15:43:30 EST 2013


Revision: 15770
          http://svnweb.midnightbsd.org/mports/?rev=15770
Author:   laffer1
Date:     2013-12-22 15:43:29 -0500 (Sun, 22 Dec 2013)
Log Message:
-----------
png 1.5.17

Modified Paths:
--------------
    trunk/graphics/png/Makefile
    trunk/graphics/png/distinfo

Added Paths:
-----------
    trunk/graphics/png/files/patch-CMakeLists.txt

Modified: trunk/graphics/png/Makefile
===================================================================
--- trunk/graphics/png/Makefile	2013-12-22 20:36:45 UTC (rev 15769)
+++ trunk/graphics/png/Makefile	2013-12-22 20:43:29 UTC (rev 15770)
@@ -1,7 +1,7 @@
 # $MidnightBSD$
 
 PORTNAME=	png
-PORTVERSION=	1.5.16
+PORTVERSION=	1.5.17
 CATEGORIES=	graphics
 MASTER_SITES=	SF/lib${PORTNAME}/lib${PORTNAME}15/${PORTVERSION}
 DISTNAME=	lib${PORTNAME}-${PORTVERSION}
@@ -11,10 +11,9 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Library for manipulating PNG images
+
 LICENSE=	other
 
-MAKE_JOBS_SAFE=	yes
-
 USE_XZ=		yes
 GNU_CONFIGURE=	yes
 USE_CMAKE=	yes
@@ -32,10 +31,6 @@
 
 .include <bsd.mport.options.mk>
 
-.if defined(WITH_DEBUG)
-BROKEN=		Please remove WITH_DEBUG for this port
-.endif
-
 .if ${PORT_OPTIONS:MAPNG} || make(makesum) || defined(FETCH_ALL)
 MASTER_SITES+=	SF/apng/libpng/libpng15/:apng
 DISTFILES+=	${DISTNAME}-apng.patch.gz:apng
@@ -67,7 +62,7 @@
         ${FALSE}; \
         fi)
 
-pre-su-install:
+pre-install:
 	@${MKDIR} ${PREFIX}/include/libpng
 	@${MKDIR} ${PREFIX}/libdata/pkgconfig
 

Modified: trunk/graphics/png/distinfo
===================================================================
--- trunk/graphics/png/distinfo	2013-12-22 20:36:45 UTC (rev 15769)
+++ trunk/graphics/png/distinfo	2013-12-22 20:43:29 UTC (rev 15770)
@@ -1,4 +1,4 @@
-SHA256 (libpng-1.5.16.tar.xz) = 506399882539d57b0654af0e3d83e643b0a5167ae1658ae21bda55cc39aa7c62
-SIZE (libpng-1.5.16.tar.xz) = 720024
-SHA256 (libpng-1.5.16-apng.patch.gz) = 713222b3d196d83b7c2b3e4c7dd3a521a0a7d26638567d3352d69ef748de959b
-SIZE (libpng-1.5.16-apng.patch.gz) = 9489
+SHA256 (libpng-1.5.17.tar.xz) = 572631353d4ac12433765f7db55e824c2fd4b16019fa41d6738b5e92471292a7
+SIZE (libpng-1.5.17.tar.xz) = 721568
+SHA256 (libpng-1.5.17-apng.patch.gz) = 87e9bb553217d7be8c5eaadd3eeab8fb6eb185e7675bdf8b8363898b4abba9a0
+SIZE (libpng-1.5.17-apng.patch.gz) = 9510

Added: trunk/graphics/png/files/patch-CMakeLists.txt
===================================================================
--- trunk/graphics/png/files/patch-CMakeLists.txt	                        (rev 0)
+++ trunk/graphics/png/files/patch-CMakeLists.txt	2013-12-22 20:43:29 UTC (rev 15770)
@@ -0,0 +1,12 @@
+--- CMakeLists.txt~	2013-07-07 13:31:51.000000000 +0300
++++ CMakeLists.txt	2013-07-07 13:32:01.000000000 +0300
+@@ -59,9 +59,6 @@
+ # SET LIBNAME
+ set(PNG_LIB_NAME png${PNGLIB_MAJOR}${PNGLIB_MINOR})
+ 
+-# to distinguish between debug and release lib
+-set(CMAKE_DEBUG_POSTFIX "d")
+-
+ # Use the prebuilt pnglibconf.h file from the scripts folder
+ # TODO: fix this by building with awk; without this no cmake build can be
+ # configured directly (to do so indirectly use your local awk to build a



More information about the Midnightbsd-cvs mailing list