[csw-devel] SF.net SVN: gar:[11710] csw/mgar/pkg/fio/trunk/files
skayser at users.sourceforge.net
skayser at users.sourceforge.net
Wed Nov 24 12:34:47 CET 2010
Revision: 11710
http://gar.svn.sourceforge.net/gar/?rev=11710&view=rev
Author: skayser
Date: 2010-11-24 11:34:47 +0000 (Wed, 24 Nov 2010)
Log Message:
-----------
fio: reduce patches via INSTALL_OVERRIDE_VARS (continued)
Removed Paths:
-------------
csw/mgar/pkg/fio/trunk/files/0002-Honor-prefix-when-installing-fio.patch
csw/mgar/pkg/fio/trunk/files/0004-Honor-GAR-provided-default-bindir-and-mandir.patch
Deleted: csw/mgar/pkg/fio/trunk/files/0002-Honor-prefix-when-installing-fio.patch
===================================================================
--- csw/mgar/pkg/fio/trunk/files/0002-Honor-prefix-when-installing-fio.patch 2010-11-24 11:33:59 UTC (rev 11709)
+++ csw/mgar/pkg/fio/trunk/files/0002-Honor-prefix-when-installing-fio.patch 2010-11-24 11:34:47 UTC (rev 11710)
@@ -1,25 +0,0 @@
-From 766ada911aafeaa51e5ce2197f20ec1b6028557c Mon Sep 17 00:00:00 2001
-From: Sebastian Kayser <skayser at opencsw.org>
-Date: Tue, 26 Oct 2010 00:20:35 +0200
-Subject: [PATCH] Honor --prefix when installing fio
-
----
- Makefile.solaris | 2 +-
- 1 files changed, 1 insertions(+), 1 deletions(-)
-
-diff --git a/Makefile.solaris b/Makefile.solaris
-index 571bfb9..6824e10 100644
---- a/Makefile.solaris
-+++ b/Makefile.solaris
-@@ -31,7 +31,7 @@ OBJS += engines/net.o
- OBJS += engines/solarisaio.o
-
- INSTALL = install
--prefix = /usr/local
-+prefix ?= /usr/local
- bindir = $(prefix)/bin
- mandir = $(prefix)/man
-
---
-1.7.3
-
Deleted: 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 2010-11-24 11:33:59 UTC (rev 11709)
+++ csw/mgar/pkg/fio/trunk/files/0004-Honor-GAR-provided-default-bindir-and-mandir.patch 2010-11-24 11:34:47 UTC (rev 11710)
@@ -1,28 +0,0 @@
-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