Re: release_1_7_0-beta1 test results

2008-12-10 Thread Ryan Schmidt
On Dec 9, 2008, at 05:22, Anders F Björklund wrote: J.A. Neitzel wrote: The only anomaly I have noticed so far is: % ./configure [snip] configure: creating ./config.status config.status: creating src/programs/daemondo/Makefile config.status: WARNING: src/programs/daemondo/Makefile.in seems

Re: [43346] trunk/dports/net/network-weathermap/Portfile

2008-12-10 Thread Ryan Schmidt
On Dec 9, 2008, at 13:55, [EMAIL PROTECTED] wrote: Revision: 43346 http://trac.macports.org/changeset/43346 Author: [EMAIL PROTECTED] Date: 2008-12-09 11:55:23 -0800 (Tue, 09 Dec 2008) Log Message: --- Remove the .htaccess file. Modified Paths: -- trunk/

Re: release_1_7_0-beta1 test results

2008-12-10 Thread Anders F Björklund
Ryan Schmidt wrote: It seems to be related to the GNU autotools. According to [1], adding "datarootdir = @datarootdir@" to Makefile.in might help? Sorry, I do not know or use GNU autotools. Jeff [1] - http://www.gnu.org/software/automake/manual/autoconf/ Changed-Directory-Variables.html ___

xorg-server on Macports (works with Tiger)

2008-12-10 Thread Jeremy Huddleston
I've been spending some time these past few weeks updating the x.org ports in Macports as well as pushing patches to get the latest X.org bits building on Tiger. I'm proud to announce that the latest Xquartz code can now be built using macports (even on Tiger!!!). To test this out, just do

Moscow ML port on MacPorts/DarwinPorts

2008-12-10 Thread Ian Grant
Dear [EMAIL PROTECTED] I have made a port of the Moscow ML dynamic libraries: intinf, crypt, munix, mregex, msocket, mgdbm, mgd on MacOS X. It requires a small change to the current mosml port. Attached is a diff of the Portfile change and a new patch (which is needed by both ports), as wel

Re: [43346] trunk/dports/net/network-weathermap/Portfile

2008-12-10 Thread markd
>> @@ -40,9 +40,15 @@ >> reinplace "s|/usr/local/|/opt/local/|g" \ >> ${worksrcpath}/weathermap \ >> ${worksrcpath}/weathermap-cacti-rebuild.php >> + >> +# Set perl location >> + reinplace "s|/usr/bin/perl|/opt/local/bin/perl|g" \ >> + ${worksrcpath

Re: xorg-server on Macports (works with Tiger)

2008-12-10 Thread William Davis
On Dec 10, 2008, at 5:16 AM, Jeremy Huddleston wrote: I've been spending some time these past few weeks updating the x.org ports in Macports as well as pushing patches to get the latest X.org bits building on Tiger. I'm proud to announce that the latest Xquartz code can now be built using

Re: xorg-server on Macports (works with Tiger)

2008-12-10 Thread Jeremy Huddleston
Hrm... yeah, there's some problem where the wrong glcore.h is being used... that was the point of the: # Otherwise glcore.h will be pulled in from glproto in /opt/local/ include/GL/internal configure.cppflags -I${worksrcpath}/../Mesa-${mesavers}/include -I$ {prefix}/include but I guess that

Re: [43346] trunk/dports/net/network-weathermap/Portfile

2008-12-10 Thread Ryan Schmidt
On Dec 10, 2008, at 14:19, [EMAIL PROTECTED] wrote: @@ -40,9 +40,15 @@ reinplace "s|/usr/local/|/opt/local/|g" \ ${worksrcpath}/weathermap \ ${worksrcpath}/weathermap-cacti-rebuild.php + +# Set perl location + reinplace "s|/usr/bin/perl|/opt/local/bin/perl|

Re: [43452] trunk/dports/perl/p5-test-object/Portfile

2008-12-10 Thread Ryan Schmidt
On Dec 10, 2008, at 17:05, [EMAIL PROTECTED] wrote: Revision: 43452 http://trac.macports.org/changeset/43452 Author: [EMAIL PROTECTED] Date: 2008-12-10 15:05:24 -0800 (Wed, 10 Dec 2008) Log Message: --- Fixed dependancies. "dependencies". :) I've been fixing your log m

Re: [43452] trunk/dports/perl/p5-test-object/Portfile

2008-12-10 Thread Ryan Schmidt
On Dec 10, 2008, at 18:06, Ryan Schmidt wrote: On Dec 10, 2008, at 17:05, [EMAIL PROTECTED] wrote: Revision: 43452 http://trac.macports.org/changeset/43452 Author: [EMAIL PROTECTED] Date: 2008-12-10 15:05:24 -0800 (Wed, 10 Dec 2008) Log Message: --- Fixed dependancies.

Re: xorg-server on Macports (works with Tiger)

2008-12-10 Thread William Davis
confirming that xorg-server does build with --disable-glx added to config.args WD On Dec 10, 2008, at 6:18 PM, Jeremy Huddleston wrote: Hrm... yeah, there's some problem where the wrong glcore.h is being used... that was the point of the: # Otherwise glcore.h will be pulled in from glproto

path: dependency for files NOT in macports

2008-12-10 Thread Jeremy Huddleston
Is there a way for me to do something like: path:lib/pkgconfig/x11.pc:xorg-libX11 but have that dependency satisfied by /usr/X11/lib/pkgconfig/x11.pc ? ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/mailma

About porting mesa3d

2008-12-10 Thread Andrea D'Amore
Lately I was trying to build an app that had mesa3d in requirements, I didn't even check if Leopard had it (it does btw) and after searching in ports I built the portfile. The portfile breaks ${prefix} directory tree at destroot phase as it tries to install stuff in /usr/ X11 , being cloesl

Re: path: dependency for files NOT in macports

2008-12-10 Thread Ryan Schmidt
On Dec 11, 2008, at 01:10, Jeremy Huddleston wrote: Is there a way for me to do something like: path:lib/pkgconfig/x11.pc:xorg-libX11 but have that dependency satisfied by /usr/X11/lib/pkgconfig/x11.pc ? Hmm. In path:-style dependencies, you specify the absolute path to the file you requi