Re: [Fink-devel] Mac OS 10.5 (Leopard) will have Garbage Collection for Objective-C!

2006-05-08 Thread Kyle Moffett
t;? What contracts are you or your friend violating to provide that kind of information? Cheers, Kyle Moffett --- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated te

Re: [Fink-devel] RFC: Choosing mirror by DNS LOC.

2006-04-25 Thread Kyle Moffett
look up a list of adjacent/nearby states/countries, then run a traceroute and ping on that list of mirrors. Take some combination of most rapid response time and shortest route (which are going to be equivalent in 99% of the cases) and use that to select a mirror. Cheers, Kyle Moffett

Re: [Fink-devel] Implicit epoch for distributions

2005-11-09 Thread Kyle Moffett
d the dpkg docs, the answer is no. Epochs are simple integers, unlike the rest of the version string, and are intended to be sparingly used. Cheers, Kyle Moffett -- Somone asked me why I work on this free (http://www.fsf.org/ philosophy/) software stuff and not get a real job. Charles Schulz

Re: [Fink-devel] why is fink svn so slow?

2005-10-31 Thread Kyle Moffett
ox or on a local UFS partition makes it any faster. Cheers, Kyle Moffett -- When you go into court you either want a very, very, very bright line or you want the stomach to outlast the other guy in trench warfare. If both sides are reasonable, you try to stay _out_ of court in the f

[Fink-devel] Fink make 3.79.1 vs Apple make 3.80 (Released in 2002)

2005-10-07 Thread Kyle Moffett
messages but doesn't evaluate the $(eval) contents either). Cheers, Kyle Moffett -- Simple things should be simple and complex things should be possible -- Alan Kay --- This SF.Net email is sponsored by: Power Architecture Res

Re: [Fink-devel] Treatment of virtual packages, Version 2

2005-07-30 Thread Kyle Moffett
On Jul 30, 2005, at 18:00:34, Alexander Hansen wrote: On Jul 30, 2005, at 5:35 PM, Kyle Moffett wrote: Package: host Conflicts: bind9 Replaces: bind9 And I'd say here Provides: host-command Package: bind9 Provides: host (once again Provides: host-command) Conflicts: host Replaces:

Re: [Fink-devel] Treatment of virtual packages, Version 2

2005-07-30 Thread Kyle Moffett
: host Replaces: host Now, I _do_ agree that it probably is a terrible idea to have packages x and y where y provides x but does not conflict with it. In such a case, two programs providing the same functionality would be _guaranteed_ (absent dpkg-divert) to have filename conflicts, assum

Re: [Fink-devel] New fink release, testing needed

2005-07-27 Thread Kyle Moffett
On Jul 27, 2005, at 16:50:15, Benjamin Reed wrote: Kyle Moffett wrote: Secondly, the configuration text redirection error comes from this part of the patch: - user_config->Dump(out); + user_config->Dump(); I can't see any reason for this change. You don't even change t

Re: [Fink-devel] New fink release, testing needed

2005-07-27 Thread Kyle Moffett
On Jul 27, 2005, at 09:49:55, Benjamin Reed wrote: Kyle Moffett wrote: On a side note, does anyone know if porting "aptitude" (from Debian) has been attempted? I was considering trying such a port and was wondering if anybody has made the attempt before and run into difficult or

Re: [Fink-devel] New fink release, testing needed

2005-07-26 Thread Kyle Moffett
and such. When you install a package through aptitude, it also marks any automatically installed packages with the "A" flag. Oh, and aptitude has a built-in Minesweeper game ;-) Cheers, Kyle Moffett -- I lost interest in "blade servers" when I found they didn't throw kn

Re: [Fink-devel] New fink release, testing needed

2005-07-26 Thread Kyle Moffett
On Jul 26, 2005, at 19:52:44, Alexander Hansen wrote: On Jul 26, 2005, at 7:47 PM, Kyle Moffett wrote: I think I remember that it used to create/update apt-get package lists for local filesystem repositories, so that when running dselect you can see what deb files are on the local filesystem

Re: [Fink-devel] New fink release, testing needed

2005-07-26 Thread Kyle Moffett
titude to deselect, even when not using it to just install packages, because it allows one to mark packages as "installed only due to dependency" and it will automatically remove them when the depending package goes away or is upgraded. Cheers, Kyle Moffett -BEGIN GEEK CODE BLOC

Re: [Fink-devel] Fwd: Compiling pwlib on 10.4 (Tiger)

2005-07-20 Thread Kyle Moffett
my schedule has time, I may hack on them more, although I'm a bit busy at the moment hacking on the Linux kernel and trying to get GnomeMeeting to work on OS X Cheers, Kyle Moffett -- Somone asked me why I work on this free (http://www.fsf.org/philosophy/) software stuff and not get a real jo

Re: [Fink-devel] Fwd: Compiling pwlib on 10.4 (Tiger)

2005-07-20 Thread Kyle Moffett
o get openh323 to compile, I noticed a few other bugs in the old pwlib packaging. I'll post when I've got more working. Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a18 C>$ UB/L/X/*(+)>$ P+++()>$ L(+ ++) E W++(+) N+++

Re: [Fink-devel] Fwd: Compiling pwlib on 10.4 (Tiger)

2005-07-18 Thread Kyle Moffett
On Jul 18, 2005, at 17:34:55, Kyle Moffett wrote: On Jul 18, 2005, at 15:14:01, Dave Vasilevsky wrote: I suspect that if you can get your package building with g++ 3.3 (or even 4.0!), that would make the problem go away. It appears that it BuildDepends on 3.1, wants 3.3, and tries to use

Re: [Fink-devel] Fwd: Compiling pwlib on 10.4 (Tiger)

2005-07-18 Thread Kyle Moffett
On Jul 18, 2005, at 15:14:01, Dave Vasilevsky wrote: On Jul 18, 2005, at 10:42 AM, Kyle Moffett wrote: virtual thunk to std::basic_istream >::~basic_istream() If you do a 'nm -m' on libstdc++, that symbol is in section (__TEXT,__textcoal_nt), which means it's a 'coal

Re: [Fink-devel] Fwd: Compiling pwlib on 10.4 (Tiger)

2005-07-18 Thread Kyle Moffett
On June 23, 2005 at 19:03:26 EDT, Kyle Moffett wrote: g++3 -o obj_Darwin_ppc_r/asnparser -I/sw/include -fno-common - dynamic -fno-common -dynamic -L/sw/lib -lresolv -L../../lib ./ obj_Darwin_ppc_r/asn_grammar.o ./obj_Darwin_ppc_r/asn_lex.o ./ obj_Darwin_ppc_r/main.o -lpt_Darwin_ppc_r

[Fink-devel] Fwd: Compiling pwlib on 10.4 (Tiger)

2005-07-15 Thread Kyle Moffett
g packaged Version 1.5.2-10). Begin forwarded message: From: Kyle Moffett <[EMAIL PROTECTED]> Date: June 23, 2005 19:03:26 EDT To: Shawn Hsiao <[EMAIL PROTECTED]> Subject: Compiling pwlib on 10.4 (Tiger) While attempting to compile pwlib (which is required for GnomeMeeting), I get the f

Re: [Fink-devel] any way around MMAP on OS X.3???

2004-04-30 Thread Kyle Moffett
Map = 0;" to be "MMgt_MMap = -1;" instead. Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a17 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+ PGP+++ t+(+++) 5 X R? tv-(--) b+

Re: [Fink-devel] gimp-app

2004-03-31 Thread Kyle Moffett
important, maybe not important at all in the case of gimp-app. As the FSF can explain better, there are other drawbacks of distributing binaries without the precise sources used for producing them. Ahh, ok, in my cursory examination of the site I missed that fact. Sorry for the confusion Ch

Re: [Fink-devel] gimp-app

2004-03-30 Thread Kyle Moffett
urceforge.net/> believes that his code really *was* ripped off: <http://www.via.com.tw/en/padlock/padlock_sl.jsp> Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a17 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++) o? K? w--- O

Re: [Fink-devel] bad dependency?

2004-02-18 Thread Kyle Moffett
lib/libssl.0.9.7.dylib, so you must be running a different wget than /sw/bin/wget. Cheers, Kyle Moffett - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a17 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+ PGP+++ t+(+

[Fink-devel] DYLD_LIBRARY_PATH and regina (Again...)

2004-01-17 Thread Kyle Moffett
its libraries). Eric? If you get this, please try to repair your package. I would like to use regina, but the usage of DYLD_LIBRARY_PATH as "/sw/lib" breaks lots of stuff that use Apple's libraries in /usr/lib. Cheers, Kyle Moffett - -BEGIN GEEK CODE BLOCK- Version: 3.1

Re: [Fink-devel] GPL interpretation

2004-01-17 Thread Kyle Moffett
ong, but AFAIK that shouldn't cause problems with the GPL. Cheers, Kyle Moffett - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a16 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y+ PGP? t+(+++) 5 X R? tv-

[Fink-devel] Case-Sensitive filesystems in fink

2004-01-17 Thread Kyle Moffett
ile directory (gkrellstock-0.5.1 => gkrellStock-0.5.1) modulef: Martin Costabel Some directory?? (InstallDarwin => Installdarwin) Thanks all! Cheers, Kyle Moffett - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+

[Fink-devel] Dependency engine updates

2004-01-06 Thread Kyle Moffett
details or *gasp* to help out, please email me and I will be glad to provide any assistance I can as soon as I have time. Cheers, Kyle Moffett - -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a16 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++) o? K?

[Fink-devel] Re: /sw/lib/libiberty.a

2004-01-04 Thread Kyle Moffett
wnload a precompiled binary I suggest you do that, that way you won't suffer from weird library inconsistencies. I did that for linux because the debian glibc is compiled with certain kernel headers, and I just decided not to risk it. Cheers, Kyle Moffett - -BEGIN GEEK CODE BLOCK- Versio

Re: [Fink-devel] Ethereal-ssl out of date?

2003-12-30 Thread Kyle Moffett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Dec 30, 2003, at 18:09, Kyle Moffett wrote: On Dec 29, 2003, at 11:30, Anthony DeRobertis wrote: http://fink.sourceforge.net/pdb/package.php/ethereal lists there being a 0.9.16-11 ethereal but only 0.9.14-1 ethereal-ssl. Any reason for that? There

Re: [Fink-devel] Ethereal-ssl out of date?

2003-12-30 Thread Kyle Moffett
issues with gtk+, and in the process it was upgraded to the latest version. I had the time and needed ethereal-ssl, so I decided to save Max some work. Here are updated files, but Max should probably check them and commit them to CVS. I don't think I made any mistakes, but... :-) Cheers,

[Fink-devel] Manual pages in /sw/man (code2html, shntool, gaim-ssl, jove, trackballs, snownews, shorten)

2003-12-24 Thread Kyle Moffett
1 gaim-ssl: /sw/man/man3 trackballs: /sw/man/man6 snownews: /sw/man/nl gaim-ssl: /sw/man/man3/Gaim.3pm shntool: /sw/man/man1/shntool.1 snownews: /sw/man/fr snownews: /sw/man/man1/snownews.1 snownews: /sw/man/nl/man1/snownews.1 Cheers, Kyle Moffett -BEGIN PGP SIGNATURE- Version: GnuPG v1.2

[Fink-devel] /sw/lib/libiberty.a

2003-12-24 Thread Kyle Moffett
her use their own but not install it or use the installed copy. What do you all think? Cheers, Kyle Moffett -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/6bYrag7LSGnFq10RAn5IAJ4pgi5tC896xPd7ESz4CebVCob0PACgzL/T E5+l3Dj2t1yIHehkENFSC+o= =mYMo

[Fink-devel] Fwd: tads on Panther

2003-12-22 Thread Kyle Moffett
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've not received a response from Alexander, so I'm forwarding this on to the list. If you get this one Alexander, could you please fix it? Otherwise, could somebody else with CVS access make the change? Thanks. Cheers, Kyle Mof

libfinch (Was: Re: [Fink-devel] BuildDependsOnly field)

2003-12-02 Thread Kyle Moffett
ation of arbitrary groups of versions. The "associative" sets allowing the association of arbitrary Objective-C (and later Perl) objects to any subset of versions. P.S.: If somebody with CVS access could look at the packages for me, I'd really appreciate it, I posted updates

[Fink-devel] Packages "the" and "regina" in Fink

2003-11-26 Thread Kyle Moffett
ug my application to figure out why it crashed on one machine and not another. The answer was that I was trying to use a library in /usr/local, but the DYLD_LIBRARY_PATH variable caused the linker to always use the one it found in /sw/lib, despite the fact that my program was linked to the one in /usr/

Re: [Fink-devel] Stripping libraries

2003-11-22 Thread Kyle Moffett
unstripped libraries and then backtrace it. Cheers, Kyle Moffett -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/v32hag7LSGnFq10RAlaSAKCk+/u24HtSQwAGccm1AIS2G1LqkwCfcCsk IqFpXq1sYt+zuJ81KH3nCfQ= =kOCK -END PGP SIGNATURE- --

Re: [Fink-devel] atlas (as part of grass) make error

2003-11-21 Thread Kyle Moffett
r's exact specs. Interfering with that as little as possible is in your best interests. Cheers, Kyle Moffett -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/vr5kag7LSGnFq10RAhRrAJ9gA7TbYVpUdu0MwWVM2R4zl39g+gCfcLbz oyUCSg+GnrNicgbc6LvncWs= =nRq6 --

Re: [Fink-devel] "make test" failure report (run on CVS HEAD, just now)

2003-11-21 Thread Kyle Moffett
> = -2; Also, for the test on lines 143-158, you chmod the file 0400, so the later "(stat 'foo')[9]" that you do should fail, because AFAIK you cannot stat a file that you do not have access to. Cheers, Kyle Moffett -BEGIN PGP SIGNATURE- Version:

[Fink-devel] libfinch release 0.0.1

2003-11-16 Thread Kyle Moffett
=detail&aid=843416&group_id=17203&atid=414256 Cheers, Kyle Moffett -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/uCAPag7LSGnFq10RAm7sAJ0d1pWSdtMD4EgaR41WN008VyqIOQCeJe7D eFklXIZrMYT38fMEev2XkpE= =4Min -END P

Re: [Fink-devel] fileutils / gettext problem -> need your help

2003-11-15 Thread Kyle Moffett
otentially. I recompiled the old fileutils, then tried updating to the new fileutils, and ls worked properly all the time. I am using self-compiled debs for everything, so I suspect that bindist gettext works with bindist fileutils, and self-compiled gettext works with self-compiled fileutils

Re: [Fink-devel] package manager release

2003-11-12 Thread Kyle Moffett
possibly include it? Cheers, Kyle Moffett -BEGIN PGP SIGNATURE- Version: GnuPG v1.2.3 (Darwin) iD8DBQE/src1ag7LSGnFq10RAk2KAKCHM79ViNrk+G0tM0UWObUIxkk0igCeMKmN MtO4ichMqcBt+hkgEEKX5Ng= =fVT1 -END PGP SIGNATURE- --- This SF.Net

Re: [Fink-devel] Getting source

2003-11-04 Thread Kyle Moffett
those copes, changing the package name to something like crafty-local. Then you can even let the package live under Fink's control, with all the associated advantages. You can twiddle the configured settings in the info file and recompile easily. Cheers, Kyle Moffett -BEGIN PGP

Re: [Fink-devel] Fink module documentation, tests and all that icky stuff.

2003-10-30 Thread Kyle Moffett
), with the end goal of creating a drop in replacement dependency engine, perhaps even something we could patch into dpkg. If anyone is interested in helping, please email me off-list and I will describe the architecture more. Cheers, Kyle Moffett

Re: [Fink-devel] Dependence on Perl--How to Specify?

2003-09-27 Thread Kyle Moffett
n that case you should make a my-mod-pm5XX package for each version. HTH, Kyle Moffett --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ Fink-devel mail

Re: [Fink-devel] Proposal new Fink engine (Finch?)

2003-08-14 Thread Kyle Moffett
ng) and (2) they then go on to write poor Perl. It's not Perl's fault. It's coder's fault. Yay simple one-liners that completely reorganize my home-directory based on the contents of a file! Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a

Re: [Fink-devel] Proposal new Fink engine (Finch?)

2003-08-08 Thread Kyle Moffett
an a prototype, not a complete engine, of course), then we can take a look at it, and see how feasible it is to base anything on it. I am working on it :-) Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a16 C>$ UB/L/X/*(+)>$ P+++()&

Re: [Fink-devel] Proposal new Fink engine (Finch?)

2003-07-20 Thread Kyle Moffett
a design for the last 2 weeks, and then testing it against all sorts of edge cases. Thanks for your comments, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a16 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+() PE+(-) Y

Re: [Fink-devel] Proposal new Fink engine (Finch?)

2003-07-20 Thread Kyle Moffett
e build it in Objective-C, bridging it to other languages is simple, whereas the other way around requires much more effort. Thank you, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a16 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++)

[Fink-devel] Proposal new Fink engine (Finch?)

2003-07-19 Thread Kyle Moffett
will clean up what I wrote, add in your suggestions, comments, etc, and release it for your comments. Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++: a16 C>$ UB/L/X/*(+)>$ P+++()>$ L(+++) E W++(+) N+++(++) o? K? w--- O? M++ V? PS+(

Re: [Fink-devel] Spam on this list...

2003-06-11 Thread Kyle Moffett
have not seen one junk mail actually in the fink list. It seems that as soon as we start talking about spam we get 4 spam mails to the list ;-) What a coincidence Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L++

Re: [Fink-devel] MacAddict did an article on Fink

2003-04-06 Thread Kyle Moffett
even if they didn't last month ;-) Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+++(++) E W++(+) N+++(++) o? K? w---(-) O? M++ V? PS+() PE+(-) Y+ PGP? t+(+++) 5 X R? tv-(--) b(++) DI+ D+ G e-

Re: [Fink-devel] MacAddict did an article on Fink

2003-04-05 Thread Kyle Moffett
t is to be expected. Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+++(++) E W++(+) N+++(++) o? K? w---(-) O? M++ V? PS+() PE+(-) Y+ PGP? t+(+++) 5 X R? tv-(--) b(++) DI+ D+ G e->$ h! !r-- !y? ---

[Fink-devel] MacAddict did an article on Fink

2003-04-04 Thread Kyle Moffett
very hard not to step on our toes. This could be a good thing, or not... David, what is your take on this? Max? Anybody else see anything good or bad about this article? Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$

Re: [Fink-devel] python modules do not comply with policy

2003-04-02 Thread Kyle Moffett
ckage providing that ABI. Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+++(++) E W++(+) N+++(++) o? K? w---(-) O? M++ V? PS+() PE+(-) Y+ PGP? t+(+++) 5 X R? tv-(--) b(++) DI+ D+ G e->$

Re: [Fink-devel] fixing up libpng

2003-03-11 Thread Kyle Moffett
s who have things installed that needs it. So can libpng at least be converted to a shlibs-only package without upping the revision? That way at least people won't be tempted to build anything new against it. Just a thought. Kyle Moffett -- Dave -BEGIN GEEK CODE BLOCK- Version: 3

Re: [Fink-devel] fixing up libpng

2003-03-11 Thread Kyle Moffett
On Tuesday, Mar 11, 2003, at 16:53 US/Eastern, David R. Morrison wrote: Does this mean that we can now remove the libpng package from CVS? I don't plan to remove libpng any time soon. -- Dave Is there any particular reason why? Just curious ;-) Kyle Moffett -BEGIN GEEK CODE

Re: [Fink-devel] fixing up libpng

2003-03-11 Thread Kyle Moffett
update-cvs" on March 10 or later (to make sure that the "libpng -> libpng3" updates are present on your system). Does this mean that we can now remove the libpng package from CVS? Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ U

Re: [Fink-devel] Epoch

2003-03-04 Thread Kyle Moffett
On Tuesday, Mar 4, 2003, at 19:37 US/Eastern, Max Horn wrote: At 17:58 Uhr -0500 04.03.2003, Kyle Moffett wrote: On Tuesday, Mar 4, 2003, at 17:35 US/Eastern, Justin Hallett wrote: I'm about to release proftpd 1.2.8 final and RC2 is in unstable ATM and this is what I'm gonna do, unle

Re: [Fink-devel] Epoch

2003-03-04 Thread Kyle Moffett
ow what it is, instead of complainging "why don't you have a package for 5.0-rc7". I am well aware that it is abusive, and should be banned. I was just stating that it would be useful to know in case some past Debian user came around wondering about RC versions. Cheers, Kyle Mof

Re: [Fink-devel] Epoch

2003-03-04 Thread Kyle Moffett
wngrades package, whose install-script does 'fink install foo-1.2.3-0.rc4', then 'rm /sw/fink/10.2/debs/foo-1.2.3rc4-1..' Kyle Moffett <[EMAIL PROTECTED]> writes: Here is something I have seen done with Debian. It makes less sense than your proposal, but it is us

Re: [Fink-devel] Epoch

2003-03-04 Thread Kyle Moffett
27;s 5.0-0rc1.2 Then when final comes out, it becomes 5.0-1. Here is something I have seen done with Debian. It makes less sense than your proposal, but it is useful to know about. foo-4..rc6 foo-4..rc7 foo-5.0 Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U

Re: [Fink-devel] More on dependencies...

2003-02-25 Thread Kyle Moffett
On Tuesday, Feb 25, 2003, at 17:33 US/Eastern, Max Horn wrote: At 17:13 Uhr -0500 25.02.2003, Kyle Moffett wrote: On Tuesday, Feb 25, 2003, at 11:15 US/Eastern, Max Horn wrote: Hm I wonder why your email client misreads my time zone like that =) That IS odd! I just use Mail.app, so I have no clue

Re: [Fink-devel] More on dependencies...

2003-02-25 Thread Kyle Moffett
st need to build normally. Pro: Relatively easy to implement; could be implemented atop pkg-order; also allows to detect hidden dependencies Con: Takes up additional disk space & CPU time; might have unforseen problems So add this as an option to everything else, for the maintainers, on top

Re: [Fink-devel] Latest gd+Apple X11 + apple SDK fails to build.<-- Please ignore my X.h got somehow screwed

2003-02-10 Thread Kyle Moffett
3 is lost!!! Note that file 1 and file 2 share the same data space Not Good!!! This is fairly rare, but it does occur. Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+++(++) E W++(+) N+++(++) o? K? w---(-)

Re: [Fink-devel] Latest gd+Apple X11 + apple SDK fails to build.<-- Please ignore my X.h got somehow screwed

2003-02-10 Thread Kyle Moffett
S? UFS is very prone to this kind of disk corruption. Try rebooting in single user mode and thoroughly fscking your disks. That may help a little, but you probably need to reinstall those packages. HTH, Kyle Moffett BTW, you are not Philip Zimmerman!!! \/ ;-) - -BEGIN GEEK CODE BLOCK- Ver

Re: [Fink-devel] Re: [Fink-users] Virex ships/overwrites fink libraries

2003-02-08 Thread Kyle Moffett
file. Cheers, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+++(++) E W++(+) N+++(++) o? K? w---(-) O? M++ V? PS+() PE+(-) Y+ PGP? t+(+++) 5 X R? tv-(--) b(++) DI+ D+ G e->$ h! !r-- !y? --EN

Re: [Fink-devel] Re: [Fink-users] Virex ships/overwrites fink libraries

2003-02-08 Thread Kyle Moffett
On Saturday, Feb 8, 2003, at 10:43 US/Eastern, David wrote: On Samstag, Februar 8, 2003, at 04:18 Uhr, Kyle Moffett wrote: There are two major problems with this: 1) Licensing violations. This seems to be a rather iffy case of license violation. I will have to check back with the lawyers on

Re: [Fink-devel] Re: [Fink-users] Virex ships/overwrites fink libraries

2003-02-08 Thread Kyle Moffett
ompat (libdl.0.dylib). In addition, they used Fink packaged software without telling the Fink Developers about it or placing a notice in the software! As for the installation damage, it is obvious what would happen were Virex to overwrite certain libraries with older/newer versions. Cheers, Kyle Mo

Re: [Fink-devel] xfree86-4.3 and /etc/fonts

2003-02-07 Thread Kyle Moffett
is no race condition. Something could happen that requires something in /etc during the short time that it's not there. Cheers, Kyle Moffett On Friday, February 7, 2003, at 10:59 PM, Jeff Whitaker wrote: Folks: I have come across a potential problem while putting together the xfr

Re: [Fink-devel] dyld: test Undefined symbols:

2003-01-31 Thread Kyle Moffett
. There are plenty of people there who can answer questions like this. HTH, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.12 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+++(++) E W++(+) N+++(++) o? K? w---(-) O? M++ V? PS+() PE+(-) Y+ PGP? t+(+++) 5 X R?

Re: [Fink-devel] status of imlib/gnome?

2003-01-27 Thread Kyle Moffett
On Monday, Jan 27, 2003, at 06:37 US/Eastern, David R. Morrison wrote: 2. All windows appeared in the upper left corner over the gnome menu bar, so that the title-bar doesn't get drawn and the window can't be dragged. Well, it appears that problem 2 still exists. Since the most recent round of

Re: [Fink-devel] GNU getopt: use Fink's or package's own?

2003-01-20 Thread Kyle Moffett
gnugetopt" I think the latest autoconf does "Checking for gnugetopt...", I have seen it somewhere before on my OS X machine. HTH, Kyle Moffett -BEGIN GEEK CODE BLOCK- Version: 3.1 GCM/CS/IT/U d- s++:- a16 C>$ UB/L/X/*(+)>$ P+++()>$ L+++(++) E W++( +) N+

Re: [Fink-devel] Concerning the Copyright notice...

2003-01-13 Thread Kyle Moffett
On Monday, Jan 13, 2003, at 08:56 US/Eastern, David R. Morrison wrote: Oh, I see, maybe you are talking about the lower left hand corner? I just tried changing it to 2001-2003, but it messes up the width of the left hand column... Try 2001-03 -- Dave HTH, Kyle Moffett

Re: [Fink-devel] perl 5.8 thoughts and testing

2003-01-12 Thread Kyle Moffett
e minority) Otherwise, unless specified by the module author, it should work on both versions. Carsten Kyle Moffett --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vaso

Re: [Fink-devel] .apps in fink

2003-01-12 Thread Kyle Moffett
: 1) Don't install stuff outside of /sw 2) Keep the user from accidentally deleting stuff (owned by root) 3) Don't let dpkg get confused (Users cannot move stuff accidentally) Cheers, Kyle Moffett --- This SF.NET email is sp

Re: [Fink-devel] Trying to move the following packages to stable... maintainers.. heads up!

2003-01-09 Thread Kyle Moffett
amount of time, moving them myself. I have thoroughly tested a few of my packages that I believe are currently only in unstable: freezethaw-pm mldbm-pm mldbm-sync-pm Thanks, Kyle Moffett --- This SF.NET email is sponsored by: SourceForge

Re: [Fink-devel] Apple's X11

2003-01-07 Thread Kyle Moffett
with (Additional Quartz speedups, Better mouse support, etc.) Thanks, Kyle Moffett --- This SF.NET email is sponsored by: SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! http://www.vasoftwar

Re: [Fink-devel] A note to the perl module maintainers

2003-01-02 Thread Kyle Moffett
d these modules frequently and they seem to work fine, I haven't had any errors. Thanks, Kyle Moffett --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

Re: [Fink-devel] Problems with net-snmp and netinet headers in 10.2.3

2003-01-02 Thread Kyle Moffett
ix it? We had a working header, but seems like Apple's is a little broken. Thanks! You're welcome, Kyle Moffett --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf __

Re: [Fink-devel] Source-MD5 and Homepage fields

2002-12-19 Thread Kyle Moffett
know about it. Kyle Moffett --- This SF.NET email is sponsored by: Geek Gift Procrastinating? Get the perfect geek gift now! Before the Holidays pass you by. T H I N K G E E K . C O M http://www.thinkgeek.com/sf

Re: [Fink-devel] Idea for Fink architecture modification

2002-12-15 Thread Kyle Moffett
On Sunday, Dec 15, 2002, at 08:56 US/Eastern, Max Horn wrote: At 23:25 Uhr -0500 14.12.2002, Kyle Moffett wrote: [...] This would be a long term change, and would best be implemented in a separate branch until mature, but I believe that it could make certain feature requests easier, eg

[Fink-devel] Idea for Fink architecture modification

2002-12-14 Thread Kyle Moffett
ea I've been thinking about for a while that I'd like to throw out there. Feel free to comment, suggest, flame, shoot down, provide helpful advice, whatever. What do you all think? Cheers, Kyle Moffett --- This sf.net email is spon

Re: [Fink-devel] Parallel builds

2002-12-08 Thread Kyle Moffett
lock such that the install of one of the packages won't abort if the other already has the lock Yea, this pops up occasionally. b.bum Kyle Moffett --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. htt

[Fink-devel] Re: cvs-proxy

2002-12-02 Thread Kyle Moffett
,4,5}.h, not recognized by dpkg. It looks like a badly behaved package (Installs in /sw/include rather than /sw/src/whatever-1.1.1-root/sw/include). It should also be /sw/include/whatever/md{2,4,5}.h Thanks, Kyle Moffett --- This SF.net

[Fink-devel] cvs-proxy fails to compile

2002-12-01 Thread Kyle Moffett
e size of `context' isn't known make[3]: *** [client.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Failed: compiling cvs-proxy-1.11.2-2 failed

[Fink-devel] 'fink update-all' stopped before finished

2002-12-01 Thread Kyle Moffett
x27;t known client.c:2042: storage size of `context' isn't known make[3]: *** [client.o] Error 1 make[2]: *** [all] Error 2 make[1]: *** [all-recursive] Error 1 make: *** [all] Error 2 ### execution of make failed, exit code 2 Failed: compiling cvs-proxy-1.11.2-2 failed Weird, Kyle Mof

[Fink-devel] Gimp compile fails

2002-11-17 Thread Kyle Moffett
rror 1 make[1]: *** [all-recursive] Error 1 make: *** [all-recursive-am] Error 2 ### execution of make failed, exit code 2 Failed: compiling gimp-1.2.3-10 failed I am using the latest fink-cvs and pkgs-cvs Please help, Kyle Moffett --- This sf.net email

[Fink-devel] Problems with OpenLDAP Compiling

2002-11-17 Thread Kyle Moffett
compile openldap. Mac OS 10.2.2 (Continuous updates from 10.2) pkg fink version 0.11.0.cvs-20021116.2137 pkg openldap-ssl version 2.0.23-5 Thank you, Kyle Moffett --- This sf.net email is sponsored by: To learn the basics of securing you

Re: [Fink-devel] Re: CVS: fink/perlmod/Fink ChangeLog,1.216,1.217 PkgVersion.pm,1.92,1.93

2002-11-13 Thread Kyle Moffett
On Wednesday, Nov 13, 2002, at 18:04 US/Eastern, Ben Hines wrote: It was fixed yesterday. Thanks, Sorry, Due to issuing the wrong cvs command (Stupid me :-) I did not get the file. Kyle Moffett -Ben --- This sf.net email is sponsored by

Re: [Fink-devel] Re: CVS: fink/perlmod/Fink ChangeLog,1.216,1.217 PkgVersion.pm,1.92,1.93

2002-11-13 Thread Kyle Moffett
On Wednesday, Nov 13, 2002, at 07:10 US/Eastern, Max Horn wrote: At 6:36 Uhr -0500 13.11.2002, Kyle Moffett wrote: Max, in one of the scripts this works, but in the other, install-info is listed as %p/bin/install-info, which does not exist and causes packages to fail installing Also, wouldn&#

Re: [Fink-devel] Re: CVS: fink/perlmod/Fink ChangeLog,1.216,1.217 PkgVersion.pm,1.92,1.93

2002-11-13 Thread Kyle Moffett
stall-info is listed as %p/bin/install-info, which does not exist and causes packages to fail installing Also, wouldn't this make texinfo an essential package? Or wouldn't more packages depend on it? Thanks, Kyle Moffett ---

Re: [Fink-devel] 0.5.0 timetable

2002-11-05 Thread Kyle Moffett
rting at 0) of font path is bad or has a bad font: "/usr/X11R6/lib/X11/fonts/misc,/usr/X11R6/lib/X11/fonts/Speedo,/usr/ X11R6/lib/X11/fonts/Type1,/usr/X11R6/lib/X11/fonts/CID,/usr/X11R6/lib/ X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi" Abort [server:~] root# Thank

[Fink-devel] Bochs does not run

2002-11-04 Thread Kyle Moffett
,/usr/X11R6/lib/X11/fonts/CID,/usr/X11R6/lib/ X11/fonts/75dpi,/usr/X11R6/lib/X11/fonts/100dpi" Abort Please help, Kyle Moffett --- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the onl

[Fink-devel] Package Source Problems

2002-10-27 Thread Kyle Moffett
<[EMAIL PROTECTED]> oroborus-1.14.0.tar.gz: oroborus-1.14.0-4 Thank you, Kyle Moffett --- This SF.net email is sponsored by: ApacheCon, November 18-21 in Las Vegas (supported by COMDEX), the only Apache event to be fully supported

Re: [Fink-devel] Rolling back xemacs?

2002-10-25 Thread Kyle Moffett
I get this warning even when I haven't used that modification on the info file. I think this is normal Kyle Moffett -- Martin --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community

Re: [Fink-devel] Speeding up Fink on dual processor machines

2002-10-24 Thread Kyle Moffett
Monitor shows the load though, Nice! Kyle Moffett --- This sf.net email is sponsored by: Influence the future of Java(TM) technology. Join the Java Community Process(SM) (JCP(SM)) program now. http://ads.sourceforge.net/cgi-bin/redirect.pl

Re: [Fink-devel] ATTN: Broken source links

2002-10-12 Thread Kyle Moffett
On Saturday, October 12, 2002, at 08:37 AM, Kyle Moffett wrote: unknown_package: Error "No mirror site list file found for mirror 'GNU'." is reported Just figured out which package this is: xfonts-intl Thanks, Kyle Moffett

[Fink-devel] ATTN: Broken source links

2002-10-12 Thread Kyle Moffett
ror 'GNU'." is reported cidr: cidr-2.3.2.tar.gz curl: (7) socket error: 60 oroborus: oroborus-1.14.0.tar.gz curl: (22) The requested file was not found ksh93: ast-ksh.2002-06-28.tgz curl: (22) The requested file was not found Thanks, Kyle Moffett --

Re: [Fink-devel] Dependency/provides question

2002-10-08 Thread Kyle Moffett
(Modifications to build info) (Modifications to build info) You might also be able to restrict a variant to a single Splitoff, or something like that. Kyle Moffett --- This sf.ne

Re: [Fink-devel] Dependency/provides question

2002-10-07 Thread Kyle Moffett
y. I will mail you all a proposal for the file-format as soon as I get it worked up. Kyle Moffett --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___ F

Re: [Fink-devel] appropriate optimization flags for compiler?

2002-10-07 Thread Kyle Moffett
y (without modifying fink sources) would be an invitation for disaster on some/many packages. Just my 2ยข Kyle Moffett --- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf ___

  1   2   >