mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
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
This commit is contained in:
parent
5e18ac3689
commit
8516eadb3c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=37968
@ -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>
|
||||
|
14
devel/gnu-libtool/files/patch-ag
Normal file
14
devel/gnu-libtool/files/patch-ag
Normal file
@ -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"
|
@ -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
|
||||
|
@ -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>
|
||||
|
14
devel/libtool/files/patch-ag
Normal file
14
devel/libtool/files/patch-ag
Normal file
@ -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"
|
@ -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
|
||||
|
@ -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>
|
||||
|
14
devel/libtool13/files/patch-ag
Normal file
14
devel/libtool13/files/patch-ag
Normal file
@ -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"
|
@ -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
|
||||
|
@ -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>
|
||||
|
14
devel/libtool14/files/patch-ag
Normal file
14
devel/libtool14/files/patch-ag
Normal file
@ -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"
|
@ -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
|
||||
|
@ -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>
|
||||
|
14
devel/libtool15/files/patch-ag
Normal file
14
devel/libtool15/files/patch-ag
Normal file
@ -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"
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user