Re: [91774] trunk/dports/_resources/port1.0/group/python33-1.0.tcl

2012-04-10 Thread Joshua Root
On 2012-4-11 15:33 , Wahlstedt Jyrki wrote: > > On 10.4.2012, at 17.25, Joshua Root wrote: > >> On 2012-4-10 23:39 , Jeremy Lavergne wrote: I was adding py33-tkinter, as that was missing (not committed yet), then those extensions seem to have version numbers according to Python version

Re: [91774] trunk/dports/_resources/port1.0/group/python33-1.0.tcl

2012-04-10 Thread Wahlstedt Jyrki
On 10.4.2012, at 17.25, Joshua Root wrote: > On 2012-4-10 23:39 , Jeremy Lavergne wrote: >>> I was adding py33-tkinter, as that was missing (not committed yet), then >>> those extensions seem to have version numbers according to Python version, >>> hence the group file, as it's a bit tricky to

Re: Binary downloads

2012-04-10 Thread Joshua Root
On 2012-4-11 13:46 , Blair Zajac wrote: > What about the idea of having a Boolean flag on a variant if it changes > the ABI of a package that would break a dependent package. Enabling > +doc on a package shouldn't effect any dependants, but adding +ucs4 to > any python* will break any py{2,3}* mod

Re: Binary downloads

2012-04-10 Thread Blair Zajac
On 04/10/2012 08:39 PM, Blair Zajac wrote: On 04/10/2012 08:38 PM, Joshua Root wrote: On 2012-4-11 13:28 , Blair Zajac wrote: More questions. How are variants handled for dependent packages? The same way they're handled normally. For example, I add a bunch of default variants to variants.c

Re: Binary downloads

2012-04-10 Thread Blair Zajac
On 04/10/2012 08:38 PM, Joshua Root wrote: On 2012-4-11 13:28 , Blair Zajac wrote: More questions. How are variants handled for dependent packages? The same way they're handled normally. For example, I add a bunch of default variants to variants.conf that has perl5.* compile using +shared +

Re: Binary downloads

2012-04-10 Thread Joshua Root
On 2012-4-11 13:28 , Blair Zajac wrote: > More questions. > > How are variants handled for dependent packages? The same way they're handled normally. > For example, I add a bunch of default variants to variants.conf that has > perl5.* compile using +shared +threads and if this changes Perl's ABI

Re: Binary downloads

2012-04-10 Thread Joshua Root
On 2012-4-11 13:16 , Blair Zajac wrote: > I blew away my /opt/local to start over after I got a SQL error I asked > about in a previous thread [1] and noticed that the new build is using > binary downloads. > > 1) Were binary downloads enabled for a while and it's just because I'm > reintalling "c

Re: Binary downloads

2012-04-10 Thread Blair Zajac
More questions. How are variants handled for dependent packages? For example, I add a bunch of default variants to variants.conf that has perl5.* compile using +shared +threads and if this changes Perl's ABI, then how are the dependent binary Perl modules handled? Actually, a better example

Binary downloads

2012-04-10 Thread Blair Zajac
I blew away my /opt/local to start over after I got a SQL error I asked about in a previous thread [1] and noticed that the new build is using binary downloads. 1) Were binary downloads enabled for a while and it's just because I'm reintalling "core" packages that I'm seeing this? 2) Is ther

Re: [91791] trunk/dports/devel/glib2

2012-04-10 Thread Jeremy Huddleston
On Apr 10, 2012, at 5:08 PM, Ryan Schmidt wrote: > Thanks. I also added your patch to the upstream ticket I filed. > > Does it now build for you on Tiger Intel? It does with apple-gcc42. I wiped my entire prefix to rebuild with apple-gcc42, ld64, and cctools as the preferred toolchain. > It

Re: [90903] trunk/dports/databases

2012-04-10 Thread Jeremy Huddleston
On Mar 17, 2012, at 2:35 PM, pixi...@macports.org wrote: > @@ -4,7 +4,11 @@ > PortSystem 1.0 > > namemysql55 > +# Fixme: Subdir mysql5. > +# Conflict due to mysqld_safe finding mysql5 ports ${prefix}/libexec/mysqld. > +conflicts mysql5 mysql5 doesn't not have

gnuplot 4.6: request to review the patch

2012-04-10 Thread Mojca Miklavec
Dear MacPorts developers, I would like to request if somebody could review the patches to upgrade Gnuplot to 4.6.0. https://trac.macports.org/ticket/33596 https://trac.macports.org/attachment/ticket/33596/gnuplot4_6_0-v2.diff https://trac.macports.org/attachment/ticket/33596/gnuplot4_

Re: [91798] trunk/dports/sysutils/zeroinstall-injector/Portfile

2012-04-10 Thread Ryan Schmidt
On Apr 10, 2012, at 15:14, a...@macports.org wrote: > Revision: 91798 > https://trac.macports.org/changeset/91798 > Author: a...@macports.org > Date: 2012-04-10 13:14:28 -0700 (Tue, 10 Apr 2012) > Log Message: > --- > zeroinstall-injector: reset all variables affected by va

Re: [91791] trunk/dports/devel/glib2

2012-04-10 Thread Ryan Schmidt
On Apr 10, 2012, at 13:37, Jeremy Huddleston wrote: > > On Apr 10, 2012, at 11:22 AM, Ryan Schmidt wrote: > >> >> On Apr 10, 2012, at 12:48, jerem...@macports.org wrote: >> >>> Revision: 91791 >>>https://trac.macports.org/changeset/91791 >>> Author: jerem...@macports.org >>> Date:

Re: [91791] trunk/dports/devel/glib2

2012-04-10 Thread Jeremy Huddleston
On Apr 10, 2012, at 11:22 AM, Ryan Schmidt wrote: > > On Apr 10, 2012, at 12:48, jerem...@macports.org wrote: > >> Revision: 91791 >> https://trac.macports.org/changeset/91791 >> Author: jerem...@macports.org >> Date: 2012-04-10 10:48:05 -0700 (Tue, 10 Apr 2012) >> Log Message: >

Re: [91791] trunk/dports/devel/glib2

2012-04-10 Thread Ryan Schmidt
On Apr 10, 2012, at 12:48, jerem...@macports.org wrote: > Revision: 91791 > https://trac.macports.org/changeset/91791 > Author: jerem...@macports.org > Date: 2012-04-10 10:48:05 -0700 (Tue, 10 Apr 2012) > Log Message: > --- > glib2: Fix missing links in libgio and Tiger-com

Re: [91774] trunk/dports/_resources/port1.0/group/python33-1.0.tcl

2012-04-10 Thread Joshua Root
On 2012-4-10 23:39 , Jeremy Lavergne wrote: >> I was adding py33-tkinter, as that was missing (not committed yet), then >> those extensions seem to have version numbers according to Python version, >> hence the group file, as it's a bit tricky to make a unified one… > > Please make a ticket aski

Re: local portfile repository

2012-04-10 Thread M. Daniel Becque
Ok. will do. On Tue, Apr 10, 2012 at 9:05 AM, Jeremy Lavergne wrote: > > I followed the guide [i think] but I did it from Finder. In my home > directory I created ports/net/proftpd_sftp. I gave it a different name so > that there would be no problem with the macports version. I then copied the >

Re: local portfile repository

2012-04-10 Thread Jeremy Lavergne
> I followed the guide [i think] but I did it from Finder. In my home directory > I created ports/net/proftpd_sftp. I gave it a different name so that there > would be no problem with the macports version. I then copied the portfile for > proftpd to my local repository and edited it with Textwra

local portfile repository

2012-04-10 Thread M. Daniel Becque
I followed the guide [i think] but I did it from Finder. In my home directory I created ports/net/proftpd_sftp. I gave it a different name so that there would be no problem with the macports version. I then copied the portfile for proftpd to my local repository and edited it with Textwrangler to st

Re: [91774] trunk/dports/_resources/port1.0/group/python33-1.0.tcl

2012-04-10 Thread Jeremy Lavergne
> I was adding py33-tkinter, as that was missing (not committed yet), then > those extensions seem to have version numbers according to Python version, > hence the group file, as it's a bit tricky to make a unified one… Please make a ticket asking for help on creating a unified one. We really d

Re: [91774] trunk/dports/_resources/port1.0/group/python33-1.0.tcl

2012-04-10 Thread Wahlstedt Jyrki
On 10.4.2012, at 16.01, Joshua Root wrote: >> Revision: 91774 >> https://trac.macports.org/changeset/91774 >> Author: jwa at macports.org >> Date: 2012-04-10 05:52:52 -0700 (Tue, 10 Apr 2012) >> Log Message: >> --- >> initial group file for python33 >> >> Added Paths: >> -

Re: Compiler toolchain

2012-04-10 Thread Clemens Lang
Hi, On Tue, Apr 03, 2012 at 09:05:03PM +0200, Michael Feiri wrote: > A while ago I've put some effort into packaging several of Apple's > open source developer components as macports ports. It turned out that > just a handful of ports are necessary to have a self-contained > compiler toolchain. Su

[91774] trunk/dports/_resources/port1.0/group/python33-1.0.tcl

2012-04-10 Thread Joshua Root
> Revision: 91774 > https://trac.macports.org/changeset/91774 > Author: jwa at macports.org > Date: 2012-04-10 05:52:52 -0700 (Tue, 10 Apr 2012) > Log Message: > --- > initial group file for python33 > > Added Paths: > --- > trunk/dports/_resources/port1.0/group

[91770] trunk/dports/python/py-wxpython/files/patch-config.py.diff

2012-04-10 Thread Joshua Root
> Revision: 91770 > https://trac.macports.org/changeset/91770 > Author: jwa at macports.org > Date: 2012-04-10 05:01:10 -0700 (Tue, 10 Apr 2012) > Log Message: > --- > add an empty patch file to avoid fail in fetch phase You should really just use a patch containing the @de