Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 27 Feb 2007 08:44:09 +0100 (CET)
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        jmelo@FreeBSD.org
Subject:   ports/109590: benchmarks/dbench - fix broken mandir
Message-ID:  <20070227074409.7E644B82B@glitch.carpetsmoker.net>
Resent-Message-ID: <200702270750.l1R7o5FL089720@freefall.freebsd.org>

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

>Number:         109590
>Category:       ports
>Synopsis:       benchmarks/dbench - fix broken mandir
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Feb 27 07:50:05 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Martin Tournoij
>Release:        FreeBSD 6.2-RELEASE-p1 i386
>Organization:
>Environment:
FreeBSD glitch.carpetsmoker.net 6.2-RELEASE-p1 FreeBSD 6.2-RELEASE-p1 #0: Thu Feb 15 20:56:16 CET 2007 carpetsmoker@glitch.carpetsmoker.net:/usr/obj/nfs/tinderbox/jails/6.2/src/sys/GENERICri386

>Description:
benchmarks/dbench installs manpages in ${PREFIX}/man instead of ${PREFIX}/man/man1.
Patch is attatched.

>How-To-Repeat:

>Fix:

--- patch-dbench begins here ---
Index: pkg-plist
===================================================================
RCS file: /home/ncvs/ports/benchmarks/dbench/pkg-plist,v
retrieving revision 1.4
diff -u -r1.4 pkg-plist
--- pkg-plist	21 Oct 2005 21:20:56 -0000	1.4
+++ pkg-plist	27 Feb 2007 07:34:57 -0000
@@ -1,8 +1,8 @@
 bin/dbench
 bin/tbench
 bin/tbench_srv
-man/dbench.1
-man/tbench.1
-man/tbench_srv.1
+man/man1/dbench.1
+man/man1/tbench.1
+man/man1/tbench_srv.1
 %%DATADIR%%/client.txt
 @dirrm share/dbench
Index: files/patch-configure
===================================================================
RCS file: /home/ncvs/ports/benchmarks/dbench/files/patch-configure,v
retrieving revision 1.1
diff -u -r1.1 patch-configure
--- files/patch-configure	18 Oct 2005 17:34:16 -0000	1.1
+++ files/patch-configure	27 Feb 2007 07:34:57 -0000
@@ -1,5 +1,5 @@
---- configure.old	Tue Oct 18 11:18:21 2005
-+++ configure	Tue Oct 18 11:19:00 2005
+--- configure.orig	Wed Jan 12 23:04:18 2005
++++ configure	Tue Feb 27 08:31:28 2007
 @@ -339,7 +339,7 @@
  bindir='${exec_prefix}/bin'
  sbindir='${exec_prefix}/sbin'
@@ -9,3 +9,12 @@
  sysconfdir='${prefix}/etc'
  sharedstatedir='${prefix}/com'
  localstatedir='${prefix}/var'
+@@ -347,7 +347,7 @@
+ includedir='${prefix}/include'
+ oldincludedir='/usr/include'
+ infodir='${prefix}/info'
+-mandir='${prefix}/man'
++mandir='${prefix}/man/man1'
+ 
+ ac_prev=
+ for ac_option
--- patch-dbench ends here ---

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



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