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/http_load/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/www/http_load/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.15 retrieving revision 1.23 diff -u -p -r1.15 -r1.23 --- pkgsrc/www/http_load/Makefile 2009/07/07 19:21:57 1.15 +++ pkgsrc/www/http_load/Makefile 2014/02/12 23:18:45 1.23 @@ -1,18 +1,22 @@ -# $NetBSD: Makefile,v 1.15 2009/07/07 19:21:57 joerg Exp $ +# $NetBSD: Makefile,v 1.23 2014/02/12 23:18:45 tron Exp $ -DISTNAME= http_load-04jan2002 -PKGNAME= http_load-20020104 -PKGREVISION= 5 +DISTNAME= http_load-12mar2006 +PKGNAME= http_load-20060312 +PKGREVISION= 4 CATEGORIES= www MASTER_SITES= http://www.acme.com/software/http_load/ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.acme.com/software/http_load/ COMMENT= Multiprocessing http test client - -PKG_DESTDIR_SUPPORT= user-destdir +LICENSE= 2-clause-bsd MAKE_ENV+= SSLBASE=${SSLBASE:Q} +.include "../../mk/bsd.prefs.mk" +.if ${OPSYS} == "SunOS" +MAKE_ENV+= SYSV_LIBS="-lnsl -lsocket -lresolv" +.endif + .include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk"