aboutsummaryrefslogtreecommitdiff
path: root/devel/libtool15
diff options
context:
space:
mode:
authorJeremy Lea <reg@FreeBSD.org>2001-02-05 08:21:54 +0000
committerJeremy Lea <reg@FreeBSD.org>2001-02-05 08:21:54 +0000
commit8516eadb3cf8fccd17ea4206b5cb2f208f7a3afd (patch)
tree78430cb1f94310bbde670baa6fd2521bd35d329f /devel/libtool15
parent5e18ac36890030d1d65b06588b2394dd4b3df640 (diff)
downloadports-8516eadb3cf8fccd17ea4206b5cb2f208f7a3afd.tar.gz
ports-8516eadb3cf8fccd17ea4206b5cb2f208f7a3afd.zip
Install the ltdl library, so that packages can use it. If this breaks any
ports, please let me know... Submitted by: sobomax Reviewed by: ade
Notes
Notes: svn path=/head/; revision=37968
Diffstat (limited to 'devel/libtool15')
-rw-r--r--devel/libtool15/Makefile4
-rw-r--r--devel/libtool15/files/patch-ag14
-rw-r--r--devel/libtool15/pkg-plist4
3 files changed, 20 insertions, 2 deletions
diff --git a/devel/libtool15/Makefile b/devel/libtool15/Makefile
index dfdda576a792..115e921c5bc4 100644
--- a/devel/libtool15/Makefile
+++ b/devel/libtool15/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libtool
PORTVERSION= 1.3.4
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= libtool
@@ -18,8 +18,8 @@ MAINTAINER= reg@FreeBSD.org
# FreeBSD support, and would require that all Ports users upgrade for no
# reason.
+INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
-CONFIGURE_ARGS= --disable-ltdl-install
CONFIGURE_ENV= PREFIX=${PREFIX}
.include <bsd.port.mk>
diff --git a/devel/libtool15/files/patch-ag b/devel/libtool15/files/patch-ag
new file mode 100644
index 000000000000..5fdcd1924641
--- /dev/null
+++ b/devel/libtool15/files/patch-ag
@@ -0,0 +1,14 @@
+
+$FreeBSD$
+
+--- libltdl/configure 2001/01/31 10:58:38 1.1
++++ libltdl/configure 2001/01/31 10:59:14
+@@ -1455,7 +1455,7 @@
+ esac
+
+ # Check for any special flags to pass to ltconfig.
+-libtool_flags="--cache-file=$cache_file"
++libtool_flags="--cache-file=$cache_file --disable-ltlibs"
+ test "$enable_shared" = no && libtool_flags="$libtool_flags --disable-shared"
+ test "$enable_static" = no && libtool_flags="$libtool_flags --disable-static"
+ test "$enable_fast_install" = no && libtool_flags="$libtool_flags --disable-fast-install"
diff --git a/devel/libtool15/pkg-plist b/devel/libtool15/pkg-plist
index 7497d741d3e5..f057cdf134b2 100644
--- a/devel/libtool15/pkg-plist
+++ b/devel/libtool15/pkg-plist
@@ -1,8 +1,12 @@
bin/libtool
bin/libtoolize
+include/ltdl.h
@unexec install-info --delete %D/info/libtool.info %D/info/dir
info/libtool.info
@exec install-info %D/info/libtool.info %D/info/dir
+lib/libltdl.a
+lib/libltdl.so
+lib/libltdl.so.1
share/aclocal/libtool.m4
share/libtool/config.guess
share/libtool/config.sub