Re: imagemagick with pdf

2014-02-19 Thread Sterling Smith
Roger, I have ghostscript installed, but port contents ghostscript | grep convert yields nothing. What do which convert and type convert yield for you? -Sterling On Feb 19, 2014, at 5:00PM, Roger Pack wrote: > Does anybody get the following failure with using imagemagick on pdf's? > > (insta

Re: Problem with Macports, homebrew, and ghostscript

2014-02-14 Thread Sterling Smith
On Feb 13, 2014, at 8:07PM, asllearner wrote: > Sterling Smith wrote >>> According to >>> >>> https://trac.macports.org/wiki/FAQ#usrlocal >>> >>> you could try to rename /usr/local. MacPorts doesn't install anything to >>> /us

Re: Problem with Macports, homebrew, and ghostscript

2014-02-11 Thread Sterling Smith
Adding the list. On Feb 11, 2014, at 4:55AM, Sterling Smith wrote: > Fellow User, > > According to > > https://trac.macports.org/wiki/FAQ#usrlocal > > you could try to rename /usr/local. MacPorts doesn't install anything to > /usr/local. If there is anything

Re: Why does the macport of gnu coreutils not contain gstdbuf ?

2014-01-07 Thread Sterling Smith
Pushpendre, Does something relevant appear from port contents coreutil | grep stdbuf -Sterling On Jan 7, 2014, at 2:25PM, Pushpendre Rastogi wrote: > Hi all, > > After installing coreutils on my mac I noticed that stdbuf was missing. > I wanted to know if my installation is faulty or the port

Re: gcc48/gcc49: isalnum/isgraph: Undefined symbols for architecture x86_64

2013-11-07 Thread Sterling Smith
> > > You are correct on all accounts, I did have a typo in my example (DOH!!!), > if I drop the -std=c++11 it works and if I compile with clang++ it works > as well. > > > Anyone have a suggestion for a proper workaround??? > > > -brian Brian, What is wrong with the two workarounds you giv

Re: Upgraded to Mavericks and now I can't update MacPorts

2013-10-28 Thread Sterling Smith
https://trac.macports.org/wiki/ProblemHotlist#tclConfig On Oct 28, 2013, at 8:28PM, Patrick Burton wrote: > $ sudo port -v selfupdate > Password: > ---> Updating MacPorts base sources using rsync > receiving file list ... done > base.tar > > sent 13396 bytes received 10346 bytes 47484.00 bytes

Re: Upgraded to Mavericks and now I can't update MacPorts

2013-10-28 Thread Sterling Smith
Did you try: https://trac.macports.org/wiki/Migration ? -Sterling On Oct 28, 2013, at 2:23PM, Patrick Burton wrote: > Hello, > > I updated to Mavericks and also updated Xcode but I can’t seem to be able to > update macports. I get the following error: > > $ port -v selfupdate > ---> Updating

Re: macports instal pkg - alert msg

2013-10-11 Thread Sterling Smith
A, Perhaps you don't understand what macports is. It is a way of installing various applications (or libraries), with the correct understanding and installation of the dependencies for that application. The usual way of installing a given application is to find out its portname > port search

Re: Looking for a clue... where do I start if I want to contribute a patch to a broken port?

2013-09-13 Thread Sterling Smith
> >> 2) Do I edit patches & the portfile in place on my /opt filesystem, or can I >> build a port from within my own source tree? > > Either will work. If you work in /opt consider switching from rsync to svn to > preserve your work: > http://guide.macports.org/#installing.macports.subversion >

Re: Minimising MacPorts Internal Disk Usage

2013-08-14 Thread Sterling Smith
Bob, You could use the command port contents to see which files your desired port(s) really install (and presumably are needed for those desired ports to function). -Sterling On Aug 14, 2013, at 7:21PM, Bob M wrote: > Hi all; I have an MB air with internal (smallish) SSD. I need some of > t

Re: python bindings for gconf?

2013-08-09 Thread Sterling Smith
On Aug 9, 2013, at 12:08PM, Ryan Schmidt wrote: > > On Aug 9, 2013, at 14:00, Sterling Smith wrote: > >> I am looking for a port that provides python bindings for gconf (i.e. >>> >> import gconf). Does it exist? > > Based on what I see when I "port

python bindings for gconf?

2013-08-09 Thread Sterling Smith
List, I am looking for a port that provides python bindings for gconf (i.e. >>> import gconf). Does it exist? Thanks, Sterling ___ macports-users mailing list macports-users@lists.macosforge.org https://lists.macosforge.org/mailman/listinfo/macports-u

Re: Xcode command line version ...

2013-06-03 Thread Sterling Smith
Peter, I seem to recall a lengthy discussion on this list about the need for the full version of Xcode. You might search the list archives. -Sterling On Jun 3, 2013, at 10:03AM, Dominik Reichardt wrote: > Don't forget to reply to all ;) > > The reason is that this way the foundation is the s

Re: 'No manual entry for port'

2013-05-01 Thread Sterling Smith
Adam, As per Lawrence Velázquez's email, you need to give the full path to port (/opt/local/bin/port) until you fix your shell's login files. To modify your tcsh shell login files, type at the command line open ~/.cshrc On my 10.6.8 machine, this opens the ~/.cshrc file in TextEdit. At the

Re: 'No manual entry for port'

2013-04-30 Thread Sterling Smith
Adam, Here are the contents of the end of my .cshrc file (I use the tcsh shell also). # MacPorts Installer addition on 2010-04-26_at_08:19:26: adding an appropriate PATH variable for use with MacPorts. setenv PATH /opt/local/bin:/opt/local/sbin:$PATH # Finished adapting your PATH environment var

Re: difficulty updating libiconv

2013-04-24 Thread Sterling Smith
On Apr 23, 2013, at 10:56PM, David Winsemius wrote: > > On Apr 23, 2013, at 9:37 PM, Ryan Schmidt wrote: > >> >> When you wrote /opt/local, did you mean /usr/local? If so, please get rid of >> it. Having software installed in /usr/local will interfere with MacPorts. > > I'm in between two au

Re: Where to manually place extra python resources

2013-03-20 Thread Sterling Smith
Jim, I raised a similar question at some point about the possibility of a python version of cpan2port, which would basically create a template portfile to do an easy_install of the package in a MacPorts-aware way. I never heard any feedback. My guess is that someone familiar with writing port

Re: Using -std=c++11 with the macports gcc-4.7 compiler

2013-01-17 Thread Sterling Smith
Jeremy, I was puzzled by this line: > > Interesting. I'll take a look, but if it's anything more than "apply these > patches to gcc" I can't really touch it due to gcc being GPL3. Maybe I just need to read the GPL3 better. -Sterling ___ macports-us

Re: Why pip does not use gcc and g++ automatically? (Mountain Loin)

2012-10-22 Thread Sterling Smith
Peng, The macports solution is to file bug reports requesting updated ports for any given python package that is out of date. If you have problems with scipy outside of macports (even though the pip is installed by macports), then I recommend filing a bug at the link available at http://www.

Re: Using MacPorts Python packages in different Python

2012-04-17 Thread Sterling Smith
Kamesh, I do not use the Enthought python distribution, but in other python distributions the path that is searched for modules is affected by the PYTHONPATH environment variable, and is also accessible/editable in the python interpreter by import sys sys.path.append('/path/to/add/') -Sterli