Installing a different PORTVERSION based on OSVERSION?

2010-02-13 Thread Darren Pilgrim
I'm working on a revision to a port where the current version doesn't work on 8.0-R; however, an older version does. Rather than roll the entire port back to an older version, I'd like to have the newer version available to 7.x and older and the older version available to 8.x and newer. Is it

Re: RC1 suffix in PORTVERSION

2010-02-13 Thread Dmitry Marakasov
* CeDeROM (tomek.ce...@gmail.com) wrote: > I am trying to create a helper local port for testing RC1 version of a > program that will soon have stable port update. Unfortunately the > package is named "openocd-0.4.0-rc1.tar.gz" and I dont know how to > construct a variable containing this "-RC1" s

Re: bsd.gcc.mk PREFIX or LOCALBASE?

2010-02-13 Thread Rob Farmer
On Sat, Feb 13, 2010 at 12:08 AM, b. f. wrote: >>In bsd.gcc.mk there is: >> >>.   if ${_USE_GCC} != 3.4 >>CFLAGS+=                -Wl,-rpath=${PREFIX}/lib/${_GCC_BUILD_DEPENDS} >>LDFLAGS+=               -Wl,-rpath=${PREFIX}/lib/${_GCC_BUILD_DEPENDS} >>.   endif >> >>However, I think this should be

Re: RC1 suffix in PORTVERSION

2010-02-13 Thread Fernan Aguero
On Sat, Feb 13, 2010 at 6:15 PM, CeDeROM wrote: > Hello! > > I am trying to create a helper local port for testing RC1 version of a > program that will soon have stable port update. Unfortunately the > package is named "openocd-0.4.0-rc1.tar.gz" and I dont know how to > construct a variable contai

RC1 suffix in PORTVERSION

2010-02-13 Thread CeDeROM
Hello! I am trying to create a helper local port for testing RC1 version of a program that will soon have stable port update. Unfortunately the package is named "openocd-0.4.0-rc1.tar.gz" and I dont know how to construct a variable containing this "-RC1" suffix. Please advise, Tomek Cedro -- Ce

Unable to build p5-Cairo-1.061

2010-02-13 Thread Carmel
I am unable to build 'Cairo' on my FreBSD-7.2 machine. The following is a complete copy of the build attempt. Script started on Sat Feb 13 14:42:48 2010 ===> Extracting for p5-Cairo-1.061 => MD5 Checksum OK for Cairo-1.061.tar.gz. => SHA256 Checksum OK for Cairo-1.061.tar.gz. ===> p5-Cairo-1.06

Re: bsd.gcc.mk PREFIX or LOCALBASE?

2010-02-13 Thread Peter Jeremy
On 2010-Feb-12 21:58:38 -0800, Rob Farmer wrote: >Hi, > >In bsd.gcc.mk there is: > >. if ${_USE_GCC} != 3.4 >CFLAGS+= -Wl,-rpath=${PREFIX}/lib/${_GCC_BUILD_DEPENDS} >LDFLAGS+= -Wl,-rpath=${PREFIX}/lib/${_GCC_BUILD_DEPENDS} >. endif Actually, these directives need to

Re: HEADS UP: gone. All welcome . - ports/sysutils/screen and ports/sysutils/tmux not showing sessions

2010-02-13 Thread Vincent Poy
On Mon, Feb 8, 2010 at 11:08 PM, Cy Schubert wrote: > In message <429af92e1002081805l629e04c6ub7b85b77a492e...@mail.gmail.com>, > Vince > nt Poy writes: > > --000e0cd64914b56e6a047f215889 > > Content-Type: text/plain; charset=ISO-8859-1 > > > > Hi Ed: > > > > On Mon, Feb 8, 2010 at 12:03 AM, Ed S

Re: ncalrpc misspelled in configure causing errors.

2010-02-13 Thread Volker Lendecke
On Fri, Feb 12, 2010 at 02:47:41AM -0500, jhell wrote: > Samba 3.4.5 source3/configure > > --with-ncalprcdir=DIR Where to put ncalrpc sockets > ($ac_default_prefix/var/ncalrpc) > > Not sure exactly how far this extends into the source but at least > configure level f

p5-Cairo: Error: '_OUTLIST double' not in typemap in Cairo.xs

2010-02-13 Thread Ralf Folkerts
Hi, while updating my installed Ports I ran into a Problem yesterday; p5-Cairo does not compile. I updated my System from 7-STABLE to 8-STABLE and in that course also reinstalled all Ports ~01/23/2010. At that time all Ports compiled. However, the latest update (was both the jpeg-mega-update

Re: bsd.gcc.mk PREFIX or LOCALBASE?

2010-02-13 Thread b. f.
>In bsd.gcc.mk there is: > >. if ${_USE_GCC} != 3.4 >CFLAGS+=-Wl,-rpath=${PREFIX}/lib/${_GCC_BUILD_DEPENDS} >LDFLAGS+= -Wl,-rpath=${PREFIX}/lib/${_GCC_BUILD_DEPENDS} >. endif > >However, I think this should be ${LOCALBASE} instead of ${PREFIX}. I agree with you, a