Re: Universal variant for all MacPorts?

2007-06-19 Thread Tabitha McNerney
Ryan, Wow! What a fantastic reply, thanks a ton! I feel a bit silly in that I had not first looked at the Wiki for info about Universal builds. I am most certainly interesting in Universal builds and I will do what I can to help this process along such as by testing on both Xserves. I'm not much o

Re: Darcs checksum failing, even after clean

2007-06-19 Thread Kevin Ballard
I agree. What should happen is the port maintainer verifies that the updated download is still safe. For future reference, though, instead of editing the Portfile, one can simply do `sudo port install darcs skip_checksum=yes`. -Kevin Ballard On Jun 19, 2007, at 2:17 PM, Denis Bueno wrote:

Re: Universal variant for all MacPorts?

2007-06-19 Thread Ryan Schmidt
On Jun 19, 2007, at 22:22, Tabitha McNerney wrote: I noticed that some MacPorts have the "universal" variant. I imagine this means that any port with such universal variant can build to both the PowerPC and Intel architecture targets. But, not all MacPorts have universal variants. I soon ha

Universal variant for all MacPorts?

2007-06-19 Thread Tabitha McNerney
Hello, I noticed that some MacPorts have the "universal" variant. I imagine this means that any port with such universal variant can build to both the PowerPC and Intel architecture targets. But, not all MacPorts have universal variants. I soon have to be supporting an Xserve PowerPC and an Xserv

Re: Mysql5 macports vs .dmg binary

2007-06-19 Thread arthas32
> Hi Ben, > > On 19 Jun 2007, at 12:12, [EMAIL PROTECTED] wrote: >> I have recently taken it upon myself to install wordpress on my mac. > > I hope you don't mind me asking this (I've had a couple of pints > today and can't think clearly) but why? wordpress.com will give you > as many free blogs as

Re: Mysql5 macports vs .dmg binary

2007-06-19 Thread arthas32
> Did you install mysql5 with server variant enabled? Yes I did: +server :-) ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosforge.org/mailman/listinfo/macports-users

Re: Problem installing php5

2007-06-19 Thread Pete Gontier
This sounds like the problem I saw a few days ago. MacPorts builds php5 against Apple's Apache rather than MacPorts' Apache. This is a bug in the php5 package. On Jun 12, 2007, at 4:21 PM, Ryan Schmidt wrote: "php5 +apache" currently uses Apple's Apache. This is inconsistent with MacPorts

Port insists on installing gcc40 during upgrade

2007-06-19 Thread Denis Bueno
Of the gcc packages, I only have gcc42 installed: $ sudo port installed | grep gcc gcc42 @4.2.0_0+darwin_8 (active) According to port, gcc40 has no dependents (I just selfupdate'd and sync'd): $ sudo port dependents gcc40 gcc40 has no dependents! Imagine my surprise, then, when

Darcs checksum failing, even after clean

2007-06-19 Thread Denis Bueno
Simon Ruderich wrote: > Bueno, Denis wrote: > > Hi all, > > > > I hope this hasn't already been solved (I subscribed to the list not > > 5 minutes ago) > > > > Symptom: I can't get darcs to install; the checksum keeps failing. > > Expected behavior: Darcs should install. =] > > > > Any ideas

Re: Darcs checksum failing, even after clean

2007-06-19 Thread Ryan Schmidt
On Jun 19, 2007, at 11:25, Simon Ruderich wrote: Bueno, Denis wrote: Symptom: I can't get darcs to install; the checksum keeps failing. Expected behavior: Darcs should install. =] Looks like the download file was changed. To fix this just go to this Portfile and update the md5 checksum. If

Re: Can´t build gcc41

2007-06-19 Thread Ryan Schmidt
On Jun 19, 2007, at 14:18, Jean-Philippe Humbert wrote: the following probleam appears when I try to install gcc41: ---> Verifying checksum(s) for gcc41 ---> Extracting gcc41 ---> Configuring gcc41 ---> Building gcc41 with target profiledbootstrap Error: Target com.apple.build returned: she

Re: Fwd: Problem installing php5

2007-06-19 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 N_Ox wrote: > Hi, > > I think you are calling the OS X apachectl instead of the MacPorts' > one. Try `which apachectl` to check that. Thanks for your response, but I don't think this is the problem. The launchctl from macports is in my path and is

Re: Can't install gnome

2007-06-19 Thread paul beard
On Jun 19, 2007, at 12:11 PM, brian wrote: still no love. Ok, I uninstalled those packages, and then ran sudo port -bvt install gnome-desktop-suite >port-gnome-log 2>&1 you said to install the deps first. does the above command do that? I attached a list of all the places in the log where th

Can´t build gcc41

2007-06-19 Thread Jean-Philippe Humbert
Hi, the following probleam appears when I try to install gcc41: ---> Verifying checksum(s) for gcc41 ---> Extracting gcc41 ---> Configuring gcc41 ---> Building gcc41 with target profiledbootstrap Error: Target com.apple.build returned: shell command " cd "/opt/ local/var/db/dports/build/_opt

Re: Can't install gnome

2007-06-19 Thread brian
paul beard wrote: On Jun 19, 2007, at 6:22 AM, brian wrote: came across this peculiarity while following your directions... [EMAIL PROTECTED] brian]$ sudo port uninstall libxslt ---> Unable to uninstall libxslt 1.1.20_0, the following ports depend on it: --->scroll

Fwd: Problem installing php5

2007-06-19 Thread N_Ox
Début du message réexpédié : De : N_Ox <[EMAIL PROTECTED]> Date : 19 juin 2007 20:53:35 HAEC À : Simon Ruderich <[EMAIL PROTECTED]> Objet : Rép : Problem installing php5 Hi, I think you are calling the OS X apachectl instead of the MacPorts' one. Try `which apachectl` to check that. MacPort

Re: How do I search inside long descriptions

2007-06-19 Thread paul beard
On Jun 19, 2007, at 9:22 AM, James Berry wrote: Or, if you're really just going to turn around and call info on it, just use the pseudo-port with info: port info long_description:spreadsheet well, that's worth knowing. Worth passing along to the documentarians, I think. I've neve

Problem installing php5

2007-06-19 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Hi, I'm trying to install php5. First I installed "apache" and then "php5 +apache +pear". But this doesn't work. After doing all the given steps If this is your first install, you might want * enable php in apache : cd /opt/local/libexec/apache /

Re: Darcs checksum failing, even after clean

2007-06-19 Thread Simon Ruderich
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Bueno, Denis wrote: > Hi all, > > I hope this hasn't already been solved (I subscribed to the list not > 5 minutes ago) > > Symptom: I can't get darcs to install; the checksum keeps failing. > Expected behavior: Darcs should install. =] > >

Re: How do I search inside long descriptions

2007-06-19 Thread James Berry
On Jun 19, 2007, at 9:17 AM, Emmanuel Hainry wrote: Citando Björn Lundin : SEARCH="$2" PORT_LIST=$(port list long_description:$SEARCH | awk {'print $1'}) for PORT in $PORT_LIST; do

Re: How do I search inside long descriptions

2007-06-19 Thread Emmanuel Hainry
Citando Björn Lundin : > > 19 jun 2007 kl. 15.14 skrev James Berry: > > > > > > port list long_description:spreadsheet > > > > which togeteher with Ryan's function can look like > > > port() { > case "$1" in > searchlong) > if [ -z "$2" ]; then

Re: How do I search inside long descriptions

2007-06-19 Thread Björn Lundin
19 jun 2007 kl. 15.14 skrev James Berry: port list long_description:spreadsheet which togeteher with Ryan's function can look like port() { case "$1" in searchlong) if [ -z "$2" ]; then echo "usage: p

Re: Can't install gnome

2007-06-19 Thread paul beard
On Jun 19, 2007, at 6:22 AM, brian wrote: came across this peculiarity while following your directions... [EMAIL PROTECTED] brian]$ sudo port uninstall libxslt ---> Unable to uninstall libxslt 1.1.20_0, the following ports depend on it: --->scrollkeeper --->libg

Re: x11 install

2007-06-19 Thread eoghan
On Tue, 19 Jun 2007 06:56:12 -0700 [EMAIL PROTECTED] wrote: > Oops. It is called "Optional Installs". It is on install disk 1 on my > MacBook Pro disks. Scroll down in the finder window toward the bottom. > I'm fixing the wiki now. Cool thanks... got it. __

Re: x11 install

2007-06-19 Thread markd
eoghan <[EMAIL PROTECTED]> on Tuesday, June 19, 2007 at 5:02 AM -0800 wrote: >Im reading the instructions from the wiki for installing X11.. i have my >tiger dvd in and i dont seem to see a package named Additional Software >to install X11... i searched the dvd and dont see it... is it called >some

Re: Mysql5 macports vs .dmg binary

2007-06-19 Thread N_Ox
Did you install mysql5 with server variant enabled? 2007/6/19, [EMAIL PROTECTED] <[EMAIL PROTECTED]>: Good Evening Folks, I have recently taken it upon myself to install wordpress on my mac. Wordpress is a blogging CMS (Content Management System). http://wordpress.org/ Wordpress requires Mysql

Re: How do I search inside long descriptions

2007-06-19 Thread James Berry
On Jun 18, 2007, at 9:31 PM, Malcolm Fitzgerald wrote: I know how to do "port search foo" but that will only work on application names. I'd like to search the long descriptions. How is that done? You can do this using the long_description pseudo port: port list long_description:sp

x11 install

2007-06-19 Thread eoghan
Hi Im reading the instructions from the wiki for installing X11.. i have my tiger dvd in and i dont seem to see a package named Additional Software to install X11... i searched the dvd and dont see it... is it called something different? Thanks Eoghan _

Re: ion3 upgrade failed

2007-06-19 Thread Pierre Queinnec
Hi Joerg! I bumped ion3 some time ago to the latest-and-greatest (3rc-20070608). Just selfupdate and try reinstalling it (to be sure, clean it before). As for the libiconv problem, I'll let someone more knowledgeable than me on that port speak. Regards, -- Pierre Joerg van den Hoff wrote:

Mysql5 macports vs .dmg binary

2007-06-19 Thread arthas32
Good Evening Folks, I have recently taken it upon myself to install wordpress on my mac. Wordpress is a blogging CMS (Content Management System). http://wordpress.org/ Wordpress requires Mysql, PHP and the Apache webserver. In the past i have used mac ports to install Apache2 and PHP5 but I had

ion3 upgrade failed

2007-06-19 Thread Joerg van den Hoff
hi, I'd like to let you know that `ion-3rc-20070506.tar.gz' seems no longer available from tuomo's site and is replaced by a more recent version so that `port upgrade ion3' consequently failed. I hope (egoistically) that you'll find the time to look into this soon :-). I encountered another prob

Re: How do I search inside long descriptions

2007-06-19 Thread Ryan Schmidt
On Jun 19, 2007, at 04:20, Randall Wood wrote: On 19 Jun 2007, at 05:08, Ryan Schmidt wrote: On Jun 19, 2007, at 02:18, Malcolm Fitzgerald wrote: On 19/06/2007, at 4:35 PM, paul beard wrote: On Jun 18, 2007, at 11:30 PM, Malcolm Fitzgerald wrote: The words "known-good port" represent the

Re: How do I search inside long descriptions

2007-06-19 Thread Randall Wood
If you install the Pallet port, it provides a not-really working tool to manage ports, but it does work to search long descriptions, categories, descriptions, as well as port names. On 19 Jun 2007, at 05:08, Ryan Schmidt wrote: On Jun 19, 2007, at 02:18, Malcolm Fitzgerald wrote: On 19/06

Re: How do I search inside long descriptions

2007-06-19 Thread Ryan Schmidt
On Jun 19, 2007, at 02:18, Malcolm Fitzgerald wrote: On 19/06/2007, at 4:35 PM, paul beard wrote: On Jun 18, 2007, at 11:30 PM, Malcolm Fitzgerald wrote: The words "known-good port" represent the blank that I'm trying to fill. I want to be able to search for text inside the port's long-de

Re: How do I search inside long descriptions

2007-06-19 Thread Malcolm Fitzgerald
On 19/06/2007, at 4:35 PM, paul beard wrote: On Jun 18, 2007, at 11:30 PM, Malcolm Fitzgerald wrote: The words "known-good port" represent the blank that I'm trying to fill. I want to be able to search for text inside the port's long-description. I'd like to discover the "known-good" spread