1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Update to 0.9.13.

In the process, fix an autoconf-2.52 bug in using $target_alias
as a program prefix even if it is exactly the same as $host_alias.
Also, remove the installation of the library .la file.

Based on a patch by:	ijliao
This commit is contained in:
Peter Pentchev 2002-02-20 11:03:42 +00:00
parent 6f53c11721
commit ba5574060f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54970
4 changed files with 31 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#
PORTNAME= mhash
PORTVERSION= 0.8.9
PORTVERSION= 0.8.13
CATEGORIES= security
MASTER_SITES= http://mhash.sourceforge.net/dl/
@ -18,4 +18,7 @@ CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}"
MAN3= mhash.3
post-extract:
${CP} ${LOCALBASE}/bin/libtool ${WRKSRC}
.include <bsd.port.mk>

View File

@ -1 +1 @@
MD5 (mhash-0.8.9.tar.gz) = 9e1f965298fb769f11f3507b3676edc1
MD5 (mhash-0.8.13.tar.gz) = 824ccfb22399ec69e5c292ad3da0339a

View File

@ -0,0 +1,10 @@
--- configure.orig Wed Feb 20 12:39:08 2002
+++ configure Wed Feb 20 12:39:39 2002
@@ -1240,6 +1240,7 @@
# The aliases save the names the user supplied, while $host etc.
# will get canonicalized.
test -n "$target_alias" &&
+ test "$target_alias" != "$host_alias" &&
test "$program_prefix$program_suffix$program_transform_name" = \
NONENONEs,x,x, &&
program_prefix=${target_alias}-

View File

@ -0,0 +1,16 @@
--- libtool.orig Wed Feb 20 12:43:25 2002
+++ libtool Wed Feb 20 12:43:37 2002
@@ -3723,11 +3723,13 @@
fi
# Install the pseudo-library for information purposes.
+ if /usr/bin/false; then
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
fi
# Maybe install the static library, too.