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 ryandes...@macports.org wrote: Hmm. Maybe rebuilding would help. The dependencies you got from our binary packages would hopefully not need

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: 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 stephen.lan...@nist.gov 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

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 smit...@fusion.gat.com mailto:smit...@fusion.gat.com wrote: Roger, I have ghostscript installed, but port contents ghostscript | grep convert convert is from ImageMagick; it uses delegates

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

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

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 sometimes

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 repository, but

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

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

2010-11-17 Thread Stephen Langer
, 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 acting quite weird. From: Stephen Langer stephen.lan...@nist.gov

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 {

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 ryandes...@macports.org wrote: On Jun 17, 2010, at 14:05, Scott Webster wrote: I'm not entirely sure I agree with disabling by default

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 provide both openmp and no-openmp variants

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 provide both openmp and no-openmp variants

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 ryandes...@macports.org 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

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 variables on the

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. Specifically, I want to build squid3 with the --enable-useragent-log

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 ryandes...@macports.org 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.

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 have no