diff options
author | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-01 00:03:25 +0800 |
---|---|---|
committer | ahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-03-01 00:03:25 +0800 |
commit | 107c99803e139f7bf7b80481535e353962e9de59 (patch) | |
tree | 02ef5a0317028ae0d6c4f973274456c567b16456 /devel | |
parent | 9f375d2028f069f60efec89a6103d30c1346f99b (diff) | |
download | marcuscom-ports-107c99803e139f7bf7b80481535e353962e9de59.tar marcuscom-ports-107c99803e139f7bf7b80481535e353962e9de59.tar.gz marcuscom-ports-107c99803e139f7bf7b80481535e353962e9de59.tar.bz2 marcuscom-ports-107c99803e139f7bf7b80481535e353962e9de59.tar.lz marcuscom-ports-107c99803e139f7bf7b80481535e353962e9de59.tar.xz marcuscom-ports-107c99803e139f7bf7b80481535e353962e9de59.tar.zst marcuscom-ports-107c99803e139f7bf7b80481535e353962e9de59.zip |
Remove, now in ports
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8442 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libtool15/Makefile | 26 | ||||
-rw-r--r-- | devel/libtool15/distinfo | 3 | ||||
-rw-r--r-- | devel/libtool15/files/patch-libltdl_acinclude.m4 | 12 | ||||
-rw-r--r-- | devel/libtool15/files/patch-libltdl_configure | 12 | ||||
-rw-r--r-- | devel/libtool15/files/patch-ltdl.m4 | 12 | ||||
-rw-r--r-- | devel/libtool15/files/patch-ltmain.sh | 75 | ||||
-rw-r--r-- | devel/libtool15/pkg-descr | 8 | ||||
-rw-r--r-- | devel/libtool15/pkg-plist | 27 |
8 files changed, 0 insertions, 175 deletions
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile deleted file mode 100644 index c017db004..000000000 --- a/devel/libtool15/Makefile +++ /dev/null @@ -1,26 +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.22 -PORTREVISION?= 3 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool -DISTNAME= libtool-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT?= Generic shared library support script - -GNU_CONFIGURE= yes -CONFIGURE_ARGS?= --disable-ltdl-install -CONFIGURE_ARGS+= --infodir=${PREFIX}/info -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INFO?= libtool - -.include <bsd.port.mk> diff --git a/devel/libtool15/distinfo b/devel/libtool15/distinfo deleted file mode 100644 index fc660c5fb..000000000 --- a/devel/libtool15/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libtool-1.5.22.tar.gz) = 8e0ac9797b62ba4dcc8a2fb7936412b0 -SHA256 (libtool-1.5.22.tar.gz) = 88e9ffaaade21c1ddaf6297723dd2fb4ca18ccaef0499a28b6e672f02c8ceb5d -SIZE (libtool-1.5.22.tar.gz) = 2921483 diff --git a/devel/libtool15/files/patch-libltdl_acinclude.m4 b/devel/libtool15/files/patch-libltdl_acinclude.m4 deleted file mode 100644 index 9de2b1dd0..000000000 --- a/devel/libtool15/files/patch-libltdl_acinclude.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- libltdl/acinclude.m4.orig Sun Dec 17 13:11:01 2006 -+++ libltdl/acinclude.m4 Sun Dec 17 13:11:14 2006 -@@ -6524,6 +6524,9 @@ - # If you are looking for one http://www.opendarwin.org/projects/dlcompat - libltdl_cv_sys_dlopen_deplibs=yes - ;; -+ freebsd*) -+ libltdl_cv_sys_dlopen_deplibs=yes -+ ;; - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) - # GNU and its variants, using gnu ld.so (Glibc) - libltdl_cv_sys_dlopen_deplibs=yes diff --git a/devel/libtool15/files/patch-libltdl_configure b/devel/libtool15/files/patch-libltdl_configure deleted file mode 100644 index 1ba8d932f..000000000 --- a/devel/libtool15/files/patch-libltdl_configure +++ /dev/null @@ -1,12 +0,0 @@ ---- libltdl/configure.orig Sun Dec 17 13:08:03 2006 -+++ libltdl/configure Sun Dec 17 13:08:10 2006 -@@ -21121,6 +21121,9 @@ - # If you are looking for one http://www.opendarwin.org/projects/dlcompat - libltdl_cv_sys_dlopen_deplibs=yes - ;; -+ freebsd*) -+ libltdl_cv_sys_dlopen_deplibs=yes -+ ;; - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) - # GNU and its variants, using gnu ld.so (Glibc) - libltdl_cv_sys_dlopen_deplibs=yes diff --git a/devel/libtool15/files/patch-ltdl.m4 b/devel/libtool15/files/patch-ltdl.m4 deleted file mode 100644 index ac2ac2be4..000000000 --- a/devel/libtool15/files/patch-ltdl.m4 +++ /dev/null @@ -1,12 +0,0 @@ ---- ltdl.m4.orig Sun Dec 17 13:06:14 2006 -+++ ltdl.m4 Sun Dec 17 13:06:46 2006 -@@ -127,6 +127,9 @@ - # If you are looking for one http://www.opendarwin.org/projects/dlcompat - libltdl_cv_sys_dlopen_deplibs=yes - ;; -+ freebsd*) -+ libltdl_cv_sys_dlopen_deplibs=yes -+ ;; - gnu* | linux* | kfreebsd*-gnu | knetbsd*-gnu) - # GNU and its variants, using gnu ld.so (Glibc) - libltdl_cv_sys_dlopen_deplibs=yes diff --git a/devel/libtool15/files/patch-ltmain.sh b/devel/libtool15/files/patch-ltmain.sh deleted file mode 100644 index dbfac1c8e..000000000 --- a/devel/libtool15/files/patch-ltmain.sh +++ /dev/null @@ -1,75 +0,0 @@ ---- ltmain.sh.orig Sun Dec 18 14:14:54 2005 -+++ ltmain.sh Mon Feb 20 17:37:04 2006 -@@ -228,2 +228,16 @@ - { -+ # FreeBSD-specific: where we install compilers with non-standard names -+ tag_compilers_CC="*cc cc* *gcc gcc*" -+ tag_compilers_CXX="*c++ c++* *g++ g++*" -+ base_compiler=`set -- "$@"; echo $1` -+ -+ # If $tagname isn't set, then try to infer if the default "CC" tag applies -+ if test -z "$tagname"; then -+ for zp in $tag_compilers_CC; do -+ case $base_compiler in -+ $zp) tagname="CC"; break;; -+ esac -+ done -+ fi -+ - if test -n "$available_tags" && test -z "$tagname"; then -@@ -268,3 +282,18 @@ - esac -- fi -+ -+ # FreeBSD-specific: try compilers based on inferred tag -+ if test -z "$tagname"; then -+ eval "tag_compilers=\$tag_compilers_${z}" -+ if test -n "$tag_compilers"; then -+ for zp in $tag_compilers; do -+ case $base_compiler in -+ $zp) tagname=$z; break;; -+ esac -+ done -+ if test -n "$tagname"; then -+ break -+ fi -+ fi -+ fi -+ fi - done -@@ -1606,2 +1635,3 @@ - finalize_command="$finalize_command $arg" -+ deplibs="$deplibs $arg" - continue -@@ -2103,2 +2133,25 @@ - fi -+ -+ case $linkmode in -+ lib) -+ deplibs="$deplib $deplibs" -+ test "$pass" = conv && continue -+ newdependency_libs="$deplib $newdependency_libs" -+ ;; -+ prog) -+ if test "$pass" = conv; then -+ deplibs="$deplib $deplibs" -+ continue -+ fi -+ if test "$pass" = scan; then -+ deplibs="$deplib $deplibs" -+ else -+ compile_deplibs="$deplib $compile_deplibs" -+ finalize_deplibs="$deplib $finalize_deplibs" -+ fi -+ ;; -+ *) -+ ;; -+ esac # linkmode -+ - continue -@@ -4706,2 +4759,5 @@ - esac -+ ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... - ;; diff --git a/devel/libtool15/pkg-descr b/devel/libtool15/pkg-descr deleted file mode 100644 index 1dea88bf6..000000000 --- a/devel/libtool15/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/libtool15/pkg-plist b/devel/libtool15/pkg-plist deleted file mode 100644 index a31c37442..000000000 --- a/devel/libtool15/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -@comment $FreeBSD: ports/devel/libtool15/pkg-plist,v 1.13 2006/02/23 10:36:03 ade Exp $ -bin/libtool -bin/libtoolize -share/aclocal/libtool.m4 -share/aclocal/ltdl.m4 -share/libtool/config.guess -share/libtool/config.sub -share/libtool/install-sh -share/libtool/libltdl/COPYING.LIB -share/libtool/libltdl/Makefile.am -share/libtool/libltdl/Makefile.in -share/libtool/libltdl/README -share/libtool/libltdl/acinclude.m4 -share/libtool/libltdl/aclocal.m4 -share/libtool/libltdl/config-h.in -share/libtool/libltdl/config.guess -share/libtool/libltdl/config.sub -share/libtool/libltdl/configure -share/libtool/libltdl/configure.ac -share/libtool/libltdl/install-sh -share/libtool/libltdl/ltdl.c -share/libtool/libltdl/ltdl.h -share/libtool/libltdl/ltmain.sh -share/libtool/libltdl/missing -share/libtool/ltmain.sh -@dirrm share/libtool/libltdl -@dirrm share/libtool |