Re: Slang upgrade

2007-06-21 Thread Sbranzo
On 21/06/07 14:15, Ryan Schmidt wrote: >> /usr/bin/ld: warning prebinding disabled because of undefined symbols >> /usr/bin/ld: Undefined symbols: >> _SLrline_init >> _SLrline_open2 >> collect2: ld returned 1 exit status >> make[1]: *** [slsh_exe] Error 1 >> make: *** [static] Error 2 > > _SLrline_

Re: Portfile guidelines (was [26328] trunk/dports/gnustep/Etoile/Portfile)

2007-06-21 Thread Yves de Champlain
Le 07-06-21 à 16:51, Ryan Schmidt a écrit : On Jun 20, 2007, at 10:29, Yves de Champlain wrote: - more obscure names should either have a good description or a clearer name like with_* / without_* / enable_* / disable_* to at least give a clue if we are triggering a dependency or an inner

Re: Portfile guidelines (was [26328] trunk/dports/gnustep/Etoile/Portfile)

2007-06-21 Thread Ryan Schmidt
On Jun 20, 2007, at 10:29, Yves de Champlain wrote: - more obscure names should either have a good description or a clearer name like with_* / without_* / enable_* / disable_* to at least give a clue if we are triggering a dependency or an inner mechanism. A good example : disable_utf8mac

Don't call exit (again) (was: Re: [26399] trunk/dports/math/nestedsums/Portfile)

2007-06-21 Thread Ryan Schmidt
On Jun 21, 2007, at 15:14, Landon Fuller wrote: On Jun 21, 2007, at 02:45, Ryan Schmidt wrote: On Jun 21, 2007, at 04:31, Ryan Schmidt wrote: But could you please not output messages and exit merely in a platform statement? Please do so only within a stage such as pre- fetch, e.g.: platf

Re: [26399] trunk/dports/math/nestedsums/Portfile

2007-06-21 Thread Landon Fuller
On Jun 21, 2007, at 02:45, Ryan Schmidt wrote: On Jun 21, 2007, at 04:31, Ryan Schmidt wrote: But could you please not output messages and exit merely in a platform statement? Please do so only within a stage such as pre- fetch, e.g.: platfrom darwin 7 { pre-fetch {

Re: Slang upgrade

2007-06-21 Thread Ryan Schmidt
On Jun 21, 2007, at 12:45, Sbranzo wrote: Can someone confirm that the slang2 port works? I get this error upgrading slang2 from 2.0.4_0 to 2.1.0_0 on os x 10.4.10 and 10.4.9 ppc. ---> Building slang2 with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db

Slang upgrade

2007-06-21 Thread Sbranzo
Can someone confirm that the slang2 port works? I get this error upgrading slang2 from 2.0.4_0 to 2.1.0_0 on os x 10.4.10 and 10.4.9 ppc. ---> Building slang2 with target all Error: Target com.apple.build returned: shell command " cd "/opt/local/var/db/dports/build/_opt_local_var_db_dports_source

Re: [26400] trunk/dports/math/GiNaC/Portfile

2007-06-21 Thread Juan Manuel Palacios
x On Jun 21, 2007, at 2:20 AM, Chris Pickel wrote: On 21 Jun, 2007, at 01:58, [EMAIL PROTECTED] wrote: depends_libport:readline \ port:cln +platform darwin 6 { + ui_msg "GiNaC is not supported on Jaguar (OS X 10.2.x)." + exit 1 +} + platform

Re: Status of Jaguar support?

2007-06-21 Thread Daniel J. Luke
On Jun 21, 2007, at 5:35 AM, Ryan Schmidt wrote: Is MacPorts officially no longer supporting Jaguar? Our policy (from quite a while ago) is to support the current Mac OS X major release, and the one previous to it (so currently 10.4 and 10.3). If we are officially no longer supporting Jag

Re: [26399] trunk/dports/math/nestedsums/Portfile

2007-06-21 Thread Ryan Schmidt
On Jun 21, 2007, at 04:31, Ryan Schmidt wrote: But could you please not output messages and exit merely in a platform statement? Please do so only within a stage such as pre- fetch, e.g.: platfrom darwin 7 { pre-fetch { ui_msg "GiNaC is not supported on Panther (OS X

Status of Jaguar support?

2007-06-21 Thread Ryan Schmidt
Is MacPorts officially no longer supporting Jaguar? What happens if you try to install MacPorts on Jaguar? What happens if you manage to install MacPorts on Jaguar -- can you run it? I see changes were committed to the documentation indicating only 10.3 and later are supported. I see seve

Re: [26399] trunk/dports/math/nestedsums/Portfile

2007-06-21 Thread Ryan Schmidt
On Jun 21, 2007, at 00:53, [EMAIL PROTECTED] wrote: Revision: 26399 http://trac.macosforge.org/projects/macports/changeset/26399 Author: [EMAIL PROTECTED] Date: 2007-06-20 22:53:34 -0700 (Wed, 20 Jun 2007) Log Message: --- Build only on darwin_8 or later. This eliminat