Date: Thu, 19 Jun 2008 15:31:55 GMT From: Alex Kozlov <spam@rm-rf.kiev.ua> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/124762: [patch] ports-mgmt/tinderbox make build with WITHOUT_WEB_EXP option Message-ID: <200806191531.m5JFVtQC059814@www.freebsd.org> Resent-Message-ID: <200806191540.m5JFe2MD087805@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200806191531.m5JFVtQC059814>