mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 04:46:28 -04:00
Update to version 0.32
PR: 20703 Submitted by: Maintainer
This commit is contained in:
parent
cbdf1eaa42
commit
75943a07ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=31790
3 changed files with 7 additions and 9 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= ubench
|
||||
PORTVERSION= 0.31
|
||||
PORTVERSION= 0.32
|
||||
CATEGORIES= benchmarks
|
||||
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= system/benchmark
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (ubench-0.31.tar.gz) = 1a6c5fec5922dda91dae38833e3caedd
|
||||
MD5 (ubench-0.32.tar.gz) = 59f84da952fcdb27f0993436bc2b93da
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue