diff options
author | ade <ade@FreeBSD.org> | 2003-06-27 06:58:32 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2003-06-27 06:58:32 +0800 |
commit | 9487d820b3247d8654d99544f8144188dcec810a (patch) | |
tree | 740462af7ed8e371913ea7f6b12533a99dd524ac /korean | |
parent | dfe03c1be7cf9f1612091e1e697a7e74f7002416 (diff) | |
download | freebsd-ports-gnome-9487d820b3247d8654d99544f8144188dcec810a.tar.gz freebsd-ports-gnome-9487d820b3247d8654d99544f8144188dcec810a.tar.zst freebsd-ports-gnome-9487d820b3247d8654d99544f8144188dcec810a.zip |
libtool uber-patch
* kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5
* upgrade repo-copied devel/libtool14 to 1.4.3
* break out libltdl into its own separate port
* move to version-numbered binaries/scripts (ie: there is *no* 'libtool'
any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends)
Approved by: portmgr (kris) - for the bsd.port.mk hooks
Tested by: bento 4-exp builds (repeatedly)
Diffstat (limited to 'korean')
-rw-r--r-- | korean/eterm/files/patch-ag | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/korean/eterm/files/patch-ag b/korean/eterm/files/patch-ag deleted file mode 100644 index c575e57687d9..000000000000 --- a/korean/eterm/files/patch-ag +++ /dev/null @@ -1,26 +0,0 @@ ---- configure.orig Mon Apr 19 16:47:32 1999 -+++ configure Sat Mar 30 19:11:43 2002 -@@ -2135,8 +2135,8 @@ - CC="$CC" CFLAGS="$CFLAGS" CPPFLAGS="$CPPFLAGS" \ - LD="$LD" NM="$NM" RANLIB="$RANLIB" LN_S="$LN_S" \ - DLLTOOL="$DLLTOOL" AS="$AS" \ --${CONFIG_SHELL-/bin/sh} $ac_aux_dir/ltconfig --no-reexec \ --$libtool_flags --no-verify $ac_aux_dir/ltmain.sh $host \ -+${CONFIG_SHELL-/bin/sh} ${LOCALBASE}/share/libtool/ltconfig --no-reexec \ -+$libtool_flags --no-verify --disable-ltlibs ${LOCALBASE}/share/libtool/ltmain.sh $host \ - || { echo "configure: error: libtool configure failed" 1>&2; exit 1; } - - # Reload cache, that may have been modified by ltconfig -@@ -2150,10 +2150,8 @@ - - - # This can be used to rebuild libtool when needed --LIBTOOL_DEPS="$ac_aux_dir/ltconfig $ac_aux_dir/ltmain.sh" -- --# Always use our own libtool. --LIBTOOL='$(SHELL) $(top_builddir)/libtool' -+LIBTOOL_DEPS="${LOCALBASE}/share/libtool/ltconfig --disable-ltlibs ${LOCALBASE}/share/libtool/ltmain.sh" -+LIBTOOL="${LOCALBASE}/bin/libtool" - - # Redirect the config.log output again, so that the ltconfig log is not - # clobbered by the next message. |