Problems with imagemagick

2007-12-15 Thread Mark Karp
When I try: sudo port -v install imagemagick it fails with the following message: ---> Fetching fontconfig ---> fontconfig-2.5.0.tar.gz doesn't seem to exist in /opt/local/var/ macports/distfiles/fontconfig ---> Attempting to fetch fontconfig-2.5.0.tar.gz from http:// fontconfig.org/releas

Re: Migrating MacPorts

2007-12-15 Thread Ryan Schmidt
On Dec 15, 2007, at 23:12, Jay Chandler wrote: I have to rebuild my OS due to a crappy network stack issue (TKIP keeps breaking wirelessly), and want to back up my MacPorts installation. Correct me if I'm wrong, but I can store /opt with perms on another machine, redo this box, install Ma

Migrating MacPorts

2007-12-15 Thread Jay Chandler
I have to rebuild my OS due to a crappy network stack issue (TKIP keeps breaking wirelessly), and want to back up my MacPorts installation. Correct me if I'm wrong, but I can store /opt with perms on another machine, redo this box, install MacPorts, and move /opt back, and everything should th

Re: Ion3 license and possible removal

2007-12-15 Thread Vincent Lefevre
On 2007-12-14 15:26:12 +0100, Markus Weissmann wrote: > thanks for bringing this up here: Mr. Valkonen's license is absolutely > unbearable. > As an alternative: Perhaps you can bring the port back to the last sane > licensed version - don't know if this is useful and/or possible. > Either that

Re: darwinbuild

2007-12-15 Thread Ryan Schmidt
On Dec 15, 2007, at 13:25, Charlse Darwin wrote: Why isn't darwinbuild available as a port? I for one hadn't heard of darwinbuild before. Ports are added to MacPorts as people request them, or more importantly, as people write them. If you'd like a port for darwinbuild, you can file a po

Re: sudo port -Rdu upgrade installed (Automated)

2007-12-15 Thread paul beard
On 12/15/07, Charlse Darwin <[EMAIL PROTECTED]> wrote: > > Need a launchd daemon to automate the upgrade process. I've the > following but for some reason it's stopped working. Also I would like > it to right the results into a log file. > I don't know about anyone else, but unattended port upgrad

sudo port -Rdu upgrade installed (Automated)

2007-12-15 Thread Charlse Darwin
Need a launchd daemon to automate the upgrade process. I've the following but for some reason it's stopped working. Also I would like it to right the results into a log file. -- www.apple.com/DTDs/PropertyList-1.0.dtd"> Label com.macports.upgrade-ou

darwinbuild

2007-12-15 Thread Charlse Darwin
Why isn't darwinbuild available as a port? and if I run svn co http://svn.macosforge.org/repository/darwinbuild/trunk darwinbuild how do I go about building and running darwinbuild itself on my machine? ___ macports-users mailing list macports-users@

Re: sudo port install apache2

2007-12-15 Thread Chris Janton
On 2007-12-14 , at 19:10 , Ryan Schmidt wrote: Ok, so your MacPorts has been inadvertently linked with the rogue readline that was in /usr/local/lib. You should now rebuild MacPorts, either by building from source, or by reinstalling it from the latest disk image for your OS version and t

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
http://www.opensource.apple.com/darwinsource/Current/apache1-696/ apache1/INSTALL $ ./configure --prefix=PREFIX NOTE: PREFIX is not the string "PREFIX". Instead use the Unix filesystem path under which Apache should be installed. For instance use "/usr/local/apache" for PRE

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
I am going to get the source code from here: http://www.opensource.apple.com/darwinsource/tarballs/other/ apache-729.tar.gz http://www.opensource.apple.com/darwinsource/tarballs/other/ apache1-696.tar.gz what do you think? On Dec 15, 2007, at 9:17 AM, Jochen Küpper wrote: On 15.12.2007, at

Re: sudo port install apache2

2007-12-15 Thread Jochen Küpper
On 15.12.2007, at 13:41, Ryan Schmidt wrote: (MacPorts keeps track of what it installed where so that it can uninstall it later with "port uninstall", but normal unix software installed by hand provides no such mechanism.) Then you will have no apache. autotools often do provide similar m

Re: 64 bits & 32 bits ports

2007-12-15 Thread Stefan Bruda
Hi, At 17:12 +0100 on 2007-12-14 Markus Weissmann wrote: > > we're currently working on this; I suppose we'll make the "universal" > builds 4-way universal (ppc, ppc64, i386, x86_64) in some future > release. It would also make sense to allow for x86_64 versions only, no? I am personally

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
Let me see what I can do, thanks. On Dec 15, 2007, at 7:41 AM, Ryan Schmidt wrote: Well, you're not getting the same output as me: your httpd is linked against /usr/lib/libSystem and /usr/local/lib/libexpat. Mine is linked against /usr/lib/libSystem and /usr/lib/libgcc. Apple does not prov

Re: sudo port install apache2

2007-12-15 Thread Ryan Schmidt
Well, you're not getting the same output as me: your httpd is linked against /usr/lib/libSystem and /usr/local/lib/libexpat. Mine is linked against /usr/lib/libSystem and /usr/lib/libgcc. Apple does not provide any software in /usr/local so you must have manually compiled expat in prefix /u

Re: sudo port install apache2

2007-12-15 Thread Charlse Darwin
I am getting the same: $ otool -L /usr/sbin/httpd /usr/sbin/httpd: /usr/local/lib/libexpat.0.1.0.dylib (compatibility version 2.0.0, current version 2.0.0) /usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current version 88.1.10) $ I have tried installing Apache from