diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-06 23:25:46 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2008-05-06 23:25:46 +0000 |
commit | 4db4a2975d8f8e2d3615ee7a6d46d85f64296130 (patch) | |
tree | 0461b278184937b5943e97b619206c81f2d1da5f /ports-mgmt | |
parent | 2d64e801f9b7f8147a79eac1b1aeef478926e201 (diff) |
Remove the ports-mgmt/instant-tinderbox port since its design doesn't
work anymore with the more fine-grained approach of USE_ everywhere.
Notes
Notes:
svn path=/head/; revision=212762
Diffstat (limited to 'ports-mgmt')
-rw-r--r-- | ports-mgmt/Makefile | 1 | ||||
-rw-r--r-- | ports-mgmt/instant-tinderbox/Makefile | 76 | ||||
-rw-r--r-- | ports-mgmt/instant-tinderbox/pkg-descr | 8 |
3 files changed, 0 insertions, 85 deletions
diff --git a/ports-mgmt/Makefile b/ports-mgmt/Makefile index 06b9f2603dcf..4e7d50f751ef 100644 --- a/ports-mgmt/Makefile +++ b/ports-mgmt/Makefile @@ -8,7 +8,6 @@ SUBDIR += bpm SUBDIR += fastest_sites SUBDIR += genplist - SUBDIR += instant-tinderbox SUBDIR += jailaudit SUBDIR += kports SUBDIR += lsknobs diff --git a/ports-mgmt/instant-tinderbox/Makefile b/ports-mgmt/instant-tinderbox/Makefile deleted file mode 100644 index 3bc595b2ee5d..000000000000 --- a/ports-mgmt/instant-tinderbox/Makefile +++ /dev/null @@ -1,76 +0,0 @@ -# New ports collection makefile for: instant-tinderbox -# Date created: 28 November 2005 -# Whom: Edwin Groothuis -# -# $FreeBSD$ -# - -PORTNAME= instant-tinderbox -PORTVERSION= 1.0 -PORTREVISION= 6 -CATEGORIES= ports-mgmt -DISTFILES= - -MAINTAINER= edwin@mavetju.org -COMMENT= Build a whole bunch of often-required ports for a tinderbox environment - -.if !defined(TINDERD_SLEEPTIME) -IGNORE= should only be built from within a Tinderbox environment -.endif - -############################################################################### - -USE_SDL= ${_USE_SDL_ALL} - -USE_GNOME= gnomelibs - -USE_KDELIBS_VER= 3 -USE_QT_VER= 3 - -USE_MYSQL= yes -USE_PGSQL= yes -USE_BDB= yes -USE_SQLITE= yes - -USE_APACHE= yes - -USE_PHP= yes - -USE_TCL_RUN= yes -USE_TK_RUN= yes - -USE_XORG= x11 xpm -USE_PERL5= yes - -USE_ICONV= yes -USE_GETTEXT= yes - -USE_GMAKE= yes - -USE_GHOSTSCRIPT=yes -USE_BISON= build -USE_FREETYPE= yes -USE_GL= yes -USE_OPENLDAP= yes -USE_FAM= yes -USE_PYTHON= yes -USE_RUBY= yes -USE_LINUX= yes - -.for v in 2.13 2.61 -RUN_DEPENDS+= autoconf-${v}:${PORTSDIR}/devel/autoconf${v:C/\.//} -.endfor -.for v in 1.4 1.5 1.6 1.7 1.8 1.9 1.10 -RUN_DEPENDS+= automake-${v}:${PORTSDIR}/devel/automake${v:C/\.//} -.endfor - -############################################################################### - -NO_BUILD= yes -PLIST_FILES= -NO_WRKSUBDIR= yes - -do-install: - ${DO_NADA} - -.include <bsd.port.mk> diff --git a/ports-mgmt/instant-tinderbox/pkg-descr b/ports-mgmt/instant-tinderbox/pkg-descr deleted file mode 100644 index 5bafc6674c29..000000000000 --- a/ports-mgmt/instant-tinderbox/pkg-descr +++ /dev/null @@ -1,8 +0,0 @@ -This port is simlar to misc/instant-workstation or misc/instant-server. -It creates a whole lot of often used ports, so that after a cvsup -on a tinderbox build system, you can just tinderbuild this port and -all primary dependencies are updated. - -If you think a port is missing, let me know! - -Author: Edwin Groothuis <edwin@mavetju.org> |