Giving a ticket multiple owners doesn't work

2012-10-31 Thread Joshua Root
I've noticed people sometimes listing multiple addresses in the "Owned by" field in Trac tickets. One random example I happened to notice today is . This results in no email notifications being sent: So obviously it's

Re: Geant4 - outdated and not maintained

2012-10-31 Thread Mojca Miklavec
On Tue, Oct 30, 2012 at 10:29 AM, Chris Jones wrote: > Hi, > > Have you tried updating the Portfile yourself ? looking at > > https://trac.macports.org/browser/trunk/dports/science/geant4/Portfile > > if you are lucky it maybe just be a case of updating the geant4 version and > data file versions,

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Ryan Schmidt
On Oct 31, 2012, at 16:02, Daniel J. Luke wrote: > On Oct 31, 2012, at 4:44 PM, mk-macpo...@techno.ms wrote: >> If once introduced you'd have to increase version number AND epoch every >> time. > > nope, you just have to keep it there. When I was first learning about MacPorts years ago, I also

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Daniel J. Luke
On Oct 31, 2012, at 4:43 PM, Jeremy Lavergne wrote: >> Which is very unwanted on the other hand, since it is so sticky, i.e. will >> have to be increased forever once it has been added to a port file, right?! >> So, it's best to find a way around epoch! > > Apart from reinstalling very large pac

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Gregor Jasny
On 10/31/12 9:00 PM, Ryan Schmidt wrote: >> > Now to my question: xsnmp depends on the libnetsnmp and libnetsnmpagent >> > libraries and headers. They are provided by MacOS itself. But as an >> > alternative port I'd have to specify net-snmp. Unfortunately these libs >> > are only provided in the +

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Daniel J. Luke
On Oct 31, 2012, at 4:44 PM, mk-macpo...@techno.ms wrote: > If once introduced you'd have to increase version number AND epoch every time. nope, you just have to keep it there. The canonical example is a project that resets their version numbers for some reason: ie. release 1.0 release 2.0 re

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Jeremy Lavergne
> If once introduced you'd have to increase version number AND epoch every time. > At least that was my understanding. Once epoch is inserted it must never be decremented (removing sets it back to 0). Epoch must be increased whenever a version/revision is reused or decrement. ___

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread MK-MacPorts
On Oct 31, 2012, at 9:40 PM, Daniel J. Luke wrote: > ?? why would anyone care? The whole point of epoch is to be able to deal with > situations like this, I don't see why anyone would want to go to extra effort > to avoid using it. Well, I know that it was introduced for these cases. I just meant

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Jeremy Lavergne
> Which is very unwanted on the other hand, since it is so sticky, i.e. will > have to be increased forever once it has been added to a port file, right?! > So, it's best to find a way around epoch! Apart from reinstalling very large packages, are there reasons to avoid rebuilding on any change

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Daniel J. Luke
On Oct 31, 2012, at 4:35 PM, mk-macpo...@techno.ms wrote: > On Oct 31, 2012, at 9:31 PM, Ryan Schmidt wrote: >> that vercmp thinks is newer but is actually older), we ask the port author >> to increase the epoch. > Which is very unwanted on the other hand, since it is so sticky, i.e. will > have

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread MK-MacPorts
On Oct 31, 2012, at 9:31 PM, Ryan Schmidt wrote: > that vercmp thinks is newer but is actually older), we ask the port author to > increase the epoch. Which is very unwanted on the other hand, since it is so sticky, i.e. will have to be increased forever once it has been added to a port file, rig

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Ryan Schmidt
On Oct 31, 2012, at 15:23, Chris Jones wrote: >> AIUI, the tilde affects version comparison in the dpkg world so that >> 1.2.0~beta1 is considered older than 1.2.0. Our vercmp proc doesn't >> support anything like that. > > That's exactly what I would have thought/expected. That the beta1 releas

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Chris Jones
Hi, > AIUI, the tilde affects version comparison in the dpkg world so that > 1.2.0~beta1 is considered older than 1.2.0. Our vercmp proc doesn't > support anything like that. That's exactly what I would have thought/expected. That the beta1 release is considered older than the non-beta release.

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Joshua Root
On 2012-11-1 07:00 , Ryan Schmidt wrote: > > On Oct 31, 2012, at 14:30, Gregor Jasny wrote: > >> PS: How to specify beta version numbers? I assume 1.2.0-beta1 is newer >> that 1.2.0. In Debian I'd use 1.2.0~beta1. > > MacPorts doesn't have a rule about that. We generally just use the version >

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Jeremy Lavergne
Sorry about that empty reply. Here's what I meant to send :-) >> Now to my question: xsnmp depends on the libnetsnmp and libnetsnmpagent >> libraries and headers. They are provided by MacOS itself. But as an >> alternative port I'd have to specify net-snmp. Unfortunately these libs >> are only pro

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Jeremy Lavergne
> MacPorts doesn't let you declare a dependency on a variant of a port. It's > issue #126. If the +server variant of net-snmp installs libraries, and other > ports might want to use those libraries, then the +server variant of net-snmp > should probably be turned into a net-snmp-server subport.

Re: [99287] trunk/dports/multimedia

2012-10-31 Thread Ryan Schmidt
On Oct 31, 2012, at 08:47, Bradley Giesbrecht wrote: > FYI, the ffmpeg binaries at packages.macports.org were not built with jack so > this is a NEW feature. The 1.0_1 packages were. ___ macports-dev mailing list macports-dev@lists.macosforge.org ht

Re: How to depend on a variant (or do I want subports)?

2012-10-31 Thread Ryan Schmidt
On Oct 31, 2012, at 14:30, Gregor Jasny wrote: > recently I forked Xsnmp because the author completely stepped back from > maintaining it. It can be found here: https://github.com/gjasny/Xsnmp > > There is an Xcode project to build a complete installer including a > (IMHO) limited preferences p

How to depend on a variant (or do I want subports)?

2012-10-31 Thread Gregor Jasny
Hello, recently I forked Xsnmp because the author completely stepped back from maintaining it. It can be found here: https://github.com/gjasny/Xsnmp There is an Xcode project to build a complete installer including a (IMHO) limited preferences pane to enable the SNMP deamon and the Xsnmp agent.

Re: wxWidgets situation

2012-10-31 Thread Kuba Ober
On Oct 30, 2012, at 6:26 PM, Ryan Schmidt wrote: > On Oct 30, 2012, at 08:19, Mojca Miklavec wrote: > >> What I really wish would be to have a port wxWidgets28 now that >> wxWidgets30 has been created, that someone would remove the >> conflicting files between the two and that all ports with depe

Re: [99287] trunk/dports/multimedia

2012-10-31 Thread Bradley Giesbrecht
FYI, the ffmpeg binaries at packages.macports.org were not built with jack so this is a NEW feature. On Oct 31, 2012, at 4:58 AM, Craig Treleaven wrote: > > Similar to the vlc port, I think jack should be an optional variant in ffmpeg. > > Craig > > At 9:15 PM -0700 10/30/12, jerem...@macpor

Re: [99260] trunk/dports/devel/akonadi/Portfile

2012-10-31 Thread Bjoern Ricks
On Tuesday 30 October 2012 21:33:50 mk-macpo...@techno.ms wrote: > On Oct 30, 2012, at 9:32 PM, Ryan Schmidt wrote: > >> + reinplace "s|/Applications|${prefix}/Applications|" > >> ${worksrcpath}/CMakeLists.txt } > > > > Shouldn't this be ${applications_dir}? > > Yep, right you are. > Will fix it

Re: [99287] trunk/dports/multimedia

2012-10-31 Thread Craig Treleaven
Similar to the vlc port, I think jack should be an optional variant in ffmpeg. Craig At 9:15 PM -0700 10/30/12, jerem...@macports.org wrote: Revision 99287 Author jerem...@macports.org Date 2012-10-30 21:15:32 -0700 (Tue, 30 Oct 2012) Log Message