From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jun 19 15:40:02 2008 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 51F091065671 for ; Thu, 19 Jun 2008 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 21D288FC1A for ; Thu, 19 Jun 2008 15:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.2/8.14.2) with ESMTP id m5JFe2em087806 for ; Thu, 19 Jun 2008 15:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.2/8.14.1/Submit) id m5JFe2MD087805; Thu, 19 Jun 2008 15:40:02 GMT (envelope-from gnats) Resent-Date: Thu, 19 Jun 2008 15:40:02 GMT Resent-Message-Id: <200806191540.m5JFe2MD087805@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alex Kozlov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8E0CA1065675 for ; Thu, 19 Jun 2008 15:31:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id 705AF8FC15 for ; Thu, 19 Jun 2008 15:31:55 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.2/8.14.2) with ESMTP id m5JFVtu4059815 for ; Thu, 19 Jun 2008 15:31:55 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.2/8.14.1/Submit) id m5JFVtQC059814; Thu, 19 Jun 2008 15:31:55 GMT (envelope-from nobody) Message-Id: <200806191531.m5JFVtQC059814@www.freebsd.org> Date: Thu, 19 Jun 2008 15:31:55 GMT From: Alex Kozlov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/124762: [patch] ports-mgmt/tinderbox make build with WITHOUT_WEB_EXP option X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2008 15:40:02 -0000 >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: