diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-20 14:49:56 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-08-20 14:49:56 +0000 |
commit | 75943a07ed381c3926c2c86b2cf12e8ae23b49fc (patch) | |
tree | 29b3ad2f02858d4974de6ed69b77e186fe7f191f /benchmarks | |
parent | cbdf1eaa4243f6be164562312fa065d6319af2d6 (diff) | |
download | ports-75943a07ed381c3926c2c86b2cf12e8ae23b49fc.tar.gz ports-75943a07ed381c3926c2c86b2cf12e8ae23b49fc.zip |
Notes
Diffstat (limited to 'benchmarks')
-rw-r--r-- | benchmarks/ubench/Makefile | 2 | ||||
-rw-r--r-- | benchmarks/ubench/distinfo | 2 | ||||
-rw-r--r-- | benchmarks/ubench/files/patch-aa | 12 |
3 files changed, 7 insertions, 9 deletions
diff --git a/benchmarks/ubench/Makefile b/benchmarks/ubench/Makefile index 330f405fb09b..9ba02a17091e 100644 --- a/benchmarks/ubench/Makefile +++ b/benchmarks/ubench/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ubench -PORTVERSION= 0.31 +PORTVERSION= 0.32 CATEGORIES= benchmarks MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= system/benchmark diff --git a/benchmarks/ubench/distinfo b/benchmarks/ubench/distinfo index 6064dff4212e..e81808ac65c3 100644 --- a/benchmarks/ubench/distinfo +++ b/benchmarks/ubench/distinfo @@ -1 +1 @@ -MD5 (ubench-0.31.tar.gz) = 1a6c5fec5922dda91dae38833e3caedd +MD5 (ubench-0.32.tar.gz) = 59f84da952fcdb27f0993436bc2b93da diff --git a/benchmarks/ubench/files/patch-aa b/benchmarks/ubench/files/patch-aa index 3c31523047fd..ee24e0be1611 100644 --- a/benchmarks/ubench/files/patch-aa +++ b/benchmarks/ubench/files/patch-aa @@ -1,22 +1,20 @@ ---- configure.orig Mon May 29 04:46:09 2000 -+++ configure Tue Jun 6 16:21:42 2000 +--- configure.orig Sat Aug 19 23:51:05 2000 ++++ configure Sat Aug 19 23:52:51 2000 @@ -12,7 +12,8 @@ ############################################################################### #DEFINES=-DDEBUG -INSTALLDIR= /usr/local/bin +INSTALLDIR= \$(PREFIX)/bin -+MANDIR= \$(PREFIX)/man/man8 ++MANDIR = \$(PREFIX)/man/man8 ! -@@ -113,8 +114,8 @@ - ;; +@@ -114,7 +115,7 @@ *) cat <<! >> Makefile --CC = cc + CC = cc -CFLAGS = -+CC ?= cc +CFLAGS += -D${SYSTEM} LDFLAGS = -lm INCLUDES = -I. |