Update of /cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv27088

Modified Files:
        curses-pm.info curses-ui-pm.info 
Log Message:
Change to libncursesw5 and some build fixes.


Index: curses-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/curses-pm.info,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -d -r1.20 -r1.21
--- curses-pm.info      23 Aug 2009 04:23:28 -0000      1.20
+++ curses-pm.info      31 Oct 2009 21:42:30 -0000      1.21
@@ -1,7 +1,7 @@
 Info2: <<
 Package: curses-pm%type_pkg[perl]
 Version: 1.27
-Revision: 2
+Revision: 3
 Architecture: (%type_pkg[perl] = 581) powerpc, (%type_pkg[perl] = 584) powerpc
 Distribution: (%type_pkg[perl] = 581) 10.4, (%type_pkg[perl] = 584) 10.4, 
(%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, (%type_pkg[perl] = 
5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Source: mirror:cpan:authors/id/G/GI/GIRAFFED/Curses-%v.tgz
@@ -13,21 +13,23 @@
 Description: Perl interface to the ncurses library
 Maintainer: Daniel Johnson <[email protected]>
 Homepage: http://search.cpan.org/dist/Curses
-Depends: libncurses5-shlibs (>= 5.4-20041023-1006), perl%type_pkg[perl]-core
-BuildDepends: libncurses5 (>= 5.4-20041023-1006), fink (>= 0.29.0)
+Depends: libncursesw5-shlibs, perl%type_pkg[perl]-core
+BuildDepends: libncursesw5, fink (>= 0.29.0)
 Conflicts: curses-pm%type_pkg[perl]-man
 Replaces: curses-pm%type_pkg[perl]-man
+PatchScript: perl -pi -e 's|/usr|%p|g' Makefile.PL
 ConfigureParams: PANELS MENUS FORMS
 CompileScript: <<
        #!/bin/sh -ev
 
        cp hints/c-darwin.h c-config.h
 
-       export CURSES_CFLAGS="-I%p/include"
-       export CURSES_LDFLAGS="-L%p/lib -lcurses"
-       export CURSES_PANEL_LDFLAGS="-L%p/lib -lpanel"
-       export CURSES_MENU_LDFLAGS="-L%p/lib -lmenu"
-       export CURSES_FORM_LDFLAGS="-L%p/lib -lform"
+       export CURSES_CFLAGS="-I%p/include/ncursesw -I%p/include"
+       export CURSES_LDFLAGS="-L%p/lib -lncursesw"
+       export CURSES_PANEL_LDFLAGS="-L%p/lib -lpanelw"
+       export CURSES_MENU_LDFLAGS="-L%p/lib -lmenuw"
+       export CURSES_FORM_LDFLAGS="-L%p/lib -lformw"
+       export CURSES_LIBTYPE=ncursesw
 
        %{default_script}
 <<

Index: curses-ui-pm.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4/unstable/main/finkinfo/libs/perlmods/curses-ui-pm.info,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- curses-ui-pm.info   23 Aug 2009 04:23:28 -0000      1.14
+++ curses-ui-pm.info   31 Oct 2009 21:42:30 -0000      1.15
@@ -1,11 +1,11 @@
 Info2: <<
 Package: curses-ui-pm%type_pkg[perl]
 Version: 0.9607
-Revision: 1
-Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5
+Revision: 2
+Distribution: (%type_pkg[perl] = 586) 10.4, (%type_pkg[perl] = 586) 10.5, 
(%type_pkg[perl] = 5100) 10.5, (%type_pkg[perl] = 5100) 10.6
 Source: mirror:cpan:authors/id/M/MD/MDXI/Curses-UI-%v.tar.gz
 Source-MD5: 8970c72e378aa386e0e79a884ef5863a
-Type: perl (5.8.6 5.8.8)
+Type: perl (5.8.6 5.8.8 5.10.0)
 UpdatePOD: true
 DocFiles: Changes CREDITS README examples/*
 License: Artistic
@@ -13,8 +13,8 @@
 DescUsage: Examples can be found in the docs directory.
 Maintainer: Daniel Johnson <[email protected]>
 Homepage: http://search.cpan.org/dist/Curses-UI
-Depends: libncurses5-shlibs (>= 5.4-20041023-1006), perl%type_pkg[perl]-core, 
curses-pm%type_pkg[perl], term-readkey-pm%type_pkg[perl]
-BuildDepends: fink (>= 0.20.3), module-install-pm%type_pkg[perl], test-pod-pm
+Depends: libncursesw5-shlibs, curses-pm%type_pkg[perl] (>= 1.27-3), 
term-readkey-pm%type_pkg[perl], perl%type_pkg[perl]-core
+BuildDepends: fink (>= 0.20.3), test-pod-pm
 Conflicts: curses-ui-pm%type_pkg[perl]-man
 Replaces: curses-ui-pm%type_pkg[perl]-man
 InstallScript: <<


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Fink-commits mailing list
[email protected]
http://news.gmane.org/gmane.os.apple.fink.cvs

Reply via email to