question regarding archivers/p5-Archive-Zip

2010-11-09 Thread Robert Joosten
Hi guys, ATT mailscanner maintainer: just a FYI. I'm in the proces of pulling mailscanner out of the ports i.s.o. fighting with the distribution tar.gz. Having one box over, I encountered a minor bug in archivers/p5-Archive-Zip. It all has to do with

Re: portsclean -CDD oddness

2010-11-09 Thread Jimmie James
On 11/03/2010 23:46, Doug Barton wrote: On 11/3/2010 9:59 PM, Jimmie James wrote: After doing a portupgrade, I've always run portsclean -CDD [for reference] -C Clean out all the working directories of the ports tree. (cf. WRKDIRPREFIX) -D Clean out all the distfiles that are not referenced by

Combining several upgrades using portmaster

2010-11-09 Thread Dmitry Pryanishnikov
Hello! I wonder whether it's possible to automatically combine several upgrades using portmaster. Suppose one have to handle both ports/UPDATING entries: 20100530: suggests portmaster -w -r gettext 20100328: suggests portmaster -r png- It would be nice to combine them as ' portmaster -w -r

Re: [CFT] mplayer / mencoder port update

2010-11-09 Thread Dmitry Marakasov
* Dmitry Marakasov (amd...@hades.panopticon) wrote: I'll also run it in a tinderbox with various options flipped to nondefault values and report. Done, all good. -- Dmitry Marakasov . 55B5 0596 FF1E 8D84 5F56 9510 D35A 80DD F9D2 F77D amd...@amdmi3.ru ..: jabber: amd...@jabber.ru

Proper way to detect kernel / userland sources?

2010-11-09 Thread Lev Serebryakov
Hello, Ports. I'm preparing port which depends both on kernel source (it contains kernel module) and userland sources (it needs GEOM sources). I see, that ports with kernel modules check for hardcoded /usr/src/sys/Makefile. But it doesn't look good: sources could be

Re: Combining several upgrades using portmaster

2010-11-09 Thread Doug Barton
On 11/09/2010 06:09, Dmitry Pryanishnikov wrote: Hello! I wonder whether it's possible to automatically combine several upgrades using portmaster. Suppose one have to handle both ports/UPDATING entries: 20100530: suggests portmaster -w -r gettext 20100328: suggests portmaster -r png- It

Re: portsclean -CDD oddness

2010-11-09 Thread Doug Barton
On 11/09/2010 06:28, Jimmie James wrote: On 11/03/2010 23:46, Doug Barton wrote: portupgrade was updated today, I imagine to resolve this issue. Yes, the update $FreeBSD: ports/ports-mgmt/portupgrade/Makefile,v 1.259 2010/11/08 07:56:14 stas Exp $ has fixed the issue of removing all

Re: Combining several upgrades using portmaster

2010-11-09 Thread Alexey Shuvaev
On Tue, Nov 09, 2010 at 09:19:21AM -0800, Doug Barton wrote: On 11/09/2010 06:09, Dmitry Pryanishnikov wrote: Hello! I wonder whether it's possible to automatically combine several upgrades using portmaster. Suppose one have to handle both ports/UPDATING entries: 20100530: suggests

Interactive tool for installing packages

2010-11-09 Thread Marin Atanasov Nikolov
Hello, Some time ago I've started a thread on freebsd-ports@ regarding an interactive tool for installing packages under FreeBSD - pkg_add_it. Now that I got some time to work on the program, I have added a few additional features to it, which I think someone might find useful like: -

USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ?

2010-11-09 Thread O. Hartmann
Hello. Tried to build the newest ISIS 3.2.1 software package for planetary survey science, but fail. I always get the following error which seems to be triggered due to an ambiguous overload of a function, but I do not know how to fix the problem since everything seems clen to me. The USGS

Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ?

2010-11-09 Thread Ruslan Mahmatkhanov
Good day! 09.11.2010 22:34, O. Hartmann пишет: Hello. Tried to build the newest ISIS 3.2.1 software package for planetary survey science, but fail. I always get the following error which seems to be triggered due to an ambiguous overload of a function, but I do not know how to fix the problem

Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ?

2010-11-09 Thread Gary Jennejohn
On Tue, 09 Nov 2010 20:34:48 +0100 O. Hartmann ohart...@mail.zedat.fu-berlin.de wrote: Hello. Tried to build the newest ISIS 3.2.1 software package for planetary survey science, but fail. I always get the following error which seems to be triggered due to an ambiguous overload of a

Re: USGS ISIS 3.2.1: build failure on FBSD 8.1/9.0 due to oudated xerxec-c2 ?

2010-11-09 Thread O. Hartmann
On 11/09/10 21:52, Gary Jennejohn wrote: On Tue, 09 Nov 2010 20:34:48 +0100 O. Hartmannohart...@mail.zedat.fu-berlin.de wrote: Hello. Tried to build the newest ISIS 3.2.1 software package for planetary survey science, but fail. I always get the following error which seems to be triggered due

Re: Interactive tool for installing packages

2010-11-09 Thread Marin Atanasov Nikolov
On Tue, Nov 9, 2010 at 10:59 PM, Mark Johnston mark...@gmail.com wrote: On Tue, Nov 09, 2010 at 09:32:15PM +0200, Marin Atanasov Nikolov wrote: Hello, Some time ago I've started a thread on freebsd-ports@ regarding an interactive tool for installing packages under FreeBSD - pkg_add_it. Now

Re: Combining several upgrades using portmaster

2010-11-09 Thread Dmitry Pryanishnikov
Hello! 2010/11/9 Doug Barton do...@freebsd.org: 20100530: suggests portmaster -w -r gettext 20100328: suggests portmaster -r png- It would be nice to combine them as ' portmaster -w -r gettext -r png-' to prevent double upgrade of relevant packages; however '-r' can OTOH, the code to

Re: Proper way to detect kernel / userland sources?

2010-11-09 Thread Dmitry Marakasov
* Lev Serebryakov (l...@freebsd.org) wrote: I'm preparing port which depends both on kernel source (it contains kernel module) and userland sources (it needs GEOM sources). I see, that ports with kernel modules check for hardcoded /usr/src/sys/Makefile. But it doesn't

Re: Interactive tool for installing packages

2010-11-09 Thread Mark Johnston
On Tue, Nov 09, 2010 at 11:08:07PM +0200, Marin Atanasov Nikolov wrote: On Tue, Nov 9, 2010 at 10:59 PM, Mark Johnston mark...@gmail.com wrote: On Tue, Nov 09, 2010 at 09:32:15PM +0200, Marin Atanasov Nikolov wrote: Hello, Some time ago I've started a thread on freebsd-ports@ regarding an

Re: Interactive tool for installing packages

2010-11-09 Thread Mark Johnston
On Tue, Nov 09, 2010 at 09:32:15PM +0200, Marin Atanasov Nikolov wrote: Hello, Some time ago I've started a thread on freebsd-ports@ regarding an interactive tool for installing packages under FreeBSD - pkg_add_it. Now that I got some time to work on the program, I have added a few

Re: Proper way to detect kernel / userland sources?

2010-11-09 Thread Anonymous
Dmitry Marakasov amd...@amdmi3.ru writes: * Lev Serebryakov (l...@freebsd.org) wrote: I'm preparing port which depends both on kernel source (it contains kernel module) and userland sources (it needs GEOM sources). I see, that ports with kernel modules check for hardcoded

patch net/ushare: fix build on 8.1

2010-11-09 Thread Gennady
Hello all With this patches port ushare compile and work. Checked up on FreeBSD 8.1 amd64. patch-http.h Description: Binary data patch-ushare.h Description: Binary data patch-ushare.c Description: Binary data ___ freebsd-ports@freebsd.org

doxygen font error

2010-11-09 Thread Andrea Venturoli
Hello. Sorry for the confusion... Doxygen is giving me a lot of these: Error: Error: Could not find/open font Digging a bit, I found that it calls dot: %dot -v foo.dot -Tps -o foo.eps dot - graphviz version 2.26.3 (20100126.1600) Activated plugin library: libgvplugin_gd.so.6 Using

Re: patch net/ushare: fix build on 8.1

2010-11-09 Thread Pav Lucistnik
Gennady píše v út 09. 11. 2010 v 23:51 +0200: With this patches port ushare compile and work. Checked up on FreeBSD 8.1 amd64. Committed, thanks! -- -- Pav Lucistnik p...@oook.cz p...@freebsd.org You can't expect to wield supreme executive power just 'cause some watery tart

FreeBSD Port: plone3-3.1.7_2

2010-11-09 Thread joeb
This port is broken and way out of date. It can not find the Plone-3.1.7.tar.gz file to download. Plone 4 is the current version. ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send

Re: FreeBSD Port: plone3-3.1.7_2

2010-11-09 Thread wen heping
Yes, Plone should be update to 4, would you file a PR to fix it ? wen 2010/11/10 joeb j...@a1poweruser.com: This port is broken and way out of date. It can not find the Plone-3.1.7.tar.gz file to download. Plone 4 is the current version. ___

Re: doxygen font error

2010-11-09 Thread Naram Qashat
On 11/09/10 17:30, Andrea Venturoli wrote: Hello. Sorry for the confusion... Doxygen is giving me a lot of these: Error: Error: Could not find/open font Digging a bit, I found that it calls dot: %dot -v foo.dot -Tps -o foo.eps dot - graphviz version 2.26.3 (20100126.1600) Activated plugin

Re: Proper way to detect kernel / userland sources?

2010-11-09 Thread Lars Engels
On Tue, Nov 09, 2010 at 11:38:22PM +0300, Dmitry Marakasov wrote: * Lev Serebryakov (l...@freebsd.org) wrote: I'm preparing port which depends both on kernel source (it contains kernel module) and userland sources (it needs GEOM sources). I see, that ports with kernel