[csw-devel] SF.net SVN: gar:[4135] csw/mgar/pkg/python/trunk

valholla at users.sourceforge.net valholla at users.sourceforge.net
Wed Apr 1 23:00:46 CEST 2009


Revision: 4135
          http://gar.svn.sourceforge.net/gar/?rev=4135&view=rev
Author:   valholla
Date:     2009-04-01 21:00:45 +0000 (Wed, 01 Apr 2009)

Log Message:
-----------
bugfix 3510 and 3579

Modified Paths:
--------------
    csw/mgar/pkg/python/trunk/Makefile
    csw/mgar/pkg/python/trunk/checksums
    csw/mgar/pkg/python/trunk/files/modules.diff

Modified: csw/mgar/pkg/python/trunk/Makefile
===================================================================
--- csw/mgar/pkg/python/trunk/Makefile	2009-04-01 20:23:29 UTC (rev 4134)
+++ csw/mgar/pkg/python/trunk/Makefile	2009-04-01 21:00:45 UTC (rev 4135)
@@ -47,12 +47,15 @@
 DEPENDS += lib/db
 DEPENDS += lib/gdbm
 
+NOISALIST = 1
+LD_OPTIONS = -R/opt/csw/lib
+export LD_OPTIONS
 CONFIGURE_ARGS  = $(DIRPATHS) 
 CONFIGURE_ARGS += --enable-shared
 CONFIGURE_ARGS += --enable-ipv6
 CONFIGURE_ARGS += --enable-unicode=ucs4
 CONFIGURE_ARGS += --with-fpectl
-CONFIGURE_ARGS += LDFLAGS='-R/opt/csw/lib/\$ISALIST -R/opt/csw/lib -L/opt/csw/lib'
+CONFIGURE_ARGS += LDFLAGS='-R/opt/csw/lib -L/opt/csw/lib'
 
 PKGFILES_CSWidle  = $(libdir)/python(\d+(?:\.\d+)*)/idlelib/.*
 PKGFILES_CSWidle += $(bindir)/idle

Modified: csw/mgar/pkg/python/trunk/checksums
===================================================================
--- csw/mgar/pkg/python/trunk/checksums	2009-04-01 20:23:29 UTC (rev 4134)
+++ csw/mgar/pkg/python/trunk/checksums	2009-04-01 21:00:45 UTC (rev 4135)
@@ -3,7 +3,7 @@
 5664b3970307d7d39d8d4061e7dccbb0  download/libpython2.5.so.1.0-isa-i386
 42dd6523beb94a805d5764ae1276091c  download/faqwiz.diff
 33f4094ee46ce865d3973a197f3fb4a0  download/makesetup.diff
-5bc782aa89e5bc218ec154c68aa6801b  download/modules.diff
+ff716b13c8b0965f92550732151e545a  download/modules.diff
 369c5593c0c0edda03f3c1844788dbee  download/multiprocess.diff
 05724da367b025ce525de2bb704af6e3  download/pyport.diff
 296f46fb4a6a392093120cd86675309b  download/setup.diff

Modified: csw/mgar/pkg/python/trunk/files/modules.diff
===================================================================
--- csw/mgar/pkg/python/trunk/files/modules.diff	2009-04-01 20:23:29 UTC (rev 4134)
+++ csw/mgar/pkg/python/trunk/files/modules.diff	2009-04-01 21:00:45 UTC (rev 4135)
@@ -6,10 +6,10 @@
  
 -#_curses _cursesmodule.c -lcurses -ltermcap
 +*shared*
-+_curses _cursesmodule.c -lcurses -ltermcap
++_curses _cursesmodule.c -R/opt/csw/lib -L/opt/csw/lib -lncurses -lxtermcap
  # Wrapper for the panel library that's part of ncurses and SYSV curses.
 -#_curses_panel _curses_panel.c -lpanel -lncurses 
-+_curses_panel _curses_panel.c -lpanel -lcurses -ltermcap 
++_curses_panel _curses_panel.c -R/opt/csw/lib -L/opt/csw/lib -lpanel -lncurses -lxtermcap 
  
  
  # Generic (SunOS / SVR4) dynamic loading module.


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