Re: [76952] trunk/dports/devel/google-perftools/Portfile

2011-03-14 Thread Joshua Root
On 2011-3-15 16:32 , Ryan Schmidt wrote: > > On Mar 14, 2011, at 21:37, pixi...@macports.org wrote: > >> Revision: 76952 >> http://trac.macports.org/changeset/76952 >> Author: pixi...@macports.org >> Date: 2011-03-14 19:37:57 -0700 (Mon, 14 Mar 2011) >> Log Message: >> ---

Re: [76952] trunk/dports/devel/google-perftools/Portfile

2011-03-14 Thread Ryan Schmidt
On Mar 14, 2011, at 21:37, pixi...@macports.org wrote: > Revision: 76952 > http://trac.macports.org/changeset/76952 > Author: pixi...@macports.org > Date: 2011-03-14 19:37:57 -0700 (Mon, 14 Mar 2011) > Log Message: > --- > devel/google-perftools: Update to 1.7 and add licen

Re: Xcode 3.2.6 -ppc

2011-03-14 Thread Bryan Blackburn
On Mon, Mar 14, 2011 at 07:48:20PM -0700, Bradley Giesbrecht said: > In a thread "No ppc from Xcode 4?" on xcode-us...@lists.apple.com > mailing list it was mentioned that ppc support was dropped in Xcode > 3.2.6. > Others on the xcode-users list seem to confirm this. At first glance it looks like

Xcode 3.2.6 -ppc

2011-03-14 Thread Bradley Giesbrecht
In a thread "No ppc from Xcode 4?" on xcode-us...@lists.apple.com mailing list it was mentioned that ppc support was dropped in Xcode 3.2.6. Others on the xcode-users list seem to confirm this. Thought some here may be interested. -- Bradley Giesbrecht ___

Re: Use configure.ldflags-delete instead of configure.ldflags?

2011-03-14 Thread Ryan Schmidt
On Mar 14, 2011, at 19:29, Gellule Xg wrote: > I am trying to have "-Xlinker -headerpad_max_install_names" added to all > ports' ldflags by modifying > /opt/local/share/macports/Tcl/port1.0/portconfigure.tcl, replacing > default configure.ldflags by: > default configure.ldflags {"-L${prefix}/li

Use configure.ldflags-delete instead of configure.ldflags?

2011-03-14 Thread Gellule Xg
I am trying to have "-Xlinker -headerpad_max_install_names" added to all ports' ldflags by modifying /opt/local/share/macports/Tcl/port1.0/portconfigure.tcl, replacing default configure.ldflags by: default configure.ldflags {"-L${prefix}/lib -Xlinker -headerpad_max_install_names"} This would hel

Re: How to introduce a call to kbuildsycoca4 in a kde port

2011-03-14 Thread Ryan Schmidt
On Mar 14, 2011, at 18:33, Jeremy Lavergne wrote: >> So perhaps you want: >> >> >> post-destroot { >> system "cd ${worksrcpath} && ${prefix}/bin/kbuildsycoca4" >> } > > Depending on what it actually does this might be better to have once the > program is installed in the proper place wi

Re: How to introduce a call to kbuildsycoca4 in a kde port

2011-03-14 Thread Jeremy Lavergne
> So perhaps you want: > > > post-destroot { > system "cd ${worksrcpath} && ${prefix}/bin/kbuildsycoca4" > } Depending on what it actually does this might be better to have once the program is installed in the proper place with post-activate {...}, like texhash. smime.p7s Description:

Re: How to introduce a call to kbuildsycoca4 in a kde port

2011-03-14 Thread Ryan Schmidt
On Mar 14, 2011, at 16:41, Marko Käning wrote: > I had already a second time the case that I needed to call kbuildsycoca4 > after installing the kde port skrooge. > > How can one handle this within the port file? > > is > > post-destroot { > system "kbuildsycoca4" > } > > sufficient?

How to introduce a call to kbuildsycoca4 in a kde port

2011-03-14 Thread Marko Käning
I had already a second time the case that I needed to call kbuildsycoca4 after installing the kde port skrooge. How can one handle this within the port file? is post-destroot { system "kbuildsycoca4" } sufficient? ___ macports-dev mailing l

Re: rsync mirrors

2011-03-14 Thread Joshua Root
On 2011-3-15 03:24 , William Siegrist wrote: > > On Mar 13, 2011, at 10:11 PM, Joshua Root wrote: > >> On 2011-3-14 13:28 , Brooks Clark wrote: >>> >>> I'm using rsync://rsync.macports.org/release/ports/ [default] for the >>> selfupdate, but the updated portfiles (for radlib and wview) aren't >>>

Re: rsync mirrors

2011-03-14 Thread Brooks Clark
On Mar 14, 2011, at 11:24 AM, William Siegrist wrote: > The rsync repo seems up to date to me. Am I missing something? I see no > errors for the past few days. Looks like it updated sometime overnight. ___ macports-dev mailing list macports-dev@list

Re: rsync mirrors

2011-03-14 Thread William Siegrist
On Mar 13, 2011, at 10:11 PM, Joshua Root wrote: > On 2011-3-14 13:28 , Brooks Clark wrote: >> >> On Mar 13, 2011, at 9:19 PM, Ryan Schmidt wrote: >> >>> >>> On Mar 13, 2011, at 20:57, Brooks Clark wrote: >>> When do the rsync mirrors get updated? I committed a couple of portfile up

Re: Git port repo mirror?

2011-03-14 Thread Rainer Müller
On 03/14/2011 02:47 PM, Joseph Holsten wrote: > Is anyone maintaining a port repository mirror in git somewhere? > I've noticed a few personal repos in github, but I haven't found > anyone mirroring the official SVN repo. >From http://www.macosforge.org/post/git-mirrors/ MacPorts git://git.macpo

Git port repo mirror?

2011-03-14 Thread Joseph Holsten
Is anyone maintaining a port repository mirror in git somewhere? I've noticed a few personal repos in github, but I haven't found anyone mirroring the official SVN repo. -- http://josephholsten.com ___ macports-dev mailing list macports-dev@lists.maco

Re: py27-numpy

2011-03-14 Thread Adam Mercer
On Sun, Mar 13, 2011 at 20:00, Jeremy Lavergne wrote: > I installed py27-numpy from archive today, so effectively nothing is > installed that is used during the build phases. > I went to run it and it was reported that this lib couldn't be found: > /opt/local/lib/libptf77blas.dylib > > py27-numpy