summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2000-08-17 14:01:54 +0000
committerwiz <wiz@pkgsrc.org>2000-08-17 14:01:54 +0000
commita12c40c0053f78404933a63253139574b8b64107 (patch)
treec1fab912fe1f01a036c64223474b889b5e6ebb6f /pkgtools
parent9b881a5504026da067c375fec64f8a1fa4e3c758 (diff)
downloadpkgsrc-a12c40c0053f78404933a63253139574b8b64107.tar.gz
All packages have been converted to USE_LIBTOOL, so remove pkglibtool.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglibtool/Makefile24
-rw-r--r--pkgtools/pkglibtool/files/md53
-rw-r--r--pkgtools/pkglibtool/files/patch-sum5
-rw-r--r--pkgtools/pkglibtool/patches/patch-aa60
-rw-r--r--pkgtools/pkglibtool/patches/patch-ab67
-rw-r--r--pkgtools/pkglibtool/patches/patch-ac14
-rw-r--r--pkgtools/pkglibtool/pkg/COMMENT1
-rw-r--r--pkgtools/pkglibtool/pkg/DESCR5
8 files changed, 0 insertions, 179 deletions
diff --git a/pkgtools/pkglibtool/Makefile b/pkgtools/pkglibtool/Makefile
deleted file mode 100644
index dea5344774f..00000000000
--- a/pkgtools/pkglibtool/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# $NetBSD: Makefile,v 1.10 1999/07/17 19:26:45 tron Exp $
-#
-
-DISTNAME= libtool-1.2
-PKGNAME= pkglibtool-1.2p2
-CATEGORIES= pkgtools devel
-MASTER_SITES= ${MASTER_SITE_GNU:=libtool/}
-
-MAINTAINER= tv@netbsd.org
-HOMEPAGE= http://www.profitpress.com/libtool/
-
-GNU_CONFIGURE= yes
-.if !exists(/usr/libexec/ld.so) && !exists(/usr/libexec/ld.elf_so)
-CONFIGURE_ARGS= --disable-shared
-.endif
-
-BINARY= ${PKGNAME:S/-/-${OBJECT_FMT}-/}
-PLIST_SRC= ${WRKDIR}/PLIST
-
-do-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/libtool ${PREFIX}/bin/${BINARY}
- @${ECHO} >${PLIST_SRC} bin/${BINARY}
-
-.include "../../mk/bsd.pkg.mk"
diff --git a/pkgtools/pkglibtool/files/md5 b/pkgtools/pkglibtool/files/md5
deleted file mode 100644
index 8d67a90aab5..00000000000
--- a/pkgtools/pkglibtool/files/md5
+++ /dev/null
@@ -1,3 +0,0 @@
-$NetBSD: md5,v 1.1 1998/10/02 14:46:08 tv Exp $
-
-MD5 (libtool-1.2.tar.gz) = 66b016fdf220682affbfdcaa2225a9bd
diff --git a/pkgtools/pkglibtool/files/patch-sum b/pkgtools/pkglibtool/files/patch-sum
deleted file mode 100644
index c4c4a57acb4..00000000000
--- a/pkgtools/pkglibtool/files/patch-sum
+++ /dev/null
@@ -1,5 +0,0 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 14:16:01 agc Exp $
-
-MD5 (patch-aa) = fa4def9b1baefea05d4948e51fea2381
-MD5 (patch-ab) = 2211b275e510c13fd2701271dd34007d
-MD5 (patch-ac) = 14b5739c8bde6ebe7c751d67e2142f28
diff --git a/pkgtools/pkglibtool/patches/patch-aa b/pkgtools/pkglibtool/patches/patch-aa
deleted file mode 100644
index 0b742360367..00000000000
--- a/pkgtools/pkglibtool/patches/patch-aa
+++ /dev/null
@@ -1,60 +0,0 @@
-$NetBSD: patch-aa,v 1.4 1999/03/31 10:05:57 agc Exp $
-
-NetBSD patches for ELF/a.out calculation
-Solaris patches to mimic NetBSD ones, for use in pkgsrc
-
---- ltconfig.orig Fri Mar 20 09:00:29 1998
-+++ ltconfig Sun Feb 14 17:49:16 1999
-@@ -808,7 +808,12 @@
-
- netbsd*)
- # Tested with NetBSD 1.2 ld
-- archive_cmds='$LD -Bshareable -o $lib$libobjs'
-+ if $CC -E - -dM </dev/null | grep -q __ELF__; then
-+ archive_cmds='$LD -shared -o $lib$libobjs' # ELF
-+ else
-+ archive_cmds='$LD -Bshareable -o $lib$libobjs' # a.out
-+ cpprt0=/usr/lib/c++rt0.o
-+ fi
- hardcode_libdir_flag_spec='-R$libdir'
- hardcode_direct=yes
- hardcode_shlibpath_var=no
-@@ -1181,8 +1186,15 @@
-
- netbsd* | openbsd*)
- version_type=sunos
-- library_names_spec='${libname}${release}.so.$versuffix'
-- finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
-+ if $CC -E - -dM </dev/null | grep -q __ELF__; then
-+ library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major ${libname}${release}.so'
-+ soname_spec='${libname}${release}.so.$major'
-+ dynamic_linker='NetBSD ld.elf_so'
-+ else
-+ library_names_spec='${libname}${release}.so.$versuffix'
-+ finish_cmds='PATH="$PATH:/sbin" ldconfig -m $libdir'
-+ dynamic_linker='NetBSD/OpenBSD (a.out) ld.so'
-+ fi
- shlibpath_var=LD_LIBRARY_PATH
- ;;
-
-@@ -1208,8 +1220,8 @@
- ;;
-
- solaris2*)
-- version_type=linux
-- library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major $libname.so'
-+ version_type=sunos
-+ library_names_spec='${libname}${release}.so.$versuffix ${libname}${release}.so.$major ${libname}${release}.so'
- soname_spec='${libname}${release}.so.$major'
- shlibpath_var=LD_LIBRARY_PATH
- ;;
-@@ -1482,6 +1494,9 @@
- # Set to yes if using SHLIBPATH_VAR=DIR during linking hardcodes DIR into
- # the resulting binary.
- hardcode_shlibpath_var=$hardcode_shlibpath_var
-+
-+# C++ startup code
-+cpprt0="$cpprt0"
-
- EOF
-
diff --git a/pkgtools/pkglibtool/patches/patch-ab b/pkgtools/pkglibtool/patches/patch-ab
deleted file mode 100644
index 2e924ced168..00000000000
--- a/pkgtools/pkglibtool/patches/patch-ab
+++ /dev/null
@@ -1,67 +0,0 @@
-$NetBSD: patch-ab,v 1.4 1999/02/14 21:14:04 tron Exp $
-
---- ltmain.sh.orig Fri Mar 20 09:00:29 1998
-+++ ltmain.sh Sun Feb 14 21:19:14 1999
-@@ -144,6 +144,10 @@
- prev=execute_dlfiles
- ;;
-
-+ --install-la) install_la="yes" ;;
-+
-+ --cplusplus) cplusplus="yes" ;;
-+
- -*)
- $echo "$modename: unrecognized option \`$arg'" 1>&2
- $echo "$help" 1>&2
-@@ -216,6 +233,11 @@
- generic_help="$help"
- help="Try \`$modename --help --mode=$mode' for more information."
-
-+ # Are we linking a C++ library?
-+ if test -n "$cplusplus" && test -n "$cpprt0"; then
-+ archive_cmds="$archive_cmds $cpprt0"
-+ fi
-+
- # These modes are in order of execution frequency so that they run quickly.
- case "$mode" in
- # libtool compile mode
-@@ -1655,6 +1677,10 @@
- -g) prev="-g" ;;
- -m) prev="-m" ;;
- -o) prev="-o" ;;
-+# Next three options added by Julio Sanchez to support INN installs
-+ -b) prev="-b" ;;
-+ -O) prev="-O" ;;
-+ -G) prev="-G" ;;
- -s)
- stripme=" -s"
- continue
-@@ -1841,10 +1867,12 @@
- IFS="$save_ifs"
- fi
-
-+if test -n "$install_la"; then
- # Install the pseudo-library for information purposes.
- name=`$echo "X$file" | $Xsed -e 's%^.*/%%'`
- $show "$install_prog $file $destdir/$name"
- $run eval "$install_prog $file $destdir/$name" || exit $?
-+fi
-
- # Maybe install the static library, too.
- test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library"
-@@ -1912,6 +1940,7 @@
- exit 1
- fi
-
-+if test -n "$install_la"; then
- finalize=yes
- for lib in $link_against_libtool_libs; do
- # Check to see that each library is installed.
-@@ -1932,6 +1961,7 @@
- finalize=no
- fi
- done
-+fi
-
- if test "$hardcode_action" = relink; then
- if test "$finalize" = yes; then
diff --git a/pkgtools/pkglibtool/patches/patch-ac b/pkgtools/pkglibtool/patches/patch-ac
deleted file mode 100644
index 226b57e7512..00000000000
--- a/pkgtools/pkglibtool/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.1 1999/03/10 04:28:56 itohy Exp $
-
---- config.guess.orig Mon Sep 22 04:30:36 1997
-+++ config.guess Wed Mar 10 13:05:49 1999
-@@ -472,7 +472,8 @@
- echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
- exit 0 ;;
- *:NetBSD:*:*)
-- echo ${UNAME_MACHINE}-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
-+ arch=${MACHINE_ARCH:-`printf 'xxx:\n\techo ${MACHINE_ARCH}' | ${MAKE-make} -s -f-`}
-+ echo $arch-unknown-netbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
- exit 0 ;;
- *:OpenBSD:*:*)
- echo ${UNAME_MACHINE}-unknown-openbsd`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
diff --git a/pkgtools/pkglibtool/pkg/COMMENT b/pkgtools/pkglibtool/pkg/COMMENT
deleted file mode 100644
index b3b076b17b1..00000000000
--- a/pkgtools/pkglibtool/pkg/COMMENT
+++ /dev/null
@@ -1 +0,0 @@
-Generic shared library support script for NetBSD packages
diff --git a/pkgtools/pkglibtool/pkg/DESCR b/pkgtools/pkglibtool/pkg/DESCR
deleted file mode 100644
index 16e514e12f1..00000000000
--- a/pkgtools/pkglibtool/pkg/DESCR
+++ /dev/null
@@ -1,5 +0,0 @@
-This is GNU Libtool, a generic library support script. Libtool hides
-the complexity of using shared libraries behind a consistent, portable
-interface.
-
-This edition of libtool has been customized for the NetBSD pkg system.