summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2007-01-03 05:50:15 +0000
committercjs <cjs@pkgsrc.org>2007-01-03 05:50:15 +0000
commitc8118f5a246ae33fd57b3b9e52684f1a184115ec (patch)
tree0226408c501681c2fa028c1166b1284a33756c2d /benchmarks
parent7b216e9ea3bbecd8faafb5e6fa5770994f94eff5 (diff)
downloadpkgsrc-c8118f5a246ae33fd57b3b9e52684f1a184115ec.tar.gz
Add a patch that fixes the install code in Makefile.in, so we can just use
that rather than having to hack our own install code. This changes what's actually built and installed not one whit, so we do not increment the version.
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/httperf/Makefile9
-rw-r--r--benchmarks/httperf/distinfo3
-rw-r--r--benchmarks/httperf/patches/patch-ad12
3 files changed, 15 insertions, 9 deletions
diff --git a/benchmarks/httperf/Makefile b/benchmarks/httperf/Makefile
index d9d249b7c9a..67fb2d8e73d 100644
--- a/benchmarks/httperf/Makefile
+++ b/benchmarks/httperf/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2006/12/07 06:27:30 cjs Exp $
+# $NetBSD: Makefile,v 1.15 2007/01/03 05:50:15 cjs Exp $
DISTNAME= httperf-0.8
CATEGORIES= benchmarks www
@@ -19,11 +19,4 @@ USE_TOOLS+= gmake
LDFLAGS+= -lsocket -lnsl -lresolv
.endif
-INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/httperf ${PREFIX}/bin/httperf
- ${INSTALL_MAN} ${WRKSRC}/httperf.man \
- ${PREFIX}/${PKGMANDIR}/man1/httperf.1
-
.include "../../mk/bsd.pkg.mk"
diff --git a/benchmarks/httperf/distinfo b/benchmarks/httperf/distinfo
index 4087e8bb565..cdbd3f39a6c 100644
--- a/benchmarks/httperf/distinfo
+++ b/benchmarks/httperf/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/12/07 06:27:30 cjs Exp $
+$NetBSD: distinfo,v 1.6 2007/01/03 05:50:15 cjs Exp $
SHA1 (httperf-0.8.tar.gz) = ce52f699bcdaf4bf62b928ad7b4a762cc0c0c958
RMD160 (httperf-0.8.tar.gz) = c3b728c2afbaef2bcd4e93c2d5b01df4d4e336ce
@@ -6,3 +6,4 @@ Size (httperf-0.8.tar.gz) = 146107 bytes
SHA1 (patch-aa) = a2f9163e125910d6d1a41266a548315a263e9c25
SHA1 (patch-ab) = 2c42b97501ded52ee23742f50f87c04709975db1
SHA1 (patch-ac) = 7c1c85b4c952d7ef7784be3f42c7f2da1665a293
+SHA1 (patch-ad) = c6edbebb159f2ad642eed80e7d9a2b572b67b425
diff --git a/benchmarks/httperf/patches/patch-ad b/benchmarks/httperf/patches/patch-ad
new file mode 100644
index 00000000000..fb041d7beaf
--- /dev/null
+++ b/benchmarks/httperf/patches/patch-ad
@@ -0,0 +1,12 @@
+$NetBSD: patch-ad,v 1.1 2007/01/03 05:50:15 cjs Exp $
+
+--- Makefile.in.orig 2000-10-19 16:38:59.000000000 +0900
++++ Makefile.in 2007-01-03 14:37:19.000000000 +0900
+@@ -6,6 +6,7 @@
+ top_builddir = .
+
+ prefix = @prefix@
++exec_prefix = @exec_prefix@
+ bindir = @bindir@
+ mandir = @mandir@
+