diff options
Diffstat (limited to 'devel/libtool13')
-rw-r--r-- | devel/libtool13/Makefile | 50 | ||||
-rw-r--r-- | devel/libtool13/distinfo | 3 | ||||
-rw-r--r-- | devel/libtool13/files/patch-aa | 19 | ||||
-rw-r--r-- | devel/libtool13/files/patch-ab | 70 | ||||
-rw-r--r-- | devel/libtool13/files/patch-ac | 154 | ||||
-rw-r--r-- | devel/libtool13/files/patch-ad | 250 | ||||
-rw-r--r-- | devel/libtool13/files/patch-ae | 25 | ||||
-rw-r--r-- | devel/libtool13/files/patch-af | 48 | ||||
-rw-r--r-- | devel/libtool13/files/patch-libtoolize.in | 14 | ||||
-rw-r--r-- | devel/libtool13/pkg-descr | 8 | ||||
-rw-r--r-- | devel/libtool13/pkg-plist | 27 |
11 files changed, 0 insertions, 668 deletions
diff --git a/devel/libtool13/Makefile b/devel/libtool13/Makefile deleted file mode 100644 index 50136d7fefb9..000000000000 --- a/devel/libtool13/Makefile +++ /dev/null @@ -1,50 +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.3.5 -PORTREVISION= 2 -CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_GNU} -MASTER_SITE_SUBDIR= libtool -DISTNAME= libtool-${PORTVERSION} - -MAINTAINER= ade@FreeBSD.org -COMMENT= Generic shared library support script (1.3) - -BUILD_VERSION= 13 -PLIST_SUB= BUILD_VERSION=${BUILD_VERSION} -LATEST_LINK= libtool${BUILD_VERSION} -GNU_CONFIGURE= yes -CONFIGURE_ARGS= --disable-ltdl-install \ - --program-suffix=${BUILD_VERSION} -CONFIGURE_ENV= PREFIX=${PREFIX} PACKAGE=libtool${BUILD_VERSION} -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -USE_REINPLACE= yes -INFO= libtool${BUILD_VERSION} - -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 - @${REINPLACE_CMD} -e 's|libtool.m4|libtool${BUILD_VERSION}.m4|g' ${WRKSRC}/Makefile.in - -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 - @${LN} -sf ${PREFIX}/share/libtool${BUILD_VERSION}/ltconfig${BUILD_VERSION} \ - ${PREFIX}/share/libtool${BUILD_VERSION}/ltconfig - -.include <bsd.port.mk> diff --git a/devel/libtool13/distinfo b/devel/libtool13/distinfo deleted file mode 100644 index 8074b3109fb9..000000000000 --- a/devel/libtool13/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (libtool-1.3.5.tar.gz) = fa26a07c978ad05d1f88ed7a472daa49 -SHA256 (libtool-1.3.5.tar.gz) = 02e287ba621aa01ee581b0f88854deb222fa61e7e0fc55ed7685038354f0259f -SIZE (libtool-1.3.5.tar.gz) = 538884 diff --git a/devel/libtool13/files/patch-aa b/devel/libtool13/files/patch-aa deleted file mode 100644 index 8c2643cec527..000000000000 --- a/devel/libtool13/files/patch-aa +++ /dev/null @@ -1,19 +0,0 @@ ---- doc/libtool.texi.orig Tue Nov 2 12:36:23 1999 -+++ doc/libtool.texi Thu Oct 14 20:24:50 2004 -@@ -2,4 +2,4 @@ - @c %**start of header --@setfilename libtool.info --@settitle Libtool -+@setfilename libtool13.info -+@settitle Libtool13 - @c For double-sided printing, uncomment: -@@ -15,8 +15,3 @@ - @direntry --* Libtool: (libtool). Generic shared library support script. --@end direntry -- --@dircategory Individual utilities --@direntry --* libtoolize: (libtool)Invoking libtoolize. Adding libtool support. -+* Libtool13: (libtool13). Generic shared library support script. - @end direntry diff --git a/devel/libtool13/files/patch-ab b/devel/libtool13/files/patch-ab deleted file mode 100644 index 18ada0907569..000000000000 --- a/devel/libtool13/files/patch-ab +++ /dev/null @@ -1,70 +0,0 @@ ---- doc/Makefile.in.orig Sat May 27 07:23:34 2000 -+++ doc/Makefile.in Sat Dec 14 00:04:56 2002 -@@ -71,7 +71,7 @@ - LIBTOOL = @LIBTOOL@ - LIBTOOL_FLAGS = @LIBTOOL_FLAGS@ - LN_S = @LN_S@ --MAKEINFO = @MAKEINFO@ -+MAKEINFO = @MAKEINFO@ --no-split - NM = @NM@ - OBJDUMP = @OBJDUMP@ - PACKAGE = @PACKAGE@ -@@ -81,15 +81,15 @@ - pkgdatadir = @pkgdatadir@ - - AUTOMAKE_OPTIONS = gnits --info_TEXINFOS = libtool.texi --libtool_TEXINFOS = PLATFORMS -+info_TEXINFOS = libtool13.texi -+libtool13_TEXINFOS = PLATFORMS - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs - CONFIG_CLEAN_FILES = - TEXI2DVI = texi2dvi --INFO_DEPS = libtool.info --DVIS = libtool.dvi --TEXINFOS = libtool.texi --DIST_COMMON = $(libtool_TEXINFOS) Makefile.am Makefile.in mdate-sh \ -+INFO_DEPS = libtool13.info -+DVIS = libtool13.dvi -+TEXINFOS = libtool13.texi -+DIST_COMMON = $(libtool13_TEXINFOS) Makefile.am Makefile.in mdate-sh \ - stamp-vti texinfo.tex version.texi - - -@@ -111,8 +111,8 @@ - $(srcdir)/version.texi: stamp-vti - @: - --$(srcdir)/stamp-vti: libtool.texi $(top_srcdir)/configure.in -- @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/libtool.texi`" > vti.tmp -+$(srcdir)/stamp-vti: libtool13.texi $(top_srcdir)/configure.in -+ @echo "@set UPDATED `$(SHELL) $(srcdir)/mdate-sh $(srcdir)/libtool13.texi`" > vti.tmp - @echo "@set EDITION $(VERSION)" >> vti.tmp - @echo "@set VERSION $(VERSION)" >> vti.tmp - @cmp -s vti.tmp $(srcdir)/version.texi \ -@@ -131,8 +131,8 @@ - maintainer-clean-vti: - -rm -f $(srcdir)/stamp-vti $(srcdir)/version.texi - --libtool.info: libtool.texi version.texi $(libtool_TEXINFOS) --libtool.dvi: libtool.texi version.texi $(libtool_TEXINFOS) -+libtool13.info: libtool13.texi version.texi $(libtool13_TEXINFOS) -+libtool13.dvi: libtool13.texi version.texi $(libtool13_TEXINFOS) - - - DVIPS = dvips -@@ -231,10 +231,10 @@ - done - - mostlyclean-aminfo: -- -rm -f libtool.aux libtool.cp libtool.cps libtool.dvi libtool.fn \ -- libtool.fns libtool.ky libtool.kys libtool.ps libtool.log \ -- libtool.pg libtool.toc libtool.tp libtool.tps libtool.vr \ -- libtool.vrs libtool.op libtool.tr libtool.cv libtool.cn -+ -rm -f libtool13.aux libtool13.cp libtool13.cps libtool13.dvi libtool13.fn \ -+ libtool13.fns libtool13.ky libtool13.kys libtool13.ps libtool13.log \ -+ libtool13.pg libtool13.toc libtool13.tp libtool13.tps libtool13.vr \ -+ libtool13.vrs libtool13.op libtool13.tr libtool13.cv libtool13.cn - - clean-aminfo: - diff --git a/devel/libtool13/files/patch-ac b/devel/libtool13/files/patch-ac deleted file mode 100644 index b74f12d923d3..000000000000 --- a/devel/libtool13/files/patch-ac +++ /dev/null @@ -1,154 +0,0 @@ ---- ltconfig.orig Fri Dec 13 23:36:10 2002 -+++ ltconfig Fri Dec 13 23:47:30 2002 -@@ -169,7 +169,7 @@ - # Constants: - PROGRAM=ltconfig - PACKAGE=libtool --VERSION=1.3.5 -+VERSION=1.3.5-freebsd-ports - TIMESTAMP=" (1.385.2.206 2000/05/27 11:12:27)" - ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5' - ac_link='${CC-cc} -o conftest $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5' -@@ -185,6 +185,8 @@ - # which needs '.lib'). - enable_static=yes - enable_fast_install=yes -+install_ltlibs=yes -+release_suffix=yes - enable_dlopen=unknown - enable_win32_dll=no - ltmain= -@@ -242,10 +244,14 @@ - - Generate a system-specific libtool script. - -+ --build no-op to keep compatability with configure scripts generated for 1.4 - --debug enable verbose shell tracing - --disable-shared do not build shared libraries - --disable-static do not build static libraries - --disable-fast-install do not optimize for fast installation -+ --disable-ltlibs don't install the .la archives -+ --release-ignore don't use -release specification -+ --release-suffix use -release suffix for all files - --enable-dlopen enable dlopen support - --enable-win32-dll enable building dlls on win32 hosts - --help display this help and exit -@@ -268,6 +274,8 @@ - exit 0 - ;; - -+ --build=*) ;; -+ - --debug) - echo "$progname: enabling shell trace mode" - set -x -@@ -279,6 +287,12 @@ - - --disable-fast-install) enable_fast_install=no ;; - -+ --disable-ltlibs) install_ltlibs=no ;; -+ -+ --release-ignore) release_suffix=no ;; -+ -+ --release-suffix) release_suffix=all ;; -+ - --enable-dlopen) enable_dlopen=yes ;; - - --enable-win32-dll) enable_win32_dll=yes ;; -@@ -971,11 +985,11 @@ - $rm conftest.dat - if ln -s X conftest.dat 2>/dev/null; then - $rm conftest.dat -- LN_S="ln -s" -+ LN_S="ln -sf" - else - LN_S=ln - fi -- if test "$LN_S" = "ln -s"; then -+ if test "$LN_S" = "ln -sf"; then - echo "$ac_t"yes 1>&6 - else - echo "$ac_t"no 1>&6 -@@ -1232,8 +1246,8 @@ - - *) - if $LD --help 2>&1 | egrep ': supported targets:.* elf' > /dev/null; then -- archive_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib' -- archive_expsym_cmds='$CC -shared $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' -+ archive_cmds='$CC -shared $compile_rpath $libobjs $deplibs $linkopts ${wl}-soname $wl$soname -o $lib' -+ archive_expsym_cmds='$CC -shared $compile_rpath $libobjs $deplibs $linkopts ${wl}-soname $wl$soname ${wl}-retain-symbols-file $wl$export_symbols -o $lib' - else - ld_shlibs=no - fi -@@ -1359,14 +1373,6 @@ - hardcode_shlibpath_var=no - ;; - -- # FreeBSD 3 and greater uses gcc -shared to do shared libraries. -- freebsd*) -- archive_cmds='$CC -shared -o $lib $libobjs $deplibs $linkopts' -- hardcode_libdir_flag_spec='-R$libdir' -- hardcode_direct=yes -- hardcode_shlibpath_var=no -- ;; -- - hpux9* | hpux10* | hpux11*) - case "$host_os" in - hpux9*) archive_cmds='$rm $objdir/$soname~$LD -b +b $install_libdir -o $objdir/$soname $libobjs $deplibs $linkopts~test $objdir/$soname = $lib || mv $objdir/$soname $lib' ;; -@@ -1793,7 +1799,7 @@ - version_type=none - dynamic_linker="$host_os ld.so" - sys_lib_dlsearch_path_spec="/lib /usr/lib" --sys_lib_search_path_spec="/lib /usr/lib /usr/local/lib" -+sys_lib_search_path_spec="/lib /usr/lib" - file_magic_cmd= - file_magic_test_file= - deplibs_check_method='unknown' -@@ -1891,19 +1897,22 @@ - version_type=freebsd-$objformat - case "$version_type" in - freebsd-elf*) -- deplibs_check_method='file_magic ELF [0-9][0-9]*-bit [LM]SB shared object' -- file_magic_cmd=/usr/bin/file -- file_magic_test_file=`echo /usr/lib/libc.so*` -- library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so $libname.so' -- need_version=no -- need_lib_prefix=no -+ deplibs_check_method='file_magic (ELF [0-9][0-9]*-bit [LM]SB shared object|current ar archive)' - ;; - freebsd-*) -- deplibs_check_method=unknown -- library_names_spec='${libname}${release}.so$versuffix $libname.so$versuffix' -- need_version=yes -+ deplibs_check_method='file_magic FreeBSD.* shared library' - ;; - esac -+ file_magic_cmd=/usr/bin/file -+ file_magic_test_file=`echo /usr/lib/libc.so*` -+ if test "$release_suffix" = all; then -+ library_names_spec='${libname}${release}.so$versuffix ${libname}${release}.so' -+ else -+ library_names_spec='${libname}${release}.so$versuffix ${libname}.so' -+ fi -+ need_version=no -+ need_lib_prefix=no -+ finish_cmds='/usr/bin/env OBJFORMAT="'"$objformat"'" /sbin/ldconfig -m $libdir' - shlibpath_var=LD_LIBRARY_PATH - case "$host_os" in - freebsd2* | freebsd3.[01]* | freebsdelf3.[01]*) -@@ -2812,6 +2821,15 @@ - - # Shell to use when invoking shell scripts. - SHELL=$LTSHELL -+ -+# Whether to waste disk space. -+install_ltlibs=$install_ltlibs -+ -+# What to do with -release. -+# yes - only for shared archive -+# no - ingnore -+# all - for all archives -+release_suffix=$release_suffix - - # Whether or not to build shared libraries. - build_libtool_libs=$enable_shared diff --git a/devel/libtool13/files/patch-ad b/devel/libtool13/files/patch-ad deleted file mode 100644 index 414d603c144d..000000000000 --- a/devel/libtool13/files/patch-ad +++ /dev/null @@ -1,250 +0,0 @@ ---- ltmain.sh.orig Sat May 27 07:15:01 2000 -+++ ltmain.sh Fri Feb 13 14:36:07 2004 -@@ -23,6 +23,9 @@ - # configuration script generated by Autoconf, you may include it under - # the same distribution terms that you use for the rest of that program. - -+EXPR_COMPAT=1 -+export EXPR_COMPAT -+ - # Check that we have a working $echo. - if test "X$1" = X--no-reexec; then - # Discard the --no-reexec flag, and continue. -@@ -54,7 +57,7 @@ - # Constants. - PROGRAM=ltmain.sh - PACKAGE=libtool --VERSION=1.3.5 -+VERSION=1.3.5-freebsd-ports - TIMESTAMP=" (1.385.2.206 2000/05/27 11:12:27)" - - default_mode= -@@ -952,7 +955,11 @@ - continue - ;; - release) -+ if test "$release_suffix" = all; then -+ release="$arg" -+ elif test "$release_suffix" = yes; then - release="-$arg" -+ fi - prev= - continue - ;; -@@ -1005,6 +1012,7 @@ - ;; - - -avoid-version) -+ build_old_libs=no - avoid_version=yes - continue - ;; -@@ -1091,6 +1099,10 @@ - deplibs="$deplibs $arg" - ;; - -+ -?thread) -+ deplibs="$deplibs $arg" -+ ;; -+ - -module) - module=yes - continue -@@ -1168,7 +1180,7 @@ - - *.o | *.obj | *.a | *.lib) - # A standard object. -- objs="$objs $arg" -+ libobjs="$libobjs $arg" - ;; - - *.lo) -@@ -1603,12 +1615,6 @@ - exit 1 - fi - -- # How the heck are we supposed to write a wrapper for a shared library? -- if test -n "$link_against_libtool_libs"; then -- $echo "$modename: error: cannot link shared libraries into libtool libraries" 1>&2 -- exit 1 -- fi -- - if test -n "$dlfiles$dlprefiles" || test "$dlself" != no; then - $echo "$modename: warning: \`-dlopen' is ignored for libtool libraries" 1>&2 - fi -@@ -1799,6 +1805,9 @@ - # rhapsody is a little odd... - deplibs="$deplibs -framework System" - ;; -+ *-*-freebsd*) -+ # FreeBSD doesn't need this... -+ ;; - *) - # Add libc to deplibs on all other systems. - deplibs="$deplibs -lc" -@@ -1806,6 +1815,94 @@ - esac - fi - -+ if test -n "$rpath$xrpath"; then -+ # If the user specified any rpath flags, then add them. -+ for libdir in $rpath $xrpath; do -+ # This is the magic to use -rpath. -+ case "$compile_rpath " in -+ *" $libdir "*) ;; -+ *) compile_rpath="$compile_rpath $libdir" ;; -+ esac -+ case "$finalize_rpath " in -+ *" $libdir "*) ;; -+ *) finalize_rpath="$finalize_rpath $libdir" ;; -+ esac -+ done -+ fi -+ -+ # Now hardcode the library paths -+ rpath= -+ hardcode_libdirs= -+ for libdir in $compile_rpath; do -+ if test -n "$hardcode_libdir_flag_spec"; then -+ if test -n "$hardcode_libdir_separator"; then -+ if test -z "$hardcode_libdirs"; then -+ hardcode_libdirs="$libdir" -+ else -+ # Just accumulate the unique libdirs. -+ case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in -+ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) -+ ;; -+ *) -+ hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" -+ ;; -+ esac -+ fi -+ else -+ eval flag=\"$hardcode_libdir_flag_spec\" -+ rpath="$rpath $flag" -+ fi -+ elif test -n "$runpath_var"; then -+ case "$perm_rpath " in -+ *" $libdir "*) ;; -+ *) perm_rpath="$perm_rpath $libdir" ;; -+ esac -+ fi -+ done -+ # Substitute the hardcoded libdirs into the rpath. -+ if test -n "$hardcode_libdir_separator" && -+ test -n "$hardcode_libdirs"; then -+ libdir="$hardcode_libdirs" -+ eval rpath=\" $hardcode_libdir_flag_spec\" -+ fi -+ compile_rpath="$rpath" -+ -+ rpath= -+ hardcode_libdirs= -+ for libdir in $finalize_rpath; do -+ if test -n "$hardcode_libdir_flag_spec"; then -+ if test -n "$hardcode_libdir_separator"; then -+ if test -z "$hardcode_libdirs"; then -+ hardcode_libdirs="$libdir" -+ else -+ # Just accumulate the unique libdirs. -+ case "$hardcode_libdir_separator$hardcode_libdirs$hardcode_libdir_separator" in -+ *"$hardcode_libdir_separator$libdir$hardcode_libdir_separator"*) -+ ;; -+ *) -+ hardcode_libdirs="$hardcode_libdirs$hardcode_libdir_separator$libdir" -+ ;; -+ esac -+ fi -+ else -+ eval flag=\"$hardcode_libdir_flag_spec\" -+ rpath="$rpath $flag" -+ fi -+ elif test -n "$runpath_var"; then -+ case "$finalize_perm_rpath " in -+ *" $libdir "*) ;; -+ *) finalize_perm_rpath="$finalize_perm_rpath $libdir" ;; -+ esac -+ fi -+ done -+ # Substitute the hardcoded libdirs into the rpath. -+ if test -n "$hardcode_libdir_separator" && -+ test -n "$hardcode_libdirs"; then -+ libdir="$hardcode_libdirs" -+ eval rpath=\" $hardcode_libdir_flag_spec\" -+ fi -+ finalize_rpath="$rpath" -+ - # Create the output directory, or remove our outputs if we need to. - if test -d $output_objdir; then - $show "${rm}r $output_objdir/$outputname $output_objdir/$libname.* $output_objdir/${libname}${release}.*" -@@ -1821,7 +1918,11 @@ - - # Now set the variables for building old libraries. - if test "$build_old_libs" = yes && test "$build_libtool_libs" != convenience ; then -+ if test "$release_suffix" = all; then -+ oldlibs="$oldlibs $output_objdir/$libname$release.$libext" -+ else - oldlibs="$oldlibs $output_objdir/$libname.$libext" -+ fi - - # Transform .lo files to .o files. - oldobjs="$objs "`$echo "X$libobjs" | $SP2NL | $Xsed -e '/\.'${libext}'$/d' -e "$lo2o" | $NL2SP` -@@ -2015,7 +2116,11 @@ - echo "*** \`nm' from GNU binutils and a full rebuild may help." - fi - if test "$build_old_libs" = no; then -+ if test "$release_suffix" = all; then -+ oldlibs="$output_objdir/$libname$release.$libext" -+ else - oldlibs="$output_objdir/$libname.$libext" -+ fi - build_libtool_libs=module - build_old_libs=yes - else -@@ -3071,7 +3176,11 @@ - case "$output" in - *.la) - old_library= -+ if test "$release_suffix" = all; then -+ test "$build_old_libs" = yes && old_library="$libname$release.$libext" -+ else - test "$build_old_libs" = yes && old_library="$libname.$libext" -+ fi - $show "creating $output" - - if test -n "$xrpath"; then -@@ -3360,10 +3469,12 @@ - fi - - # Install the pseudo-library for information purposes. -+ if test "$install_ltlibs" = yes; then - 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 $? -+ fi - - # Maybe install the static library, too. - test -n "$old_library" && staticlibs="$staticlibs $dir/$old_library" -@@ -3452,7 +3563,6 @@ - fi - libfile="$libdir/`$echo "X$lib" | $Xsed -e 's%^.*/%%g'`" - if test -n "$libdir" && test ! -f "$libfile"; then -- $echo "$modename: warning: \`$lib' has not been installed in \`$libdir'" 1>&2 - finalize=no - fi - done -@@ -3463,8 +3573,12 @@ - tmpdir="/tmp" - test -n "$TMPDIR" && tmpdir="$TMPDIR" - tmpdir="$tmpdir/libtool-$$" -- if $mkdir -p "$tmpdir" && chmod 700 "$tmpdir"; then : -+ save_umask=`umask` -+ umask 0077 -+ if $mkdir "$tmpdir"; then -+ umask $save_umask - else -+ umask $save_umask - $echo "$modename: error: cannot create temporary directory \`$tmpdir'" 1>&2 - continue - fi diff --git a/devel/libtool13/files/patch-ae b/devel/libtool13/files/patch-ae deleted file mode 100644 index ffd4cff4c7db..000000000000 --- a/devel/libtool13/files/patch-ae +++ /dev/null @@ -1,25 +0,0 @@ - -$FreeBSD$ - ---- configure.orig Tue Dec 7 15:22:41 1999 -+++ configure Mon Jan 14 16:21:53 2002 -@@ -702,7 +702,7 @@ - fi - - --PACKAGE=libtool -+PACKAGE=libtool13 - - VERSION=1.3.5 - -@@ -1859,10 +1859,6 @@ - *) # Relative path. - ac_sub_cache_file="$ac_dots$cache_file" ;; - esac -- case "$ac_given_INSTALL" in -- [/$]*) INSTALL="$ac_given_INSTALL" ;; -- *) INSTALL="$ac_dots$ac_given_INSTALL" ;; -- esac - - echo "running ${CONFIG_SHELL-/bin/sh} $ac_sub_configure $ac_sub_configure_args --cache-file=$ac_sub_cache_file --srcdir=$ac_sub_srcdir" - # The eval makes quoting arguments work. diff --git a/devel/libtool13/files/patch-af b/devel/libtool13/files/patch-af deleted file mode 100644 index 935b056b3c39..000000000000 --- a/devel/libtool13/files/patch-af +++ /dev/null @@ -1,48 +0,0 @@ - -$FreeBSD$ - ---- libltdl/Makefile.in.orig Tue Dec 7 15:03:38 1999 -+++ libltdl/Makefile.in Mon Jan 14 17:05:36 2002 -@@ -326,17 +326,16 @@ - distdir: $(DISTFILES) - -rm -rf $(distdir) - mkdir $(distdir) -- -chmod 777 $(distdir) -+ -chmod 555 $(distdir) - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -- cp -pr $$d/$$file $(distdir)/$$file; \ -+ echo no copy dir $$d/$$file; \ - else \ -- test -f $(distdir)/$$file \ -- || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ -- || cp -p $$d/$$file $(distdir)/$$file || :; \ -+ install -c -o root -g wheel -m 444 $$d/$$file $(distdir)/$$file; \ - fi; \ - done -+ -chmod a+x $(distdir)/configure - info-am: - info: info-am - dvi-am: -@@ -435,15 +434,15 @@ - $(SHELL) ./config.status --recheck - - local-install-files: $(DISTFILES) -- -rm -rf $(DESTDIR)$(datadir)/libtool/libltdl -- $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool/libltdl -+ -rm -rf $(DESTDIR)$(datadir)/libtool13/libltdl -+ $(mkinstalldirs) $(DESTDIR)$(datadir)/libtool13/libltdl - @for file in $(DISTFILES); do \ - d=$(srcdir); \ - if test -d $$d/$$file; then \ -- cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file; \ -+ cp -r $$d/$$file $(DESTDIR)$(datadir)/libtool13/libltdl/$$file; \ - else \ -- test -f $(DESTDIR)$(datadir)/libtool/libltdl/$$file \ -- || cp $$d/$$file $(DESTDIR)$(datadir)/libtool/libltdl/$$file || :; \ -+ test -f $(DESTDIR)$(datadir)/libtool13/libltdl/$$file \ -+ || cp $$d/$$file $(DESTDIR)$(datadir)/libtool13/libltdl/$$file || :; \ - fi; \ - done - diff --git a/devel/libtool13/files/patch-libtoolize.in b/devel/libtool13/files/patch-libtoolize.in deleted file mode 100644 index ec80fc6ea6c3..000000000000 --- a/devel/libtool13/files/patch-libtoolize.in +++ /dev/null @@ -1,14 +0,0 @@ - -$FreeBSD$ - ---- libtoolize.in.orig Tue Mar 30 13:25:27 1999 -+++ libtoolize.in Mon Jan 14 16:26:55 2002 -@@ -37,7 +37,7 @@ - pkgdatadir=@pkgdatadir@ - aclocaldir=@aclocaldir@ - --libtool_m4="$aclocaldir/libtool.m4" -+libtool_m4="$aclocaldir/libtool13.m4" - - dry_run=no - help="Try \`$progname --help' for more information." diff --git a/devel/libtool13/pkg-descr b/devel/libtool13/pkg-descr deleted file mode 100644 index 1dea88bf6d51..000000000000 --- a/devel/libtool13/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/libtool13/pkg-plist b/devel/libtool13/pkg-plist deleted file mode 100644 index 56978b59c4f9..000000000000 --- a/devel/libtool13/pkg-plist +++ /dev/null @@ -1,27 +0,0 @@ -@comment $FreeBSD$ -bin/libtool%%BUILD_VERSION%% -bin/libtoolize%%BUILD_VERSION%% -libexec/libtool%%BUILD_VERSION%%/libtool -libexec/libtool%%BUILD_VERSION%%/libtoolize -share/aclocal/libtool%%BUILD_VERSION%%.m4 -share/libtool%%BUILD_VERSION%%/config.guess -share/libtool%%BUILD_VERSION%%/config.sub -share/libtool%%BUILD_VERSION%%/libltdl/README -share/libtool%%BUILD_VERSION%%/libltdl/stamp-h.in -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/acconfig.h -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/configure -share/libtool%%BUILD_VERSION%%/libltdl/configure.in -share/libtool%%BUILD_VERSION%%/libltdl/ltdl.c -share/libtool%%BUILD_VERSION%%/libltdl/ltdl.h -share/libtool%%BUILD_VERSION%%/ltconfig -share/libtool%%BUILD_VERSION%%/ltconfig%%BUILD_VERSION%% -share/libtool%%BUILD_VERSION%%/ltmain.sh -@dirrm share/libtool%%BUILD_VERSION%%/libltdl -@dirrm share/libtool%%BUILD_VERSION%% -@dirrm libexec/libtool%%BUILD_VERSION%% |