Re: Migration questions

2014-06-16 Thread Stephen Langer
On 6/13/14, 10:16 PM, Jeremy Lavergne wrote: If you’ve time/bandwidth, just go ahead and reinstall everything. On Jun 13, 2014, at 22:06, Ryan Schmidt wrote: Hmm. Maybe rebuilding would help. The dependencies you got from our binary packages would hopefully not need to be rebuilt. Although w

Re: Migration questions

2014-06-13 Thread Stephen Langer
On 6/13/14, 4:55 PM, Ryan Schmidt wrote: On Jun 13, 2014, at 10:48 AM, Stephen Langer wrote: I upgraded my Mac at work from 10.7 to 10.9 yesterday. Xcode was still being downloaded when I left in the evening. When I got home I downloaded and installed macports using the migration

Migration questions

2014-06-13 Thread Stephen Langer
Hi -- I upgraded my Mac at work from 10.7 to 10.9 yesterday. Xcode was still being downloaded when I left in the evening. When I got home I downloaded and installed macports using the migration instructions, except that I installed it using the 'installer' command instead of the gui, since

Re: imagemagick with pdf

2014-02-20 Thread Stephen Langer
On 2/20/14 10:57 AM, Brandon Allbery wrote: On Thu, Feb 20, 2014 at 1:52 AM, Sterling Smith mailto:smit...@fusion.gat.com>> wrote: Roger, I have ghostscript installed, but port contents ghostscript | grep convert "convert" is from ImageMagick; it uses delegates to do various thing

location of pkgconfig files for python libraries

2012-04-12 Thread Stephen Langer
Hi -- I have several versions of python and pygtk installed and switch between them using "port select python ...". The port py25-gtk installs pygtk-2.0.pc in /opt/local/lib/pkgconfig, where I expect it to be. But py27-gtk puts it in /opt/local/Library/Frameworks/Python.framework/Versions/2.

Re: /usr/local question

2012-04-04 Thread Stephen Langer
On Apr 4, 2012, at 5:01 PM, Jan Stary wrote: > What "other various installations", exactly? > Nobody uses more then one port system on a given machine > (not that know about any other beside macports and fink). > So whatever the macports prefix, it will not stomp on > any other port system's inst

Re: tcl port and thread anabling

2012-01-11 Thread Stephen Langer
On Jan 11, 2012, at 2:00 PM, Ryan Schmidt wrote: > >> This is a real problem. For example, ImageMagick uses OpenMP and vtk uses >> pthreads. My program would like to link to both. I can force ImageMagick >> to build without OpenMP by defining a no_openmp variant in a local port >> reposito

Re: tcl port and thread anabling

2012-01-11 Thread Stephen Langer
On Jan 11, 2012, at 11:09 AM, Ryan Schmidt wrote: > If enabling threads in tcl will not cause any problems, then we should remove > the variant, enable threads all the time, and revbump tcl and all ports that > use it to force a rebuild. > > But if there is still a valid reason why we'd someti

Python.h bug?

2011-05-20 Thread Stephen Langer
Hi -- Can someone tell me if I'm crazy before I submit a bug report on this? The following short program fails to compile when using Python.h from MacPorts python version 2.6 or 2.7. It compiles with python 2.5, and it compiles on all varieties of Linux with all versions of python that I've t

Re: Broken install on new SnowLeopard machine with MacPorts-1.9.2-10.6-SnowLeopard.dmg

2010-11-17 Thread Stephen Langer
e On Nov 17, 2010, at 9:09 PM, Potato Soup wrote: > Ok, tried that but now it doesn't even see what 'port' command is, it's 'not > found'. I am new to OSX, although not quite as new to Linux. I am just not > getting how OSX is managing these things. It is act

building a version of python with electric fence

2010-07-30 Thread Stephen Langer
Hi -- In order to debug a python extension module that I'm writing, I'd like to create a variant of python that links with electric fence. I edited /opt/local/var/macports/sources/rsync.macports.org/release/ports/lang/python25/Portfile, adding these lines at the end: variant efence { confi

Re: Adding configure options when installing a port

2010-06-18 Thread Stephen Langer
On Jun 17, 2010, at 2:44 PM, Ryan Schmidt wrote: > > On Jun 16, 2010, at 19:31, Stephen Langer wrote: > >> Therefore it's a serious mistake for a packaging system to assume that it's >> ok to enable openmp in libraries. A quick solution would be to provid

ImageMagick and OpenMP (was Re: Adding configure options when installing a port)

2010-06-18 Thread Stephen Langer
On Jun 17, 2010, at 3:34 PM, Stephen Langer wrote: > > On Jun 17, 2010, at 3:17 PM, Scott Webster wrote: > >> On Thu, Jun 17, 2010 at 12:08 PM, Ryan Schmidt >> wrote: >>> >>> On Jun 17, 2010, at 14:05, Scott Webster wrote: >>>> I&#x

Re: Adding configure options when installing a port

2010-06-17 Thread Stephen Langer
On Jun 17, 2010, at 3:17 PM, Scott Webster wrote: > On Thu, Jun 17, 2010 at 12:08 PM, Ryan Schmidt > wrote: >> >> On Jun 17, 2010, at 14:05, Scott Webster wrote: >>> I'm not entirely sure I agree with disabling by default. Unless I was >>> reading this list, I would never have known about thi

Re: Adding configure options when installing a port

2010-06-17 Thread Stephen Langer
On Jun 17, 2010, at 2:44 PM, Ryan Schmidt wrote: > > On Jun 16, 2010, at 19:31, Stephen Langer wrote: > >> Therefore it's a serious mistake for a packaging system to assume that it's >> ok to enable openmp in libraries. A quick solution would be to provid

Re: Adding configure options when installing a port

2010-06-16 Thread Stephen Langer
On Jun 16, 2010, at 6:02 PM, Scott Webster wrote: > On Wed, Jun 16, 2010 at 2:09 PM, Ryan Schmidt wrote: >> So what is OpenMP? It seems it is some kind of multiprocessing library that >> allows some ImageMagick operations to be faster on >> multi-processor/multi-core systems. That sounds good,

Re: Adding configure options when installing a port

2010-06-16 Thread Stephen Langer
On Jun 16, 2010, at 4:13 PM, Bradley Giesbrecht wrote: > > On Jun 16, 2010, at 11:53 AM, Stephen Langer wrote: > >> >> On Jun 16, 2010, at 2:29 PM, Scott Webster wrote: >> >>>>>> I want to build a port with an extra configure option. >>&g

Re: Adding configure options when installing a port

2010-06-16 Thread Stephen Langer
On Jun 16, 2010, at 2:29 PM, Scott Webster wrote: I want to build a port with an extra configure option. Specifically, I want to build squid3 with the --enable-useragent-log option. >> >>> Edit the portfile. configure.args-append is a procedure, not a variable. >>> You can set variabl

Re: atlas depends on gcc43 *and* gcc44 ???

2010-06-02 Thread Stephen Langer
On Jun 2, 2010, at 3:35 PM, Chris Jones wrote: > Hi, > >> Is there a downside to having atlas depend on gcc44 while everything >> else depends on gcc43? > > Its just a little annoying that a package like atlas, which is a dependency > of a dependency drags in a big build like gcc when I