Date: Sat, 23 Jun 2012 16:52:40 +0200 (CEST) From: Niclas Zeising <zeising@daemonic.se> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/169349: [PATCH] update archivers/zlib to latest version to fix build with clang Message-ID: <201206231452.q5NEqeQX041020@vincent.daemonic.se> Resent-Message-ID: <201206231500.q5NF0MHc031210@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169349 >Category: ports >Synopsis: [PATCH] update archivers/zlib to latest version to fix build with clang >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Jun 23 15:00:22 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Niclas Zeising >Release: FreeBSD 9.0-RELEASE amd64 >Organization: >Environment: System: FreeBSD vincent.daemonic.se 9.0-RELEASE FreeBSD 9.0-RELEASE #0 r232364: Fri Mar 2 01:14:23 CET 2012 root@vincent.daemonic.se:/usr/obj/usr/src/sys/VINCENT amd64 >Description: archivers/zlib doesn't build with clang. >How-To-Repeat: >Fix: attached patch contains an update to archivers/zlib to the latest version, which fixes the build with clang. --- archivers.zlib.update.diff begins here --- Index: archivers/zlib/Makefile =================================================================== RCS file: /home/ncvs/ports/archivers/zlib/Makefile,v retrieving revision 1.4 diff -u -d -r1.4 Makefile --- archivers/zlib/Makefile 21 May 2012 09:59:47 -0000 1.4 +++ archivers/zlib/Makefile 23 Jun 2012 14:50:52 -0000 @@ -6,7 +6,7 @@ # PORTNAME= zlib -PORTVERSION= 1.2.6 +PORTVERSION= 1.2.7 CATEGORIES= archivers MASTER_SITES= SF/libpng/${PORTNAME}/${PORTVERSION} \ http://zlib.net/ @@ -27,7 +27,7 @@ lib/libz.so \ lib/libz.a \ lib/libz.so.1 \ - lib/libz.so.1.2.6 \ + lib/libz.so.1.2.7 \ lib/pkgconfig/zlib.pc PLIST_DIRS= lib/pkgconfig Index: archivers/zlib/distinfo =================================================================== RCS file: /home/ncvs/ports/archivers/zlib/distinfo,v retrieving revision 1.3 diff -u -d -r1.3 distinfo --- archivers/zlib/distinfo 16 May 2012 05:14:28 -0000 1.3 +++ archivers/zlib/distinfo 23 Jun 2012 14:50:52 -0000 @@ -1,2 +1,2 @@ -SHA256 (zlib-1.2.6.tar.bz2) = fa3e3e4881fa5810b8903f2c7e0dcd5a0a673535f0438021c4bbb5db1b918c8e -SIZE (zlib-1.2.6.tar.bz2) = 501388 +SHA256 (zlib-1.2.7.tar.bz2) = 49e2e9658dfb036900da6ea0267a737fa3c4eee6666776d378c79d52e9334934 +SIZE (zlib-1.2.7.tar.bz2) = 505085 --- archivers.zlib.update.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201206231452.q5NEqeQX041020>