Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/www/libwww/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/www/libwww/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.77 retrieving revision 1.78 diff -u -p -r1.77 -r1.78 --- pkgsrc/www/libwww/Makefile 2008/03/11 18:47:41 1.77 +++ pkgsrc/www/libwww/Makefile 2008/04/12 22:43:13 1.78 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2008/03/11 18:47:41 tnn Exp $ +# $NetBSD: Makefile,v 1.78 2008/04/12 22:43:13 jlam Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -47,16 +47,16 @@ pre-configure: CONFIGURE_ARGS+= --with-regex .endif +PLIST_VARS+= md5 .if ${OPSYS} == "SunOS" -# Solaris has a /usr/lib/libmd5 which seems to be enouth, and +# Solaris has a /usr/lib/libmd5 which seems to be enough, and # /usr/local/lib/libmd5 breaks /usr/lib/librt -CONFIGURE_ARGS+= --without-md5 -PLIST_SUBST+= MD5LIB="@comment " +CONFIGURE_ARGS+= --without-md5 .else +PLIST.md5= yes . if !exists(/usr/include/md5.h) CONFIGURE_ARGS+= --with-md5=${SSLBASE:Q} . endif -PLIST_SUBST+= MD5LIB="" .endif .include "../../devel/zlib/buildlink3.mk"