[csw-devel] SF.net SVN: gar:[16366] csw/mgar/pkg/subversion/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Sun Dec 4 20:42:26 CET 2011
Revision: 16366
http://gar.svn.sourceforge.net/gar/?rev=16366&view=rev
Author: rthurner
Date: 2011-12-04 19:42:26 +0000 (Sun, 04 Dec 2011)
Log Message:
-----------
subversion, include gnomekeyring to not pass passwords on the commandline
Modified Paths:
--------------
csw/mgar/pkg/subversion/trunk/Makefile
Modified: csw/mgar/pkg/subversion/trunk/Makefile
===================================================================
--- csw/mgar/pkg/subversion/trunk/Makefile 2011-12-04 18:07:17 UTC (rev 16365)
+++ csw/mgar/pkg/subversion/trunk/Makefile 2011-12-04 19:42:26 UTC (rev 16366)
@@ -78,8 +78,12 @@
RUNTIME_DEP_PKGS_CSWsvn += CSWlibaprutil1-0
RUNTIME_DEP_PKGS_CSWsvn += CSWlibneon27
RUNTIME_DEP_PKGS_CSWsvn += CSWosslrt
+RUNTIME_DEP_PKGS_CSWsvn += CSWlibgnome-keyring0
+RUNTIME_DEP_PKGS_CSWsvn += CSWlibdbus1-3
+RUNTIME_DEP_PKGS_CSWsvn += CSWglib2
+RUNTIME_DEP_PKGS_CSWsvn += CSWlibdbus1-3
+RUNTIME_DEP_PKGS_CSWsvn += CSWglib2
-
PACKAGES += CSWsvn-devel
SPKG_DESC_CSWsvn-devel = Subversion Development Support
CATALOGNAME_CSWsvn-devel = subversion_devel
@@ -276,11 +280,12 @@
CONFIGURE_ARGS += --with-apr=$(bindir)/apr-1-config
CONFIGURE_ARGS += --with-apr-util=$(bindir)/apu-1-config
CONFIGURE_ARGS += --with-apxs=$(prefix)/apache2/sbin/apxs
+CONFIGURE_ARGS += --with-gnome-keyring=$(prefix)
CONFIGURE_ARGS += --with-jdk=$(JAVA_HOME)
CONFIGURE_ARGS += --with-sasl=$(prefix)
+CONFIGURE_ARGS += --with-serf=$(prefix)
CONFIGURE_ARGS += --with-ssl=$(prefix)
CONFIGURE_ARGS += --with-zlib=$(prefix)
-CONFIGURE_ARGS += --with-serf=$(prefix)
# Once you have verified that a new upstream release passes the tests, you can use
# "SKIPTEST=1 gmake <target>" to skip the tests for simple repackaging tasks.
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