ports/148413: [patch] graphics/png fix extract target if WITH_APNG ist set

Klaus Aehlig aehlig at linta.de
Wed Jul 7 05:40:06 UTC 2010


>Number:         148413
>Category:       ports
>Synopsis:       [patch] graphics/png fix extract target if WITH_APNG ist set
>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:   Wed Jul 07 05:40:06 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Klaus Aehlig
>Release:        FreeBSD 8.1-PRERELEASE amd64
>Organization:
>Environment:
System: FreeBSD curry.linta.de 8.1-PRERELEASE FreeBSD 8.1-PRERELEASE #3: Fri Jul 2 16:49:50 CEST 2010 aehlig at curry.linta.de:/usr/obj/usr/src/sys/CURRY amd64

>Description:
	If the option WITH_APNG is chosen, make extract will fail
>How-To-Repeat:
	cd /usr/ports/graphics/png && WITH_APNG=YES make extract

	Alternatively, go to the png port, make config and select the animated png option.
	Then make extract
>Fix:

	Apply the following patch.

--- png.patch begins here ---
diff -ruN /usr/ports/graphics/png/Makefile png/Makefile
--- /usr/ports/graphics/png/Makefile	2010-06-30 08:57:44.000000000 +0200
+++ png/Makefile	2010-07-07 06:55:38.000000000 +0200
@@ -38,6 +38,7 @@
 MASTER_SITES+=	SF/vdubapngmod/lib${PORTNAME}-apng-patch/${PORTVERSION}:apng \
 		http://littlesvr.ca/apng/diff/:apng
 DISTFILES+=	${DISTNAME}-apng.patch:apng
+EXTRACT_ONLY=	${DISTNAME}${EXTRACT_SUFX}
 .endif
 .if defined(WITH_APNG)
 USE_DOS2UNIX=	${DISTNAME}-apng.patch
--- png.patch ends here ---


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



More information about the freebsd-ports-bugs mailing list