On 2013/04/11 21:42, Brad Smith wrote:
> Here is an update to png 1.5.15.
>
> OK?
Have you tested much at runtime with it? Bulk build with this in is
looking good so far, 5500 ports in and no fallout yet.
>
> Index: Makefile
> ===================================================================
> RCS file: /home/cvs/ports/graphics/png/Makefile,v
> retrieving revision 1.90
> diff -u -p -r1.90 Makefile
> --- Makefile 25 Mar 2013 00:21:37 -0000 1.90
> +++ Makefile 12 Apr 2013 01:32:57 -0000
> @@ -2,10 +2,10 @@
>
> COMMENT= library for manipulating PNG images
>
> -VERSION= 1.5.14
> +VERSION= 1.5.15
> DISTNAME= libpng-${VERSION}
> PKGNAME= png-${VERSION}
> -SHARED_LIBS= png 15.0
> +SHARED_LIBS= png 15.1
> CATEGORIES= graphics
> DPB_PROPERTIES= parallel
> MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=libpng/}
> Index: distinfo
> ===================================================================
> RCS file: /home/cvs/ports/graphics/png/distinfo,v
> retrieving revision 1.33
> diff -u -p -r1.33 distinfo
> --- distinfo 25 Mar 2013 00:21:37 -0000 1.33
> +++ distinfo 12 Apr 2013 01:28:51 -0000
> @@ -1,2 +1,2 @@
> -SHA256 (libpng-1.5.14.tar.gz) = IgB/gPa21q0rXTe8E13OZwGhek1krubUbt04mL+7EBg=
> -SIZE (libpng-1.5.14.tar.gz) = 1073008
> +SHA256 (libpng-1.5.15.tar.gz) = cmIkt6a1rQAyB4vz+1qE/7WtaDozpi1n975etbw30HY=
> +SIZE (libpng-1.5.15.tar.gz) = 1083892
> Index: patches/patch-scripts_libpng_pc_in
> ===================================================================
> RCS file: /home/cvs/ports/graphics/png/patches/patch-scripts_libpng_pc_in,v
> retrieving revision 1.25
> diff -u -p -r1.25 patch-scripts_libpng_pc_in
> --- patches/patch-scripts_libpng_pc_in 25 Mar 2013 00:21:37 -0000
> 1.25
> +++ patches/patch-scripts_libpng_pc_in 12 Apr 2013 01:33:15 -0000
> @@ -1,6 +1,6 @@
> $OpenBSD: patch-scripts_libpng_pc_in,v 1.25 2013/03/25 00:21:37 brad Exp $
> ---- scripts/libpng.pc.in.orig Wed Jan 23 21:59:05 2013
> -+++ scripts/libpng.pc.in Sat Mar 23 21:04:52 2013
> +--- scripts/libpng.pc.in.orig Wed Mar 27 21:21:27 2013
> ++++ scripts/libpng.pc.in Thu Apr 11 21:30:19 2013
> @@ -1,10 +1,11 @@
> prefix=@prefix@
> exec_prefix=@exec_prefix@
> @@ -10,7 +10,7 @@ $OpenBSD: patch-scripts_libpng_pc_in,v 1
>
> Name: libpng
> Description: Loads and saves PNG files
> - Version: 1.5.14
> + Version: 1.5.15
> -Libs: -L${libdir} -lpng15
> +Libs: -L${libdir} -lpng
> +Libs.private: -lz -lm
> Index: patches/patch-scripts_makefile_openbsd
> ===================================================================
> RCS file:
> /home/cvs/ports/graphics/png/patches/patch-scripts_makefile_openbsd,v
> retrieving revision 1.39
> diff -u -p -r1.39 patch-scripts_makefile_openbsd
> --- patches/patch-scripts_makefile_openbsd 25 Mar 2013 00:21:37 -0000
> 1.39
> +++ patches/patch-scripts_makefile_openbsd 12 Apr 2013 01:33:07 -0000
> @@ -1,6 +1,6 @@
> $OpenBSD: patch-scripts_makefile_openbsd,v 1.39 2013/03/25 00:21:37 brad Exp
> $
> ---- scripts/makefile.openbsd.orig Wed Jan 23 21:59:05 2013
> -+++ scripts/makefile.openbsd Sat Mar 23 21:07:49 2013
> +--- scripts/makefile.openbsd.orig Wed Mar 27 21:21:27 2013
> ++++ scripts/makefile.openbsd Thu Apr 11 21:29:02 2013
> @@ -7,8 +7,10 @@
> # and license in png.h
>
> @@ -12,7 +12,7 @@ $OpenBSD: patch-scripts_makefile_openbsd
> +INCDIR= ${PREFIX}/include/libpng
>
> SHLIB_MAJOR= 15
> - SHLIB_MINOR= 1.5.14
> + SHLIB_MINOR= 1.5.15
> @@ -22,15 +24,34 @@ HDRS= png.h pngconf.h pnglibconf.h
>
> CFLAGS+= -W -Wall
>
> --
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
>