[csw-devel] SF.net SVN: gar:[3011] csw/mgar/pkg/nginx/trunk/Makefile
Revision: 3011 http://gar.svn.sourceforge.net/gar/?rev=3011&view=rev Author: aigoshin Date: 2009-02-07 15:16:42 + (Sat, 07 Feb 2009) Log Message: --- nginx: milestone 2.2 Modified Paths: -- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile === --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-06 22:53:30 UTC (rev 3010) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 15:16:42 UTC (rev 3011) @@ -19,6 +19,7 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib EXTRA_BUILD_ISAS_i386 = pentium +#EXTRA_BUILD_ISAS_i386 = pentium3 pentium4 CFLAGS = This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[3012] csw/mgar/pkg/nginx/trunk/Makefile
Revision: 3012 http://gar.svn.sourceforge.net/gar/?rev=3012&view=rev Author: aigoshin Date: 2009-02-07 19:21:09 + (Sat, 07 Feb 2009) Log Message: --- nginx: milestone 2.3 Modified Paths: -- csw/mgar/pkg/nginx/trunk/Makefile Modified: csw/mgar/pkg/nginx/trunk/Makefile === --- csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 15:16:42 UTC (rev 3011) +++ csw/mgar/pkg/nginx/trunk/Makefile 2009-02-07 19:21:09 UTC (rev 3012) @@ -18,8 +18,7 @@ REQUIRED_PKGS = CSWosslrt CSWpcrert CSWzlib -EXTRA_BUILD_ISAS_i386 = pentium -#EXTRA_BUILD_ISAS_i386 = pentium3 pentium4 +EXTRA_BUILD_ISAS_i386 = pentium_pro CFLAGS = @@ -52,6 +51,10 @@ NGINXDOCS = CHANGES CHANGES.ru LICENSE README +pre-configure-modulated: + gsed -i s#pentiumpro#pentium_pro# $(WORKSRC)/auto/cc/sunc + $(MAKECOOKIE) + post-configure-modulated: gsed -i s#/...ISALIST#/'$$ISALIST'# $(WORKSRC)/objs/ngx_auto_config.h $(MAKECOOKIE) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[3013] csw/mgar/pkg/dovecot/trunk
Revision: 3013 http://gar.svn.sourceforge.net/gar/?rev=3013&view=rev Author: skayser Date: 2009-02-07 20:58:48 + (Sat, 07 Feb 2009) Log Message: --- dovecot: bumped to 1.1.11, split main & devel pkg Modified Paths: -- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec Modified: csw/mgar/pkg/dovecot/trunk/Makefile === --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,5 +1,5 @@ GARNAME = dovecot -GARVERSION = 1.1.8 +GARVERSION = 1.1.11 CATEGORIES = server DESCRIPTION = Secure IMAP server @@ -13,30 +13,47 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz DISTFILES += $(call admfiles,CSWdovecot,) +DISTFILES += $(call admfiles,CSWdovecotdevel,) -REQUIRED_PKGS = CSWosslrt CSWmysql5rt +SPKG_SOURCEURL = http://dovecot.org/ -PREREQUISITE_PKGS = CSWmysql5devel CSWmysql5rt +SPKG_DESC_CSWdovecot = Secure IMAP server +SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files + +REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot + +PREREQUISITE_PKGS = CSWossldevel CSWosslrt +PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt PREREQUISITE_PKGS += CSWoldaprt CSWoldapdevel +PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) + # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz +# Work around non-existing unsetenv() on Solaris 8 # See http://www.mail-archive.com/dove...@dovecot.org/msg15562.html PATCHFILES = patch-unsetenv.diff +TEST_SCRIPTS = + # TODO # * Consider LDAP issues: http://opencsw.org/bugtrack/view.php?id=2760 -# * --enable-header-install & split packages (dovecot, dovecotdevel) # * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve # * ... CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --with-pop3d +CONFIGURE_ARGS += --with-lda CONFIGURE_ARGS += --with-ldap CONFIGURE_ARGS += --with-mysql CONFIGURE_ARGS += --with-sqlite CONFIGURE_ARGS += --with-ssl=openssl CONFIGURE_ARGS += --with-ssldir=$(DESTDIR)/ssl +CONFIGURE_ARGS += --enable-header-install +CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(GARNAME) +CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(GARNAME) EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql Modified: csw/mgar/pkg/dovecot/trunk/checksums === --- csw/mgar/pkg/dovecot/trunk/checksums2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/checksums2009-02-07 20:58:48 UTC (rev 3013) @@ -1,3 +1,4 @@ -bc23a919c7ad2b3c5ba69e19f1b46eb2 download/dovecot-1.1.8.tar.gz -d707692194795943a4ff18581f61d04d download/CSWdovecot.gspec +c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz +870f79d3f342821e97c3474fa018cde3 download/CSWdovecot.gspec +59c32477bb7dbf339c2f94f1c643f77b download/CSWdovecotdevel.gspec 827bae06acbae39e9c89707d7b198b4e download/patch-unsetenv.diff Modified: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec === --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 19:21:09 UTC (rev 3012) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec 2009-02-07 20:58:48 UTC (rev 3013) @@ -1,4 +1,4 @@ %varbitname dovecot %varpkgname CSWdovecot %includeurl file://%{PKGLIB}/csw_dyndepend.gspec -%copyright url file://%{WORKSRC}/LICENSE +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[3014] csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel. gspec
Revision: 3014 http://gar.svn.sourceforge.net/gar/?rev=3014&view=rev Author: skayser Date: 2009-02-07 20:59:47 + (Sat, 07 Feb 2009) Log Message: --- dovecot: bumped to 1.1.11, split main & devel pkg Added Paths: --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec === --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec 2009-02-07 20:59:47 UTC (rev 3014) @@ -0,0 +1,4 @@ +%varbitname dovecot_devel +%varpkgname CSWdovecotdevel +%includeurl file://%{PKGLIB}/csw_dyndepend.gspec +%copyright url file://%{WORKSRC_FIRSTMOD}/COPYING This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel
[csw-devel] SF.net SVN: gar:[3015] csw/mgar/pkg/dovecot/trunk
Revision: 3015 http://gar.svn.sourceforge.net/gar/?rev=3015&view=rev Author: skayser Date: 2009-02-08 01:10:57 + (Sun, 08 Feb 2009) Log Message: --- dovecot: added init script, switched to dynamic gspec, adjusted configure options Modified Paths: -- csw/mgar/pkg/dovecot/trunk/Makefile csw/mgar/pkg/dovecot/trunk/checksums Added Paths: --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot Removed Paths: - csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.gspec csw/mgar/pkg/dovecot/trunk/files/CSWdovecotdevel.gspec Modified: csw/mgar/pkg/dovecot/trunk/Makefile === --- csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2009-02-08 01:10:57 UTC (rev 3015) @@ -1,3 +1,8 @@ +# TODO +# * postinstall: Create dovecot user(s) or advise user to do so +# * Create default config so that service can startup right away? +# * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve + GARNAME = dovecot GARVERSION = 1.1.11 CATEGORIES = server @@ -12,37 +17,33 @@ MASTER_SITES = http://dovecot.org/releases/1.1/ DISTFILES = $(GARNAME)-$(GARVERSION).tar.gz -DISTFILES += $(call admfiles,CSWdovecot,) -DISTFILES += $(call admfiles,CSWdovecotdevel,) - SPKG_SOURCEURL = http://dovecot.org/ +PACKAGES = CSWdovecot CSWdovecotdevel +CATALOGNAME_CSWdovecotdevel = dovecot_devel + SPKG_DESC_CSWdovecot = Secure IMAP server SPKG_DESC_CSWdovecotdevel = Dovecot secure IMAP server header files REQUIRED_PKGS_CSWdovecot = CSWosslrt CSWmysql5rt CSWoldaprt +REQUIRED_PKGS_CSWdovecot = CSWsasl CSWsqlite3 CSWzlib CSWlibnet +REQUIRED_PKGS_CSWdovecot = CSWcswclassutils REQUIRED_PKGS_CSWdovecotdevel = CSWdovecot PREREQUISITE_PKGS = CSWossldevel CSWosslrt PREREQUISITE_PKGS += CSWmysql5devel CSWmysql5rt PREREQUISITE_PKGS += CSWoldaprt CSWoldapdevel +PREREQUISITE_PKGS += CSWsasl +PREREQUISITE_PKGS += CSWsqlite3 CSWsqlite3dev PKGFILES_CSWdovecotdevel = $(PKGFILES_DEVEL) # We define upstream file regex so we can be notifed of new upstream software release UFILES_REGEX = -(\d+(?:\.\d+)*).tar.gz -# Work around non-existing unsetenv() on Solaris 8 -# See http://www.mail-archive.com/dove...@dovecot.org/msg15562.html -PATCHFILES = patch-unsetenv.diff - +# No test suite for Dovecot available TEST_SCRIPTS = -# TODO -# * Consider LDAP issues: http://opencsw.org/bugtrack/view.php?id=2760 -# * Build and package Dovecot Sieve plugin http://wiki.dovecot.org/LDA/Sieve -# * ... - CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-pop3d CONFIGURE_ARGS += --with-lda @@ -50,12 +51,26 @@ CONFIGURE_ARGS += --with-mysql CONFIGURE_ARGS += --with-sqlite CONFIGURE_ARGS += --with-ssl=openssl -CONFIGURE_ARGS += --with-ssldir=$(DESTDIR)/ssl +CONFIGURE_ARGS += --with-ssldir=/opt/csw/ssl CONFIGURE_ARGS += --enable-header-install -CONFIGURE_ARGS += --localstatedir=/var/opt/csw/$(GARNAME) +CONFIGURE_ARGS += --localstatedir=/var/opt/csw CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw/$(GARNAME) EXTRA_LIB = /opt/csw/mysql5/lib/mysql EXTRA_INC = /opt/csw/mysql5/include/mysql include gar/category.mk + +# init script / SMF integration +SPKG_CLASSES_CSWdovecot = none cswinitsmf +PROTOTYPE_FILTER = awk '3 ~ /\/init.d\/cswdovecot/ { 2 = "cswinitsmf" } { print }' + +post-install-modulated: DOCS = NEWS AUTHORS COPYING.LGPL COPYING.MIT +post-install-modulated: DOCDEST = $(DESTDIR)$(docdir)/$(GARNAME) +post-install-modulated: + @ginstall -d $(DOCDEST) + @ginstall -d $(DESTDIR)/etc/opt/csw/init.d + @$(foreach DOC,$(DOCS),ginstall -m 644 $(WORKSRC)/$(DOC) $(DOCDEST);) + @ginstall -m 755 $(FILEDIR)/CSWdovecot.cswdovecot \ + $(DESTDIR)/etc/opt/csw/init.d/cswdovecot + @$(MAKECOOKIE) Modified: csw/mgar/pkg/dovecot/trunk/checksums === --- csw/mgar/pkg/dovecot/trunk/checksums2009-02-07 20:59:47 UTC (rev 3014) +++ csw/mgar/pkg/dovecot/trunk/checksums2009-02-08 01:10:57 UTC (rev 3015) @@ -1,4 +1 @@ c973eb41aca79fb16630a16f0d84f765 download/dovecot-1.1.11.tar.gz -870f79d3f342821e97c3474fa018cde3 download/CSWdovecot.gspec -59c32477bb7dbf339c2f94f1c643f77b download/CSWdovecotdevel.gspec -827bae06acbae39e9c89707d7b198b4e download/patch-unsetenv.diff Added: csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot === --- csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot (rev 0) +++ csw/mgar/pkg/dovecot/trunk/files/CSWdovecot.cswdovecot 2009-02-08 01:10:57 UTC (rev 3015) @@ -0,0 +1,59 @@ +#!/bin/sh +# License is public domain. +# +# Taken from http://wiki.dovecot.org/DovecotInit + +DAEMON=/opt/csw/sbin/dovecot + +test -x $DAEMON || exit 1 +set -e + +base_dir=`$DAEMON -a|grep '^bas
[csw-devel] SF.net SVN: gar:[3016] csw/mgar/pkg/python/trunk/files/site-config.diff
Revision: 3016 http://gar.svn.sourceforge.net/gar/?rev=3016&view=rev Author: valholla Date: 2009-02-08 05:34:11 + (Sun, 08 Feb 2009) Log Message: --- clean up python Removed Paths: - csw/mgar/pkg/python/trunk/files/site-config.diff Deleted: csw/mgar/pkg/python/trunk/files/site-config.diff === --- csw/mgar/pkg/python/trunk/files/site-config.diff2009-02-08 01:10:57 UTC (rev 3015) +++ csw/mgar/pkg/python/trunk/files/site-config.diff2009-02-08 05:34:11 UTC (rev 3016) @@ -1,126 +0,0 @@ -diff --speed-large-files --minimal -Nru Python-2.3.orig/Makefile.pre.in Python-2.3/Makefile.pre.in Python-2.3.orig/Makefile.pre.in2003-07-13 03:10:42.0 -0700 -+++ Python-2.3/Makefile.pre.in 2003-07-30 18:22:32.177323000 -0700 -@@ -642,7 +642,7 @@ - plat-mac/lib-scriptpackages/SystemEvents \ - plat-mac/lib-scriptpackages/Terminal - PLATMACPATH=:plat-mac:plat-mac/lib-scriptpackages --LIBSUBDIRS= lib-old lib-tk site-packages test test/output test/data \ -+LIBSUBDIRS= lib-old lib-tk site-packages \ - encodings email email/test email/test/data compiler hotshot \ - logging bsddb bsddb/test csv idlelib idlelib/Icons \ - distutils distutils/command $(XMLLIBSUBDIRS) curses $(MACHDEPS) -diff --speed-large-files --minimal -Nru Python-2.3.orig/Modules/Setup.dist Python-2.3/Modules/Setup.dist Python-2.3.orig/Modules/Setup.dist 2003-06-14 14:03:05.0 -0700 -+++ Python-2.3/Modules/Setup.dist 2003-07-30 18:31:32.471869000 -0700 -@@ -157,7 +157,7 @@ - # it, depending on your system -- see the GNU readline instructions. - # It's okay for this to be a shared library, too. - --#readline readline.c -lreadline -ltermcap -+readline readline.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lreadline -ltermcap - - - # Modules that should always be present (non UNIX dependent): -@@ -200,10 +200,10 @@ - - # Socket module helper for SSL support; you must comment out the other - # socket line above, and possibly edit the SSL variable: --#SSL=/usr/local/ssl --#_ssl _ssl.c \ --# -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ --# -L$(SSL)/lib -lssl -lcrypto -+SSL=$(prefix) -+_ssl _ssl.c \ -+ -DUSE_SSL -I$(SSL)/include -I$(SSL)/include/openssl \ -+ -L$(SSL)/lib -R$(SSL)/lib -lssl -lcrypto - - # The crypt module is now disabled by default because it breaks builds - # on many systems (where -lcrypt is needed), e.g. Linux (I believe). -@@ -322,15 +322,15 @@ - # every system. - - # *** Always uncomment this (leave the leading underscore in!): --# _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ -+ _tkinter _tkinter.c tkappinit.c -DWITH_APPINIT \ - # *** Uncomment and edit to reflect where your Tcl/Tk libraries are: --# -L/usr/local/lib \ -+ -L/usr/local/Tcl/lib -R/usr/local/Tcl/lib \ - # *** Uncomment and edit to reflect where your Tcl/Tk headers are: --# -I/usr/local/include \ -+ -I/usr/local/Tcl/include \ - # *** Uncomment and edit to reflect where your X11 header files are: - # -I/usr/X11R6/include \ - # *** Or uncomment this for Solaris: --# -I/usr/openwin/include \ -+ -I/usr/openwin/include \ - # *** Uncomment and edit for Tix extension only: - # -DWITH_TIX -ltix8.1.8.2 \ - # *** Uncomment and edit for BLT extension only: -@@ -341,17 +341,17 @@ - # *** Uncomment and edit for TOGL extension only: - # -DWITH_TOGL togl.c \ - # *** Uncomment and edit to reflect your Tcl/Tk versions: --# -ltk8.2 -ltcl8.2 \ -+ -ltk8.4 -ltcl8.4 \ - # *** Uncomment and edit to reflect where your X11 libraries are: - # -L/usr/X11R6/lib \ - # *** Or uncomment this for Solaris: --# -L/usr/openwin/lib \ -+ -L/usr/openwin/lib \ - # *** Uncomment these for TOGL extension only: - # -lGL -lGLU -lXext -lXmu \ - # *** Uncomment for AIX: - # -lld \ - # *** Always uncomment this; X11 libraries to link with: --# -lX11 -+ -lX11 - - # Lance Ellinghaus's modules: - -@@ -399,7 +399,7 @@ - # - # First, look at Setup.config; configure may have set this for you. - --#gdbm gdbmmodule.c -I/usr/local/include -L/usr/local/lib -lgdbm -+gdbm gdbmmodule.c -I$(prefix)/include -L$(prefix)/lib -R$(prefix)/lib -lgdbm - - - # Sleepycat Berkeley DB interface. -@@ -414,11 +414,11 @@ - # - # Edit the variables DB and DBLIBVERto point to the db top directory - # and the subdirectory of PORT where you built it. --#DB=/usr/local/BerkeleyDB.4.0 --#DBLIBVER=4.0 --#DBINC=$(DB)/include --#DBLIB=$(DB)/lib --#_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -ldb-$(DBLIBVER) -+DB=$(prefix) -+DBLIBVER=4.1 -+DBINC=$(DB)/include -+DBLIB=$(DB)/lib -+_bsddb _bsddb.c -I$(DBINC) -L$(DBLIB) -R$(DBLIB) -ldb-$(DBLIBVER) - - # Historical Berkeley DB 1.85 - # -@@ -463,7 +463,7 @@ - # Andrew Kuchling's zlib module. - # This require zlib 1.1.3 (or later). - # See http://www.cdrom.com/pub/infozip/zlib/ --#zlib zlibmodule.c
[csw-devel] SF.net SVN: gar:[3017] csw/mgar/pkg/python/trunk
Revision: 3017 http://gar.svn.sourceforge.net/gar/?rev=3017&view=rev Author: valholla Date: 2009-02-08 05:41:52 + (Sun, 08 Feb 2009) Log Message: --- more python cleanup Modified Paths: -- csw/mgar/pkg/python/trunk/Makefile csw/mgar/pkg/python/trunk/checksums Removed Paths: - csw/mgar/pkg/python/trunk/files/ Modified: csw/mgar/pkg/python/trunk/Makefile === --- csw/mgar/pkg/python/trunk/Makefile 2009-02-08 05:34:11 UTC (rev 3016) +++ csw/mgar/pkg/python/trunk/Makefile 2009-02-08 05:41:52 UTC (rev 3017) @@ -1,7 +1,12 @@ -GARNAME = python -GARVERSION = 2.3.5 +GARNAME = Python +GARVERSION = 2.6.1 +GARRELEASE = +DISTVERSION = $(GARVERSION)$(GARRELEASE) +DISTNAME = $(GARNAME)-$(DISTVERSION) CATEGORIES = lang +SPKG_SOURCEURL = http://www.python.org/download/releases/$(GARVERSION) + DESCRIPTION = A high-level scripting language. define BLURB Python is an interpreted, interactive, object-oriented programming language. @@ -14,18 +19,31 @@ endef MASTER_SITES = http://www.python.org/ftp/python/$(GARVERSION)/ -DISTFILES = Python-$(GARVERSION).tar.bz2 +UPSTREAM_MASTER_SITES = http://www.python.org/ftp/python/ +DISTFILES = $(DISTNAME).tar.bz2 +DISTFILES += $(call admfiles,CSWpython,depend prototype) +DISTFILES += $(call admfiles,CSWpython-tk,depend prototype) +DISTFILES += $(call admfiles,CSWidle,depend prototype) # We define upstream file regex so we can be notifed of new upstream software release -UFILES_REGEX = Python-(\d+(?:\.\d+)*).tar.bz2 +UFILES_REGEX = (\d+(?:\.\d+)*) -# Configure some site specific variables -PATCHFILES = site-config.diff +# Patches +PATCHFILES += modules.diff +PATCHFILES += setup.diff +PATCHFILES += makesetup.diff -WORKSRC = $(WORKDIR)/Python-$(GARVERSION) +# Test for sunaudiodev fails. +SKIPTEST = 1 -LIBDEPS += lib/expat lib/openssl lib/db lib/gdbm +DEPENDS += lib/expat +DEPENDS += lib/openssl +DEPENDS += lib/db +DEPENDS += lib/gdbm -CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS = $(DIRPATHS) +CONFIGURE_ARGS += --enable-shared +CONFIGURE_ARGS += --enable-ipv6 +CONFIGURE_ARGS += --with-fpectl include gar/category.mk Modified: csw/mgar/pkg/python/trunk/checksums === --- csw/mgar/pkg/python/trunk/checksums 2009-02-08 05:34:11 UTC (rev 3016) +++ csw/mgar/pkg/python/trunk/checksums 2009-02-08 05:41:52 UTC (rev 3017) @@ -1,2 +1,13 @@ -c12b57c6e0cf8bc676fd9444d71c9e18 download/Python-2.3.5.tar.bz2 -fd98cf98cd604deb1f197ae2cdf2eecf download/site-config.diff +e81c2f0953aa60f8062c05a4673f2be0 download/Python-2.6.1.tar.bz2 +1b8abe75212cd34d4a6655846aaf5818 download/CSWpython.gspec +b1c2b338ce77b8fb5123717292265323 download/CSWpython.depend +56f6c50695ae7b0144b3ef1276ca539b download/CSWpython.prototype +05cb2423df4e8b6303bf8b5eb1a1921d download/CSWpython-tk.gspec +4b3dfbd426f5a78cc9db61f3e403b0c7 download/CSWpython-tk.depend +71ba471c18bcba92e639a2c138961991 download/CSWpython-tk.prototype +94a45eacb295bdde5504bc724b61634f download/CSWidle.gspec +d33f8d02adef5c1a0ba6b327b1ab19c0 download/CSWidle.depend +9eb8d7f9134c4b01b85be742ac1a1868 download/CSWidle.prototype +1f4aa802761be55b7e5b2e828a4975f7 download/modules.diff +6ad364440490d1a6ff8da70d055e388b download/setup.diff +33f4094ee46ce865d3973a197f3fb4a0 download/makesetup.diff This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ___ devel mailing list devel@lists.opencsw.org https://lists.opencsw.org/mailman/listinfo/devel