aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2007-09-10 17:13:04 +0800
committerade <ade@FreeBSD.org>2007-09-10 17:13:04 +0800
commit1c320a942da381fa18673e3675bf09a89ea6c8e7 (patch)
tree1f51e460cdab4fd3b11f790f084823ba449285ab /devel
parent15d2c3732839b85071b5184a858f5bdee2f741c1 (diff)
downloadfreebsd-ports-gnome-1c320a942da381fa18673e3675bf09a89ea6c8e7.tar.gz
freebsd-ports-gnome-1c320a942da381fa18673e3675bf09a89ea6c8e7.tar.zst
freebsd-ports-gnome-1c320a942da381fa18673e3675bf09a89ea6c8e7.zip
With the new autotools world order, this is now no longer needed.
Approved by: ahze (maintainer)
Diffstat (limited to 'devel')
-rw-r--r--devel/configgen/Makefile49
-rw-r--r--devel/configgen/distinfo3
-rw-r--r--devel/configgen/files/patch-autotools-fix65
-rw-r--r--devel/configgen/pkg-descr19
4 files changed, 0 insertions, 136 deletions
diff --git a/devel/configgen/Makefile b/devel/configgen/Makefile
deleted file mode 100644
index ed31c90bed96..000000000000
--- a/devel/configgen/Makefile
+++ /dev/null
@@ -1,49 +0,0 @@
-# New ports collection makefile for: configgen
-# Date created: 2005-09-15
-# Whom: Michael Johnson <ahze@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= configgen
-PORTVERSION= 1.20
-PORTREVISION= 1
-CATEGORIES= devel
-MASTER_SITES= http://www.marcuscom.com:8080/cgi-bin/cvsweb.cgi/portstools/
-DISTNAME= ${PORTNAME}.sh?rev=${PORTVERSION}
-EXTRACT_SUFX= # empty
-
-MAINTAINER= ahze@FreeBSD.org
-COMMENT= Script that makes life a little easier with gnu-autotools
-
-PLIST_FILES= bin/${PORTNAME}.sh
-NO_BUILD= yes
-WANT_GNOME= yes
-
-.include <bsd.port.pre.mk>
-
-.if !defined(WITHOUT_GNUTOOLS)
-USE_GNOME= glib20
-USE_AUTOTOOLS= autotools:run
-.for tool in autoconf automake
-RUN_DEPENDS+= ${LOCALBASE}/gnu-autotools/bin/${tool}:${PORTSDIR}/devel/gnu-${tool}
-.endfor
-RUN_DEPENDS+= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common
-.endif
-
-pre-everything::
-.if !defined(WITHOUT_GNUTOOLS)
- @${ECHO_MSG} "You can disable the dependency of gnu-autotools by"
- @${ECHO_MSG} "defining WITHOUT_GNUTOOLS=yes"
- @${ECHO_MSG} ""
-.endif
-
-do-extract:
- @${MKDIR} ${WRKSRC}
- ${SED} -e 's|/usr/local|${LOCALBASE}|g; s|/usr/X11R6|${X11BASE}|g' \
- < ${DISTDIR}/${DISTNAME} > ${WRKSRC}/${PORTNAME}.sh
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.sh ${PREFIX}/bin
-
-.include <bsd.port.post.mk>
diff --git a/devel/configgen/distinfo b/devel/configgen/distinfo
deleted file mode 100644
index 04f176a8f037..000000000000
--- a/devel/configgen/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (configgen.sh?rev=1.20) = 2bcc53aac8c2b1be0ea0be97ade19dd7
-SHA256 (configgen.sh?rev=1.20) = 8b9e87f77d0916f20e726768b674036b1298ff54138ddde54b19fcb9d0584f6b
-SIZE (configgen.sh?rev=1.20) = 6251
diff --git a/devel/configgen/files/patch-autotools-fix b/devel/configgen/files/patch-autotools-fix
deleted file mode 100644
index 1ee8b7603503..000000000000
--- a/devel/configgen/files/patch-autotools-fix
+++ /dev/null
@@ -1,65 +0,0 @@
---- configgen.sh.orig Fri Apr 13 17:42:35 2007
-+++ configgen.sh Fri Apr 13 17:47:09 2007
-@@ -44,21 +44,24 @@
- x-bsd)
-- ACLOCAL_SUFX=${ACLOCAL_SUFX:=15}
-- AUTOCONF_SUFX=${AUTOCONF_SUFX:=253}
-- AUTOHEADER_SUFX=${AUTOHEADER_SUFX:=253}
-- AUTOMAKE_SUFX=${AUTOMAKE_SUFX:=15}
-- LIBTOOLIZE_SUFX=${LIBTOOLIZE_SUFX}
-+ ACLOCAL_SUFX=${ACLOCAL_SUFX:=-1.5}
-+ AUTOCONF_SUFX=${AUTOCONF_SUFX:=-2.53}
-+ AUTOHEADER_SUFX=${AUTOHEADER_SUFX:=-2.53}
-+ AUTOMAKE_SUFX=${AUTOMAKE_SUFX:=-1.5}
-+ ;;
-+ x-bsd110)
-+ ACLOCAL_SUFX=${ACLOCAL_SUFX:=-1.10}
-+ AUTOCONF_SUFX=${AUTOCONF_SUFX:=-2.61}
-+ AUTOHEADER_SUFX=${AUTOHEADER_SUFX:=-2.61}
-+ AUTOMAKE_SUFX=${AUTOMAKE_SUFX:=-1.10}
- ;;
- x-bsd19)
-- ACLOCAL_SUFX=${ACLOCAL_SUFX:=19}
-- AUTOCONF_SUFX=${AUTOCONF_SUFX:=259}
-- AUTOHEADER_SUFX=${AUTOHEADER_SUFX:=259}
-- AUTOMAKE_SUFX=${AUTOMAKE_SUFX:=19}
-- LIBTOOLIZE_SUFX=${LIBTOOLIZE_SUFX}
-+ ACLOCAL_SUFX=${ACLOCAL_SUFX:=-1.9}
-+ AUTOCONF_SUFX=${AUTOCONF_SUFX:=-2.59}
-+ AUTOHEADER_SUFX=${AUTOHEADER_SUFX:=-2.59}
-+ AUTOMAKE_SUFX=${AUTOMAKE_SUFX:=-1.9}
- ;;
- x-bsd14)
-- ACLOCAL_SUFX=${ACLOCAL_SUFX:=14}
-- AUTOCONF_SUFX=${AUTOCONF_SUFX:=213}
-- AUTOHEADER_SUFX=${AUTOHEADER_SUFX:=213}
-- AUTOMAKE_SUFX=${AUTOMAKE_SUFX:=14}
-- LIBTOOLIZE_SUFX=${LIBTOOLIZE_SUFX}
-+ ACLOCAL_SUFX=${ACLOCAL_SUFX:=-1.4}
-+ AUTOCONF_SUFX=${AUTOCONF_SUFX:=-2.13}
-+ AUTOHEADER_SUFX=${AUTOHEADER_SUFX:=-2.13}
-+ AUTOMAKE_SUFX=${AUTOMAKE_SUFX:=-1.4}
- ;;
-@@ -78,3 +81,3 @@
- AUTOMAKE=${AUTOMAKE:=automake}${AUTOMAKE_SUFX}
--LIBTOOLIZE=${LIBTOOLIZE:=libtoolize}${LIBTOOLIZE_SUFX}
-+LIBTOOLIZE=${LIBTOOLIZE:=libtoolize}
- AUTOCONF=${AUTOCONF:=autoconf}${AUTOCONF_SUFX}
-@@ -103,3 +106,3 @@
- echo "usage: Run `basename $0` in directory to create configure script"
-- echo "[-gnu] [-gnome] [-f] [-help] [-bsd] [-bsd14|19] [<config>] [config args...]"
-+ echo "[-gnu] [-gnome] [-f] [-help] [-bsd] [-bsd14|19|110] [<config>] [config args...]"
-
-@@ -113,7 +116,9 @@
- echo " -bsd Use FreeBSD auto-tools"
-- echo " (versions: libtool15, automake15, autoconf253)"
-+ echo " (versions: libtool, automake-1.5, autoconf-2.53)"
- echo " -bsd14 Use FreeBSD auto-tools"
-- echo " (versions: libtool15, automake14, autoconf213)"
-+ echo " (versions: libtool, automake-1.4, autoconf-2.13)"
- echo " -bsd19 Use FreeBSD auto-tools"
-- echo " (versions: libtool15, automake19, autoconf259)"
-+ echo " (versions: libtool, automake-1.9, autoconf-2.59)"
-+ echo " -bsd110 Use FreeBSD auto-tools"
-+ echo " (versions: libtool, automake-1.10, autoconf-2.61)"
- echo " -f Find config (fall back on generic gnu)"
diff --git a/devel/configgen/pkg-descr b/devel/configgen/pkg-descr
deleted file mode 100644
index efb87b6a5e46..000000000000
--- a/devel/configgen/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Simple script that makes life a little easier with gnu-autotools
-on FreeBSD. Configgen takes all the guess work out of figuring out
-paths, gnu-autotools versions, and more. Configgen can simply be
-run in a source directory and it will figure out which versions of
-autotools to use and the best way to auto-generate a configure script
-or you can specify a command below.
-
- -gnu Create generic gnu configure script
- -gnome Create gnome specific configure script
- -bsd Use FreeBSD auto-tools
- (versions: libtool, automake-1.5, autoconf-2.53)
- -bsd14 Use FreeBSD auto-tools
- (versions: libtool, automake-1.4, autoconf-2.13)
- -bsd19 Use FreeBSD auto-tools
- (versions: libtool, automake-1.9, autoconf-2.59)
- -bsd110 Use FreeBSD auto-tools
- (versions: libtool, automake-1.10, autoconf-2.61)
- -f Find config (fall back on generic gnu)
- <config> Specify a auto-gen configure script