Re: mplayer needs libcdio and libcdio isn't depending on

2010-04-21 Thread David DEMELIER
2010/4/21 Sahil Tandon sa...@freebsd.org: On Mon, 19 Apr 2010, Demelier David wrote: When you install mplayer with libcdio support, if will build and install it, but libcdio has no depend and could be detected as leaf package. Then pkg_cleanup will ask you to remove it and if you remove it

Compiling for i386 on amd64 using tinderbox

2010-04-21 Thread Christopher Key
Hello, I've recently been experimenting with building ports for i386 and amd64 using tinderbox on an amd64 machine. Most ports aren't architecture specific, and just use the toolchain provided within the tinderbox jail, blindly producing i386/amd64 binaries as appropriate. However, some ports

Re: Compiling for i386 on amd64 using tinderbox

2010-04-21 Thread Gabor PALI
Hej, On Wed, Apr 21, 2010 at 1:07 PM, Christopher Key cj...@cam.ac.uk wrote: patch uname to return the appropriate answer I do not think you will need this since answers returned by uname(1) can be customized easily, just check its manual page to see how to do that. Cheers, :g

Re: Compiling for i386 on amd64 using tinderbox

2010-04-21 Thread Christopher Key
On Wed, Apr 21, 2010 at 1:07 PM, Christopher Key cjk32 at cam.ac.uk http://lists.freebsd.org/mailman/listinfo/freebsd-ports wrote: / patch uname to return the appropriate answer / I do not think you will need this since answers returned by uname(1) can be customized easily, just check its

Re: Compiling for i386 on amd64 using tinderbox

2010-04-21 Thread Gabor PALI
On Wed, Apr 21, 2010 at 3:13 PM, Christopher Key cj...@cam.ac.uk wrote: Setting ARCH, UNAME_m and UNAME_n [..] did the trick.  I wonder if tinderbox should instead be setting these values automatically [..] Ask/request it on the Tinderbox mailing list :) :g

Re: Compiling for i386 on amd64 using tinderbox

2010-04-21 Thread Emanuel Haupt
Gabor PALI p...@freebsd.org wrote: On Wed, Apr 21, 2010 at 3:13 PM, Christopher Key cj...@cam.ac.uk wrote: Setting ARCH, UNAME_m and UNAME_n [..] did the trick.  I wonder if tinderbox should instead be setting these values automatically [..] Ask/request it on the Tinderbox mailing list :)

Re: drop devel/allegro and devel/allegro-devel

2010-04-21 Thread Thomas Abthorpe
On Mon, Apr 19, 2010 at 08:49:10AM -0400, Naram Qashat wrote: On 04/19/10 04:16, Eitan Adler wrote: Since I no longer use allegro and don't have time to update them I'd like to drop maintainership of allegro. If anyone would like to take them feel free... Note to the next maintainer:

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-04-21 Thread Ion-Mihai Tetcu
On Tue, 20 Apr 2010 02:14:20 +0300 Ion-Mihai Tetcu ite...@freebsd.org wrote: A switch to use newer GMP version has been committed. Unfortunately lang/ghc and dependent ports (and possibly lang/gnat-gcc44) were broken by this. The brokenness wasn't detected in our -exp run because of being

How to depend on package in EGG?

2010-04-21 Thread Ruslan Mahmatkhanov
Good day! I want add option in port's Makefile to depend on textproc/py-enchant. But how i can do it? It installs as python egg. .if defined(WITH_ENCHANT) RUN_DEPENDS+=${LOCALBASE}//enchant/__init__.py:${PORTSDIR}/textproc/py-enchant .endif What should i wrote instead in left part of

Re: How to depend on package in EGG?

2010-04-21 Thread Garrett Cooper
On Wed, Apr 21, 2010 at 2:11 PM, Ruslan Mahmatkhanov cvs-...@yandex.ru wrote: Good day! I want add option in port's Makefile to depend on textproc/py-enchant. But how i can do it? It installs as python egg. .if defined(WITH_ENCHANT)

Re: [ HEADS UP ] Ports unstable for the next 10 days

2010-04-21 Thread Chip Camden
On Wed, Apr 21, 2010 at 11:07:46PM +0300, Ion-Mihai Tetcu wrote: On Tue, 20 Apr 2010 02:14:20 +0300 Ion-Mihai Tetcu ite...@freebsd.org wrote: A switch to use newer GMP version has been committed. Unfortunately lang/ghc and dependent ports (and possibly lang/gnat-gcc44) were broken by

Re: How to depend on package in EGG?

2010-04-21 Thread Greg Larkin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ruslan Mahmatkhanov wrote: Good day! I want add option in port's Makefile to depend on textproc/py-enchant. But how i can do it? It installs as python egg. .if defined(WITH_ENCHANT)

Dynamic plists

2010-04-21 Thread Rob Farmer
Hi, I maintain math/scilab and am preparing to update it. This port has a huge plist (slightly under 15000 lines), hundreds of which change depending on what options are selected. It is a bit of a pain to update. The porters handbook makes vague reference to dynamic plists - so I was wondering,

Re: Dynamic plists

2010-04-21 Thread Sahil Tandon
On Wed, 21 Apr 2010, Rob Farmer wrote: I maintain math/scilab and am preparing to update it. This port has a huge plist (slightly under 15000 lines), hundreds of which change depending on what options are selected. It is a bit of a pain to update. The porters handbook makes vague reference to

festival forward?

2010-04-21 Thread Gary Kline
According to Alan Black there is a new beta release of the fest* suites. The festval group is asking fr installation issues when they go from 2.0.95b to 2.1. Seems like we've been at 1.95 for centuries. Any plans to update all this stuff...?? gary -- Gary Kline kl...@thought.org

Re: How to depend on package in EGG?

2010-04-21 Thread Ruslan Mahmatkhanov
22.04.2010 02:23, Greg Larkin пишет: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Ruslan Mahmatkhanov wrote: Good day! I want add option in port's Makefile to depend on textproc/py-enchant. But how i can do it? It installs as python egg. .if defined(WITH_ENCHANT)

Re: About snort_inline in FreeBSD port tree

2010-04-21 Thread Doug Barton
On 4/20/2010 8:27 PM, James Chang wrote: Dear Sir, I found the snort_inline in FreeBSD Port Tree was maintained by you. Current version of snort_inline in FreeBSD port tree was 2.4.5_1, but in its official site, the latest version is 2.8.2.1-RC1 (stable version is 2.6.1.5) Could