Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Aug 2000 02:45:24 +0800 (CST)
From:      Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/20703: update port: benchmarks/ubench to 0.32
Message-ID:  <200008181845.CAA84131@www.caece.net>

next in thread | raw e-mail | index | archive | help

>Number:         20703
>Category:       ports
>Synopsis:       update port: benchmarks/ubench to 0.32
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 18 11:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 4.1-STABLE i386
>Organization:
>Environment:

4.1-STABLE

>Description:

update benchmarks/ubench to 0.32

>How-To-Repeat:

	

>Fix:

diff -ruN /usr/ports/benchmarks/ubench/Makefile ubench/Makefile
--- /usr/ports/benchmarks/ubench/Makefile	Sat Jun 24 12:02:44 2000
+++ ubench/Makefile	Sat Aug 19 02:36:18 2000
@@ -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 -ruN /usr/ports/benchmarks/ubench/files/md5 ubench/files/md5
--- /usr/ports/benchmarks/ubench/files/md5	Tue Jun  6 21:36:39 2000
+++ ubench/files/md5	Sat Aug 19 01:52:04 2000
@@ -1 +1 @@
-MD5 (ubench-0.31.tar.gz) = 1a6c5fec5922dda91dae38833e3caedd
+MD5 (ubench-0.32.tar.gz) = b03ddb52867a80890999b56cda8e69b7
diff -ruN /usr/ports/benchmarks/ubench/patches/patch-aa ubench/patches/patch-aa
--- /usr/ports/benchmarks/ubench/patches/patch-aa	Tue Jun  6 21:36:39 2000
+++ ubench/patches/patch-aa	Sat Aug 19 02:12:16 2000
@@ -1,27 +1,25 @@
---- configure.orig	Mon May 29 04:46:09 2000
-+++ configure	Tue Jun  6 16:21:42 2000
+--- configure.orig	Sun Aug  6 02:53:16 2000
++++ configure	Sat Aug 19 02:11:58 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.
  
-@@ -134,11 +135,11 @@
+@@ -134,10 +135,11 @@
  %.o:	%.c
  	\$(CC) \$(CFLAGS) \$(INCLUDES) -c \$<
  
@@ -29,7 +27,6 @@
 +all: ubench
  
  install: ubench
--	mv -f \$(INSTALLDIR)/ubench \$(INSTALLDIR)/ubench.old
 -	install -c -m 0555 ubench \$(INSTALLDIR)
 +	\$(BSD_INSTALL_MAN) ubench.8 \$(MANDIR)
 +	\$(BSD_INSTALL_PROGRAM) ubench \$(INSTALLDIR)


>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200008181845.CAA84131>