[csw-devel] SF.net SVN: gar:[11462] csw/mgar/pkg/proftpd/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Mon Nov 1 11:37:48 CET 2010


Revision: 11462
          http://gar.svn.sourceforge.net/gar/?rev=11462&view=rev
Author:   dmichelsen
Date:     2010-11-01 10:37:48 +0000 (Mon, 01 Nov 2010)

Log Message:
-----------
proftpd: Add DIRPATHS to CONFIGURE_ARGS

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

Property Changed:
----------------
    csw/mgar/pkg/proftpd/trunk/


Property changes on: csw/mgar/pkg/proftpd/trunk
___________________________________________________________________
Modified: svn:externals
   - gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v1

   + gar https://gar.svn.sourceforge.net/svnroot/gar/csw/mgar/gar/v2


Modified: csw/mgar/pkg/proftpd/trunk/Makefile
===================================================================
--- csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-01 06:16:53 UTC (rev 11461)
+++ csw/mgar/pkg/proftpd/trunk/Makefile	2010-11-01 10:37:48 UTC (rev 11462)
@@ -25,23 +25,24 @@
 
 RUNTIME_DEP_PKGS = CSWosslrt CSWggettextrt CSWiconv CSWgcc3corert CSWoldaprt CSWzlib CSWmysql5rt CSWsqlite3rt
 
-PACKAGING_PLATFORMS = solaris9-sparc solaris9-i386
-
 EXTRA_BUILD_ISAS_i386  = pentium_pro
 EXTRA_BUILD_ISAS_sparc = sparcv9
 
-sysconfdir=/etc/opt/csw
-localstatedir=/var/opt/csw
+sysconfdir = /etc/opt/csw
+localstatedir = /var/opt/csw
 
 CONFIGURE_ENV   = install_user=$(USER) install_group=csw
 CONFIGURE_ENV  += CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS)"
 EXTRA_LIB       = $(prefix)/mysql5/lib/mysql
 
-CONFIGURE_ARGS += --prefix=$(prefix)
-CONFIGURE_ARGS += --sysconfdir=$(sysconfdir)
-CONFIGURE_ARGS += --localstatedir=/var/run/proftpd
-CONFIGURE_ARGS += --mandir=$(prefix)/share/man
-CONFIGURE_ARGS += --libexecdir=$(prefix)/lib/proftpd
+CONFIGURE_ARGS += $(DIRPATHS)
+# These are now taken from DIRPATHS
+#CONFIGURE_ARGS += --prefix=$(prefix)
+#CONFIGURE_ARGS += --sysconfdir=$(sysconfdir)
+# TODO: Adjust the variables so $DIRPATHES contains the correct locations
+#CONFIGURE_ARGS += --localstatedir=/var/run/proftpd
+#CONFIGURE_ARGS += --mandir=$(prefix)/share/man
+#CONFIGURE_ARGS += --libexecdir=$(prefix)/lib/proftpd
 CONFIGURE_ARGS += --enable-dso --disable-static
 CONFIGURE_ARGS += --enable-facl
 CONFIGURE_ARGS += --enable-openssl


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