diff options
author | roam <roam@FreeBSD.org> | 2003-03-05 19:28:13 +0800 |
---|---|---|
committer | roam <roam@FreeBSD.org> | 2003-03-05 19:28:13 +0800 |
commit | 0b2810d1303e333123621c5c36e888532dcec953 (patch) | |
tree | 4b6f8a6c45f33c563a63a1949ea0988a8b56a3b2 /security/mhash | |
parent | b0f85b9c9628a1dc252cd38a07d0db96eedad840 (diff) | |
download | freebsd-ports-gnome-0b2810d1303e333123621c5c36e888532dcec953.tar.gz freebsd-ports-gnome-0b2810d1303e333123621c5c36e888532dcec953.tar.zst freebsd-ports-gnome-0b2810d1303e333123621c5c36e888532dcec953.zip |
Update to 0.8.17.
Diffstat (limited to 'security/mhash')
-rw-r--r-- | security/mhash/Makefile | 3 | ||||
-rw-r--r-- | security/mhash/distinfo | 2 | ||||
-rw-r--r-- | security/mhash/files/patch-configure | 10 |
3 files changed, 3 insertions, 12 deletions
diff --git a/security/mhash/Makefile b/security/mhash/Makefile index 761842b9b0ef..6ec00f0f7308 100644 --- a/security/mhash/Makefile +++ b/security/mhash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= mhash -PORTVERSION= 0.8.14 +PORTVERSION= 0.8.17 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,6 +16,7 @@ COMMENT= "Library provides an easy way to access strong hashes such as MD5 and S INSTALLS_SHLIB= yes USE_LIBTOOL= yes +CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" MAN3= mhash.3 diff --git a/security/mhash/distinfo b/security/mhash/distinfo index 6a1459a05eb1..12f49144d789 100644 --- a/security/mhash/distinfo +++ b/security/mhash/distinfo @@ -1 +1 @@ -MD5 (mhash-0.8.14.tar.gz) = 87f26987b1cb93e2bf996976826c0484 +MD5 (mhash-0.8.17.tar.gz) = 6f3e389ebbfc5613827375cf8cdd99c8 diff --git a/security/mhash/files/patch-configure b/security/mhash/files/patch-configure deleted file mode 100644 index 60318fb7fc26..000000000000 --- a/security/mhash/files/patch-configure +++ /dev/null @@ -1,10 +0,0 @@ ---- 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}- |