[csw-devel] SF.net SVN: gar:[7171] csw/mgar/pkg/freehdl/trunk
trygvis at users.sourceforge.net
trygvis at users.sourceforge.net
Sun Nov 8 16:16:52 CET 2009
Revision: 7171
http://gar.svn.sourceforge.net/gar/?rev=7171&view=rev
Author: trygvis
Date: 2009-11-08 15:16:52 +0000 (Sun, 08 Nov 2009)
Log Message:
-----------
o Adding patch to use OpenCSW's pkg-config.
Modified Paths:
--------------
csw/mgar/pkg/freehdl/trunk/Makefile
csw/mgar/pkg/freehdl/trunk/checksums
Added Paths:
-----------
csw/mgar/pkg/freehdl/trunk/files/0001-Use-OpenCSW-pkg-config.patch
Modified: csw/mgar/pkg/freehdl/trunk/Makefile
===================================================================
--- csw/mgar/pkg/freehdl/trunk/Makefile 2009-11-08 14:45:10 UTC (rev 7170)
+++ csw/mgar/pkg/freehdl/trunk/Makefile 2009-11-08 15:16:52 UTC (rev 7171)
@@ -14,7 +14,8 @@
MASTER_SITES = http://freehdl.seul.org/~enaroska/
DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz
-PATCHFILES = 0000-Mirring-strings.h-include.patch
+PATCHFILES = 0000-Mirring-strings.h-include.patch
+PATCHFILES += 0001-Use-OpenCSW-pkg-config.patch
# We define upstream file regex so we can be notifed of new upstream software release
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -29,4 +30,7 @@
TEST_SCRIPTS =
+REQUIRED_PKGS = CSWgcc4corert CSWgcc4g++ CSWgcc4g++rt CSWpkgconfig
+#CSWgcc3core CSWgcc3corert CSWgcc3g++ CSWgcc3g++rt
+
include gar/category.mk
Modified: csw/mgar/pkg/freehdl/trunk/checksums
===================================================================
--- csw/mgar/pkg/freehdl/trunk/checksums 2009-11-08 14:45:10 UTC (rev 7170)
+++ csw/mgar/pkg/freehdl/trunk/checksums 2009-11-08 15:16:52 UTC (rev 7171)
@@ -1 +1,3 @@
+75dd38573b84d23a93a10c028051305d 0000-Mirring-strings.h-include.patch
+2950515cac5a87c43c97b264195ff5f7 0001-Use-OpenCSW-pkg-config.patch
6d702aa188fb2c62f8cfca5a2f66d956 freehdl-0.0.7.tar.gz
Added: csw/mgar/pkg/freehdl/trunk/files/0001-Use-OpenCSW-pkg-config.patch
===================================================================
--- csw/mgar/pkg/freehdl/trunk/files/0001-Use-OpenCSW-pkg-config.patch (rev 0)
+++ csw/mgar/pkg/freehdl/trunk/files/0001-Use-OpenCSW-pkg-config.patch 2009-11-08 15:16:52 UTC (rev 7171)
@@ -0,0 +1,25 @@
+--- ./freehdl/freehdl-config.orig 2009-11-08 16:03:07.101570078 +0100
++++ ./freehdl/freehdl-config 2009-11-08 16:03:21.400958210 +0100
+@@ -21,14 +21,14 @@
+ #
+
+ option="$1"
+-prefix=`pkg-config --variable prefix freehdl`
+-exec_prefix=`pkg-config --variable exec_prefix freehdl`
+-includedir=`pkg-config --variable includedir freehdl`
+-libdir=`pkg-config --variable libdir freehdl`
+-version=`pkg-config --modversion freehdl`
+-cxxflags=`pkg-config --variable cxxflags freehdl`
+-cxx=`pkg-config --variable cxx freehdl`
+-linker=`pkg-config --variable libtool freehdl`
++prefix=`/opt/csw/bin/pkg-config --variable prefix freehdl`
++exec_prefix=`/opt/csw/bin/pkg-config --variable exec_prefix freehdl`
++includedir=`/opt/csw/bin/pkg-config --variable includedir freehdl`
++libdir=`/opt/csw/bin/pkg-config --variable libdir freehdl`
++version=`/opt/csw/bin/pkg-config --modversion freehdl`
++cxxflags=`/opt/csw/bin/pkg-config --variable cxxflags freehdl`
++cxx=`/opt/csw/bin/pkg-config --variable cxx freehdl`
++linker=`/opt/csw/bin/pkg-config --variable libtool freehdl`
+
+ case "$option" in
+
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