1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-20 08:27:15 +00:00

Remove the ports-mgmt/instant-tinderbox port since its design doesn't

work anymore with the more fine-grained approach of USE_ everywhere.
This commit is contained in:
Edwin Groothuis 2008-05-06 23:25:46 +00:00
parent 2d64e801f9
commit 4db4a2975d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=212762
4 changed files with 1 additions and 85 deletions

1
MOVED
View File

@ -3470,3 +3470,4 @@ x11-wm/uwm||2008-04-30|Has expired: Version branch long since retired
arabic/katoob||2008-04-30|Removed on maintainers request due to inactivity of project
security/drupal4-ldap_integration||2008-04-30|Removed due to being broken and clearly not used
www/neon|www/neon26|2008-05-05|Moved to be able to integrate www/neon26
ports-mgmt/instant-tinderbox||2008-05-07|No longer functional in the current infrastructure

View File

@ -8,7 +8,6 @@
SUBDIR += bpm
SUBDIR += fastest_sites
SUBDIR += genplist
SUBDIR += instant-tinderbox
SUBDIR += jailaudit
SUBDIR += kports
SUBDIR += lsknobs

View File

@ -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>

View File

@ -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>