Date: Sun, 17 Jun 2012 10:01:06 -0500 From: "Bryan Drewery" <bryan@shatow.net> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/169178: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update Message-ID: <20120617150129.D691C1065672@hub.freebsd.org> Resent-Message-ID: <201206171510.q5HFADau037816@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 169178 >Category: ports >Synopsis: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update >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: Sun Jun 17 15:10:13 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Bryan Drewery >Release: FreeBSD 8.3-RELEASE i386 >Organization: >Environment: >Description: Does not build due to build dependency irc/eggdrop being updated to 1.6.21 >How-To-Repeat: make -C /usr/ports/irc/gseen.mod >Fix: --- patch-gseen-eggdrop1621.txt begins here --- --- Makefile.orig 2012-06-17 09:56:25.000000000 -0500 +++ Makefile 2012-06-17 09:57:07.000000000 -0500 @@ -32,7 +32,7 @@ do-extract: @${RM} -rf ${WRKDIR} @${MKDIR} ${WRKDIR} - @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../irc/eggdrop/work/eggdrop1.6.20 ${WRKSRC} + @${CP} -R ${WRKDIRPREFIX}${.CURDIR}/../../irc/eggdrop/work/eggdrop1.6.21 ${WRKSRC} cd ${WRKSRC}/src/mod && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} ${_DISTDIR}/${EXTRACT_ONLY} ${EXTRACT_AFTER_ARGS} post-extract: --- patch-gseen-eggdrop1621.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?20120617150129.D691C1065672>