diff options
-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. |