ports/169178: [PATCH] irc/gseen.mod: Fix build failure after eggdrop update

Bryan Drewery bryan at shatow.net
Sun Jun 17 15:10:13 UTC 2012


>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:



More information about the freebsd-ports-bugs mailing list