[csw-devel] SF.net SVN: gar:[18903] csw/mgar/pkg/lang-python/pysvn/trunk/Makefile
chninkel at users.sourceforge.net
chninkel at users.sourceforge.net
Tue Aug 7 23:11:04 CEST 2012
Revision: 18903
http://gar.svn.sourceforge.net/gar/?rev=18903&view=rev
Author: chninkel
Date: 2012-08-07 21:11:04 +0000 (Tue, 07 Aug 2012)
Log Message:
-----------
lang-python/pysvn/trunk: updated dependancies
Modified Paths:
--------------
csw/mgar/pkg/lang-python/pysvn/trunk/Makefile
Modified: csw/mgar/pkg/lang-python/pysvn/trunk/Makefile
===================================================================
--- csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-08-07 21:10:27 UTC (rev 18902)
+++ csw/mgar/pkg/lang-python/pysvn/trunk/Makefile 2012-08-07 21:11:04 UTC (rev 18903)
@@ -31,9 +31,20 @@
#PATCHFILES += 0005-Use-dash-capital-R-for-runtime-path.patch
#\xC3PATCHFILES += 0006-Use-opt-csw-lib.patch
PATCHFILES += 0003-bin-bash-instead-of-bin-sh.patch
-# PATCHFILES += 0001-fixes-for-tests.patch
+PATCHFILES += 0001-fixes-for-tests.patch
PATCHFILES += 0008-gid-in-two-more-places.patch
+# svn_lib_dir is incorrectly used instead of SVN_LIB
+# in configure
+PATCHFILES += 0004-fixes-SVN_LIB-macro.patch
+
+# rpath option is a gnu ld one but not a SUN ld one
+PATCHFILES += 0005-no-rpath-with-SUN-ld.patch
+
+# pysvn tries to use en_GB.utf8 not available during a test
+# let's rather use the default one
+PATCHFILES += 0006-fix-test-locale-problem.patch
+
PACKAGING_PLATFORMS = solaris10-sparc solaris10-i386
VENDOR_URL = http://pysvn.tigris.org/
@@ -45,12 +56,14 @@
BUILD_DEP_PKGS += CSWlibexpat-dev
BUILD_DEP_PKGS += CSWbash
-RUNTIME_DEP_PKGS += CSWgcc4corert
-RUNTIME_DEP_PKGS += CSWgcc4g++rt
-RUNTIME_DEP_PKGS += CSWneon
+RUNTIME_DEP_PKGS += CSWlibneon27
+RUNTIME_DEP_PKGS += CSWlibgcc-s1
+RUNTIME_DEP_PKGS += CSWlibstdc++6
RUNTIME_DEP_PKGS += CSWpython
RUNTIME_DEP_PKGS += CSWsvn
+RUNTIME_DEP_PKGS += CSWlibexpat1
+
INCOMPATIBELE_PKGS = CSWpyxml
CONFIGURE_SCRIPTS = pysvn
@@ -63,6 +76,7 @@
CONFIGURE_ARGS = $(DIRPATHS)
#GARCOMPILER = GNU
+
include gar/category.mk
configure-pysvn:
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