perl5 updates and registry errors

2011-08-15 Thread Blair Zajac
Saw a number of updates to many perl ports, so ran the "port -v upgrade --enforce-variants" which worked, but then "port -v -u uninstall" failed. Here's another odd output: bash-3.2# port installed p5-html-form The following ports are currently installed: p5-html-form @6.00_0 bash-3.2# port -v

Re: fetching via git and worksrcdir

2011-08-15 Thread Christoph Iserlohn
Am 15.08.11 21:49, schrieb Titus von Boxberg: Am 15.08.2011 um 21:12 schrieb Christoph Iserlohn: Am 15.08.11 19:50, schrieb Titus von Boxberg: Hi, I'm trying to write a Portfile for a library that is to be fetched with git. The lib has to be configured and built within a subdir named "src" (

Re: fetching via git and worksrcdir

2011-08-15 Thread Titus von Boxberg
Am 15.08.2011 um 21:12 schrieb Christoph Iserlohn: > Am 15.08.11 19:50, schrieb Titus von Boxberg: >> Hi, >> >> I'm trying to write a Portfile for a library that is to be fetched with git. >> >> The lib has to be configured and built within a subdir named "src" (below >> the lib's root dir). >>

Re: reduce-algebra

2011-08-15 Thread Ryan Schmidt
On Aug 15, 2011, at 13:39, Mark Brethen wrote: > I'm writing on a portfile for reduce-algebra and the build doc indicates you > need to be able to compile both CSL itself and the FOX toolkit on which it > depends. The build doc notes that even if you have FOX available already on > your comput

Re: fetching via git and worksrcdir

2011-08-15 Thread Bradley Giesbrecht
Something like this? worksrcdir ${distname}/git configure.dir ${workpath}/${distname}/src build.dir ${workpath}/${distname}/src On Aug 15, 2011, at 11:28 AM, Titus von Boxberg wrote: > had a look. what do you mean? > ffmpeg builds from its root dir, doesn't it? > > > Am 15.08.2011 um 19:58 sc

Re: fetching via git and worksrcdir

2011-08-15 Thread Christoph Iserlohn
Am 15.08.11 19:50, schrieb Titus von Boxberg: Hi, I'm trying to write a Portfile for a library that is to be fetched with git. The lib has to be configured and built within a subdir named "src" (below the lib's root dir). Setting worksrcdir to ${distname}/src causes git to clone the repo

reduce-algebra

2011-08-15 Thread Mark Brethen
I'm writing on a portfile for reduce-algebra and the build doc indicates you need to be able to compile both CSL itself and the FOX toolkit on which it depends. The build doc notes that even if you have FOX available already on your computer the code uses a (slightly) customised version and your

Re: fetching via git and worksrcdir

2011-08-15 Thread Titus von Boxberg
had a look. what do you mean? ffmpeg builds from its root dir, doesn't it? Am 15.08.2011 um 19:58 schrieb Jeremy Huddleston: > Look at ffmpeg-devel > > On Aug 15, 2011, at 10:50, Titus von Boxberg wrote: > >> Hi, >> >> I'm trying to write a Portfile for a library that is to be fetched with gi

Re: fetching via git and worksrcdir

2011-08-15 Thread Jeremy Huddleston
Look at ffmpeg-devel On Aug 15, 2011, at 10:50, Titus von Boxberg wrote: > Hi, > > I'm trying to write a Portfile for a library that is to be fetched with git. > > The lib has to be configured and built within a subdir named "src" (below > the lib's root dir). > > Setting worksrcdir to ${dis

fetching via git and worksrcdir

2011-08-15 Thread Titus von Boxberg
Hi, I'm trying to write a Portfile for a library that is to be fetched with git. The lib has to be configured and built within a subdir named "src" (below the lib's root dir). Setting worksrcdir to ${distname}/src causes git to clone the repo into that directory instead of ${workpath}/${distn

Re: [82494] trunk/dports/python

2011-08-15 Thread Thomas Robitaille
Sorry about this - I just realized about the new unified python workgroup, so I'll start migrating all the packages I maintain - including this one - this week. Tom On 15 August 2011 02:14, Ryan Schmidt wrote: > > On Aug 14, 2011, at 15:13, robitai...@macports.org wrote: > >> Revision: 82494 >>