diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-14 15:46:19 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-14 15:46:19 +0000 |
commit | 51a4a13656c14b7f68cb168ee82357e7c82bb3b2 (patch) | |
tree | 993db313d58a775832651302b4d3c4a1c070a080 /security/mhash | |
parent | 146fb39fb594f9910de24a8ec41ae59b0080db57 (diff) |
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 <Cy.Schubert@uumail.gov.bc.ca>
Approved by: nsayer
Notes
Notes:
svn path=/head/; revision=30627
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 10 | ||||
-rw-r--r-- | security/mhash/distinfo | 2 | ||||
-rw-r--r-- | security/mhash/pkg-plist | 3 |
3 files changed, 7 insertions, 8 deletions
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 |