[csw-devel] SF.net SVN: gar:[19100] csw/mgar/pkg/lang-python/pysvn/trunk/Makefile

chninkel at users.sourceforge.net chninkel at users.sourceforge.net
Sun Aug 26 11:33:32 CEST 2012


Revision: 19100
          http://gar.svn.sourceforge.net/gar/?rev=19100&view=rev
Author:   chninkel
Date:     2012-08-26 09:33:32 +0000 (Sun, 26 Aug 2012)
Log Message:
-----------
lang-python/pysvn/trunk: enabled direct binding and as-needed linkingn and remove useless dependencies

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-26 09:31:30 UTC (rev 19099)
+++ csw/mgar/pkg/lang-python/pysvn/trunk/Makefile	2012-08-26 09:33:32 UTC (rev 19100)
@@ -51,21 +51,23 @@
 
 LICENSE = LICENSE.txt
 
-BUILD_DEP_PKGS += CSWsvn-devel
+BUILD_DEP_PKGS += CSWsvn-dev
 BUILD_DEP_PKGS += CSWapache2-dev
 BUILD_DEP_PKGS += CSWlibexpat-dev
 BUILD_DEP_PKGS += CSWbash
 
-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
+INCOMPATIBLE_PKGS = CSWpyxml
 
+CHECKPKG_OVERRIDES_CSWpysvn += catalogname-does-not-start-with-py_
+CHECKPKG_OVERRIDES_CSWpysvn += pkgname-does-not-start-with-CSWpy-
+
+
 CONFIGURE_SCRIPTS = pysvn
 BUILD_SCRIPTS = pysvn
 INSTALL_SCRIPTS = pysvn
@@ -76,6 +78,7 @@
 CONFIGURE_ARGS = $(DIRPATHS)
 #GARCOMPILER = GNU
 
+EXTRA_LD_OPTIONS = -Bdirect -z ignore
 
 include gar/category.mk
 

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