Bug 92881 - Update port: misc/tinderbox to 2.3.0 + enhancements
Summary: Update port: misc/tinderbox to 2.3.0 + enhancements
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Edwin Groothuis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-06 07:40 UTC by Vasil Dimov
Modified: 2006-02-11 01:26 UTC (History)
1 user (show)

See Also:


Attachments
tinderbox_2.2.1-2.3.0.diff (2.36 KB, patch)
2006-02-06 07:40 UTC, Vasil Dimov
no flags Details | Diff
pkg-plist_2.3.0-sort.diff (7.97 KB, patch)
2006-02-06 07:40 UTC, Vasil Dimov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!