upgrade to libtool 1.5.10

This commit is contained in:
brad 2004-09-23 08:06:22 +00:00
parent d57920bd0f
commit f8d56a3260
5 changed files with 9 additions and 49 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.33 2004/08/07 21:55:26 brad Exp $
# $OpenBSD: Makefile,v 1.34 2004/09/23 08:06:22 brad Exp $
# $FreeBSD: Makefile,v 1.2 1998/09/23 16:15:53 vanilla Exp $
COMMENT= "generic shared library support script"
COMMENT-ltdl= "GNU libtool system independent dlopen wrapper"
VERSION= 1.5.8
VERSION= 1.5.10
DISTNAME= libtool-${VERSION}
PKGNAME-ltdl= libltdl-${VERSION}
CATEGORIES= devel
@ -37,15 +37,11 @@ RUN_DEPENDS+= ::devel/libtool,-ltdl
. endif
.endif
post-patch:
.for f in cdemo demo depdemo f77demo mdemo mdemo2 pdemo tagdemo
@cp -f ${WRKSRC}/acinclude.m4 ${WRKSRC}/${f} && \
cd ${WRKSRC}/${f} && AUTOCONF_VERSION=${AUTOCONF_VERSION} autoconf
.endfor
@cd ${WRKSRC}/libltdl && AUTOCONF_VERSION=${AUTOCONF_VERSION} autoconf
@cd ${WRKSRC} && AUTOCONF_VERSION=${AUTOCONF_VERSION} autoconf
pre-configure:
@rm -f ${WRKSRC}/doc/libtool.info*
do-regress:
cd ${WRKDIR}/bin && ln -sf ${LOCALBASE}/bin/autoconf-2.59 autoconf
cd ${WRKBUILD} && exec ${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} check
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (libtool-1.5.8.tar.gz) = ed04093bc9d88faa3e476ac6f4db8d50
RMD160 (libtool-1.5.8.tar.gz) = b506aa224b0c3ed9e8e6364548b91d6e95678317
SHA1 (libtool-1.5.8.tar.gz) = 939ad0c7745b19a1a0fa6d49baa1478b9b261758
MD5 (libtool-1.5.10.tar.gz) = e2093a85f6d48f1562c36920087502d6
RMD160 (libtool-1.5.10.tar.gz) = de782f5ff25e73e0a548a1b8271ba6b69ac7a751
SHA1 (libtool-1.5.10.tar.gz) = bb2cab7f405c5eb08ab8ba193cbac59ebe6e6e9e

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-acinclude_m4,v 1.4 2004/08/07 21:55:26 brad Exp $
--- acinclude.m4.orig Sat Aug 7 16:57:11 2004
+++ acinclude.m4 Sat Aug 7 16:58:08 2004
@@ -3218,6 +3218,8 @@ case $host_os in
_LT_AC_TAGVAR(ld_shlibs, $1)=no
;;
openbsd*)
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libltdl_acinclude_m4,v 1.4 2004/08/07 21:55:26 brad Exp $
--- libltdl/acinclude.m4.orig Sat Aug 7 16:58:25 2004
+++ libltdl/acinclude.m4 Sat Aug 7 16:58:44 2004
@@ -3218,6 +3218,8 @@ case $host_os in
_LT_AC_TAGVAR(ld_shlibs, $1)=no
;;
openbsd*)
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then

View File

@ -1,12 +0,0 @@
$OpenBSD: patch-libtool_m4,v 1.4 2004/08/07 21:55:26 brad Exp $
--- libtool.m4.orig Sat Aug 7 16:59:05 2004
+++ libtool.m4 Sat Aug 7 16:59:48 2004
@@ -3218,6 +3218,8 @@ case $host_os in
_LT_AC_TAGVAR(ld_shlibs, $1)=no
;;
openbsd*)
+ _LT_AC_TAGVAR(hardcode_direct, $1)=yes
+ _LT_AC_TAGVAR(hardcode_shlibpath_var, $1)=no
_LT_AC_TAGVAR(archive_cmds, $1)='$CC -shared $pic_flag $predep_objects $libobjs $deplibs $postdep_objects $compiler_flags -o $lib'
_LT_AC_TAGVAR(hardcode_libdir_flag_spec, $1)='${wl}-rpath,$libdir'
if test -z "`echo __ELF__ | $CC -E - | grep __ELF__`" || test "$host_os-$host_cpu" = "openbsd2.8-powerpc"; then