[Midnightbsd-cvs] mports: mports/devel: No longer needed due to changes in the way

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Thu Oct 23 09:24:17 EDT 2008


Log Message:
-----------
No longer needed due to changes in the way autotools ports work.

Modified Files:
--------------
    mports/devel:
        Makefile (r1.266 -> r1.267)

Removed Files:
-------------
    mports/devel/gnu-autoconf:
        Makefile
        distinfo
        pkg-descr
        pkg-plist
    mports/devel/gnu-automake:
        Makefile
        distinfo
        pkg-descr
        pkg-plist
    mports/devel/gnu-automake/files:
        patch-automake.texi

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/devel/Makefile,v
retrieving revision 1.266
retrieving revision 1.267
diff -L devel/Makefile -L devel/Makefile -u -r1.266 -r1.267
--- devel/Makefile
+++ devel/Makefile
@@ -81,8 +81,6 @@
     SUBDIR += gmake
     SUBDIR += gnome-build
     SUBDIR += gnome-vfs
-    SUBDIR += gnu-autoconf
-    SUBDIR += gnu-automake
     SUBDIR += gnustep
     SUBDIR += gnustep-make
     SUBDIR += gorm
--- devel/gnu-autoconf/pkg-descr
+++ /dev/null
@@ -1,14 +0,0 @@
-Autoconf is an extensible package of m4 macros that produce shell
-scripts to automatically configure software source code packages.
-These scripts can adapt the packages to many kinds of UNIX-like
-systems without manual user intervention.  Autoconf creates a
-configuration script for a package from a template file that lists the
-operating system features that the package can use, in the form of m4
-macro calls.
-
-This port is specifically designed for developers that want to create
-cross-platform software distributions on FreeBSD.  This version of autoconf
-should _NEVER_ be used with the FreeBSD ports system as a replacement for the
-versioned copies of autoconf.
-
-WWW: http://www.gnu.org/software/autoconf/
--- devel/gnu-autoconf/pkg-plist
+++ /dev/null
@@ -1,59 +0,0 @@
-bin/autoconf
-bin/autoheader
-bin/autom4te
-bin/autoreconf
-bin/autoscan
-bin/autoupdate
-bin/ifnames
-share/autoconf/Autom4te/C4che.pm
-share/autoconf/Autom4te/ChannelDefs.pm
-share/autoconf/Autom4te/Channels.pm
-share/autoconf/Autom4te/Configure_ac.pm
-share/autoconf/Autom4te/FileUtils.pm
-share/autoconf/Autom4te/General.pm
-share/autoconf/Autom4te/Request.pm
-share/autoconf/Autom4te/Struct.pm
-share/autoconf/Autom4te/XFile.pm
-share/autoconf/INSTALL
-share/autoconf/autoconf/autoconf.m4
-share/autoconf/autoconf/autoconf.m4f
-share/autoconf/autoconf/autoheader.m4
-share/autoconf/autoconf/autoscan.m4
-share/autoconf/autoconf/autotest.m4
-share/autoconf/autoconf/autoupdate.m4
-share/autoconf/autoconf/c.m4
-share/autoconf/autoconf/fortran.m4
-share/autoconf/autoconf/functions.m4
-share/autoconf/autoconf/general.m4
-share/autoconf/autoconf/headers.m4
-share/autoconf/autoconf/lang.m4
-share/autoconf/autoconf/libs.m4
-share/autoconf/autoconf/oldnames.m4
-share/autoconf/autoconf/programs.m4
-share/autoconf/autoconf/specific.m4
-share/autoconf/autoconf/status.m4
-share/autoconf/autoconf/types.m4
-share/autoconf/autom4te.cfg
-share/autoconf/autoscan/autoscan.list
-share/autoconf/autotest/autotest.m4
-share/autoconf/autotest/autotest.m4f
-share/autoconf/autotest/general.m4
-share/autoconf/m4sugar/m4sh.m4
-share/autoconf/m4sugar/m4sh.m4f
-share/autoconf/m4sugar/m4sugar.m4
-share/autoconf/m4sugar/m4sugar.m4f
-share/autoconf/m4sugar/version.m4
- at dirrm share/autoconf/m4sugar
- at dirrm share/autoconf/autotest
- at dirrm share/autoconf/autoscan
- at dirrm share/autoconf/autoconf
- at dirrm share/autoconf/Autom4te
- at dirrm share/autoconf
- at unexec /bin/rmdir %D/share/aclocal 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/share 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/man/man1 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/man 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/lib 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/include 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/bin 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D 2>/dev/null || /usr/bin/true
--- devel/gnu-autoconf/Makefile
+++ /dev/null
@@ -1,42 +0,0 @@
-# New ports collection makefile for:	autoconf
-# Date created:		7 October 1995
-# Whom:			torstenb at FreeBSD.org
-#
-# $MidnightBSD: mports/devel/gnu-autoconf/Makefile,v 1.2 2008/08/21 18:04:55 laffer1 Exp $
-# $FreeBSD: ports/devel/gnu-autoconf/Makefile,v 1.65 2005/06/16 17:27:25 ade Exp $
-#
-
-PORTNAME=	autoconf
-PORTVERSION=	2.59
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	autoconf
-PKGNAMEPREFIX=	gnu-
-DISTNAME=	autoconf-${PORTVERSION}
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	Automatically configure source code on many Un*x platforms (GNU unmodified)
-LICENSE=	gpl2
-
-BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4 \
-		help2man:${PORTSDIR}/misc/help2man
-RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
-
-USE_BZIP2=	yes
-USE_GMAKE=	yes
-USE_PERL5=	yes
-
-PREFIX?=	${LOCALBASE}/gnu-autotools
-
-GNU_CONFIGURE=	yes
-NO_MTREE=	yes
-INFO=		autoconf standards
-CONFIGURE_ENV+=	CONFIG_SHELL=${SH}
-CONFIGURE_ENV+=	M4=${LOCALBASE}/bin/gm4
-CONFIGURE_ARGS=	--without-lispdir
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0
-
-MAN1=		autoconf.1 autoheader.1 autom4te.1 autoreconf.1 autoscan.1 \
-		autoupdate.1 config.guess.1 config.sub.1 ifnames.1
-
-.include <bsd.port.mk>
--- devel/gnu-autoconf/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (autoconf-2.59.tar.bz2) = 1ee40f7a676b3cfdc0e3f7cd81551b5f
-SHA256 (autoconf-2.59.tar.bz2) = f0cde70a8f135098a6a3e85869f2e1cc3f141beea766fa3d6636e086cd8b90a7
-SIZE (autoconf-2.59.tar.bz2) = 925073
--- devel/gnu-automake/pkg-descr
+++ /dev/null
@@ -1,19 +0,0 @@
-Automake is a tool for automatically generating Makefiles compliant with
-the GNU Coding Standards. It was inspired by the 4.4BSD make and include
-files, but aims to be portable and to conform to the GNU standards for
-Makefile variables and targets. Automake is a Perl script. The input files
-are called Makefile.am. The output files are called Makefile.in; They are
-intended for use with Autoconf. Automake requires certain things to be done
-in your configure.in. This package also includes the "aclocal"
-program. aclocal is a program to generate an 'aclocal.m4' based on the
-contents of 'configure.in'. It is useful as an extensible, maintainable
-mechanism for augmenting autoconf.
-
-This port is specifically designed for developers that want to create
-cross-platform software distributions on FreeBSD.  This version of automake
-should _NEVER_ be used with the FreeBSD ports system as a replacement for the
-versioned copies of automake.
-
-WWW: http://www.gnu.org/software/automake/
-
--- AlanE <alane at freebsd.org>
--- devel/gnu-automake/pkg-plist
+++ /dev/null
@@ -1,124 +0,0 @@
-bin/aclocal
-bin/aclocal-1.9
-bin/automake
-bin/automake-1.9
-share/aclocal-1.9/amversion.m4
-share/aclocal-1.9/as.m4
-share/aclocal-1.9/auxdir.m4
-share/aclocal-1.9/ccstdc.m4
-share/aclocal-1.9/cond.m4
-share/aclocal-1.9/depend.m4
-share/aclocal-1.9/depout.m4
-share/aclocal-1.9/dmalloc.m4
-share/aclocal-1.9/gcj.m4
-share/aclocal-1.9/header.m4
-share/aclocal-1.9/init.m4
-share/aclocal-1.9/install-sh.m4
-share/aclocal-1.9/lead-dot.m4
-share/aclocal-1.9/lex.m4
-share/aclocal-1.9/lispdir.m4
-share/aclocal-1.9/maintainer.m4
-share/aclocal-1.9/make.m4
-share/aclocal-1.9/minuso.m4
-share/aclocal-1.9/missing.m4
-share/aclocal-1.9/mkdirp.m4
-share/aclocal-1.9/multi.m4
-share/aclocal-1.9/obsol-gt.m4
-share/aclocal-1.9/obsol-lt.m4
-share/aclocal-1.9/obsolete.m4
-share/aclocal-1.9/options.m4
-share/aclocal-1.9/protos.m4
-share/aclocal-1.9/python.m4
-share/aclocal-1.9/regex.m4
-share/aclocal-1.9/runlog.m4
-share/aclocal-1.9/sanity.m4
-share/aclocal-1.9/strip.m4
-share/aclocal-1.9/tar.m4
-share/automake-1.9/Automake/ChannelDefs.pm
-share/automake-1.9/Automake/Channels.pm
-share/automake-1.9/Automake/Condition.pm
-share/automake-1.9/Automake/Config.pm
-share/automake-1.9/Automake/Configure_ac.pm
-share/automake-1.9/Automake/DisjConditions.pm
-share/automake-1.9/Automake/FileUtils.pm
-share/automake-1.9/Automake/General.pm
-share/automake-1.9/Automake/Item.pm
-share/automake-1.9/Automake/ItemDef.pm
-share/automake-1.9/Automake/Location.pm
-share/automake-1.9/Automake/Options.pm
-share/automake-1.9/Automake/Rule.pm
-share/automake-1.9/Automake/RuleDef.pm
-share/automake-1.9/Automake/Struct.pm
-share/automake-1.9/Automake/VarDef.pm
-share/automake-1.9/Automake/Variable.pm
-share/automake-1.9/Automake/Version.pm
-share/automake-1.9/Automake/Wrap.pm
-share/automake-1.9/Automake/XFile.pm
-share/automake-1.9/COPYING
-share/automake-1.9/INSTALL
-share/automake-1.9/acinstall
-share/automake-1.9/am/ansi2knr.am
-share/automake-1.9/am/check.am
-share/automake-1.9/am/clean-hdr.am
-share/automake-1.9/am/clean.am
-share/automake-1.9/am/compile.am
-share/automake-1.9/am/configure.am
-share/automake-1.9/am/data.am
-share/automake-1.9/am/dejagnu.am
-share/automake-1.9/am/depend.am
-share/automake-1.9/am/depend2.am
-share/automake-1.9/am/distdir.am
-share/automake-1.9/am/footer.am
-share/automake-1.9/am/header-vars.am
-share/automake-1.9/am/header.am
-share/automake-1.9/am/inst-vars.am
-share/automake-1.9/am/install.am
-share/automake-1.9/am/java.am
-share/automake-1.9/am/lang-compile.am
-share/automake-1.9/am/lex.am
-share/automake-1.9/am/library.am
-share/automake-1.9/am/libs.am
-share/automake-1.9/am/libtool.am
-share/automake-1.9/am/lisp.am
-share/automake-1.9/am/ltlib.am
-share/automake-1.9/am/ltlibrary.am
-share/automake-1.9/am/mans-vars.am
-share/automake-1.9/am/mans.am
-share/automake-1.9/am/multilib.am
-share/automake-1.9/am/program.am
-share/automake-1.9/am/progs.am
-share/automake-1.9/am/python.am
-share/automake-1.9/am/remake-hdr.am
-share/automake-1.9/am/scripts.am
-share/automake-1.9/am/subdirs.am
-share/automake-1.9/am/tags.am
-share/automake-1.9/am/texi-vers.am
-share/automake-1.9/am/texibuild.am
-share/automake-1.9/am/texinfos.am
-share/automake-1.9/am/yacc.am
-share/automake-1.9/ansi2knr.1
-share/automake-1.9/ansi2knr.c
-share/automake-1.9/compile
-share/automake-1.9/config-ml.in
-share/automake-1.9/config.guess
-share/automake-1.9/config.sub
-share/automake-1.9/depcomp
-share/automake-1.9/elisp-comp
-share/automake-1.9/install-sh
-share/automake-1.9/mdate-sh
-share/automake-1.9/missing
-share/automake-1.9/mkinstalldirs
-share/automake-1.9/py-compile
-share/automake-1.9/symlink-tree
-share/automake-1.9/texinfo.tex
-share/automake-1.9/ylwrap
- at dirrm share/automake-1.9/am
- at dirrm share/automake-1.9/Automake
- at dirrm share/automake-1.9
- at dirrm share/aclocal-1.9
- at unexec /bin/rmdir %D/share/aclocal 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/share 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/lib 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/include 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D/bin 2>/dev/null || /usr/bin/true
- at unexec /bin/rmdir %D 2>/dev/null || /usr/bin/true
--- devel/gnu-automake/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# New ports collection makefile for:	automake18
-# Date created:		15 Feb 2003
-# Whom:			Udo Schweigert
-#
-# $MidnightBSD: mports/devel/gnu-automake/Makefile,v 1.3 2008/08/26 17:43:35 laffer1 Exp $
-# $FreeBSD: ports/devel/gnu-automake/Makefile,v 1.62 2005/07/28 21:34:19 ade Exp $
-#
-
-PORTNAME=	automake
-PORTVERSION=	1.9.6
-CATEGORIES=	devel
-MASTER_SITES=	${MASTER_SITE_GNU}
-MASTER_SITE_SUBDIR=	automake
-PKGNAMEPREFIX=	gnu-
-DISTNAME=	automake-${PORTVERSION}
-
-MAINTAINER=	ports at MidnightBSD.org
-COMMENT=	GNU Standards-compliant Makefile generator (GNU unmodified)
-LICENSE=	gpl2
-
-BUILD_DEPENDS=	${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf
-RUN_DEPENDS=	${LOCALBASE}/gnu-autotools/bin/autoconf:${PORTSDIR}/devel/gnu-autoconf
-
-PREFIX?=	${LOCALBASE}/gnu-autotools
-
-USE_BZIP2=	yes
-INFO=		automake
-USE_PERL5=	yes
-GNU_CONFIGURE=	yes
-NO_MTREE=	yes
-CONFIGURE_ENV=	AUTOCONF=${LOCALBASE}/gnu-autotools/bin/autoconf \
-		AUTOHEADER=${LOCALBASE}/gnu-autotools/bin/autoheader \
-		MAKEINFO="makeinfo --no-split"
-CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd6.0 \
-		--infodir=${PREFIX}/info
-
-post-patch:
-	@(cd ${WRKSRC}/doc && ${RM} -f *.info*)
-
-.include <bsd.port.mk>
--- devel/gnu-automake/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 (automake-1.9.6.tar.bz2) = c11b8100bb311492d8220378fd8bf9e0
-SHA256 (automake-1.9.6.tar.bz2) = 8eccaa98e1863d10e4a5f861d8e2ec349a23e88cb12ad10f6b6f79022ad2bb8d
-SIZE (automake-1.9.6.tar.bz2) = 765505
--- devel/gnu-automake/files/patch-automake.texi
+++ /dev/null
@@ -1,7 +0,0 @@
---- doc/automake.texi.orig	Sat Feb 12 13:16:20 2005
-+++ doc/automake.texi	Thu Jun 16 22:25:41 2005
-@@ -9630,3 +9630,3 @@
- @multitable {8888-88-88} {8.8-p8} {8888} {888} {8888} {8888 (88)} {8888 (88)} {888} {888}
-- at headitem Date   @tab Rel @tab am @tab acl @tab pm @tab @file{*.am} @tab m4 @tab doc @tab t
-+ at item Date   @tab Rel @tab am @tab acl @tab pm @tab @file{*.am} @tab m4 @tab doc @tab t
- @item 1994-09-19 @tab CVS    @tab  141 @tab     @tab      @tab  299 (24) @tab           @tab     @tab


More information about the Midnightbsd-cvs mailing list