make index shows missing port directory

2012-06-08 Thread Alfred Bartsch
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, in our environment we are using mariadb instead of mysql. This should be achieved by setting DEFAULT_MYSQL_VER=53 in /etc/make.conf. A subsequent make index produces following messages: Generating INDEX-8 - please wait..make_index:

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Maciej Suszko
Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: What ist the meaning of , | Use GCC 4.6 to fix build on newer FreeBSD versions ` What meians newer FreeBSD versions here? http://www.freshports.org/www/firefox/ And what means , | Don't depend on GCC 4.6 if clang is

INDEX now builds successfully on 7.x

2012-06-08 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

FreeBSD Port: linux-xerces-c2-2.7.0_1

2012-06-08 Thread Aravind T.
Hi , Since ports/xerces-c2 is a dependency for miners_xerceslight_dev-1.0.2, which we need for miners_myna_common_lib. Can I use this package for RHEL 5 Or is there any alternative packages? Else what is the source for the package? Thanks, Aravind.

Re: x11-toolkits/wxgtk29

2012-06-08 Thread Max Khon
Rainer, I added libinotify support. Please check wxgtk2-2.9.3_1. Max On Thu, May 17, 2012 at 7:35 PM, Rainer Hurling rhur...@gwdg.de wrote: On 17.05.2012 09:37 (UTC+1), Rainer Hurling wrote: Max, many thanks for your update! Unfortunately is does not compile on my 10.0-CURRENT (amd64)

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Heino Tiedemann
Maciej Suszko mac...@suszko.eu wrote: Heino Tiedemann rotkaps_spam_t...@gmx.de wrote: What ist the meaning of , | Use GCC 4.6 to fix build on newer FreeBSD versions ` What meians newer FreeBSD versions here? http://www.freshports.org/www/firefox/ And what means

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Niclas Zeising
When compiling with clang, try adding -Qunused-arguments to the compiler flags. Something like # Add -Qunused-arguments to CFLAGS if clang/clang++ is used. .if ${CC:T:Mclang} == clang || ${CXX:T:Mclang++} == clang++ CFLAGS+=-Qunused-arguments .endif in /etc/make.conf should do it.

Re: [CFT] gdal 1.9.1 update and other changes

2012-06-08 Thread Dmitry Marakasov
* Sunpoet Po-Chuan Hsieh (sunp...@freebsd.org) wrote: GDAL 1.9.1 was released several days ago. Please test if it works for you. If I don't receive critical feedback, I plan to commit them this weekend or next Monday. I don't use gdal directly so I can't really test it, but I've ran in in

Re: [CFT] gdal 1.9.1 update and other changes

2012-06-08 Thread Mel Flynn
On 8-6-2012 4:43, Sunpoet Hsieh wrote: On Thu, Jun 7, 2012 at 2:25 PM, Rainer Hurling rhur...@gwdg.de wrote: Am 07.06.2012 05:30 (UTC+1) schrieb Sunpoet Po-Chuan Hsieh: Hi, Many thanks for this update. What I observed so far: (1) graphics/gdal builds and installs fine. There is a minor

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Bryan Drewery
On 6/4/2012 8:30 AM, Bryan Drewery wrote: On 6/3/2012 1:44 PM, Baptiste Daroussin wrote: Hi, The new options framework is now in the port for a week, most of the problems directly concerning the framework seems to have been addressed. regards, Bapt A common question I have seen is

Re: Firefox 13

2012-06-08 Thread Olivier Smedts
2012/6/7 Warren Block wbl...@wonkity.com: On Thu, 7 Jun 2012, Niclas Zeising wrote: On 2012-06-07 17:47, Warren Block wrote: Yesterday, Firefox 13 built and installed quickly.  It was just the running part that did not go so well.  Coredumps on start, it would start with add-ons disabled,

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Vitaly Magerya
Bryan Drewery wrote: Another common question is how to check if an option is not set. We all try !${PORT_OPTIONS:MFOO} to find it does not work. $ cat Makefile all: .if ${LIST:MFOO} @echo HAVE FOO .endif .if !${LIST:MFOO} @echo NO FOO .endif $ make

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Naram Qashat
On 06/03/12 14:44, Baptiste Daroussin wrote: Hi, The new options framework is now in the port for a week, most of the problems directly concerning the framework seems to have been addressed. Some issue seems still to be there regarding backward compatibility but I haven't been able to

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Chris Rees
On Jun 8, 2012 2:32 PM, Naram Qashat cyberb...@cyberbotx.com wrote: On 06/03/12 14:44, Baptiste Daroussin wrote: Hi, The new options framework is now in the port for a week, most of the problems directly concerning the framework seems to have been addressed. Some issue seems still to be

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Bryan Drewery
On 6/8/2012 8:14 AM, Vitaly Magerya wrote: Bryan Drewery wrote: Another common question is how to check if an option is not set. We all try !${PORT_OPTIONS:MFOO} to find it does not work. $ cat Makefile all: .if ${LIST:MFOO} @echo HAVE FOO .endif .if

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Anton Shterenlikht
On Sun, Jun 03, 2012 at 08:44:48PM +0200, Baptiste Daroussin wrote: already have notice bsd.options.desc.mk provide shared descriptions of the usual options, try to be consistent and reuse the same options name so that it is simpler for users, please override the description for your ports

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Bryan Drewery
On 6/8/2012 9:09 AM, Anton Shterenlikht wrote: On Sun, Jun 03, 2012 at 08:44:48PM +0200, Baptiste Daroussin wrote: already have notice bsd.options.desc.mk provide shared descriptions of the usual options, try to be consistent and reuse the same options name so that it is simpler for users,

watch your DB options (was: Please convert your ports to new options framework)

2012-06-08 Thread Matthias Andree
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 BDB1_DESC=Use Berkeley DB 1 BDB4_DESC=Use Berkeley DB =2 Side note: There is no DB 2 or 3 in the ports any more. -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.11 (GNU/Linux)

Options NG questions

2012-06-08 Thread Matthias Andree
Greetings, while porting dnsmasq to optionsNG, I came across a couple of questions that do not seem to be addressed in the documentation. 1 - dependencies between options specifics: dns/dnsmasq offers IDN and NLS. Due to idiosyncrasies of the port, NLS also entails IDN. Meaning that: If NLS is

Re: firefox 13.0,1 needs lang/gcc46 -- to RUN?!

2012-06-08 Thread Alan Hicks
On 08/06/2012 11:09, Heino Tiedemann wrote: Maciej Suszkomac...@suszko.eu wrote: Heino Tiedemannrotkaps_spam_t...@gmx.de wrote: What ist the meaning of , | Use GCC 4.6 to fix build on newer FreeBSD versions ` What meians newer FreeBSD versions here?

Re: x11-toolkits/wxgtk29

2012-06-08 Thread Rainer Hurling
On 08.06.2012 10:47 (UTC+2), Max Khon wrote: Rainer, I added libinotify support. Please check wxgtk2-2.9.3_1. Hi Max, many thanks for integrating libinotify support. wxgtk2-2.9.3_1 builds and installs fine with it. At this time my only application under version 2.9.3 is the upcoming

Re: Firefox 13

2012-06-08 Thread Warren Block
On Fri, 8 Jun 2012, Olivier Smedts wrote: 2012/6/7 Warren Block wbl...@wonkity.com: On Thu, 7 Jun 2012, Niclas Zeising wrote: On 2012-06-07 17:47, Warren Block wrote: Yesterday, Firefox 13 built and installed quickly.  It was just the running part that did not go so well.  Coredumps on

pkgng x11/xdm list of installed files incomplete?

2012-06-08 Thread Anton Shterenlikht
# þkg infø -xl xðm xðm-¹.¹.¹¹ øwns the følløwing files: /usr/løcãl/bin/xðm /usr/løcãl/lib/X¹¹/xðm/ãuthðir /usr/løcãl/lib/X¹¹/xðm/chøøser /usr/løcãl/lib/X¹¹/xðm/libXðmGreet.lã /usr/løcãl/lib/X¹¹/xðm/libXðmGreet.sø /usr/løcãl/lib/X¹¹/xðm/þixmãþs/xørg-bw.xþm /usr/løcãl/lib/X¹¹/xðm/þixmãþs/xørg.xþm

Zenoss Zenpacks not installing??

2012-06-08 Thread Kaya Saman
Hi, I'm trying to install a Zenpack on my demo of Zenoss in order to be able to query our MSSQL backend servers however I'm having quite a few issues. These are what I'm trying to install: ZenPacks.community.WMIDataSource-3.0.egg ZenPacks.community.WMIDataSource-3.0.egg.zip

update of graphics/vigra (from PR 168833)

2012-06-08 Thread Rainer Hurling
Thanks for the long-awaited update to vigra version 1.8.0. As far as I can see, you also integrated math/fftw3-float, graphics/OpenEXR and the DragonFly/NetBSD patch-include-vigra-mathutil.hxx. Nice, that you found a way to use the systems compiler instead of lang/gcc :-) It seems that your

optionsng? duplicate options?

2012-06-08 Thread Michael Scheidell
cd /usr/ports/devel/cross-gcc make TGTARCH=arm TGTABI=elf configure you see these options: .. is this normal? (specially concerning is the 'Fortran support off' by default 'the old way' and on the new way? Options for arm-elf-gcc 4.5.2 [X] CXXEnable [X] language support [X]

Amazing! More stylish than Google Glass

2012-06-08 Thread Scott Ries
Social video glasses record your life handsfree! Look at this wonderful IndieGoGo crowd-funded project! Social electric eyewear capture your world: http://www.indiegogo.com/socialvideoglasses I have backed the project and you should too! To unsubscribe: http://pastebin.com/raw.php?i=pNcfyRP9

Re: make index shows missing port directory

2012-06-08 Thread Chris Rees
On 8 June 2012 08:15, Alfred Bartsch bart...@dssgmbh.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, in our environment we are using mariadb instead of mysql. This should be achieved  by setting DEFAULT_MYSQL_VER=53 in /etc/make.conf. A subsequent make index produces

Re: update of graphics/vigra (from PR 168833)

2012-06-08 Thread Dima Panov
09.06.2012 3:32, Rainer Hurling написал: Thanks for the long-awaited update to vigra version 1.8.0. [skip] Sorry for this hopefully not to silly questions from a non-developer. But I am really interested in these Vigra functionalities for the next math/saga release I am working on. I'll

Re: update of graphics/vigra (from PR 168833)

2012-06-08 Thread Rainer Hurling
On 08.06.2012 19:45 (UTC+2), Dima Panov wrote: 09.06.2012 3:32, Rainer Hurling написал: Thanks for the long-awaited update to vigra version 1.8.0. [skip] Sorry for this hopefully not to silly questions from a non-developer. But I am really interested in these Vigra functionalities for the next

Re: make index shows missing port directory

2012-06-08 Thread Palle Girgensohn
Chris Rees skrev: On 8 June 2012 08:15, Alfred Bartsch bart...@dssgmbh.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ... Adding this missing entry to the portstree should solve this issue. To avoid such problems in the future, it would IMHO be preferable to have only one

Re: make index shows missing port directory

2012-06-08 Thread Jason Helfman
On Fri, Jun 08, 2012 at 08:09:08PM +0200, Palle Girgensohn thus spake: Chris Rees skrev: On 8 June 2012 08:15, Alfred Bartsch bart...@dssgmbh.de wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, ... Adding this missing entry to the portstree should solve this issue. To avoid such

math/ess CONFLICTS with devel/noweb, help with CONFLICTS= needed

2012-06-08 Thread Christopher J. Ruwe
I am the (still inexperienced) maintainer of math/ess. Apparently, math/ess, an emacs mode for the statics lang R/S (Emacs Speaks Statistics) conflicts with the devel/noweb literate programming tool, more specifically, it's emacs mode. Both add a noweb-mode.el in share/emacs/site-lisp/, so that I

Re: conditional config is skipped for optionsNG'ified ports

2012-06-08 Thread Baptiste Daroussin
On Fri, Jun 08, 2012 at 08:38:10AM +0400, Ruslan Ermilov wrote: Hi, I've noticed (while portupgrading www/nginx-devel) that despite of the new options set it doesn't provide me with the configuration diaglog. This is because _OPTIONS_OK is set when OPTIONS isn't, and the latter is always

Vala 0.17.1 - Makefile and pkg-plist

2012-06-08 Thread Florent Peterschmitt
Hi, Here are the makefile and pkg-plist for vala 0.17.1 : # New ports collection makefile for:vala # Date created:2007-07-09 # Whom:Michael Johnson a...@freebsd.org # # $FreeBSD: ports/lang/vala/Makefile,v 1.29 2011/11/09 15:25:37 miwi Exp $ # $MCom:

Re: Options NG questions

2012-06-08 Thread Baptiste Daroussin
On Fri, Jun 08, 2012 at 04:34:31PM +0200, Matthias Andree wrote: Greetings, while porting dnsmasq to optionsNG, I came across a couple of questions that do not seem to be addressed in the documentation. 1 - dependencies between options specifics: dns/dnsmasq offers IDN and NLS. Due to

Re: Options NG questions

2012-06-08 Thread Michael Scheidell
On 6/8/12 2:57 PM, Baptiste Daroussin wrote: make OPTIONS_UNSET=IPV6 should work maybe already have it in make.conf ? would this work also? (multiple options unset?) OPTIONS_UNSET=IPV6,KERBEROS make dnsmasq_UNSET=IPV6 should also work regards, Bapt -- Michael Scheidell, CTO *| *

woops: Re: conditional config is skipped for optionsNG'ified ports

2012-06-08 Thread Michael Scheidell
On 6/8/12 2:44 PM, Baptiste Daroussin wrote: Should be fixed thank you. Bapt old one worked on devel/cross-gcc pcvs co -r 1.725 ports/Mk/bsd.port.mk make TGTARCH=arm TGTABI=elf clean === Cleaning for arm-elf-gcc-4.5.2 this newest one, not so much: $FreeBSD: ports/Mk/bsd.port.mk,v 1.726

strange output from make

2012-06-08 Thread AN
FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #21 r236721: Thu Jun 7 15:52:12 EDT 2012 root@FBSD10:/usr/obj/usr/src/sys/MYKERNEL amd64 After a recent portsnap fetch update I'm seeing this output: # make search name=ssldump /usr/ports/Mk/bsd.port.mk, line 6097: Malformed conditional

someone broke bsd.port.mk ?

2012-06-08 Thread Jakub Lach
/usr/ports/Mk/bsd.port.mk, line 6097: Malformed conditional (${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O}) Fresh portsnap, some there were changes to bsd.port.mk.. -- View this message in context: http://freebsd.1045724.n5.nabble.com/someone-broke-bsd-port-mk-tp5716638.html

Re: strange output from make

2012-06-08 Thread Jakub Lach
/usr/ports/Mk/bsd.port.mk looks broken -- View this message in context: http://freebsd.1045724.n5.nabble.com/strange-output-from-make-tp5716636p5716639.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org

Re: strange output from make

2012-06-08 Thread Jakub Lach
Or is it new options framework? I thought that old knobs would still work. -- View this message in context: http://freebsd.1045724.n5.nabble.com/strange-output-from-make-tp5716636p5716640.html Sent from the freebsd-ports mailing list archive at Nabble.com.

Re: someone broke bsd.port.mk ?

2012-06-08 Thread Michael Scheidell
On 6/8/12 3:55 PM, Jakub Lach wrote: /usr/ports/Mk/bsd.port.mk, line 6097: Malformed conditional (${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O}) Fresh portsnap, some there were changes to bsd.port.mk.. -- View this message in context:

Re: Firefox 13

2012-06-08 Thread Jakub Lach
core2 != native maybe. Later Intel Core 2 (45nm) added SSE4.1. -- View this message in context: http://freebsd.1045724.n5.nabble.com/Firefox-13-tp5716220p5716642.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___

Re: strange output from make

2012-06-08 Thread Michael Scheidell
On 6/8/12 4:02 PM, Jakub Lach wrote: Or is it new options framework? I thought that old knobs would still work. that is usually the goal, but, definition of an upgrade: 'take old bugs out, put new bugs in' so, they are supposed to work, but are causing problems in some cases. -- Michael

Re: someone broke bsd.port.mk ?

2012-06-08 Thread Michael Scheidell
On 6/8/12 4:21 PM, Thomas Abthorpe wrote: On Fri, Jun 08, 2012 at 04:08:49PM -0400, Michael Scheidell wrote: On 6/8/12 3:55 PM, Jakub Lach wrote: /usr/ports/Mk/bsd.port.mk, line 6097: Malformed conditional (${_COMPLETE_OPTIONS_LIST:O} != ${_FILE_COMPLETE_OPTIONS_LIST:O}) A fix was

Re: math/ess CONFLICTS with devel/noweb, help with CONFLICTS= needed

2012-06-08 Thread Matthew Seaman
On 08/06/2012 19:41, Christopher J. Ruwe wrote: From http://www.freebsd.org/doc/en/books/porters-handbook/book.html#CONFLICTS I gather that I should add something like CONFLICTS=noweb Usually you'ld put something like: CONFLICTS= noweb-[0-9]* just to avoid accidentally matching a

Re: someone broke bsd.port.mk ?

2012-06-08 Thread Jakub Lach
Same here, looks normal again. -- View this message in context: http://freebsd.1045724.n5.nabble.com/someone-broke-bsd-port-mk-tp5716638p571.html Sent from the freebsd-ports mailing list archive at Nabble.com. ___ freebsd-ports@freebsd.org mailing

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Doug Barton
On 06/08/2012 06:34, Chris Rees wrote: So I have a question from a consumer standpoint as opposed to a maintainer standpoint. If we use portconf to store all of our WITH_* options for ports, will that continue to work with ports that have switched to optionsng or is there something I need to

Re: [HEADSUP] Please convert your ports to new options framework

2012-06-08 Thread Jakub Lach
As not all KNOBS are documented in /usr/ports/KNOBS I remember that somebody used some script that parsed ports for them... Would be handy to have full list of possible knobs, especially as they can be changing now. -- View this message in context:

[Resend] Any chance to lessen number of installed /lang/ paths...

2012-06-08 Thread jsb.__
For some reason, the other browser malformed the previous posting a few day= s ago. My apologies; also xpi-it_s_all_text is not seen yet in this install, so hopefully this one is not also malformed.= BR upon reinstall of perl, python, ruby, I almost always upon reinstall

Shared object libpng.so.6

2012-06-08 Thread Oliver Pinter
Shared object libpng.so.6 Leslie Jensen leslie at eskk.nu Sun Jun 3 06:13:02 UTC 2012 Previous message: Problems with new boost Next message: Shared object libpng.so.6 Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] I keep getting this error :-( I just wrote in another

skipping a mirror

2012-06-08 Thread Warren Block
Is there an easy way to skip a particular distfile mirror that, say, wants to timeout forever for Gnome files? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscribe, send any mail to

Re: skipping a mirror

2012-06-08 Thread Matthias Apitz
El día Friday, June 08, 2012 a las 11:21:59PM -0600, Warren Block escribió: Is there an easy way to skip a particular distfile mirror that, say, wants to timeout forever for Gnome files? You could redirect its FQN via an entry in /etc/hosts to an IP addr where the request gives connection

Re: skipping a mirror

2012-06-08 Thread Warren Block
On Sat, 9 Jun 2012, Matthias Apitz wrote: El día Friday, June 08, 2012 a las 11:21:59PM -0600, Warren Block escribió: Is there an easy way to skip a particular distfile mirror that, say, wants to timeout forever for Gnome files? You could redirect its FQN via an entry in /etc/hosts to an IP