Re: Hydrogen drum machine

2012-07-21 Thread Matthew D. Fuller
On Fri, Jul 20, 2012 at 07:25:09PM +0100 I heard the voice of Chris Rees, and lo! it spake thus: > On 20 July 2012 18:12, Mark Linimon wrote: > > On Fri, Jul 20, 2012 at 04:43:56PM +0200, Bernt Hansson wrote: > >> Why is audio/hydrogen marked as broken? > > > > On the package building cluster it f

Re: How to remove erroneous deps from pkgng

2012-07-21 Thread Doug Barton
KDE folks Jason's suggestion (by private e-mail for some reason) was that we add pkgconfig to USE_GNOME= for every port that depends on kdelibs that doesn't already have it; since almost, if not actually all of them are currently relying on the run-dep side effect. I can't see any reason NOT t

Re: How to remove erroneous deps from pkgng

2012-07-21 Thread Jeremy Messenger
On Sat, Jul 21, 2012 at 4:04 PM, Doug Barton wrote: > On 07/21/2012 13:48, Jason E. Hale wrote: > >> IMO I don't really see what the hurry is. This has been the behavior for >> years. > > Yes, and some of us have been annoyed by it for years as well. :) > > The current behavior is wrong, and beco

Re: libreoffice fails to build

2012-07-21 Thread Robert Backhaus
On 22 July 2012 06:39, Joerg Surmann wrote: > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > #build > mkdir -p ../../unxfbsd.pro/misc/java_src/ > cp > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/solver/unxfbsd.pro/bin/jurt_src.zip > ../../unxfbsd.pro/misc/java_src/jurt_sr

Re: Svn mirror seed has UUID wrong

2012-07-21 Thread Simon L. B. Nielsen
On 21 Jul 2012, at 21:25, Simon L. B. Nielsen wrote: > If you don't have a local doc or ports svn mirror you can stop reading now. > > When creating the doc and ports svn mirrors, which the seeds on > http://ftp.freebsd.org/pub/FreeBSD/development/subversion/ are created from, > I forgot to se

Re: How to remove erroneous deps from pkgng

2012-07-21 Thread Doug Barton
On 07/21/2012 13:48, Jason E. Hale wrote: > IMO I don't really see what the hurry is. This has been the behavior for > years. Yes, and some of us have been annoyed by it for years as well. :) The current behavior is wrong, and becomes increasingly painful in a world where most FreeBSD users a

Re: How to remove erroneous deps from pkgng

2012-07-21 Thread Jason E. Hale
On Saturday, July 21, 2012 11:38:39 Scot Hetzel wrote: > > The problem with simply removing > > > > pkgconfig_RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config > > > > from bsd.gnome.mk is that there are ports that indirectly depend on > > pkg-config for their build through other port

Re: libreoffice fails to build

2012-07-21 Thread Joerg Surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 #build mkdir -p ../../unxfbsd.pro/misc/java_src/ cp /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/solver/unxfbsd.pro/bin/jurt_src.zip ../../unxfbsd.pro/misc/java_src/jurt_src.zip cd ../../unxfbsd.pro/misc/java_src && unzip -quo

Svn mirror seed has UUID wrong

2012-07-21 Thread Simon L. B. Nielsen
Hey, If you don't have a local doc or ports svn mirror you can stop reading now. When creating the doc and ports svn mirrors, which the seeds on http://ftp.freebsd.org/pub/FreeBSD/development/subversion/ are created from, I forgot to set the repository UUID to the same as the one on the master

options NG and slave/sub ports

2012-07-21 Thread Olli Hauer
Scratching my head how to do this with options NG. Given one port and x sub ports. The main port defines: OPTIONS_DEFINE+=OPT1 OPT2 OPTIONS_SINGLE= TEST OPTIONS_SINGLE_TEST=MAIN SUB1 SUB2 SUB3 SUB4 ... OPTIONS_DEFAULT+= MAIN Slave1 has to overwrite MAIN and SUBx optio

Re: port DNS/UNBOUND

2012-07-21 Thread Sergey Matveychuk
20.07.2012 10:36, Chris Rees пишет: On 20 July 2012 05:07, Sunpoet Hsieh wrote: Hi, You can use ".if empty(PORT_OPTIONS:Mfoo)" to check if option "foo" is off. Try this: .if empty(PORT_OPTIONS:MTHREADS) CONFIGURE_ARGS+=--without-pthreads .endif Quite correct, and I've filed such in a PR.

Re: How to remove erroneous deps from pkgng

2012-07-21 Thread Scot Hetzel
On Sat, Jul 21, 2012 at 6:59 AM, Jason E. Hale wrote: > On Friday, July 20, 2012 23:35:10 Doug Barton wrote: >> Baptiste already volunteered to do an exp-run for this topic on Monday. >> If you don't have time to get your changes ready before then IMO we >> should go ahead with removing the line f

Re: libreoffice fails to build

2012-07-21 Thread suri
Yes i have. Same error. -- mobile Robert Huff schrieb: Oliver Heesakkers writes: > Please keep in mind that Qt3, KDE3 and all their accompanying > ports (which AFAICT includes arts) are dying a slow and agonizing > death as was announced a little over a year ago: > http://mail.kde.org/piper

Re: mariadb-client-5.3.7 marked broken?

2012-07-21 Thread Mark Costlow
Thanks, the fix there worked and I was able to install both client and server. I have run into another issue -- the resulting server build doesn't have either InnoDB or XtraDB available (according to SHOW ENGINES). XtraDB and InnoDB are both selected in "make config", although the config screen i

Re: mariadb-client-5.3.7 marked broken?

2012-07-21 Thread Chris Rees
On 21 July 2012 16:26, geoffroy desvernay wrote: > a fix may arrive here: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169699 , Unfortunately I > don't have any way to fix it quickly :-( > That said, if you simply remove 'BROKEN' line of the makefile, upgrade will > happen without big pro

Re: mariadb-client-5.3.7 marked broken?

2012-07-21 Thread geoffroy desvernay
a fix may arrive here: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/169699 , Unfortunately I don't have any way to fix it quickly :-( That said, if you simply remove 'BROKEN' line of the makefile, upgrade will happen without big problems (only a plist problem) Hope this helps... Mark Costl

Re: libreoffice fails to build

2012-07-21 Thread Robert Backhaus
On 21 July 2012 21:46, Robert Huff wrote: > > Oliver Heesakkers writes: > >> Please keep in mind that Qt3, KDE3 and all their accompanying >> ports (which AFAICT includes arts) are dying a slow and agonizing >> death as was announced a little over a year ago: >> http://mail.kde.org/pipermail/k

Re: How to remove erroneous deps from pkgng

2012-07-21 Thread Jason E. Hale
On Friday, July 20, 2012 23:35:10 Doug Barton wrote: > Baptiste already volunteered to do an exp-run for this topic on Monday. > If you don't have time to get your changes ready before then IMO we > should go ahead with removing the line from bsd.gnome.mk. Making that > correct fix now won't negati

Re: libreoffice fails to build

2012-07-21 Thread Robert Huff
Oliver Heesakkers writes: > Please keep in mind that Qt3, KDE3 and all their accompanying > ports (which AFAICT includes arts) are dying a slow and agonizing > death as was announced a little over a year ago: > http://mail.kde.org/pipermail/kde-freebsd/2011-July/011076.html The key w

Re: libreoffice fails to build

2012-07-21 Thread Robert Huff
Joerg Surmann writes: > I have delete all qt3. > > now i have a new error: > >internal build errors: > > ERROR: error 65280 occurred while making > /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/odk/pack/gendocu > > it seems that the error is inside 'odk', please r

Re: libreoffice fails to build

2012-07-21 Thread Robert Huff
Robert Backhaus writes: > In my case, the arts upgrade had installed qt3 (!), an > libreoffice was linking against it. I 'pkg_delete -f'd it, and > the build seems to be running fine now, although time will > tell. I will have to find out why, as it has happened before. So > check whether qt

Re: libreoffice fails to build

2012-07-21 Thread Oliver Heesakkers
Op za 21 jul 2012 18:24:10 schreef Robert Backhaus: > On 21 July 2012 17:40, Robert Backhaus wrote: > > In my case, the arts upgrade had installed qt3 (!), an libreoffice was > > linking against it. I 'pkg_delete -f'd it, and the build seems to be > > running fine now, although time will tell. >

Re: libreoffice fails to build

2012-07-21 Thread Joerg Surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Thanks for replay. I have delete all qt3. now i have a new error: internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/odk/pack/gendocu it seems that the error is inside

FreeBSD ports which are currently marked forbidden

2012-07-21 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users about ports that are marked as "forbidden" in their Makefiles. Often, these ports are so marked due to security concerns, such as known exploits. An overview of each port, inclu

FreeBSD unmaintained ports which are currently scheduled for deletion

2012-07-21 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically schedule removal of ports that have been judged to have outlived their usefulness. Often, this is due to a better alternative having become available and/or the cessation of development on th

FreeBSD ports which are currently marked broken

2012-07-21 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common probl

FreeBSD unmaintained ports which are currently marked broken

2012-07-21 Thread linimon
As part of an ongoing effort to reduce the number of problems in the FreeBSD ports system, we periodically notify users of ports that are marked as "broken" in their Makefiles. In many cases these ports are failing to compile on some subset of the FreeBSD build environments. The most common probl

Re: libreoffice fails to build

2012-07-21 Thread Robert Backhaus
On 21 July 2012 17:40, Robert Backhaus wrote: > In my case, the arts upgrade had installed qt3 (!), an libreoffice was > linking against it. I 'pkg_delete -f'd it, and the build seems to be > running fine now, although time will tell. That's a success for me. Without qt33 it builds and installs c

Re: What good is LIB_DEPENDS= ...:install ??

2012-07-21 Thread Chris Rees
On 21 Jul 2012 00:58, "Doug Barton" wrote: > > There is a note about this in the LIB_DEPENDS comment in bpm, but I > don't understand what use this is: > > LIB_DEPENDS=compface:${PORTSDIR}/mail/faces:install > > It appears in mail/xfaces, www/thundercache, and www/thundersnarf at > minimum ...

Re: libreoffice fails to build

2012-07-21 Thread Robert Backhaus
In my case, the arts upgrade had installed qt3 (!), an libreoffice was linking against it. I 'pkg_delete -f'd it, and the build seems to be running fine now, although time will tell. I will have to find out why, as it has happened before. So check whether qt3 is on your system, and, if so, nuke it.

Re: mariadb-client-5.3.7 marked broken?

2012-07-21 Thread olli hauer
On 2012-07-21 07:54, Mark Costlow wrote: > Hello. I have a machine with mariadb-{client,server}-5.2.6 installed, and > would like to upgrade to the latest 5.3.x version. However, mariadb-client > appears to be broken: > > ** Port marked as IGNORE: databases/mariadb-client: > is marked as b

Re: libreoffice fails to build

2012-07-21 Thread Joerg Surmann
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 when i build libreoffice without the kde option: internal build errors: ERROR: error 65280 occurred while making /usr/ports/editors/libreoffice/work/libreoffice-core-3.5.5.3/odk/pack/gendocu Am 21.07.2012 08:05, schrieb Joerg Surmann: > Yes i