From owner-freebsd-ports-bugs@FreeBSD.ORG Wed May 17 23:20:26 2006 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 073E016B0B7 for ; Wed, 17 May 2006 23:20:26 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A85AB43D5E for ; Wed, 17 May 2006 23:20:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id k4HNKD9c029583 for ; Wed, 17 May 2006 23:20:13 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id k4HNKDLk029582; Wed, 17 May 2006 23:20:13 GMT (envelope-from gnats) Resent-Date: Wed, 17 May 2006 23:20:13 GMT Resent-Message-Id: <200605172320.k4HNKDLk029582@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, Shaun Amott Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0D49416A6A0 for ; Wed, 17 May 2006 23:10:51 +0000 (UTC) (envelope-from shaun@inerd.com) Received: from dione.picobyte.net (host-212-158-207-124.bulldogdsl.com [212.158.207.124]) by mx1.FreeBSD.org (Postfix) with SMTP id 74DCA43D6B for ; Wed, 17 May 2006 23:10:50 +0000 (GMT) (envelope-from shaun@inerd.com) Received: from charon.picobyte.net (charon.picobyte.net [IPv6:2001:4bd0:201e::fe03]) by dione.picobyte.net (Postfix) with ESMTP for ; Thu, 18 May 2006 00:10:48 +0100 (BST) Message-Id: <1147907448.9969@charon.picobyte.net> Date: Thu, 18 May 2006 00:10:48 +0100 From: Shaun Amott To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/97433: misc/tinderbox: Fix OPTIONS check; portlint(1) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Shaun Amott List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 17 May 2006 23:20:26 -0000 >Number: 97433 >Category: ports >Synopsis: misc/tinderbox: Fix OPTIONS check; portlint(1) >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: Wed May 17 23:20:13 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Shaun Amott >Release: FreeBSD 6.1-STABLE i386 >Organization: >Environment: >Description: - OPTIONS checking is broken for things like 'make describe' - Move man pages from pkg-plist -> MAN1 while here. >How-To-Repeat: % make -C /usr/ports/misc/tinderbox describe | awk -F'|' '{print $11}' /usr/ports/www/apache13 ^- No PostgreSQL :( >Fix: --- tinderbox.diff begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/tinderbox/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 12 May 2006 13:48:12 -0000 1.14 +++ Makefile 17 May 2006 22:57:31 -0000 @@ -26,6 +26,9 @@ SUB_FILES= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message +MAN1= tc-configCcache.1 tc-configDistfile.1 tc-configGet.1 \ + tc-configJail.1 tc-configTinderd.1 tc-init.1 + .include .if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL) @@ -34,7 +37,7 @@ USE_PHP= session -.if defined(WITH_PGSQL) +.if !defined(WITHOUT_PGSQL) USE_PGSQL= yes USE_PHP+= pgsql RUN_DEPENDS+= ${SITE_PERL}/${PERL_ARCH}/DBD/Pg.pm:${PORTSDIR}/databases/p5-DBD-Pg Index: pkg-plist =================================================================== RCS file: /home/ncvs/ports/misc/tinderbox/pkg-plist,v retrieving revision 1.6 diff -u -r1.6 pkg-plist --- pkg-plist 12 Feb 2006 20:37:47 -0000 1.6 +++ pkg-plist 17 May 2006 22:57:31 -0000 @@ -24,12 +24,6 @@ tinderbox/scripts/lib/tinderbox_shlib.sh tinderbox/scripts/lib/tinderlib.pl tinderbox/scripts/makemake -tinderbox/scripts/man/man1/tc-configCcache.1 -tinderbox/scripts/man/man1/tc-configDistfile.1 -tinderbox/scripts/man/man1/tc-configGet.1 -tinderbox/scripts/man/man1/tc-configJail.1 -tinderbox/scripts/man/man1/tc-configTinderd.1 -tinderbox/scripts/man/man1/tc-init.1 tinderbox/scripts/mkbuild tinderbox/scripts/mkjail tinderbox/scripts/pnohang.c --- tinderbox.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: