Date: 17 Sep 2009 10:32:20 -0300 From: Renato Botelho <garga@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: itetcu@FreeBSD.org Subject: ports/138898: [PATCH] ports-mgmt/tinderbox: Make it work with 9.0-CURRENT Message-ID: <20090917133220.47710.qmail@botelhor.bplab.local> Resent-Message-ID: <200909171340.n8HDe3Nc000518@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138898 >Category: ports >Synopsis: [PATCH] ports-mgmt/tinderbox: Make it work with 9.0-CURRENT >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Sep 17 13:40:03 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Renato Botelho >Release: FreeBSD 9.0-CURRENT i386 >Organization: FreeBSD.org >Environment: System: FreeBSD botelhor.bplab.local 9.0-CURRENT FreeBSD 9.0-CURRENT #1 r197191: Mon Sep 14 15:46:17 BRT >Description: Fix it to work with 9.0-CURRENT, problem already reported on tinderbox maillist Port maintainer (itetcu@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99 >How-To-Repeat: >Fix: --- tinderbox-3.2_1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/ports-mgmt/tinderbox/Makefile,v retrieving revision 1.57 diff -u -u -r1.57 Makefile --- Makefile 3 Mar 2009 17:15:12 -0000 1.57 +++ Makefile 17 Sep 2009 13:30:19 -0000 @@ -6,6 +6,7 @@ PORTNAME= tinderbox PORTVERSION= 3.2 +PORTREVISION= 1 CATEGORIES= ports-mgmt MASTER_SITES= http://tinderbox.marcuscom.com/ \ http://T32.TecNik93.com/FreeBSD/ports/${PORTNAME}/sources/ @@ -94,6 +95,8 @@ .endif post-patch: + @${REINPLACE_CMD} -e 's,\(6\|7\|8\),\1\|9,' ${WRKSRC}/lib/tc_command.sh + @${RM} ${WRKSRC}/lib/tc_command.sh.bak .ifdef WITHOUT_CHECK_FOR_ROOT ${REINPLACE_CMD} -e 's/^if \[ `id -u` != 0 \]; then/if false; then/' \ ${WRKSRC}/tc --- tinderbox-3.2_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090917133220.47710.qmail>