SF.net SVN: gar:[25115] csw/mgar/pkg/mailman/trunk/Makefile

cgrzemba at users.sourceforge.net cgrzemba at users.sourceforge.net
Wed Jun 24 12:40:39 CEST 2015


Revision: 25115
          http://sourceforge.net/p/gar/code/25115
Author:   cgrzemba
Date:     2015-06-24 10:40:39 +0000 (Wed, 24 Jun 2015)
Log Message:
-----------
mailman/trunk: set mail-gid

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

Modified: csw/mgar/pkg/mailman/trunk/Makefile
===================================================================
--- csw/mgar/pkg/mailman/trunk/Makefile	2015-06-23 06:42:04 UTC (rev 25114)
+++ csw/mgar/pkg/mailman/trunk/Makefile	2015-06-24 10:40:39 UTC (rev 25115)
@@ -16,7 +16,10 @@
 
 GARCOMPILER = SOS12U4
 
+INITSMF = /opt/csw/mailman/scripts/mailman
 
+BUILD_DEP_PKGS += CSWpy-dnspython
+
 PACKAGES += CSWmailman
 SPKG_DESC_CSWmailman = Mailman mailing list software
 # PKGFILES is catchall
@@ -35,9 +38,9 @@
 CONFIGURE_ARGS += --with-python=/opt/csw/bin/python2.7
 CONFIGURE_ARGS += --with-mailhost=mailhost
 CONFIGURE_ARGS += --with-urlhost=example.com
-# CONFIGURE_ARGS += --with-mail-gid=mail
+CONFIGURE_ARGS += --with-mail-gid=mailman
 CONFIGURE_ARGS += --with-cgi-gid=webservd
-CONFIGURE_ARGS += --with-var-prefix=$(localstatedir)/$(NAME)
+CONFIGURE_ARGS += --with-var-prefix=$(localstatedir)
 
 # There is no testsuite
 TEST_SCRIPTS =

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