summaryrefslogtreecommitdiff
path: root/devel/gnu-libtool
diff options
context:
space:
mode:
Diffstat (limited to 'devel/gnu-libtool')
-rw-r--r--devel/gnu-libtool/Makefile63
-rw-r--r--devel/gnu-libtool/distinfo1
-rw-r--r--devel/gnu-libtool/files/patch-aa19
-rw-r--r--devel/gnu-libtool/files/patch-ab54
-rw-r--r--devel/gnu-libtool/files/patch-ad50
-rw-r--r--devel/gnu-libtool/files/patch-ae14
-rw-r--r--devel/gnu-libtool/files/patch-af32
-rw-r--r--devel/gnu-libtool/files/patch-libtoolize.in9
-rw-r--r--devel/gnu-libtool/files/patch-ltmain.sh7
-rw-r--r--devel/gnu-libtool/pkg-descr8
-rw-r--r--devel/gnu-libtool/pkg-plist33
11 files changed, 0 insertions, 290 deletions
diff --git a/devel/gnu-libtool/Makefile b/devel/gnu-libtool/Makefile
deleted file mode 100644
index 08cf85935b00..000000000000
--- a/devel/gnu-libtool/Makefile
+++ /dev/null
@@ -1,63 +0,0 @@
-# New ports collection makefile for: libtool
-# Date created: 6 May 1998
-# Whom: Motoyuki Kasahara <m-kasahr@sra.co.jp>
-#
-# $FreeBSD$
-#
-
-PORTNAME?= libtool
-PORTVERSION= 1.5
-PORTREVISION?= 0
-CATEGORIES= devel
-#MASTER_SITES= ${MASTER_SITE_GNU}
-#MASTER_SITE_SUBDIR= libtool
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR= ade/gnu
-DISTNAME= libtool-${PORTVERSION}
-
-MAINTAINER= ade@FreeBSD.org
-COMMENT?= Generic shared library support script
-
-BUILD_VERSION= 15
-LATEST_LINK?= libtool${BUILD_VERSION}
-PLIST_SUB= BUILD_VERSION=${BUILD_VERSION}
-GNU_CONFIGURE= yes
-CONFIGURE_ARGS?= --disable-ltdl-install
-CONFIGURE_ARGS+= --program-suffix=${BUILD_VERSION}
-CONFIGURE_ENV= PREFIX=${PREFIX} PACKAGE=libtool${BUILD_VERSION}
-CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-USE_REINPLACE= yes
-
-.if defined(USE_LIBTOOL) || defined(USE_LIBTOOL_VER)
-pre-everything::
- @${ECHO} ===========================================================
- @${ECHO} "You have 'USE_LIBTOOL' or 'USE_LIBTOOL_VER' variables"
- @${ECHO} "defined either in environment or in make(1) arguments."
- @${ECHO} "Please undefine them and try again."
- @${ECHO} ===========================================================
- @${FALSE}
-.endif # defined(USE_LIBTOOL) || defined(USE_LIBTOOL_VER)
-
-post-patch:
- @(cd ${WRKSRC}/doc && \
- ${RM} -f *.info* && \
- ${MV} libtool.texi libtool${BUILD_VERSION}.texi && \
- ${REINPLACE_CMD} -E 's,(libtool|libtoolize)\),\1${BUILDVERSION}\),g' libtool${BUILD_VERSION}.texi)
- @${MV} -f ${WRKSRC}/libtool.m4 ${WRKSRC}/libtool${BUILD_VERSION}.m4
- @${MV} -f ${WRKSRC}/ltdl.m4 ${WRKSRC}/ltdl${BUILD_VERSION}.m4
- @${REINPLACE_CMD} -e 's|libtool.m4|libtool${BUILD_VERSION}.m4|g' \
- -e 's|ltdl.m4|ltdl${BUILD_VERSION}.m4|g' ${WRKSRC}/Makefile.in
-
-.if ${PORTNAME} == "libtool"
-post-install:
- @-${RM} -fr ${PREFIX}/libexec/libtool${BUILD_VERSION}
- ${MKDIR} ${PREFIX}/libexec/libtool${BUILD_VERSION}
-.for i in libtool libtoolize
- ${LN} -sf ${PREFIX}/bin/${i}${BUILD_VERSION} ${PREFIX}/libexec/libtool${BUILD_VERSION}/${i}
-.endfor
-.for i in config.guess config.sub
- ${MV} ${PREFIX}/share/libtool${BUILD_VERSION}/${i}${BUILD_VERSION} ${PREFIX}/share/libtool${BUILD_VERSION}/${i}
-.endfor
-.endif
-
-.include <bsd.port.mk>
diff --git a/devel/gnu-libtool/distinfo b/devel/gnu-libtool/distinfo
deleted file mode 100644
index fae8a631cef1..000000000000
--- a/devel/gnu-libtool/distinfo
+++ /dev/null
@@ -1 +0,0 @@
-MD5 (libtool-1.5.tar.gz) = 0e1844f25e2ad74c3715b5776d017545
diff --git a/devel/gnu-libtool/files/patch-aa b/devel/gnu-libtool/files/patch-aa
deleted file mode 100644
index 56803617e979..000000000000
--- a/devel/gnu-libtool/files/patch-aa
+++ /dev/null
@@ -1,19 +0,0 @@
---- doc/libtool.texi.orig Mon Apr 14 22:10:10 2003
-+++ doc/libtool.texi Wed Jul 2 18:01:14 2003
-@@ -2,4 +2,4 @@
- @c %**start of header
--@setfilename libtool.info
--@settitle Libtool
-+@setfilename libtool15.info
-+@settitle Libtool15
- @c For double-sided printing, uncomment:
-@@ -15,3 +15,3 @@
- @direntry
--* Libtool: (libtool). Generic shared library support script.
-+* Libtool15: (libtool15). Generic shared library support script.
- @end direntry
-@@ -20,3 +20,3 @@
- @direntry
--* libtoolize: (libtool)Invoking libtoolize. Adding libtool support.
-+* libtoolize15: (libtool15)Invoking libtoolize. Adding libtool support.
- @end direntry
diff --git a/devel/gnu-libtool/files/patch-ab b/devel/gnu-libtool/files/patch-ab
deleted file mode 100644
index eecf8914e1a6..000000000000
--- a/devel/gnu-libtool/files/patch-ab
+++ /dev/null
@@ -1,54 +0,0 @@
---- doc/Makefile.in.orig Mon Apr 14 17:29:22 2003
-+++ doc/Makefile.in Fri Apr 18 20:22:58 2003
-@@ -93,3 +93,3 @@
- LTLIBOBJS = @LTLIBOBJS@
--MAKEINFO = @MAKEINFO@
-+MAKEINFO = @MAKEINFO@ --no-split
- NM = @NM@
-@@ -160,4 +160,4 @@
- AUTOMAKE_OPTIONS = gnits
--info_TEXINFOS = libtool.texi
--libtool_TEXINFOS = PLATFORMS fdl.texi
-+info_TEXINFOS = libtool15.texi
-+libtool15_TEXINFOS = PLATFORMS fdl.texi
- subdir = doc
-@@ -167,8 +167,8 @@
- am__TEXINFO_TEX_DIR = $(srcdir)
--INFO_DEPS = libtool.info
--DVIS = libtool.dvi
--PDFS = libtool.pdf
--PSS = libtool.ps
--TEXINFOS = libtool.texi
--DIST_COMMON = $(libtool_TEXINFOS) Makefile.am Makefile.in mdate-sh \
-+INFO_DEPS = libtool15.info
-+DVIS = libtool15.dvi
-+PDFS = libtool15.pdf
-+PSS = libtool15.ps
-+TEXINFOS = libtool15.texi
-+DIST_COMMON = $(libtool15_TEXINFOS) Makefile.am Makefile.in mdate-sh \
- stamp-vti texinfo.tex version.texi
-@@ -207,9 +207,9 @@
- $(TEXI2PDF) `test -f '$<' || echo '$(srcdir)/'`$<
--libtool.info: libtool.texi version.texi $(libtool_TEXINFOS)
--libtool.dvi: libtool.texi version.texi $(libtool_TEXINFOS)
--libtool.pdf: libtool.texi version.texi $(libtool_TEXINFOS)
-+libtool15.info: libtool15.texi version.texi $(libtool15_TEXINFOS)
-+libtool15.dvi: libtool15.texi version.texi $(libtool15_TEXINFOS)
-+libtool15.pdf: libtool15.texi version.texi $(libtool15_TEXINFOS)
- version.texi: stamp-vti
--stamp-vti: libtool.texi $(top_srcdir)/configure
-- @(dir=.; test -f ./libtool.texi || dir=$(srcdir); \
-- set `$(SHELL) $(srcdir)/mdate-sh $$dir/libtool.texi`; \
-+stamp-vti: libtool15.texi $(top_srcdir)/configure
-+ @(dir=.; test -f ./libtool15.texi || dir=$(srcdir); \
-+ set `$(SHELL) $(srcdir)/mdate-sh $$dir/libtool15.texi`; \
- echo "@set UPDATED $$1 $$2 $$3"; \
-@@ -270,5 +270,5 @@
- mostlyclean-aminfo:
-- -rm -f libtool.aux libtool.cp libtool.cps libtool.fn libtool.ky libtool.kys \
-- libtool.log libtool.pg libtool.tmp libtool.toc libtool.tp \
-- libtool.vr libtool.dvi libtool.pdf libtool.ps
-+ -rm -f libtool15.aux libtool15.cp libtool15.cps libtool15.fn libtool15.ky libtool15.kys \
-+ libtool15.log libtool15.pg libtool15.tmp libtool15.toc libtool15.tp \
-+ libtool15.vr libtool15.dvi libtool15.pdf libtool15.ps
-
diff --git a/devel/gnu-libtool/files/patch-ad b/devel/gnu-libtool/files/patch-ad
deleted file mode 100644
index c04c4dd4a24c..000000000000
--- a/devel/gnu-libtool/files/patch-ad
+++ /dev/null
@@ -1,50 +0,0 @@
-
-$FreeBSD$
-
---- ltmain.sh.orig Mon Sep 10 22:33:26 2001
-+++ ltmain.sh Wed Jan 23 16:39:22 2002
-@@ -1062,6 +1062,12 @@
-
- -module)
- module=yes
-+ case $host in
-+ *-*-freebsd*)
-+ # Do not build the useless static library
-+ build_old_libs=no
-+ ;;
-+ esac
- continue
- ;;
-
-@@ -2444,6 +2450,9 @@
- *-*-openbsd*)
- # Do not include libc due to us having libc/libc_r.
- ;;
-+ *-*-freebsd*)
-+ # FreeBSD doesn't need this...
-+ ;;
- *)
- # Add libc to deplibs on all other systems if necessary.
- if test $build_libtool_need_lc = "yes"; then
-@@ -4210,10 +4219,17 @@
- fi
-
- # Install the pseudo-library for information purposes.
-- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
-- instname="$dir/$name"i
-- $show "$install_prog $instname $destdir/$name"
-- $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ case $host in
-+ *-*-freebsd*)
-+ # Do not install the useless pseudo-library
-+ ;;
-+ *)
-+ name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
-+ instname="$dir/$name"i
-+ $show "$install_prog $instname $destdir/$name"
-+ $run eval "$install_prog $instname $destdir/$name" || exit $?
-+ ;;
-+ esac
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
diff --git a/devel/gnu-libtool/files/patch-ae b/devel/gnu-libtool/files/patch-ae
deleted file mode 100644
index 4a2214cfef50..000000000000
--- a/devel/gnu-libtool/files/patch-ae
+++ /dev/null
@@ -1,14 +0,0 @@
---- configure.orig Mon Apr 14 17:29:24 2003
-+++ configure Fri Apr 18 20:43:44 2003
-@@ -424,4 +424,4 @@
- # Identity of this package.
--PACKAGE_NAME='libtool'
--PACKAGE_TARNAME='libtool'
-+PACKAGE_NAME='libtool15'
-+PACKAGE_TARNAME='libtool15'
- PACKAGE_VERSION='1.5'
-@@ -1782,3 +1782,3 @@
- # Define the identity of the package.
-- PACKAGE=libtool
-+ PACKAGE=libtool15
- VERSION=1.5
diff --git a/devel/gnu-libtool/files/patch-af b/devel/gnu-libtool/files/patch-af
deleted file mode 100644
index c1caa93c1e1f..000000000000
--- a/devel/gnu-libtool/files/patch-af
+++ /dev/null
@@ -1,32 +0,0 @@
---- libltdl/Makefile.in.orig Mon Apr 14 17:29:35 2003
-+++ libltdl/Makefile.in Fri Apr 18 20:27:46 2003
-@@ -404,9 +404,7 @@
- if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
-- cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
-+ echo no cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
- fi; \
-- cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
-+ echo no cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
- else \
-- test -f $(distdir)/$$file \
-- || cp -p $$d/$$file $(distdir)/$$file \
-- || exit 1; \
-+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \
- fi; \
-@@ -586,4 +584,4 @@
- local-install-files: $(DISTFILES)
-- -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl
-- $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl
-+ -rm -rf $(DESTDIR)$(datadir)/libtool15/libltdl
-+ $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool15/libltdl
- @for file in $(DISTFILES); do \
-@@ -591,6 +589,6 @@
- if test -d $$d/$$file; then \
-- cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \
-+ cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool15/libltdl/$$file; \
- else \
-- test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \
-- || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \
-+ test -f $(DESTDIR)$(datadir)/libtool15/libltdl/$$file \
-+ || cp $$d/$$file $(DESTDIR)$(datadir)/libtool15/libltdl/$$file || :; \
- fi; \
diff --git a/devel/gnu-libtool/files/patch-libtoolize.in b/devel/gnu-libtool/files/patch-libtoolize.in
deleted file mode 100644
index 786ca8d9fe21..000000000000
--- a/devel/gnu-libtool/files/patch-libtoolize.in
+++ /dev/null
@@ -1,9 +0,0 @@
---- libtoolize.in.orig Sun Oct 13 16:21:38 2002
-+++ libtoolize.in Mon Feb 17 01:56:19 2003
-@@ -39,4 +39,4 @@
-
--libtool_m4="$aclocaldir/libtool.m4"
--ltdl_m4="$aclocaldir/ltdl.m4"
-+libtool_m4="$aclocaldir/libtool15.m4"
-+ltdl_m4="$aclocaldir/ltdl15.m4"
-
diff --git a/devel/gnu-libtool/files/patch-ltmain.sh b/devel/gnu-libtool/files/patch-ltmain.sh
deleted file mode 100644
index 2a30a0c9ef22..000000000000
--- a/devel/gnu-libtool/files/patch-ltmain.sh
+++ /dev/null
@@ -1,7 +0,0 @@
---- ltmain.sh.orig Wed Jul 2 16:56:39 2003
-+++ ltmain.sh Wed Jul 2 16:58:03 2003
-@@ -1279,3 +1279,3 @@
- case $host in
-- *-*-openbsd* | *-*-freebsd*)
-+ *-*-openbsd* | *-*-freebsd4*)
- # Do not include libc_r directly, use -pthread flag.
diff --git a/devel/gnu-libtool/pkg-descr b/devel/gnu-libtool/pkg-descr
deleted file mode 100644
index 1dea88bf6d51..000000000000
--- a/devel/gnu-libtool/pkg-descr
+++ /dev/null
@@ -1,8 +0,0 @@
-This is GNU Libtool, a generic library support script. Libtool hides
-the complexity of using shared libraries behind a consistent, portable
-interface.
-
-To use libtool, add the new generic library building commands to your
-Makefile, Makefile.in, or Makefile.am.
-
-WWW: http://www.gnu.org/software/libtool/
diff --git a/devel/gnu-libtool/pkg-plist b/devel/gnu-libtool/pkg-plist
deleted file mode 100644
index b01cc723189d..000000000000
--- a/devel/gnu-libtool/pkg-plist
+++ /dev/null
@@ -1,33 +0,0 @@
-@comment $FreeBSD$
-bin/libtool%%BUILD_VERSION%%
-bin/libtoolize%%BUILD_VERSION%%
-libexec/libtool%%BUILD_VERSION%%/libtool
-libexec/libtool%%BUILD_VERSION%%/libtoolize
-@unexec install-info --delete %D/info/libtool%%BUILD_VERSION%%.info %D/info/dir
-info/libtool%%BUILD_VERSION%%.info
-@exec install-info %D/info/libtool%%BUILD_VERSION%%.info %D/info/dir
-share/aclocal/libtool%%BUILD_VERSION%%.m4
-share/aclocal/ltdl%%BUILD_VERSION%%.m4
-share/libtool%%BUILD_VERSION%%/config.guess
-share/libtool%%BUILD_VERSION%%/config.sub
-share/libtool%%BUILD_VERSION%%/libltdl/COPYING.LIB
-share/libtool%%BUILD_VERSION%%/libltdl/Makefile.am
-share/libtool%%BUILD_VERSION%%/libltdl/Makefile.in
-share/libtool%%BUILD_VERSION%%/libltdl/README
-share/libtool%%BUILD_VERSION%%/libltdl/acinclude.m4
-share/libtool%%BUILD_VERSION%%/libltdl/aclocal.m4
-share/libtool%%BUILD_VERSION%%/libltdl/config-h.in
-share/libtool%%BUILD_VERSION%%/libltdl/config.guess
-share/libtool%%BUILD_VERSION%%/libltdl/config.sub
-share/libtool%%BUILD_VERSION%%/libltdl/configure
-share/libtool%%BUILD_VERSION%%/libltdl/configure.ac
-share/libtool%%BUILD_VERSION%%/libltdl/install-sh
-share/libtool%%BUILD_VERSION%%/libltdl/ltdl.c
-share/libtool%%BUILD_VERSION%%/libltdl/ltdl.h
-share/libtool%%BUILD_VERSION%%/libltdl/ltmain.sh
-share/libtool%%BUILD_VERSION%%/libltdl/missing
-share/libtool%%BUILD_VERSION%%/libltdl/mkinstalldirs
-share/libtool%%BUILD_VERSION%%/ltmain.sh
-@dirrm share/libtool%%BUILD_VERSION%%/libltdl
-@dirrm share/libtool%%BUILD_VERSION%%
-@dirrm libexec/libtool%%BUILD_VERSION%%