diff -ruN /usr/ports/security/mhash/Makefile ./Makefile --- /usr/ports/security/mhash/Makefile Wed Mar 5 19:28:13 2003 +++ ./Makefile Sat Aug 30 09:26:26 2003 @@ -6,7 +6,7 @@ # PORTNAME= mhash -PORTVERSION= 0.8.17 +PORTVERSION= 0.8.18 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -17,7 +17,8 @@ INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" +CONFIGURE_ARGS+= --with-LDFLAGS="${PTHREAD_LIBS}" --enable-static \ + --with-gnu-ld MAN3= mhash.3 diff -ruN /usr/ports/security/mhash/distinfo ./distinfo --- /usr/ports/security/mhash/distinfo Wed Mar 5 19:28:13 2003 +++ ./distinfo Fri Aug 29 17:39:01 2003 @@ -1 +1 @@ -MD5 (mhash-0.8.17.tar.gz) = 6f3e389ebbfc5613827375cf8cdd99c8 +MD5 (mhash-0.8.18.tar.gz) = c5fcebff6753a03403cfed3ba8771a56 -----------------