ports/124762: [patch] ports-mgmt/tinderbox make build with WITHOUT_WEB_EXP option
Alex Kozlov
spam at rm-rf.kiev.ua
Thu Jun 19 15:40:02 UTC 2008
>Number: 124762
>Category: ports
>Synopsis: [patch] ports-mgmt/tinderbox make build with WITHOUT_WEB_EXP option
>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: Thu Jun 19 15:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator: Alex Kozlov
>Release: FreeBSD 6.3
>Organization:
private
>Environment:
>Description:
Make tinderbox build with WITHOUT_WEB_EXP option
>How-To-Repeat:
>Fix:
mv files/patch-www-exp__core__TinderboxDS.php files/extra-patch-www-exp__core__TinderboxDS.php
mv files/patch-www-exp__module__moduleBuildPorts.php files/extra-patch-www-exp__module__moduleBuildPorts.php
Apply the patch.
Patch attached with submission follows:
Index: ports-mgmt/tinderbox/Makefile
@@ -53,6 +53,8 @@
.endif
.if !defined(WITHOUT_WEB_EXP)
+EXTRA_PATCHES= ${PATCHDIR}/extra-patch-www-exp__core__TinderboxDS.php \
+ ${PATCHDIR}/extra-patch-www-exp__module__moduleBuildPorts.php
PLIST_SUB+= WEB_EXP=""
.else
PLIST_SUB+= WEB_EXP="@comment "
@@ -121,8 +123,10 @@
@${RM} ${WRKSRC}/lib/setup-mysql.sh.bak
.endif
@${RM} ${WRKSRC}/buildscript.orig
+.if defined(WITH_WEB_EXP)
@${RM} ${WRKSRC}/www-exp/core/TinderboxDS.php.orig
@${RM} ${WRKSRC}/www-exp/module/moduleBuildPorts.php.orig
+.endif
do-install:
${MKDIR} ${PREFIX}/tinderbox/scripts
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list