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.63 retrieving revision 1.64 diff -u -p -r1.63 -r1.64 --- pkgsrc/www/libwww/Makefile 2005/12/02 17:05:04 1.63 +++ pkgsrc/www/libwww/Makefile 2005/12/05 23:55:23 1.64 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2005/12/02 17:05:04 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2005/12/05 23:55:23 rillig Exp $ DISTNAME= w3c-libwww-5.4.0 PKGNAME= libwww-5.4.0 @@ -23,7 +23,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --with-zlib --with-regex --without-x -CONFIGURE_ARGS+= --with-ssl="${SSLBASE}" +CONFIGURE_ARGS+= --with-ssl=${SSLBASE:Q} # Avoid an ICE in gcc2 on sparc64 CONFIGURE_ENV+= F77=${FALSE:Q} @@ -49,7 +49,7 @@ CONFIGURE_ARGS+= --without-md5 PLIST_SUBST+= MD5LIB="@comment " .else . if !exists(/usr/include/md5.h) -CONFIGURE_ARGS+= --with-md5="${SSLBASE}" +CONFIGURE_ARGS+= --with-md5=${SSLBASE:Q} . endif PLIST_SUBST+= MD5LIB="" .endif