[csw-devel] SF.net SVN: gar:[17592] csw/mgar/pkg/subversion/trunk/Makefile

rthurner at users.sourceforge.net rthurner at users.sourceforge.net
Tue Apr 3 04:07:27 CEST 2012


Revision: 17592
          http://gar.svn.sourceforge.net/gar/?rev=17592&view=rev
Author:   rthurner
Date:     2012-04-03 02:07:27 +0000 (Tue, 03 Apr 2012)
Log Message:
-----------
subversion: include a hint how it 'should' be, but the lib cannot be set like it ...

Modified Paths:
--------------
    csw/mgar/pkg/subversion/trunk/Makefile

Modified: csw/mgar/pkg/subversion/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subversion/trunk/Makefile	2012-04-02 20:06:10 UTC (rev 17591)
+++ csw/mgar/pkg/subversion/trunk/Makefile	2012-04-03 02:07:27 UTC (rev 17592)
@@ -1,10 +1,5 @@
 # $Id$
 #
-# TODO (release-critical prefixed with !, non release-critical with *)
-#
-# ! Install does not work as there is no contrib any more. Where is this stuff?
-#   contrib was removed from the svn upstream delivery.
-#
 # * How about shipping a changelog.CSW (example in files/)?
 # * The language binding packages all have a whole stack of dependencies
 #   (mostly the same libs that the main svn package has). Are those really
@@ -135,7 +130,6 @@
 CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0
 CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0
 CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib/rw7|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0
-CHECKPKG_OVERRIDES_CSWjavasvn += bad-rpath-entry|/opt/SUNWspro/lib/v8|opt/csw/lib/svn/libsvnjavahl-1.so.0.0.0
 
 PACKAGES += CSWpmsvn
 SPKG_DESC_CSWpmsvn         = Subversion Perl Language Binding
@@ -217,6 +211,11 @@
 # Relocate locations of foreign language bindings
 PATCHFILES += 0002-Fix-location-of-bindings.patch
 
+# should be in lib ... put something below to at least make it compile.
+# on the svn mailing list people say we should not build the package
+# with svn installed, and here it seems basic that we build with svn
+# installed.
+# SVNLIB     = $(prefix)/lib
 SVNLIB     = $(prefix)/lib/svn
 JAVA_HOME  = /usr/jdk1.6.0_20
 

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