Bug 92881

Summary: Update port: misc/tinderbox to 2.3.0 + enhancements
Product: Ports & Packages Reporter: Vasil Dimov <vd>
Component: Individual Port(s)Assignee: Edwin Groothuis <edwin>
Status: Closed FIXED    
Severity: Affects Only Me CC: edwin
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
tinderbox_2.2.1-2.3.0.diff
none
pkg-plist_2.3.0-sort.diff none

Description Vasil Dimov freebsd_committer freebsd_triage 2006-02-06 07:40:02 UTC
* update from 2.2.1 to 2.3.0
* fix options parsing so `make' in a pristine directory works
  as expected [1]
* sort the new plist

Fix: Index: Makefile
===================================================================
RCS file: /usr/local/cvsupdroot/ports/misc/tinderbox/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- Makefile	21 Jan 2006 22:15:44 -0000	1.9
+++ Makefile	6 Feb 2006 07:15:07 -0000
@@ -28,8 +28,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if !defined(WITH_PGSQL) && !defined(WITH_MYSQL)
-IGNORE=        is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL
+.if defined(WITHOUT_PGSQL) && defined(WITHOUT_MYSQL)
+BROKEN=	Tinderbox is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL
 .endif
 
 USE_PHP=	session
--- tinderbox_options.diff ends here ---


How-To-Repeat: 
[1]
$ cd /usr/ports/misc/tinderbox
$ make clean rmconfig
$ make
===>  tinderbox-2.2.1_2 is useless without a database. Please (re)run 'make config' and choose one of PGSQL and MYSQL.
*** Error code 1

Stop in /usr/ports/misc/tinderbox.
$
Comment 1 Vasil Dimov freebsd_committer freebsd_triage 2006-02-06 07:40:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->edwin

Over to maintainer
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-06 07:44:15 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-06 07:45:40 UTC
State Changed
From-To: feedback->open

Let's do this one before the ports freeze comes up!
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2006-02-11 01:26:25 UTC
State Changed
From-To: open->closed

Committed, thanks!