From 51a4a13656c14b7f68cb168ee82357e7c82bb3b2 Mon Sep 17 00:00:00 2001 From: Will Andrews Date: Fri, 14 Jul 2000 15:46:19 +0000 Subject: Update to 0.8.2. Use proper pthread-linking (-pthread vs. -lc_r). Use USE_LIBTOOL instead of GNU_CONFIGURE so we don't install .la file. Turn this port loose upon the world. This update is needed for aide port. PR: 19921 Submitted by: Cy Schubert Approved by: nsayer --- security/mhash/Makefile | 10 +++++----- security/mhash/distinfo | 2 +- security/mhash/pkg-plist | 3 +-- 3 files changed, 7 insertions(+), 8 deletions(-) (limited to 'security/mhash') diff --git a/security/mhash/Makefile b/security/mhash/Makefile index a171a98a24f3..01ce8b2775ce 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -6,15 +6,15 @@ # PORTNAME= mhash -PORTVERSION= 0.6.1 +PORTVERSION= 0.8.2 CATEGORIES= security -MASTER_SITES= http://schumann.cx/mhash/dl/ +MASTER_SITES= http://mhash.sourceforge.net/dl/ -MAINTAINER= nsayer@freebsd.org +MAINTAINER= ports@FreeBSD.org INSTALLS_SHLIB= yes -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --with-LDFLAGS='-lc_r' +USE_LIBTOOL= yes +CONFIGURE_ARGS+= --with-LDFLAGS="-pthread" MAN3= mhash.3 diff --git a/security/mhash/distinfo b/security/mhash/distinfo index f0a6ffd1a9ce..ec19ef0255a9 100644 --- a/security/mhash/distinfo +++ b/security/mhash/distinfo @@ -1 +1 @@ -MD5 (mhash-0.6.1.tar.gz) = c350191d105cb9e74dc40c3b420ed733 +MD5 (mhash-0.8.2.tar.gz) = ec8e7ec70ea8f441593491f439cfd345 diff --git a/security/mhash/pkg-plist b/security/mhash/pkg-plist index 50a9674933b5..00dac88bddbd 100644 --- a/security/mhash/pkg-plist +++ b/security/mhash/pkg-plist @@ -1,5 +1,4 @@ -lib/libmhash.la -lib/libmhash.so.1 +lib/libmhash.so.2 lib/libmhash.so lib/libmhash.a include/mhash.h -- cgit v1.2.3