* 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. $
Responsible Changed From-To: freebsd-ports-bugs->edwin Over to maintainer
State Changed From-To: open->feedback Awaiting maintainers feedback
State Changed From-To: feedback->open Let's do this one before the ports freeze comes up!
State Changed From-To: open->closed Committed, thanks!