Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Oct 2002 10:47:42 -0300 (BRT)
From:      "Daniel C. Sobral" <dcs@tcoip.com.br>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/43860: post-patch files do not match distfiles in graphics/xv
Message-ID:  <200210091347.g99DlggK021091@dcs.intra.tcoip.com.br>

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

>Number:         43860
>Category:       ports
>Synopsis:       post-patch files do not match distfiles in graphics/xv
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 09 06:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Daniel C. Sobral
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD dcs 4.6-STABLE FreeBSD 4.6-STABLE #0: Tue Aug 13 10:40:45 BRT 2002 root@dcs:/usr/obj/usr/src/sys/DCS i386

	Not relevant.

>Description:

	In revision 1.52, jp-ext-bzip2.patch was renamed to jp-ext-bzip2-1.1.patch in
	DISTFILES, but the post-patch target still refers to the original file, causing
	the port not to build unless the previously used file is available.

>How-To-Repeat:

	Remove xv, remove /usr/ports/distfiles/jp-ext-bzip2.patch, try to build xv.

>Fix:

	Apply the following patch:


--- Makefile.orig	Wed Oct  9 10:38:35 2002
+++ Makefile	Wed Oct  9 10:38:57 2002
@@ -55,7 +55,7 @@
 	${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/mp-tiff-patch
 	${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/xv-png-1.2d.patch
 	${PATCH} ${PATCH_ARGS} -p0 < ${XVDIST}/xvpng-1.2d-fix3.patch
-	${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/jp-ext-bzip2.patch
+	${PATCH} ${PATCH_ARGS} -p1 < ${XVDIST}/jp-ext-bzip2-1.1.patch
 	@${MV} ${WRKSRC}/config.h ${WRKSRC}/config.h.in
 	@${CAT} ${WRKSRC}/config.h.in | \
 		${SED} -e "s@%%LOCALBASE%%@${LOCALBASE}@" > ${WRKSRC}/config.h

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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