[csw-devel] SF.net SVN: gar:[9513] csw/mgar/pkg/apache2/trunk/Makefile
rthurner at users.sourceforge.net
rthurner at users.sourceforge.net
Thu Apr 1 23:58:44 CEST 2010
Revision: 9513
http://gar.svn.sourceforge.net/gar/?rev=9513&view=rev
Author: rthurner
Date: 2010-04-01 21:58:44 +0000 (Thu, 01 Apr 2010)
Log Message:
-----------
apache2 - remove unnecessary depencencies, try to make checkpkg happy
Modified Paths:
--------------
csw/mgar/pkg/apache2/trunk/Makefile
Modified: csw/mgar/pkg/apache2/trunk/Makefile
===================================================================
--- csw/mgar/pkg/apache2/trunk/Makefile 2010-04-01 21:22:30 UTC (rev 9512)
+++ csw/mgar/pkg/apache2/trunk/Makefile 2010-04-01 21:58:44 UTC (rev 9513)
@@ -10,6 +10,9 @@
best around in terms of functionality, efficiency, security and speed.
endef
+# work around dumb checkpkg not recognizing the license file ...
+LICENSE = LICENCSE
+
include files/config.mk
UFILES_REGEX = $(GARNAME)-(\d+(?:\.\d+)*).tar.gz
@@ -41,11 +44,9 @@
DISTFILES += httpd-ssl.conf.CSW
DISTFILES += update20to22
-RUNTIME_DEP_PKGS_CSWapache2 = CSWbdb CSWexpat CSWgdbm CSWiconv
+RUNTIME_DEP_PKGS_CSWapache2 = CSWexpat CSWiconv
RUNTIME_DEP_PKGS_CSWapache2 += CSWlibnet CSWoldaprt CSWosslrt CSWsasl CSWzlib
-RUNTIME_DEP_PKGS_CSWapache2 += CSWsqlite3rt CSWsqlite3 CSWcswclassutils
-RUNTIME_DEP_PKGS_CSWapache2 += CSWggettextrt CSWgsed
-RUNTIME_DEP_PKGS_CSWapache2 += CSWperl
+RUNTIME_DEP_PKGS_CSWapache2 += CSWsqlite3rt CSWcswclassutils
# The SMF support: you don't need to specify cswinitsmf any more. You need to
# make sure the the /etc/opt/csw/init.d/cswapache file gets installed during
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