Re: what went where?

2011-10-16 Thread Perry Lee
On Oct 16, 2011, at 12:32 PM, Mr. Puneet Kishor wrote: > ---> Attempting to fetch > GDAL-1.7.1.tar.gzfromhttp://ykf.ca.distfiles.macports.org/MacPorts/mpdistfiles/python > ---> Verifying checksum(s) for py27-gdal > ---> Extracting py27-gdal > ---> Configuring py27-gdal > ---> Building py27-

Re: does istumbler actually install?

2011-07-08 Thread Perry Lee
On Fri, Jul 8, 2011 at 11:13 AM, William H. Magill wrote: > And yes, it is definitely not in either /opt/local/bin or /opt/local/sbin Check /Applications/MacPorts. ___ macports-users mailing list macports-users@lists.macosforge.org http://lists.macosfor

Re: Removing/Blocking Specific Mirrors

2010-08-22 Thread Perry Lee
On Aug 22, 2010, at 4:46 PM, Jeff Singleton wrote: > Cool ... was it a problem for you too? > > I live in Atlanta, and Internap is a joke around here, so I wouldn't > be surprised. Yeah, I was seeing the same problem in California. Someone also reported the issue on IRC. ___

Re: Removing/Blocking Specific Mirrors

2010-08-22 Thread Perry Lee
On Aug 21, 2010, at 5:37 PM, Jeff Singleton wrote: > Internap's Sourceforge mirror has been real pissy lately, at least for > me. Is there a way to just remove this one mirror from the list or > blacklist it so that it is skipped when using SF's repository? I removed Internap from the list of m

Re: Removing/Blocking Specific Mirrors

2010-08-21 Thread Perry Lee
On Aug 21, 2010, at 6:54 PM, Arno Hautala wrote: > It's not exactly elegant and a MacPorts specific configuration file > might be more desirable, but it'd work. You can remove the mirror from ${ports_tree}/_resources/port1.0/fetch/mirror_sites.tcl. 376 set portfetch::mirror_sites::sites(sourcef

Re: Questions about Perl and Python

2010-08-02 Thread Perry Lee
On Aug 2, 2010, at 1:43 PM, Rodolfo Aramayo wrote: > Is there any way for me to tell MacPorts to use the Perl and Python > installations that come with MacOSX10.6? instead of installing their own? > Do we have any choice in this? No. Refer to [1] for the answer why. [1] http://trac.macports.or

Re: Comparing installed versus new versions of ports

2010-06-17 Thread Perry Lee
On Jun 17, 2010, at 11:38 AM, Joshua Root wrote: > On 2010-6-18 04:34 , Perry Lee wrote: >> On Jun 17, 2010, at 11:32 AM, Michael_google gmail_Gersten wrote: >> >>> I'd like to know a good way to compare what's installed and >>> out-of-date wit

Re: Comparing installed versus new versions of ports

2010-06-17 Thread Perry Lee
On Jun 17, 2010, at 11:32 AM, Michael_google gmail_Gersten wrote: > I'd like to know a good way to compare what's installed and > out-of-date with what's available. > > If I say "port installed outdated", I get a list of what's installed, > that's out of date, with the installed version. > But it

Re: upgrade outdated

2010-06-11 Thread Perry Lee
On Jun 11, 2010, at 10:39 AM, John B Brown wrote: > Dear Folk, > > What is the meaning of the last message below. Please ignore my lack of > close reading shown in (11). > > (12): % sudo port upgrade outdated > Error: No ports matched the given expression > j...@pinball3:~ > (13): % > ==

Re: Where is GPG?

2010-04-18 Thread Perry Lee
On Apr 18, 2010, at 9:41 AM, Michael_google gmail_Gersten wrote: > I found lots of stuff for working with GPG, but I can't find gpg > itself. Where should I be looking? Try gnupg or gnupg2. ___ macports-users mailing list macports-users@lists.macosforge

Re: Can't get MacPorts to work after the install

2010-04-02 Thread Perry Lee
On Apr 2, 2010, at 4:19 AM, Yves S. Garret wrote: > Everything was as it should, then I modified the .zsh_profile file in order > to insert to modify the PATH and it looks as it does below: > > #!/bin/zsh > > if [ -e ~/.zshrc ]; then > source ~/.zshrc > fi > > export PATH=/opt/local/bin:$PATH

Re: Is there a way to get the previous version of any package?

2010-03-25 Thread Perry Lee
You can also create a local Portfile repository [1] with the older version of zlib, so port will see the older version rather than the newer one. pe...@patton-lxp ~/src/lports/archivers/zlib % port list zlib zlib @1.2.3 archivers/zlib zlib

Re: "sudo port upgrade outdated" fills HDD

2010-02-17 Thread Perry Lee
On Feb 17, 2010, at 8:03 AM, Sam Kuper wrote: > Is there a command to show which ports depend on boost? The reason I ask is > that if the ports that depend on boost are ones I can live without or can > find .dmg files for, then I'd prefer to skip boost altogether than to > troubleshoot its buil

Re: suggestion for 'port outdated' to print a dependency tree

2009-10-13 Thread Perry Lee
Darren Weber wrote: Is it possible to get a txt-based listing of the dependency tree from 'port outdated'? Not from `port outdated`, but you may want to look at port-rdeps - http://svn.macports.org/repository/macports/contrib/port-rdeps/port-rdeps _

Re: Python26 again

2009-09-25 Thread Perry Lee
vincent habchi wrote: you mean that under the directory /opt/local/Library/Frameworks/Python.framework you have only one entry, the subdirectory: Versions Right ? Yeah. pe...@phoenix /opt/local/Library/Frameworks/Python.framework $ ls -a . .. Versions

Re: Non-working non-root install

2009-09-02 Thread Perry Lee
Ryan Schmidt wrote: > On Aug 31, 2009, at 11:25, Ryan Schmidt wrote: > >> I am attaching a script which reproduces the problem on my system >> (clean install of Snow Leopard), and the output I get. When you run >> it, do you see the problem on your system as well? You need to edit >> the user in t

Re: port_cutleaves

2009-06-18 Thread Perry Lee
On Jun 19, 2009, at 9:34 AM, Thomas De Contes wrote: thanks to port_cutleaves, i uninstalled all ports that i didn't need :-) and today, doing "port -u upgrade outdated", it reinstalls them :-/ xorg-xtrans xorg-bigreqsproto xorg-xcmiscproto xorg-xextproto xorg-xf86bigfontproto xorg-inputproto

Re: clean old ports

2009-06-18 Thread Perry Lee
On Jun 19, 2009, at 8:28 AM, Thomas De Contes wrote: is there a way to do so that all ports which are not curently installed are as clean as they never were installed ? `port clean --all not installed` ___ macports-users mailing list macports-users@l

Re: "port: command not found" after installing MacPorts-1.7.1-10.5-Leopard

2009-05-12 Thread Perry Lee
On May 12, 2009, at 10:53 PM, Lokeshwaran wrote: Clearly, the PATH variables defined in .profile is not set. Does zsh not read from .profile? Or should something else be done for macports to work with zsh? http://zsh.dotsrc.org/Guide/zshguide02.html#l9 Try adding 'path=(/opt/local/{bin,sbin

Re: texlive_base failed to build

2009-02-22 Thread Perry Lee
On Feb 22, 2009, at 4:17 PM, David Epstein wrote: In desperation, I downloaded MacTex (not via MacPorts), and the installation seemed to go OK. But when I tried to use it, I got an error message that /opt/local/bin/pdflatex didn't exist. I was surprised by this unexpected interaction between

Re: Question concerning redundant package installation

2009-02-11 Thread Perry Lee
On Feb 11, 2009, at 9:47 PM, Charlie Sharpsteen wrote: Much of this all ready exists on my computer and I am a little concerned about managing conflicts. Is there any way to have port preferentially link against libraries outside of /opt/local instead of downloading redundant copies? Hi C

Re: feature suggestion: instructions for reporting build problems

2009-01-26 Thread Perry Lee
On Jan 26, 2009, at 1:16 PM, John Joseph Bachir wrote: Perhaps such a message should be included in the output of `port info foo`? Something liek "Note: if you are having problems building a port, do not contact the maintainer directly-- it is better to first send email to the users list, o

Announce: port_cutleaves-0.1

2009-01-25 Thread Perry Lee
Hi All, I just wanted to announce a new port (sysutils/port_cutleaves) that you may be interested in if your MacPorts installation has gotten a little bloated/crufty over time. port_cutleaves is is an interactive script that eases the uninstallation of "leaves" - ports that have no depend

Re: *_select's

2008-12-17 Thread Perry Lee
On Mon, Dec 01, 2008 at 03:47:42PM -0700, Bryan Blackburn wrote: > On Mon, Dec 01, 2008 at 11:08:12AM +0100, Rainer Müller said: > > Best would be to add select stuff to base like 'port select'. All other > > functionality of MacPorts is called from the port tool and we should > > stick to this. >

Re: Error upgrading xrender on Panther

2008-12-15 Thread Perry Lee
On Mon, Dec 15, 2008 at 02:00:15PM -0800, Frank J. R. Hanstick wrote: > Attached is a debug sample of the loop. I tried "sudo port -d upgrade > installed >ports.log" and the output only went to the Terminal window. As a quick answer to why the output only went to the Terminal window rather

Re: MacPorts installs libraries I already have!

2008-12-04 Thread Perry Lee
Ryan Schmidt wrote: > Yes, I would love to have cleaner anchors like the Subversion FAQ, > however the Subversion FAQ is a manually crafted HTML document; it was > not made using Trac. How can we do the same with Trac syntax? This syntax appears to work (at least in preview mode): === Explicit id

Re: *_select's

2008-11-29 Thread Perry Lee
Bryan Blackburn wrote: >> For those of us not familiar with gentoo, how does eselect work? eselect [] : [help|usage|version| ... |scan] Example: (Find out options for a module) # eselect list These selections are available: [1] [2] (Set an option) # eselect set (Display th

Re: MPlayer Port Suggestion

2008-11-20 Thread Perry Lee
Eric Cronin wrote: >> snapshot on our own clock. Finding a good revision to use as a >> starting point is the first challenge, and then updating the Portfile >> configure stage to mesh with the options of that snapshot is next. If We might want to start looking from r27675 onward; I believe this

Re: MPlayer Port Suggestion

2008-11-20 Thread Perry Lee
Altoine Barker wrote: > I had discussed with Eric Cronin on this list about using svn source of > mplayer to build a port. I did some crash reading on svn and to avoid > the pitfalls of committing an update that will break the port, I > wondered was it possible to get svn sources by changesets? And

Re: Trac queries not working

2008-11-19 Thread Perry Lee
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ludwig wrote: > http://trac.macports.org/query and http://trac.macports.org/search both > return: > >> Oops& > >> Trac detected an internal error: Weird; queries are working for me. I just tried both links. -BEGIN PGP SIGNATURE- Version: Gn