[csw-devel] SF.net SVN: gar:[11405] csw/mgar/pkg/fio/trunk
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Tue Oct 26 01:51:10 CEST 2010
Revision: 11405
http://gar.svn.sourceforge.net/gar/?rev=11405&view=rev
Author: skayser
Date: 2010-10-25 23:51:10 +0000 (Mon, 25 Oct 2010)
Log Message:
-----------
fio: adjust man page location
Modified Paths:
--------------
csw/mgar/pkg/fio/trunk/Makefile
Added Paths:
-----------
csw/mgar/pkg/fio/trunk/files/0004-Honor-GAR-provided-default-bindir-and-mandir.patch
Modified: csw/mgar/pkg/fio/trunk/Makefile
===================================================================
--- csw/mgar/pkg/fio/trunk/Makefile 2010-10-25 23:44:40 UTC (rev 11404)
+++ csw/mgar/pkg/fio/trunk/Makefile 2010-10-25 23:51:10 UTC (rev 11405)
@@ -25,6 +25,7 @@
PATCHFILES += 0001-Honour-GAR-CFLAGS-and-use-inttypes.h-instead-of-stdi.patch
PATCHFILES += 0002-Honor-prefix-when-installing-fio.patch
PATCHFILES += 0003-Install-man-pages.patch
+PATCHFILES += 0004-Honor-GAR-provided-default-bindir-and-mandir.patch
# CLOCK_MONOTONIC undefined / not present on Solaris 9
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
Added: csw/mgar/pkg/fio/trunk/files/0004-Honor-GAR-provided-default-bindir-and-mandir.patch
===================================================================
--- csw/mgar/pkg/fio/trunk/files/0004-Honor-GAR-provided-default-bindir-and-mandir.patch (rev 0)
+++ csw/mgar/pkg/fio/trunk/files/0004-Honor-GAR-provided-default-bindir-and-mandir.patch 2010-10-25 23:51:10 UTC (rev 11405)
@@ -0,0 +1,28 @@
+From 447f5383adbdb2f23496bebd1cd38a0bd0f4289b Mon Sep 17 00:00:00 2001
+From: Sebastian Kayser <skayser at opencsw.org>
+Date: Tue, 26 Oct 2010 01:48:43 +0200
+Subject: [PATCH] Honor GAR-provided default bindir and mandir
+
+... in particular mandir was not set according to our standards.
+---
+ Makefile.solaris | 4 ++--
+ 1 files changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/Makefile.solaris b/Makefile.solaris
+index 76b2ed5..165a7a0 100644
+--- a/Makefile.solaris
++++ b/Makefile.solaris
+@@ -32,8 +32,8 @@ OBJS += engines/solarisaio.o
+
+ INSTALL = install
+ prefix ?= /usr/local
+-bindir = $(prefix)/bin
+-mandir = $(prefix)/man
++bindir ?= $(prefix)/bin
++mandir ?= $(prefix)/man
+
+ %.o: %.c
+ $(CC) -o $*.o -c $(CFLAGS) $<
+--
+1.7.3
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list