Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 18 Jun 2005 22:48:50 GMT
From:      Matthew Luckie <mjl@luckie.org.nz>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/82398: [patch] graphics/png has source available in bz2
Message-ID:  <200506182248.j5IMmorl075358@www.freebsd.org>
Resent-Message-ID: <200506182250.j5IMoE86080299@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         82398
>Category:       ports
>Synopsis:       [patch] graphics/png has source available in bz2
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 18 22:50:14 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Matthew Luckie
>Release:        4.11-RELEASE-p9
>Organization:
>Environment:
FreeBSD latex.plunket.luckie.org.nz 4.11-RELEASE-p9 FreeBSD 4.11-RELEASE-p9 #6: Mon Jun  6 19:41:18 NZST 2005     root@latex.plunket.luckie.org.nz:/usr/src/sys/compile/latex  alpha
>Description:
graphics/png has source available in bz2 saving about 100K compared to gz.    the reason I'm submitting this is because I share distfiles between FreeBSD and NetBSD and NetBSD has tar.bz2.
>How-To-Repeat:
N/A
>Fix:
[mjl@latex graphics]$ diff -uNr png.orig png
diff -uNr png.orig/Makefile png/Makefile
--- png.orig/Makefile   Wed May 18 07:03:47 2005
+++ png/Makefile        Sun Jun 19 10:35:30 2005
@@ -25,6 +25,7 @@
 MAKE_FLAGS=    ccopts="${CFLAGS}" ldopts="${LDFLAGS}" -f
 INSTALLS_SHLIB=        yes
 SHLIB_VER=     5
+USE_BZIP2=     yes
 
 MAKE_ENV=      SHLIB_VER="${SHLIB_VER}"
 PLIST_SUB=     SHLIB_VER="${SHLIB_VER}"
diff -uNr png.orig/distinfo png/distinfo
--- png.orig/distinfo   Tue Jan  4 07:04:02 2005
+++ png/distinfo        Sun Jun 19 10:36:52 2005
@@ -1,2 +1,2 @@
-MD5 (libpng-1.2.8.tar.gz) = cac1512878fb98f2456df6dc50bc9bc7
-SIZE (libpng-1.2.8.tar.gz) = 510681
+MD5 (libpng-1.2.8.tar.bz2) = 00cea4539bea4bd34cbf8b82ff9589cd
+SIZE (libpng-1.2.8.tar.bz2) = 384970

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200506182248.j5IMmorl075358>