Re: [Haskell] Announce: The Haskell Platform 2011.4

2011-12-18 Thread Gabor PALI
Hello there, On Sat, Dec 17, 2011 at 10:04 PM, Don Stewart don...@gmail.com wrote: We're pleased to announce the release of the Haskell Platform: a single, standard Haskell distribution for everyone. Download the Haskell Platform 2011.4.0.0:    http://haskell.org/platform/ The

Using customised usernames in ports

2011-12-18 Thread Chris Rees
Hi all, Since we've stopped using pkg-install scripts and started using USERS= and GROUPS= to create users and groups we've lost the ability to provide an alternative username/groupname for the port to install with. It's still possible to do for a port (ex postgresql): PG_USER?= pgsql USERS=

Re: x11/xcb-util downgraded?

2011-12-18 Thread Conrad J. Sabatier
On Sat, 17 Dec 2011 11:18:04 + Chris Rees cr...@freebsd.org wrote: On 17 December 2011 10:47, Denise H. G. darc...@gmail.com wrote: Hi all   With the version bump of x11/xcb-util, some ports seems to be broken. However, after recompiling x11/startup-notification, and all the

pkg_version and portversion: ports version comparison weirdness

2011-12-18 Thread Conrad J. Sabatier
Can anyone explain why I'm seeing the following? libX11-1.4.99.1needs updating (index has 1.4.4,1) How is it that version 1.4.99.1 compares as less than 1.4.4,1? Since when is 99 4? Is it the PORTEPOCH in 1.4.4,1 that's throwing a monkey wrench into the works? This

Re: pkg_version and portversion: ports version comparison weirdness

2011-12-18 Thread Julien Laffaye
On 12/18/2011 17:43, Conrad J. Sabatier wrote: Can anyone explain why I'm seeing the following? libX11-1.4.99.1needs updating (index has 1.4.4,1) How is it that version 1.4.99.1 compares as less than 1.4.4,1? Since when is 99 4? Is it the PORTEPOCH in 1.4.4,1 that's throwing a monkey

pypy-1.7

2011-12-18 Thread David Naylor
Hi All, As of 2011/12/13 pypy-1.7 is in ports (under lang/pypy, thanks lwhsu@). Please uninstall pypy-1.6 before building pypy-1.7, there is a memory leak in pypy-1.6 that prevents it from translating pypy-1.7. For those that are interested, there is a TODO list [1] and the WIP repository

Re: pkg_version and portversion: ports version comparison weirdness

2011-12-18 Thread Kevin Oberman
On Sun, Dec 18, 2011 at 8:43 AM, Conrad J. Sabatier conr...@cox.net wrote: Can anyone explain why I'm seeing the following? libX11-1.4.99.1                       needs updating (index has 1.4.4,1) How is it that version 1.4.99.1 compares as less than 1.4.4,1? Since when is 99 4? Is it

Re: pkg_version and portversion: ports version comparison weirdness

2011-12-18 Thread Conrad J. Sabatier
On Sun, 18 Dec 2011 10:06:48 -0800 Kevin Oberman kob6...@gmail.com wrote: On Sun, Dec 18, 2011 at 8:43 AM, Conrad J. Sabatier conr...@cox.net wrote: Can anyone explain why I'm seeing the following? libX11-1.4.99.1                       needs updating (index has 1.4.4,1) How is it

Re: RUN_DEPENDS for python based port

2011-12-18 Thread Christer Edwards
On Sat, Dec 17, 2011 at 3:23 AM, Ruslan Mahmatkhanov cvs-...@yandex.ru wrote: Chris and Matthew already noted what the problems are. I also suggest to use: ${PYTHON_PKGNAMEPREFIX}yaml=0:${PORTSDIR}/devel/py-yaml That is much cleaner. Thank you. So USE_PYTHON=yes should be changed with

help with man pages

2011-12-18 Thread Christer Edwards
The port I'm working on includes about a half-dozen man pages which I understand I need to use MANn to install. What I guess I don't fully understand is how to path those files. If the files are found in the extracted source under source-version/doc/man/ should I use: MAN1= doc/man/manpage.1

Re: help with man pages

2011-12-18 Thread Ben Kaduk
On Sun, Dec 18, 2011 at 6:30 PM, Christer Edwards christer.edwa...@gmail.com wrote: The port I'm working on includes about a half-dozen man pages which I understand I need to use MANn to install. What I guess I don't fully understand is how to path those files. If the files are found in the

Re: RUN_DEPENDS for python based port

2011-12-18 Thread Ruslan Mahmatkhanov
Christer Edwards wrote on 19.12.2011 01:25: On Sat, Dec 17, 2011 at 3:23 AM, Ruslan Mahmatkhanov cvs-...@yandex.ru wrote: Chris and Matthew already noted what the problems are. I also suggest to use: ${PYTHON_PKGNAMEPREFIX}yaml=0:${PORTSDIR}/devel/py-yaml That is much cleaner. Thank you.

Re: lang/gcc on freebsd 10

2011-12-18 Thread Gerald Pfeifer
On Thu, 15 Dec 2011, Gerald Pfeifer wrote: lang/gcc build would fail for me on FreeBSD 10 (head) with binutils-2.22 installed during its configure step with the errors like the following in config.log: Yes, I am aware of it. lang/gcc is the slowly moving, conservative option, lang/gcc46

Beret

2011-12-18 Thread Mizery De Aria
I would like to help spread availability of a linux game that has been recently open sourced by encouraging it to be included in package repositories. I don't use FreeBSD and am not yet familiar with *BSD and would like to request if anyone else is available to prepare a package for the game.

Re: Beret

2011-12-18 Thread Ruslan Mahmatkhanov
Mizery De Aria wrote on 19.12.2011 09:54: I would like to help spread availability of a linux game that has been recently open sourced by encouraging it to be included in package repositories. I don't use FreeBSD and am not yet familiar with *BSD and would like to request if anyone else is

Re: [PATCH] lang/gcc -- Fix build on freebsd-current

2011-12-18 Thread Gerald Pfeifer
On Sat, 17 Dec 2011, b. f. wrote: Fixes have already been implemented upstream, at Gerald's request, and are in lang/gcc46. But these fixes were introduced after the last stable release of gcc 4.6, which corresponds to lang/gcc. When a new version of gcc 4.6 is released, and the port is