Re: lang/lua: It does need gmake.

2012-03-16 Thread b. f.
On 3/16/12, Jeremy Messenger wrote: > On Fri, Mar 16, 2012 at 5:49 AM, b. f. wrote: >> Jeremy Messenger wrote: >>> On Thu, Mar 15, 2012 at 6:23 PM, Chuck Swiger wrote: >>> > On Mar 15, 2012, at 4:18 PM, Jeremy Messenger wrote: >>> >> Figured out. Add custom CFLAGS in the make.conf and you will g

Re: CFT: new BSD-licensed sort available

2012-03-16 Thread Doug Barton
On 03/16/2012 18:47, Eric van Gyzen wrote: > On 03/16/2012 08:25 PM, Doug Barton wrote: >> On 03/14/2012 15:14, Jonathan Anderson wrote: >>> In fact, the runtime behaviour of the Debian "alternatives" system is >>> simpler than that: >>> http://segfault.in/2010/04/using-the-debian-alternatives-syst

Re: Swatch rc script

2012-03-16 Thread Doug Barton
On 03/15/2012 13:24, Chris Widger wrote: > There's a bug in the rc script for /usr/ports/securit/swatch > > With the bug swatch can be started, but getting status or stopping the > process' always fail. > > To fix this bug I had to change: > > procname=/usr/local/bin/perl > > to: > > p

Re: CFT: new BSD-licensed sort available

2012-03-16 Thread Eric van Gyzen
On 03/16/2012 08:25 PM, Doug Barton wrote: On 03/14/2012 15:14, Jonathan Anderson wrote: In fact, the runtime behaviour of the Debian "alternatives" system is simpler than that: http://segfault.in/2010/04/using-the-debian-alternatives-system/ [...] This sounds like a good solution to more tha

Re: CFT: new BSD-licensed sort available

2012-03-16 Thread Doug Barton
On 03/14/2012 15:14, Jonathan Anderson wrote: > In fact, the runtime behaviour of the Debian "alternatives" system is simpler > than that: > http://segfault.in/2010/04/using-the-debian-alternatives-system/ > > The custom Perl script with a config file is used to set up symlinks, which > at runti

Re: CFT: new BSD-licensed sort available

2012-03-16 Thread Chris Rees
On 16 March 2012 22:39, Lowell Gilbert wrote: > Lowell Gilbert writes: > >> It wouldn't be bad if BSD sort supported it, but it should definitely be >> fixed in the ports Makefile. I have submitted the fix in a PR: >> http://www.freebsd.org/cgi/query-pr.cgi?pr=166188 > > And I forgot to mark the

RE: CFT: new BSD-licensed sort available

2012-03-16 Thread Oleg Moskalenko
Yes, indeed, there was an old sort syntax, where they supported it in a form "+POS1 -POS2". It is a non-POSIX obsolete syntax, so we did not implement it in the new BSD sort. I can add it, if necessary. Regards, Oleg -Original Message- From: Lowell Gilbert [mailto:freebsd-ports-lo...@be

Re: CFT: new BSD-licensed sort available

2012-03-16 Thread Lowell Gilbert
Lowell Gilbert writes: > It wouldn't be bad if BSD sort supported it, but it should definitely be > fixed in the ports Makefile. I have submitted the fix in a PR: > http://www.freebsd.org/cgi/query-pr.cgi?pr=166188 And I forgot to mark the PR with [PATCH]... Grumble. ___

Re: CFT: new BSD-licensed sort available

2012-03-16 Thread Lowell Gilbert
Chris Rees writes: > On 15 March 2012 19:18, Lowell Gilbert > wrote: >> Gabor Kovesdan writes: >> >>> some time ago I started writing a BSDL sort variant from scratch since >>> the OpenBSD version did not support multibyte locales and was hard to >>> modify. The development was a bit stalled bu

INDEX now builds successfully on 7.x

2012-03-16 Thread Erwin Lansing
___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to "freebsd-ports-unsubscr...@freebsd.org"

Re: lang/lua: It does need gmake.

2012-03-16 Thread Jeremy Messenger
On Fri, Mar 16, 2012 at 5:49 AM, b. f. wrote: > Jeremy Messenger wrote: >> On Thu, Mar 15, 2012 at 6:23 PM, Chuck Swiger wrote: >> > On Mar 15, 2012, at 4:18 PM, Jeremy Messenger wrote: >> >> Figured out. Add custom CFLAGS in the make.conf and you will get a >> >> build failure with make but not

Re: skype-devel-2.2.0.35

2012-03-16 Thread Edwin L. Culp W.
2012/3/14 Edwin L. Culp W. > I am running 9.0-STABLE FreeBSD 9.0-STABLE #89 r229960M: Mon Mar 12 > 05:11:09 CST 2012 amd64. I am not a big skype user but the last couple of > weeks it hasn't worked and I've actually enjoyed the silence;) but someday > I need to get it going. > > World and all po

INDEX build failed for 7.x

2012-03-16 Thread Erwin Lansing
INDEX build failed with errors: Generating INDEX-7 - please wait.. Done. Warning: Duplicate INDEX entry: dbmail-2.2.17 Committers on the hook: dhn dinoex jhb mandree mm rm sunpoet Most recent CVS update was: U databases/leveldb/Makefile U databases/leveldb/distinfo U devel/p5-Symbol-Util/Makefil

Re: lang/lua: It does need gmake.

2012-03-16 Thread Matthias Andree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 15.03.2012 20:50, schrieb Jeremy Messenger: > I get a build failure on amd64: > > - > /usr/bin/ld: lapi.o: relocation R_X86_64_32 against `luaO_nilobject_' > can not be used when making a shared object; recompile wit

Re: CFT: new BSD-licensed sort available

2012-03-16 Thread Torfinn Ingolfsen
On Fri, Mar 16, 2012 at 1:05 AM, Lowell Gilbert wrote: > Thanks, it does help somewhat. > > Unfortunately, I had already tried to instrument that line, and didn't > get anything useful. I probably still need to learn a bit more ruby in > order to figure out precisely where the '2' comes in. Quick

Jython as PYTHON_VENDOR in bsd.python.mk

2012-03-16 Thread Victor Balada Diaz
Hello, I'm trying to port django-jython[1] to FreeBSD. Jython[2] is a python interpreter written in java. Django is a popular web framework written in python. For it to work under java i need django-python which have some database specific drivers. The problem is that while i tried porting, se

Re: lang/lua: It does need gmake.

2012-03-16 Thread b. f.
Jeremy Messenger wrote: > On Thu, Mar 15, 2012 at 6:23 PM, Chuck Swiger wrote: > > On Mar 15, 2012, at 4:18 PM, Jeremy Messenger wrote: > >> Figured out. Add custom CFLAGS in the make.conf and you will get a > >> build failure with make but not gmake. Here's what I have in my > >> make.conf: > >>