Re: [Fink-devel] new aspell and libnursesw5?

2006-10-01 Thread Kevin Horton
On 1 Oct 2006, at 24:09, Peter O'Gorman wrote:

 On Oct 1, 2006, at 9:49 AM, Kevin Horton wrote:

 I'm trying to make an updated version of aspell, but I can't get it
 to find libncursesw5.  There is some info on curses support in the
 tarball, with supposed ways to point to the ncurses libs.  I've tried
 all manor of different ConfigureParams --enable-curses and --enable-
 curses-include lines, but nothing works.   Configure persists in  
 saying:

 checking for wide character support in curses libraray... no
 configure: WARNING: Aspell will not be able to Display UTF-8
 characters correctly.

 I'd be very appreciative if someone who understands how configure
 works could  provide a good hint here.

 There is no dependency on the wide curses package. Adding this  
 dependency and --enable-curses will get it to work.

I added a dependency on libncursesw5-shlibs (= 5.4-20041023-1006),  
and builddepends on ibncursesw5 (= 5.4-20041023-1006).

I've tried ConfigureParams of:

--enable-curses=ncurses

--enable-curses=ncursesw

--enable-curses='${prefix}/lib/libncursesw.a'

--enable-curses='${prefix}/lib/libncursesw.a' --enable-curses- 
include='${prefix}/include/ncursesw/curses.h'

--enable-curses='/sw/lib/libncursesw.a' --enable-curses-include='/sw/ 
include/ncursesw/curses.h' #just to ensure that there was no problem  
expanding the prefix

--enable-curses='${prefix}/lib/libncursesw.a' --enable-curses- 
include='${prefix}/include/ncursesw'

--enable-curses='-L${prefix}/lib -lncurses' --enable-curses-include='$ 
{prefix}/include/ncursesw'

--enable-curses='-L${prefix}/lib -lncursesw' --enable-curses- 
include='${prefix}/include/ncursesw'

--enable-curses --enable-curses-include='${prefix}/include/ncursesw'

--enable-curses

None of the above has worked.

Kevin Horton
Ottawa, Canada



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new aspell and libnursesw5?

2006-10-01 Thread Peter O'Gorman


On Oct 1, 2006, at 8:33 PM, Kevin Horton wrote:


On 1 Oct 2006, at 24:09, Peter O'Gorman wrote:


On Oct 1, 2006, at 9:49 AM, Kevin Horton wrote:


I'm trying to make an updated version of aspell, but I can't get it
to find libncursesw5.  There is some info on curses support in the
tarball, with supposed ways to point to the ncurses libs.  I've  
tried

all manor of different ConfigureParams --enable-curses and --enable-
curses-include lines, but nothing works.   Configure persists in  
saying:


checking for wide character support in curses libraray... no
configure: WARNING: Aspell will not be able to Display UTF-8
characters correctly.

I'd be very appreciative if someone who understands how configure
works could  provide a good hint here.


There is no dependency on the wide curses package. Adding this  
dependency and --enable-curses will get it to work.


I added a dependency on libncursesw5-shlibs (= 5.4-20041023-1006),  
and builddepends on ibncursesw5 (= 5.4-20041023-1006).


There is no libncursesw5 at this revision, latest in 10.4 is  
5.4-20041023-1001.




I've tried ConfigureParams of:

--enable-curses

None of the above has worked.


This worked for me...

checking if mblen is supported... yes
checking for working curses library... found in -lncursesw
checking for wide character support in curses libraray... yes
checking if standard curses include sequence will work... yes
checking for STL rel_ops pollution... no


Peter


aspell.info
Description: Binary data



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] new aspell and libnursesw5?

2006-10-01 Thread Kevin Horton
On 1 Oct 2006, at 08:08, Peter O'Gorman wrote:


 On Oct 1, 2006, at 8:33 PM, Kevin Horton wrote:

 On 1 Oct 2006, at 24:09, Peter O'Gorman wrote:

 On Oct 1, 2006, at 9:49 AM, Kevin Horton wrote:

 I'm trying to make an updated version of aspell, but I can't get it
 to find libncursesw5.  There is some info on curses support in the
 tarball, with supposed ways to point to the ncurses libs.  I've  
 tried
 all manor of different ConfigureParams --enable-curses and -- 
 enable-
 curses-include lines, but nothing works.   Configure persists in  
 saying:

 checking for wide character support in curses libraray... no
 configure: WARNING: Aspell will not be able to Display UTF-8
 characters correctly.

 I'd be very appreciative if someone who understands how configure
 works could  provide a good hint here.

 There is no dependency on the wide curses package. Adding this  
 dependency and --enable-curses will get it to work.

 I added a dependency on libncursesw5-shlibs (=  
 5.4-20041023-1006), and builddepends on ibncursesw5 (=  
 5.4-20041023-1006).

 There is no libncursesw5 at this revision, latest in 10.4 is  
 5.4-20041023-1001.


 I've tried ConfigureParams of:

 --enable-curses

 None of the above has worked.

 This worked for me...

 checking if mblen is supported... yes
 checking for working curses library... found in -lncursesw
 checking for wide character support in curses libraray... yes
 checking if standard curses include sequence will work... yes
 checking for STL rel_ops pollution... no


Bingo!  Thanks very much for your help.

Kevin Horton
Ottawa, Canada



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] info fix for ksmoothdock

2006-10-01 Thread jack
Thanks for your work on karchiver.info, you're so right. I recoded that nice 
otool_dep tool using bash (otool -L and dlocate) and fixed ksmoothdock.info 
as well. Does even validate cleanly now. Should i send a proper 
karchiver.info as well? fink selfupdate still gives me the broken one.
Maybe i should start using CVS too?

Package: ksmoothdock
Version: 4.2
Revision: 1004
Source: mirror:sourceforge:%n/%n-%v_automake1.7.tar.gz
CustomMirror: 
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk

Source2: mirror:custom:kde-admindir-full-3.5.3.tar.bz2
Depends: kdelibs3-unified (= 3.4), libart2-shlibs, libidn-shlibs, libiconv, 
freetype219-shlibs, libpng3-shlibs
BuildDepends: automake1.7, autoconf (= 2.60-1), cctools (= 446-1) | 
cctools-single-module, fink (= 0.20.2.1-1), kdelibs3-unified-dev (= 
3.4.3-1021), x11-dev, libiconv-dev, freetype219, gettext-tools, qt3, libpng3, 
libidn, libart2
Recommends: kdebase3-unified
GCC: 4.0
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://www.kde-look.org/content/show.php?content=6585
License: GPL
Description: Cute desktop panel for KDE
Source-MD5: 82b342c69cc318116c995dec88a0a8dd
Source2-MD5: 59748e0b77d08e88d5f785b4b2672cc0
SourceDirectory: %n
Source2ExtractDir: %n
ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include
PatchScript: 
perl -pi -e 's,doc/HTML,doc/kde,' configure
perl -pi -e 's,doc/HTML,doc/kde,' acinclude.m4

DocFiles: AUTHORS ChangeLog COPYING INSTALL NEWS README TODO
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] info fix for kscope

2006-10-01 Thread jack
..and here's the fix for kscope. BDeps should be complete now.

Package: kscope
Version: 1.4.1
Revision: 1003
Source: mirror:sourceforge:%n/%n-%v.tar.gz
CustomMirror: 
nam-US: http://ranger.befunk.com/fink
nam-US: http://astrange.ithinksw.net/~astrange/ranger-fink
nam-CA: http://www.southofheaven.net/befunk

Source2: mirror:custom:kde-admindir-full-3.5.3.tar.bz2
Depends: cscope, kdelibs3-unified (= 3.4), kdebase3-unified-shlibs, 
libgettext3-shlibs, libart2-shlibs, libidn-shlibs, libiconv, qt3-shlibs, 
freetype219-shlibs, libpng3-shlibs, 
BuildDepends: cctools (= 446-1) | cctools-single-module, fink (= 0.20.2.1-1), 
kdelibs3-unified-dev (= 3.4.3-1021), x11-dev, libiconv-dev, freetype219, 
gettext-tools, qt3, libidn, libart2, kdebase3-unified-dev
Recommends: kdebase3-unified, ctags-exuberant, graphviz
GCC: 4.0
Maintainer: Jack Fink [EMAIL PROTECTED]
Homepage: http://kscope.sourceforge.net
License: GPL
Description: Source editing environment for KDE, based on cscope
Source-MD5: 994e1156026dfa7b02a7ddf83248f108
Source2-MD5: 59748e0b77d08e88d5f785b4b2672cc0
SourceDirectory: %n-%v
Source2ExtractDir: %n-%v
ConfigureParams: --mandir=%{i}/share/man --with-extra-libs=%{p}/lib 
--with-extra-includes=%{p}/include
PatchScript: 
perl -pi -e 's,-O2,-Os,;s,doc/HTML,doc/kde,;' configure

DocFiles: AUTHORS ChangeLog COPYING Doxyfile INSTALL NEWS README TODO
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] info fix for ksmoothdock , Re: info fix for kscope

2006-10-01 Thread Jean-François Mertens

On 02 Oct 2006, at 01:57, jack wrote:

 Thanks for your work on karchiver.info, you're so right. I  
 recoded that nice
 otool_dep tool using bash (otool -L and dlocate)
but it WAS bash (sorry I didn't copy it _ I think I've put it before  
on the list _ :
# cat ~/bin/otool_deps
#!/sw/bin/bash
# `otool_deps pkgs` is the (possibly empty) comma-separated list of  
pkgs, except for those in the argument list, followed by a newline,
#  on which those in the argument list depend according to otool -L.
dpkg -L $@|xargs file|fgrep 'Mach-O'|cut -f1 -d:|xargs otool -L 2/ 
dev/null|egrep -v ':$'|sort -u|sed -r -e 's,[[:space:]]+,,' \
   -e 's, .*,,'|xargs dpkg -S 2/dev/null|cut -f1 -d:|sort -u|fgrep - 
vx `tr ' ' '\n' $*`|xargs|sed -r -e 's; ;, ;g'

(it intentionally uses dpkg -S rather than the much faster dlocate - 
S, because a substantial proportion of
the times I've to use it is for pkgs that are not yet in dlocate's db)
 and fixed ksmoothdock.info
 as well. Does even validate cleanly now.
cf below
 Should i send a proper
 karchiver.info as well? fink selfupdate still gives me the broken one.
 Maybe i should start using CVS too?
in cvs it is OK.

On 02 Oct 2006, at 02:16, jack wrote:
 ..and here's the fix for kscope. BDeps should be complete now.
May I suggest you submit things to the tracker ?
1) I mistrust e-mail almost as much as IRC to transfer things  
reliably... (recall the karchiver stuff)
2) If I intend to look soon at it, but am then caught up by other  
things, at least somebody else will.
3) You can always send a private e-mail to someone, please look at  
this tracker item.

Best,

Jean-Francois

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


Re: [Fink-devel] info fix for ksmoothdock , Re: info fix for kscope

2006-10-01 Thread jack
On Monday 02 October 2006 02:54, you wrote:
 ...
 but it WAS bash (sorry I didn't copy it _ I think I've put it before
 on the list _ :
 ...

many thanks :)

 May I suggest you submit things to the tracker ?
 1) I mistrust e-mail almost as much as IRC to transfer things
 reliably... (recall the karchiver stuff)
 2) If I intend to look soon at it, but am then caught up by other
 things, at least somebody else will.
 3) You can always send a private e-mail to someone, please look at
 this tracker item.

I will, of course, keep submitting new stuff to the tracker,
or bug someone on IRC to commit it.
But I thought, those 3 are in Fink-unstable already, so lets hurry the fix
using fink-devel, since the tracker isnt exactly known to have fast
turnaround/throughput times most of the time ;)
Be prepared for a lot more KDE-stuff from me in Fink soon;
I'm getting better at the packaging job, after all.
Cheers
-Jack

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel


[Fink-devel] Please update auctex

2006-10-01 Thread Tomoaki Okayama
Hello,

I made a finkinfo of auctex-11.83. Could I commit this to unstable
tree? The finkinfo and patch are here:

CVS:
experimental/todai/ecc-10.4/main/finkinfo/editors/auctex.info
experimental/todai/ecc-10.4/main/finkinfo/editors/auctex.patch

Web:
http://fink.cvs.sourceforge.net/fink/experimental/todai/ecc-10.4/main/finkinfo/editors/auctex.info?revision=1.2view=markup
http://fink.cvs.sourceforge.net/fink/experimental/todai/ecc-10.4/main/finkinfo/editors/auctex.patch?revision=1.2view=markup

I tested on 10.3 and 10.4, with emacs21 and emacs22.

Thanks in advance,
Tomoaki Okayama

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT  business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.phpp=sourceforgeCID=DEVDEV
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-devel