Re: reopen 31679 and properly fix

2012-03-04 Thread Joshua Root
On 2012-3-5 03:44 , Jack Howarth wrote: > On Mon, Mar 05, 2012 at 02:51:00AM +1100, Joshua Root wrote: >> On 2012-3-5 01:27 , Jack Howarth wrote: >>> platform darwin 11 { >>> +configure.cflags-append -std=c89 >>> configure.ldflags-append -Wl,-no_pie >>> } >> >> That's not right, it needs

Re: Remove alternate worksrcpath

2012-03-04 Thread Joshua Root
On 2012-3-5 04:16 , Rainer Müller wrote: > Hello, > > as of MacPorts 1.8 we support using an alternate worksrcpath in > ~/.macports for compiling without root privileges. However, some > releases later we are now dropping privileges to a separate macports > user and using a different home director

Scheduled downtime on Mar 5, 16-17 UTC

2012-03-04 Thread Rainer Müller
Hello, there will be a scheduled downtime for the MacPorts Trac and Subversion server due to maintenance at our hosting provider MacOSforge. The services mentioned above will be affected on Monday, March 5th, from 16:00 to 17:00 UTC. Hopefully the interruption will not even take the full time. R

Re: [90393] trunk/dports/lang/sbcl/Portfile

2012-03-04 Thread Ryan Schmidt
On Mar 4, 2012, at 07:11, easie...@macports.org wrote: > Revision: 90393 > http://trac.macports.org/changeset/90393 > Author: easie...@macports.org > Date: 2012-03-04 05:10:59 -0800 (Sun, 04 Mar 2012) > Log Message: > --- > lang/sbcl: passes port lint and human inspection o

Remove alternate worksrcpath

2012-03-04 Thread Rainer Müller
Hello, as of MacPorts 1.8 we support using an alternate worksrcpath in ~/.macports for compiling without root privileges. However, some releases later we are now dropping privileges to a separate macports user and using a different home directory to isolate better from external configurations. Th

Re: reopen 31679 and properly fix

2012-03-04 Thread Jack Howarth
On Mon, Mar 05, 2012 at 02:51:00AM +1100, Joshua Root wrote: > On 2012-3-5 01:27 , Jack Howarth wrote: > > platform darwin 11 { > > +configure.cflags-append -std=c89 > > configure.ldflags-append -Wl,-no_pie > > } > > That's not right, it needs to be conditional on the compiler (or just

Re: reopen 31679 and properly fix

2012-03-04 Thread Joshua Root
On 2012-3-5 01:27 , Jack Howarth wrote: > platform darwin 11 { > +configure.cflags-append -std=c89 > configure.ldflags-append -Wl,-no_pie > } That's not right, it needs to be conditional on the compiler (or just added unconditionally), not the OS version. - Josh ___

reopen 31679 and properly fix

2012-03-04 Thread Jack Howarth
I've reopened ticket 31679 so that it can be properly fixed. The linkage failure of the inlined symbols in xemacs when linking with clang just needs the trivial fix of passing -std=c89 to CFLAGS. See http://wiki.freebsd.org/PortsAndClang... undefined or duplicate symbols while linking clang d

Re: [90329] trunk/dports/lang/sbcl/Portfile

2012-03-04 Thread Mark Evenson
On Sun Mar 4 11:21:29 2012, Mark Evenson wrote: I won't be back to my Mac until Monday, […] Made it "back" early--useful thing OS X virtualization--so I managed to attempt to address your concerns in [svn r90303][r90303]. [r90303]: https://trac.macports.org/changeset/90393 Any further nits

Re: [90329] trunk/dports/lang/sbcl/Portfile

2012-03-04 Thread Mark Evenson
I won't be back to my Mac until Monday, but I will then address the style issues caused by my recent commits to lang/sbcl. Just some quick comments to the style issues: The error message from whatever is emitting the lint message on Portffile commit should be fixed to indicate that the RCS Id k