- woops, since this was an existing port set MAINTAINER back to the

original one
- fix conflicts
- remove unnecessary patch
This commit is contained in:
brad 2001-08-06 00:41:48 +00:00
parent 503541afd5
commit 0c372f0d6b
3 changed files with 16 additions and 36 deletions

View File

@ -1,28 +1,26 @@
# $OpenBSD: Makefile,v 1.6 2001/04/18 23:24:51 avsm Exp $
# $OpenBSD: Makefile,v 1.7 2001/08/06 00:41:48 brad Exp $
COMMENT= "lightweight, single-threaded HTTP/HTTPS load tester"
COMMENT= "multiprocessing HTTP performance testing client"
DISTNAME= http_load_05apr2001
PKGNAME= http_load-20010405
CATEGORIES= www benchmarks
NEED_VERSION= 1.401
DISTNAME= http_load-05apr2001
PKGNAME= http_load-20010405
CATEGORIES= www benchmarks
NEED_VERSION= 1.413
MASTER_SITES= http://www.acme.com/software/http_load/
HOMEPAGE= http://www.acme.com/software/http_load/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
HOMEPAGE= http://www.acme.com/software/http_load/
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://www.acme.com/software/http_load/
WRKDIST= ${WRKDIR}/http_load
FAKE_FLAGS= PREFIX="${PREFIX}"
MAKE_FLAGS= CC="${CC}" \
CFLAGS='${CFLAGS} $$(SRANDOM_DEFS) $$(SSL_DEFS) $$(SSL_INC)'
MAKE_FILE= ${FILESDIR}/Makefile.bsd
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/http_load ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/http_load.1 ${PREFIX}/man/man1
WRKDIST= ${WRKDIR}/http_load
.include <bsd.port.mk>

View File

@ -1,3 +1,3 @@
MD5 (http_load_05apr2001.tar.gz) = 69e2269ae71692b12d1db64eadbcf8a0
RMD160 (http_load_05apr2001.tar.gz) = b6edcddb6cbeb8d73f3a979e55d1168487659036
SHA1 (http_load_05apr2001.tar.gz) = 5db0f54c6217f40421988e9ea00fe94c8b4ed58e
MD5 (http_load-05apr2001.tar.gz) = 69e2269ae71692b12d1db64eadbcf8a0
RMD160 (http_load-05apr2001.tar.gz) = b6edcddb6cbeb8d73f3a979e55d1168487659036
SHA1 (http_load-05apr2001.tar.gz) = 5db0f54c6217f40421988e9ea00fe94c8b4ed58e

View File

@ -1,18 +0,0 @@
$OpenBSD: patch-Makefile,v 1.3 2000/09/28 22:26:26 avsm Exp $
--- Makefile.orig Wed Sep 13 19:57:07 2000
+++ Makefile Thu Sep 28 23:18:02 2000
@@ -9,10 +9,10 @@
# http://www.openssl.org/ Make sure the SSL_TREE definition points to the
# tree with your OpenSSL installation - depending on how you installed it,
# it may be in /usr/local instead of /usr/local/ssl.
-#SSL_TREE = /usr/local/ssl
-#SSL_DEFS = -DUSE_SSL
-#SSL_INC = -I$(SSL_TREE)/include
-#SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto
+SSL_TREE = /usr
+SSL_DEFS = -DUSE_SSL
+SSL_INC = -I$(SSL_TREE)/include/ssl
+SSL_LIBS = -L$(SSL_TREE)/lib -lssl -lcrypto
BINDIR = /usr/local/bin
MANDIR = /usr/local/man/man1