MacPorts + PHP subversion bindings

2007-07-23 Thread Ben Weintraub
Hello all, I'm trying to build the 'svn' PECL package (Subversion bindings for PHP) and running into some problems which I think may be MacPorts related. I've installed the dependencies (PHP 5.2.3 running under apache2, apr 1.2.9, apr-util 1.2.8, and subversion 1.4.3) all from MacPorts and

Permissions problem

2007-07-23 Thread Eelke Klein
Hello, I have not used macports for sometime so I tried a selfupdate today but had permission problems. I tried to fix it by downloading and installing the latest version from the website but it didn't help. Here is the output for the selfupdate command: $sudo port -vd selfupdate Password:

Re: failed to build ports ocaml, xfig

2007-07-23 Thread Dimitri Hendriks
Hi, How do I install an older version of a port? I want to have ocaml version 3.08, see below why. Thanks in advance, Dimitri On 28 Jun 2007, at 10:26, Emmanuel Hainry wrote: ocaml has built fine, but coq has not: with the release of ocaml3.10, lots of things have changed, particularly in

Re: failed to build ports ocaml, xfig

2007-07-23 Thread Dimitri Hendriks
On 29 Jun 2007, at 01:54, Ryan Schmidt wrote: On Jun 27, 2007, at 06:33, Dimitri Hendriks wrote: [...] I also tried to install port xfig, but again without succes: $ sudo port install xfig Password: --- Fetching Xaw3d --- Attempting to fetch Xaw3d-1.5E.tar.gz from ftp://

Transmission Build Error

2007-07-23 Thread Daniel Laughlin
I tried installing Transmission and I got the following error: --- Fetching transmission --- Attempting to fetch Transmission-0.6.1.tar.gz from http://download.m0k.org/transmission/files/ --- Verifying checksum(s) for transmission --- Extracting transmission --- Configuring transmission ---

groff / eqn / ps2pdf / square root problem

2007-07-23 Thread Greg Shenaut
I really don't know where to direct this problem. I have a manuscript that I format with groff -e -ms that has an inline equation using the eqn sqrt operator. When I format the manuscript to postscript, and look at it (with gv) or print it on a postscript printer, the square- root radical

Can so commit?

2007-07-23 Thread Rolf Würdemann
Ticket #12160: http://trac.macports.org/projects/macports/ticket/12160 Update of freehdl to 0.04 including new download address ;) Ticket#12161: http://trac.macports.org/projects/macports/ticket/12161 Which updates qucs to 0.0.12 (By Error not marked as enhancement) and depends somewhat of

SDL_Perl on MacOSX

2007-07-23 Thread Tommaso Urli
Hi people, I'm trying to get up and running SDL::Perl on my iBook/MacOSX 10.4, but when I try to install the libsdl-framework via Darwinports I got the following error: [Users/user01] install libsdl-framework --- Fetching libsdl --- Verifying checksum(s) for libsdl --- Extracting libsdl

Re: how to start with macports ?

2007-07-23 Thread Thomas De Contes
Le dimanche, 22 juil 2007, à 20:26 Europe/Paris, Ryan Schmidt a écrit : On Jul 22, 2007, at 09:32, Thomas De Contes wrote: Le dimanche, 22 juil 2007, à 12:43 Europe/Paris, Thomas De Contes a écrit : Le lundi, 15 jan 2007, à 12:14 Europe/Paris, Matthias Steinbeck a écrit : 2007/1/15,

Re: how to start with macports ?

2007-07-23 Thread Daniel J. Luke
On Jul 23, 2007, at 4:22 PM, Thomas De Contes wrote: There is no URL which always points to the latest stable released version. it's a pity (i would need it for my script, i don't know how to detect it automatically) There's a file at a stable url that has the information for the

Re: Transmission Build Error

2007-07-23 Thread markd
Daniel Laughlin [EMAIL PROTECTED] writes: I tried installing Transmission and I got the following error: --- Fetching transmission --- Attempting to fetch Transmission-0.6.1.tar.gz from [ http://download.m0k.org/transmission/files/ ]http://download.m0k.org/transmission/files/ --- Verifying

Re: Can so commit?

2007-07-23 Thread Ryan Schmidt
On Jul 23, 2007, at 14:04, Rolf Würdemann wrote: Ticket #12160: http://trac.macports.org/projects/macports/ticket/12160 Update of freehdl to 0.04 including new download address ;) Ticket#12161: http://trac.macports.org/projects/macports/ticket/12161 Which updates qucs to 0.0.12 (By Error

Re: SDL_Perl on MacOSX

2007-07-23 Thread Ryan Schmidt
On Jul 23, 2007, at 14:46, Tommaso Urli wrote: I'm trying to get up and running SDL::Perl on my iBook/MacOSX 10.4, but when I try to install the libsdl-framework via Darwinports I got the following error: [Users/user01] install libsdl-framework --- Fetching libsdl --- Verifying

Re: failed to build ports ocaml, xfig

2007-07-23 Thread Ryan Schmidt
On Jul 23, 2007, at 09:46, Dimitri Hendriks wrote: On 29 Jun 2007, at 01:54, Ryan Schmidt wrote: On Jun 27, 2007, at 06:33, Dimitri Hendriks wrote: [...] I also tried to install port xfig, but again without succes: $ sudo port install xfig Password: --- Fetching Xaw3d --- Attempting to

Re: SDL_Perl on MacOSX

2007-07-23 Thread Tommaso Urli
There is a new version of the port in our issue tracker which no longer uses this mechanism, which I am currently evaluating and will then commit. Thank you for your patience. http://trac.macosforge.org/projects/macports/ticket/11858 I'm also evaluating an update to the libsdl port.

Can't use rsync port

2007-07-23 Thread miles3
I am trying to use MacPorts inside our corporate infrastructure. And IT security is somewhat strict - very few network ports are open, so I can forget about using rsync's port (or SMB or AFP, etc). We do have access to http and ftp ports through the firewall. If subversion uses a different port

Re: newbie selfupdate fails

2007-07-23 Thread Eric Platon
Hi Jerry, It looks like rsync is failing to connect. Perhaps the server is too busy? Or perhaps my company firewalls are blocking it? Suggestions? My company firewalls does block rsync and it was my problem to get the updates. I could connect to rsync, so it seems working well. The

Dependency Problem of Upgrading Gnuplot: A Possible Bug

2007-07-23 Thread Xin Liu
Hi, I've installed MacTex2007 and added /usr/texbin to $binpath in macports.conf. Then I've got no problem installing gnuplot, i.e. it does not try to install teTeX for me. However, if I invoke sudo port upgrade gnuplot (when the gnuplot is already the newest version), it starts to install

Re: failed to build ports ocaml, xfig

2007-07-23 Thread Stefan Bruda
Ryan Schmidt wrote: I tried this and xfig then installs fine, but I now get the same problem as reported earlier: http://lists.macosforge.org/pipermail/macports-users/2007-April/ 002746.html and: http://lists.macosforge.org/pipermail/macports-users/2007-June/ 003917.html In the same

ffmpeg build failure

2007-07-23 Thread Stefan Bruda
Hi, I am trying to upgrade ffmpeg from 0.4.9-pre1_1 to 0.4.9-pre1_2 and I am getting in return: make -C libavformat all gcc -dynamiclib -Wl,-single_module -Wl,-install_name,/opt/local/lib/libavformat.dylib,-current_version,51.1.0,-compatibility_version,51.1.0 -Wl,-read_only_relocs,suppress

Gkrellm 2.3.0_0's mailcheck does not like SSL

2007-07-23 Thread Stefan Bruda
Hi, I have been using for a while now gkrellm 2.2.10_0 and I just upgraded to 2.3.0_0. Everything seems to work fine, except for mailcheck. In 2.3.0 for some reason it starts to dislike imap-ssl connections. When such a thing is present, mailcheck fails to retrieve anything from the server.

Xaw3d 1.5E_1 (was Re: failed to build ports ocaml, xfig)

2007-07-23 Thread Derek Harland
From: Stefan Bruda [EMAIL PROTECTED] Subject: Re: failed to build ports ocaml, xfig BY the way, did anybody notice that upgrading Xaw3d to 1.5E_1 breaks quite badly other things such as xemacs and gv? Any suggestions on what could be done about this one? Yes I noticed ... the solution

py-psycopg2 port a little bit out of date

2007-07-23 Thread Tabitha McNerney
Hello, I tried to install py-psycopg2 today from a fresh MacPorts 1.5.0 system and received the following: # port -v install py-psycopg2 --- Fetching py-psycopg2 --- psycopg2-2.0.5.1.tar.gz doesn't seem to exist in /opt/local/var/macports/distfiles/python --- Attempting to fetch