Per package default variants

2011-09-25 Thread Alexander Skwar
Hallo. Is there a way to pre-define variants, a certain package should or should not use? Eg. Let's say I'd want to build curl without ssl and with sftp_scp. All other packages should, by default, be built with ssl (if they support it). When "manually" installing the package, I'd run sudo por

Re: "Upgraded" to 2.0.3, now MacPorts broken :(

2011-09-13 Thread Alexander Skwar
Hello. On Tue, Sep 13, 2011 at 02:25, Ryan Schmidt wrote: > On Sep 12, 2011, at 15:13, Alexander Skwar wrote: >> :info:install : Write error: Broken pipesh: line 1: 54480 Done(1) >>           /usr/bin/tar -cvf - . >> :info:install      54481 Trace/BPT trap          | /op

Re: "Upgraded" to 2.0.3, now MacPorts broken :(

2011-09-12 Thread Alexander Skwar
Hello again. On Mon, Sep 12, 2011 at 10:32, Ryan Schmidt wrote: > > On Sep 11, 2011, at 15:37, Alexander Skwar wrote: > >> Earlier today, I wanted to upgrade from Macports 1.9.2 to >> 2.0.3 on my OSX 10.6.8 system. Well, it didn't work out… >> >> http:/

Re: "Upgraded" to 2.0.3, now MacPorts broken :(

2011-09-12 Thread Alexander Skwar
Good evening, On Mon, Sep 12, 2011 at 10:37, Ryan Schmidt wrote: > On Sep 12, 2011, at 03:32, Ryan Schmidt wrote: > >> I wonder if MacPorts is trying to use MacPorts' own bzip2 to decompress the >> archive; if so, that of course won't work, as you noted below. >> >>> As you can see there (or als

"Upgraded" to 2.0.3, now MacPorts broken :(

2011-09-11 Thread Alexander Skwar
Hello. Earlier today, I wanted to upgrade from Macports 1.9.2 to 2.0.3 on my OSX 10.6.8 system. Well, it didn't work out… http://pastebin.com/he85hMaP As you can see there (or also further down), an update failed. Also when I try to start bzip2 or (pretty bad…) bash from MacPorts, I get problem

Re:

2011-05-25 Thread Alexander Skwar
Hi. On Wed, May 25, 2011 at 11:25, Karl Landsteiner wrote: > > Hi, > > I have a problem with installing kile on OS X 10.5.8. > > I followed the instruction on the MacPorts page, installed Xcode 3.1.4 then > MacPorts > and then did > port install kdebase3 > and > port install kile > > when I try

Re: fetching sources from sourceforge takes very long time

2011-05-11 Thread Alexander Skwar
Alexander, do you also experience slow downloads, when you download from Source Forge using a normal browser (Chrome, Firefox or whatnot)? Eg. this 50MB file: http://sourceforge.net/projects/tuxpaint/files/tuxpaint/0.9.21/tuxpaint_0.9.21-1maemo8_i386.deb/download (It's just a random largish file t

Re: coreutils ls color (was: another question...)

2011-05-10 Thread Alexander Skwar
Hi. On Tue, May 10, 2011 at 16:31, Rodolfo Aramayo wrote: > Answers below.. > > --Rodolfo > > > > On Tue, May 10, 2011 at 09:03, Alexander Skwar > wrote: >> >> Rodolfo, >> are you really sure? > > It works of that I am sure That's hard to be

Re: coreutils ls color (was: another question...)

2011-05-10 Thread Alexander Skwar
Rodolfo, are you really sure? Why should PS1 (the prompt value) have anything to do with ls showing color (or not)? There's no connection between those two settings and your, how you call it, "rationale" doesn't explain this. Oh, and BTW: What you discovered is IMO *the* prime reason, why it's a

Re: coreutils ls color (was: another question...)

2011-05-09 Thread Alexander Skwar
Hello. On Mon, May 9, 2011 at 12:00, Ryan Schmidt wrote: > > On May 8, 2011, at 16:39, Rodolfo Aramayo wrote: > > > I upgraded coreutils to v8.12 > > > > and added: > > > > export PATH=/opt/local/libexec/gnubin:$PATH > > > > as suggested during the installation > > > > everything works beautifull

Re: Standard/recommended md5sum for mac

2011-05-02 Thread Alexander Skwar
Hi. On Mon, May 2, 2011 at 10:12, Gabriele Kahlout wrote: > Hello, > > I've noticed that md5sum is not installed and not even available on > macports. Wrong. md5sum is available in macports. It's called gmd5sum. Should be part of coreutils (cannot verify right now). > I figured there's md5 whic

Re: stat

2011-04-27 Thread Alexander Skwar
Hi! If it's in /usr/local/bin, then it's most likely NOT from Apple. That having said, yes, there's a GNU version of stat. It's part of the coreutils and thus should have a good chance of being available close to everywhere. I also have it on my Solaris boxes (there it's called gstat). For the re

Re: Insufficient privileges?

2011-04-18 Thread Alexander Skwar
John, That's not true. Sudoers does work as advertised. My non-admin user is in a custom "sudoers" group and I *am* able to use sudo. Without having to use su first. I am using the apple sudo. From my sudoers http://nopaste.dk/p3153 : # Defaults specification Defaultsenv_reset Defaults

Re: Reply-To list :WAS: Re: index.php files ignored

2011-03-21 Thread Alexander Skwar
Keith, I agree that it would be better to munge the reply-to field. But, as stated in the article, IETF has spoken and reply-to isn't to be munged. Consequence: Just hit Reply-To-All when replying. Easy enough, I think ;) But then there are of course certain *** people, who complain that they go

Re: Python app installed with -2.7 suffix - how to avoid?

2011-02-26 Thread Alexander Skwar
Ryan, 2011/2/25 Ryan Schmidt > > On Feb 24, 2011, at 10:51, Alexander Skwar wrote: > > What do I have to change in the Portfile, so that I do NOT get > > the -2.7 suffix? > > Add this line to the portfile: > > python.link_binaries_suffix > > That is, you

Python app installed with -2.7 suffix - how to avoid?

2011-02-24 Thread Alexander Skwar
Hi! I installed s3cmd 1.0.0 based on the 0.9.9 Portfile in the tree http://trac.macports.org/browser/trunk/dports/net/s3cmd/Portfile My 1.0.0 Portfile is here: http://macports.pastebin.com/Uie43wj2 I basically just changed the version number and python2.5 to python2.7. After having done "port in