upgrade --force

2012-05-29 Thread Bradley Giesbrecht
Under "port upgrade --force", wouldn't it be better to wait until the Portfile is ready to activate the newly built port before deactivating and uninstalling the existing port? $ sudo port -n upgrade --force phonon ---> Computing dependencies for phonon ---> Cleaning phonon ---> Unable to uni

Re: Apache httpd 2.4.x layout

2012-05-29 Thread Bradley Giesbrecht
On May 29, 2012, at 3:20 PM, Bjarne D Mathiesen wrote: > +-+ > | | > | !!! WORKING !!! | > | | > +-+ > > # MacPorts path layout. > >prefix:/usr/local >exec_prefix:${prefix} >bindir:

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Joshua Root
On 2012-5-30 00:27 , Ryan Schmidt wrote: > > I'm not really clear on why we ever bother making new installers, since > running the installer for any version of MacPorts automatically runs > selfupdate, which will update the user to the current version of MacPorts. So > any Tiger user can just r

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Joshua Root
On 2012-5-30 00:10 , Jeremy Lavergne wrote: >> MacPorts 2.1.1 still works fine on Tiger and up. > > We're just no longer distributing installers for it? The site indicates > Leopard is the only legacy platform with installers, implying Tiger can't > install MacPorts. It implies that you might h

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Joshua Root
On 2012-5-30 00:02 , Ryan Schmidt wrote: > If a port doesn't support Tiger, it should so indicate with a pre-fetch error > message. Examples of ports that do this include csu and nodejs. Clearing the dependencies is also nice to do. If you really want to keep the port available for Tiger, you c

Re: Apache httpd 2.4.x layout

2012-05-29 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Bjarne D Mathiesen wrote: >> Layout of conf files : >> >> I'm somewhat enamored by the Ubuntu layout of the conf structure, where >> they keep a conf-file for each module & have split the main httpd.conf >> file into smaller parts. >> >> Would it be an idea for us to do

Re: Apache httpd 2.4.x layout

2012-05-29 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Bjarne D Mathiesen wrote: >> Layout of conf files : >> >> I'm somewhat enamored by the Ubuntu layout of the conf structure, where >> they keep a conf-file for each module & have split the main httpd.conf >> file into smaller parts. >> >> Would it be an idea for us to do

Re: Apache httpd 2.4.x layout

2012-05-29 Thread Bjarne D Mathiesen
Bjarne D Mathiesen wrote: > Layout of conf files : > > I'm somewhat enamored by the Ubuntu layout of the conf structure, where > they keep a conf-file for each module & have split the main httpd.conf > file into smaller parts. > > Would it be an idea for us to do something similiar ??? > I'ld be

Re: Apache httpd 2.4.x layout

2012-05-29 Thread Bjarne D Mathiesen
+-+ | | | !!! WORKING !!! | | | +-+ # MacPorts path layout. prefix:/usr/local exec_prefix:${prefix} bindir: ${exec_prefix}/bin sbindir:${exec_prefix}/sbin libdir:

Re: [93751] trunk/dports/security/yubico-c-client/Portfile

2012-05-29 Thread Clemens Lang
On Tue, May 29, 2012 at 05:08:06PM -0500, Ryan Schmidt wrote: > Forgot to actually commit this patchfile? Yes, thank you for noticing, r93753. -- Clemens Lang ___ macports-dev mailing list macports-dev@lists.macosforge.org http://lists.macosforge.org/

Re: [93751] trunk/dports/security/yubico-c-client/Portfile

2012-05-29 Thread Ryan Schmidt
On May 29, 2012, at 16:52, c...@macports.org wrote: > Revision: 93751 > https://trac.macports.org/changeset/93751 > Author: c...@macports.org > Date: 2012-05-29 14:52:12 -0700 (Tue, 29 May 2012) > Log Message: > --- > yubico-c-client: Fix build with automake 1.12 > > Modif

Re: xcode-select problem on a clean install of OS X Lion, XCode and MacPorts

2012-05-29 Thread Clemens Lang
On Tue, May 29, 2012 at 09:47:30PM +0200, Marin Saric wrote: > 2) If not, give /Applications/Xcode.app a try, run xcode-select > -switch and issue a warning. Automagically modifying a user's setting is not a good idea. MacPorts should at most warn and tell the user what to do. Doesn't MacPorts al

xcode-select problem on a clean install of OS X Lion, XCode and MacPorts

2012-05-29 Thread Marin Saric
Hi, In an attempt to reproduce some build errors as accurately as possible, I installed XCode and MacPorts on a bare bones machine with only a fresh verison of 10.7 on it and a few unrelated apps. I then installed the Command Line Tools, per the MacPorts user guide. It turned out that I had to ma

Re: [93246] trunk/dports/devel/glib2/files/patch-configure.diff

2012-05-29 Thread Sean Farley
> Thanks. I wish developers would fix bugs... > > https://bugzilla.gnome.org/show_bug.cgi?id=640834 Yeah, I know what you mean... http://lists.macosforge.org/pipermail/macports-dev/2012-May/019098.html http://lists.macosforge.org/pipermail/macports-dev/2012-May/019300.html (fixed in this combo

Re: Fetching tarball of a commit

2012-05-29 Thread Sean Farley
> I saw that but I don't quite follow what it provides.  Could you show sample > output? Ok, Ryan, what direction do you want the github portgroup to go in? 1) Have the portfile maintainer specify a git hash via git.branch (or git.tag; whichever one it is)? ex. git.branch 9ccfac11f31d8d05d48092

Re: Default choices for port select (was: Re: py-mercurial)

2012-05-29 Thread Sean Farley
>> Sure it is. You could just generate the files needed during the >> post-destroot phase. Something like this: >> >> 1) loop through ${python.prefix}/{bin,etc,share,lib,libexec} >> 2) output into 'select' files: base, none, etc. > > And which port is supposed to install these files? > > Multiple p

Re: Support for Tiger (was: Re: What should a port do if 10.4 is not supported any more?)

2012-05-29 Thread Ryan Schmidt
On May 29, 2012, at 09:49, Rainer Müller wrote: > On 05/29/12 16:02, Ryan Schmidt wrote: >> MacPorts 2.1.1 still works fine on Tiger and up. > > At least the selfupdate from 2.0.x to 2.1.x on Tiger is broken according > to a report on StackOverflow [1]. > > I never bothered to report it here as

Re: Support for Tiger (was: Re: What should a port do if 10.4 is not supported any more?)

2012-05-29 Thread vincent habchi
On 29 mai 2012, at 16:49, Rainer Müller wrote: > On 05/29/12 16:02, Ryan Schmidt wrote: >> MacPorts 2.1.1 still works fine on Tiger and up. > > At least the selfupdate from 2.0.x to 2.1.x on Tiger is broken according > to a report on StackOverflow [1]. If the problem is just related to an obsol

Support for Tiger (was: Re: What should a port do if 10.4 is not supported any more?)

2012-05-29 Thread Rainer Müller
On 05/29/12 16:02, Ryan Schmidt wrote: > MacPorts 2.1.1 still works fine on Tiger and up. At least the selfupdate from 2.0.x to 2.1.x on Tiger is broken according to a report on StackOverflow [1]. I never bothered to report it here as we previously considered versions of Mac OS X below Leopard as

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Ryan Schmidt
On May 29, 2012, at 09:15, Mojca Miklavec wrote: > On Tue, May 29, 2012 at 4:02 PM, Ryan Schmidt wrote: >> On May 29, 2012, at 08:50, Jeremy Lavergne wrote: >> What is the general strategy for handling such situations in MacPorts? I guess that other developers might reject my patch if

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Ryan Schmidt
On May 29, 2012, at 09:10, Jeremy Lavergne wrote: >> Use of the current ports tree assumes use of the current version of >> MacPorts. We don't support use of earlier versions of MacPorts. > > Well we've seen that not be the case when things from the future versions are > sent out too early. Us

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Bjarne D Mathiesen
Jeremy Lavergne wrote: >> MacPorts 2.1.1 still works fine on Tiger and up. > > We're just no longer distributing installers for it? The site indicates > Leopard is the only legacy platform with installers, implying Tiger can't > install MacPorts. I'ld say that 10.5 Leopard is a safe bet. 10.5

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Mojca Miklavec
On Tue, May 29, 2012 at 4:10 PM, Jeremy Lavergne wrote: > >> MacPorts 2.1.1 still works fine on Tiger and up. > > We're just no longer distributing installers for it? The site indicates > Leopard is the only legacy platform with installers, implying Tiger can't > install MacPorts. There is no in

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Mojca Miklavec
On Tue, May 29, 2012 at 4:02 PM, Ryan Schmidt wrote: > On May 29, 2012, at 08:50, Jeremy Lavergne wrote: > >>> What is the general strategy for handling such situations in MacPorts? >>> I guess that other developers might reject my patch if it drops >>> support for 10.4, but with wxWidgets 2.9.4 on

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Jeremy Lavergne
> Use of the current ports tree assumes use of the current version of MacPorts. > We don't support use of earlier versions of MacPorts. Well we've seen that not be the case when things from the future versions are sent out too early. Usually this is mitigated by wrapping with exists/info checks

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Ryan Schmidt
On May 29, 2012, at 08:50, Jeremy Lavergne wrote: >> I was playing with wxWidgets 2.9 a bit. It builds fine without 10.6 >> (QuickDraw has been removed recently), so I guess that there should >> not be any issues on Mountain Lion any more, but on the other hand I >> noticed that those changes don'

Re: What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Jeremy Lavergne
> I was playing with wxWidgets 2.9 a bit. It builds fine without 10.6 > (QuickDraw has been removed recently), so I guess that there should > not be any issues on Mountain Lion any more, but on the other hand I > noticed that those changes don't support Tiger any more, so 2.9.4 > (whenever it's goi

What should a port do if 10.4 is not supported any more?

2012-05-29 Thread Mojca Miklavec
Hello, I was playing with wxWidgets 2.9 a bit. It builds fine without 10.6 (QuickDraw has been removed recently), so I guess that there should not be any issues on Mountain Lion any more, but on the other hand I noticed that those changes don't support Tiger any more, so 2.9.4 (whenever it's going

Re: Apache httpd 2.4.x layout

2012-05-29 Thread Bjarne D Mathiesen
## ## config.layout -- Pre-defined Installation Path Layouts ## ## Hints: ## - layouts can be loaded with configure's --enable-layout=ID option ## - when no --enable-layout option is given, the default layout is `Apache' ## - a trailing plus character (`+') on paths is replaced with a ##`/

Re: Problems with cpp (in wxWidgets-devel)

2012-05-29 Thread Joshua Root
On 2012-5-29 20:51 , Mojca Miklavec wrote: > On Tue, May 29, 2012 at 12:24 PM, Joshua Root wrote: >> On 2012-5-29 19:57 , Mojca Miklavec wrote: >>> Hello, >>> >>> if I try to build wxWidgets with a patch that enables building with >>> clang. But if I try to build +universal, it seems that I hit the

Re: Problems with cpp (in wxWidgets-devel)

2012-05-29 Thread Mojca Miklavec
On Tue, May 29, 2012 at 12:24 PM, Joshua Root wrote: > On 2012-5-29 19:57 , Mojca Miklavec wrote: >> Hello, >> >> if I try to build wxWidgets with a patch that enables building with >> clang. But if I try to build +universal, it seems that I hit the >> problem of "looks like it's using parts of Qui

Re: Problems with cpp (in wxWidgets-devel)

2012-05-29 Thread Joshua Root
On 2012-5-29 19:57 , Mojca Miklavec wrote: > Hello, > > if I try to build wxWidgets with a patch that enables building with > clang. But if I try to build +universal, it seems that I hit the > problem of "looks like it's using parts of QuickDraw that are gone in > Lion", so I need to build with SD

Re: Problems with cpp (in wxWidgets-devel)

2012-05-29 Thread Mojca Miklavec
On Tue, May 29, 2012 at 11:57 AM, Mojca Miklavec wrote: > Hello, > > if I try to build wxWidgets with a patch that enables building with > clang. But if I try to build +universal, it seems that I hit the > problem of "looks like it's using parts of QuickDraw that are gone in > Lion", so I need to b

Problems with cpp (in wxWidgets-devel)

2012-05-29 Thread Mojca Miklavec
Hello, if I try to build wxWidgets with a patch that enables building with clang. But if I try to build +universal, it seems that I hit the problem of "looks like it's using parts of QuickDraw that are gone in Lion", so I need to build with SDK for 10.6. But then it fails with an equivalent of