Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Jul 2012 21:07:22 -0500
From:      "Bryan Drewery" <bryan@shatow.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        crees@FreeBSD.org
Subject:   ports/169867: [MAINTAINER UPDATE] irc/gseen.mod: Fix extract failure
Message-ID:  <20120715020732.A0A4E106566C@hub.freebsd.org>
Resent-Message-ID: <201207150210.q6F2A78K003277@freefall.freebsd.org>

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

>Number:         169867
>Category:       ports
>Synopsis:       [MAINTAINER UPDATE] irc/gseen.mod: Fix extract failure
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 15 02:10:07 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Bryan Drewery
>Release:        FreeBSD 8.3-RELEASE i386
>Organization:
>Environment:

	
>Description:
	The patch applied in ports/169178 incorrectly introduced a build failure.

>How-To-Repeat:
	make extract
>Fix:

	

--- patch-gseen.txt begins here ---
--- Makefile.orig	2012-07-14 21:02:49.000000000 -0500
+++ Makefile	2012-07-14 21:05:09.000000000 -0500
@@ -32,8 +32,7 @@
 do-extract:
 	@${RM} -rf ${WRKDIR}
 	@${MKDIR} ${WRKDIR}
-	@${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop \
-		-V WRKSRC) ${WRKSRC} ${WRKSRC}
+	@${CP} -R $$(${MAKE} -C ${PORTSDIR}/irc/eggdrop -V WRKSRC) ${WRKSRC}
 	cd ${WRKSRC}/src/mod && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS}
 
 post-extract:
--- patch-gseen.txt ends here ---


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



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