Re: continued graphics/opencv-core problems

2013-11-09 Thread Kurt Jaeger
Hi! > > For about 2-3 weeks now, I have continued to run into problems with > > opencv-core not building on my 9.2-RELEASE poudriere box that uses > > clang. > > As I need it for my ports, I has just been rebuilt in poudriere, and > everything is fine. Thanks for the pointer to the poudriere p

[QAT] r333366: 4x leftovers

2013-11-09 Thread Ports-QAT
- Fix build with USE_GCC on head - Build ID: 20131110060800-32464 Job owner: w...@freebsd.org Buildtime: 6 minutes Enddate: Sun, 10 Nov 2013 06:14:04 GMT Revision: r66 R

Re: how to tell pkg-list not to deinstall/overwrite certain files

2013-11-09 Thread Aryeh Friedman
Thanks the stuff worked there but it is not clear how to handle user dirs (don't nuke dirs withi user data for example we create /usr/local/vms and it should not be erased on deinstall) On Fri, Nov 8, 2013 at 6:13 AM, Tijl Coosemans wrote: > On Fri, 8 Nov 2013 05:23:47 -0500 Aryeh Friedman wrot

Re: continued graphics/opencv-core problems

2013-11-09 Thread Chess Griffin
On 09.11.2013 17:44, Jason E. Hale wrote: On Saturday, November 09, 2013 15:00:51 Chess Griffin wrote: Has anyone else run into this or have a solution? Thanks in advance. @Thierry - thank you for your reply - yes, my ports tree is up to date. It updates via cron every night and then I als

opvp support seems broken in ghostscript port

2013-11-09 Thread Perry Hutchison
Has anyone been able to use the opvp support in ghostscript? It works fine displaying to the screen, but when I specify -sDEVICE=opvp I get Unable to open the initial device, quitting. If I also specify -dINITDEBUG=1 (which turns on debug output in the initialization file, gs_init.ps) I g

Re: full documentation for all @'s in pkg-plist

2013-11-09 Thread Julien Laffaye
On 11/10/2013 12:47 AM, Aryeh Friedman wrote: Where would I find a complete list of @'s allowed in pkg-plist and hopefully an explination of each one? (the porter's handbook is incomplete) In the manpage pkg_create(1). ___ freebsd-ports@freebsd.org m

full documentation for all @'s in pkg-plist

2013-11-09 Thread Aryeh Friedman
Where would I find a complete list of @'s allowed in pkg-plist and hopefully an explination of each one? (the porter's handbook is incomplete) ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To unsubscrib

Re: Unable to "make clean"

2013-11-09 Thread Matthew Seaman
On 09/11/2013 23:02, Jerry wrote: > I have never ran into this before. How do I clean up this mess so I can > attempt to build the port? I am unable to manually delete any of the > files. Unmount the partition and run fsck over it. Cheers, Matthew -- Dr Matthew J Seaman MA, D.P

Unable to "make clean"

2013-11-09 Thread Jerry
This is a brand new on me. I tried to build the latest firefox port but it failed. I then tried to do a "make clean", but it failed also. I could not even manually remove the work directory. I finally went down the path until I reached "/usr/ports/www/firefox/work/mozilla-release/browser/base/conte

Re: continued graphics/opencv-core problems

2013-11-09 Thread Jason E. Hale
On Saturday, November 09, 2013 15:00:51 Chess Griffin wrote: > For about 2-3 weeks now, I have continued to run into problems with > opencv-core not building on my 9.2-RELEASE poudriere box that uses > clang. I reported it here: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183238 > > Thi

Re: continued graphics/opencv-core problems

2013-11-09 Thread Thierry Thomas
Le sam 9 nov 13 à 21:00:51 +0100, Chess Griffin écrivait : > For about 2-3 weeks now, I have continued to run into problems with > opencv-core not building on my 9.2-RELEASE poudriere box that uses > clang. I reported it here: > > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183238 > >

Re: [QAT] r333331: 4x leftovers

2013-11-09 Thread René Ladan
2013/11/9 Ports-QAT : > Forgot to commit this port in the previous USES=kmod conversion. > - > > Build ID: 20131109192200-41444 > Job owner: r...@freebsd.org > Buildtime: 41 minutes > Enddate:

[QAT] r333331: 4x leftovers

2013-11-09 Thread Ports-QAT
Forgot to commit this port in the previous USES=kmod conversion. - Build ID: 20131109192200-41444 Job owner: r...@freebsd.org Buildtime: 41 minutes Enddate: Sat, 09 Nov 2013 20:02:42 GMT

continued graphics/opencv-core problems

2013-11-09 Thread Chess Griffin
For about 2-3 weeks now, I have continued to run into problems with opencv-core not building on my 9.2-RELEASE poudriere box that uses clang. I reported it here: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/183238 This problem prevents me from building multimedia/ffmpeg which in turn cau

DEFAULT_VERSIONS vs DEFAULT_${PORT}_VERSION

2013-11-09 Thread Eitan Adler
[ apologies to users of threaded mail clients] On Sat, Nov 9, 2013 at 4:21 AM, Florian Smeets wrote: >> DEFAULT_VERSIONS is a really poorly thought out API which is hard to >> read, hard to parse, and makes make -V far less useful. It pushes >> parsing logic into every single consumer. > > Why d

[QAT] r333306: 15x depend (fetch in devel/json-c), 4x depend_object, 1x fetch, 34x success, 2x leftovers

2013-11-09 Thread Ports-QAT
devel/json-c: update to 0.11 - Update to 0.11 - Bump revision of dependent ports - Fix pkg-plist [1] PR: ports/182958 Submitted by: zi, wg [1] Approved by:maintainer (timeout) - Build ID: 20131109155

Re: ports default version system

2013-11-09 Thread Mark Felder
On Nov 9, 2013, at 11:47, Florian Smeets wrote: > On reading this a second time it became clear to me that he is not > suggesting changing the default PHP to 5.3, it was merely an example > what users can do if they build their own packages. Yep. My mistake!

Re: ports default version system

2013-11-09 Thread Florian Smeets
On 09/11/13 18:14, Mark Felder wrote: > > On Nov 9, 2013, at 11:09, Allan Jude wrote: > >> On 2013-11-09 11:00, Mark Felder wrote: >>> On Nov 8, 2013, at 20:34, Allan Jude >>> wrote: >>> and change the default version of php from lang/php5 to lang/php53 >>> Wouldn't that need to be s

Re: ports default version system

2013-11-09 Thread Mark Felder
On Nov 9, 2013, at 11:09, Allan Jude wrote: > On 2013-11-09 11:00, Mark Felder wrote: >> On Nov 8, 2013, at 20:34, Allan Jude wrote: >> >>> and change the default version of php from lang/php5 to lang/php53 >> Wouldn't that need to be set to lang/php54 as default? > The port for php 5.4 is cal

Re: ports default version system

2013-11-09 Thread Allan Jude
On 2013-11-09 11:00, Mark Felder wrote: > On Nov 8, 2013, at 20:34, Allan Jude wrote: > >> and change the default version of php from lang/php5 to lang/php53 > Wouldn't that need to be set to lang/php54 as default? The port for php 5.4 is called lang/php5 confusingly, the default port for php is

FreeBSD Port: node-0.8.14 on NAS4Free

2013-11-09 Thread Michael Herrmann
Hello, I use NAS4Free as my personal server and I would like to run node.js on it. I tried pkg_add -r node and got node version 0.8.14. But instead of the prompt I get: FATAL ERROR: v8::Context::New() V8 is no longer usable I tried the same on a FreeBSD (virtual) machine and it runs fine. Goog

Re: ports default version system

2013-11-09 Thread Mark Felder
On Nov 8, 2013, at 20:34, Allan Jude wrote: > and change the default version of php from lang/php5 to lang/php53 Wouldn't that need to be set to lang/php54 as default? ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinf

[QAT] r333298: 4x leftovers

2013-11-09 Thread Ports-QAT
devel/thrift-c_glib: C glib interface to Thrift WWW: http://thrift.apache.org/ PR: ports/183057 Submitted by: Valery Komarov - Build ID: 20131109152001-13016 Job owner: w...@freebsd.org Buil

Re: ports default version system

2013-11-09 Thread Florian Smeets
On 09/11/13 05:42, Eitan Adler wrote: > On Fri, Nov 8, 2013 at 9:34 PM, Allan Jude wrote: >> Attached is a proposed patch for Mk/bsd.default-versions.mk I had a quick look at the PHP and MySQL parts and they look sane to me, but don't take this as an Approved by, as I'm sure ale want's to have a

[QAT] r333297: 4x leftovers

2013-11-09 Thread Ports-QAT
devel/thrift-cpp: C++ interface to Thrift WWW: http://thrift.apache.org/ PR: ports/183060 Submitted by: Valery Komarov - Build ID: 20131109151200-28105 Job owner: w...@freebsd.org Buildtime:

Re: [pkg-fall...@freebsd.org: [REL - head-amd64-default][textproc/multimarkdown] Failed for multimarkdown-4.3.2 in checksum]

2013-11-09 Thread Jimmy Kelley
On Fri, Nov 08, 2013 at 09:55:00AM -0500, Adam Weinberger wrote: > Hi, I'm still having trouble with this. Can anybody offer me some advice > here? During which build stages may my port dial out? When "make > checksum" is run independently of "make fetch", it begins by wiping out > ${WRKDIR}. > >

Re: Anyone looked at making a port for https://www.eff.org/https-everywhere ?

2013-11-09 Thread Alexey Dokuchaev
On Thu, Nov 07, 2013 at 02:34:00PM +0100, Julian H. Stacey wrote: > Has anyone looked at making a ports wrapper for > https://www.eff.org/https-everywhere ? > > Sources: https://www.eff.org/https-everywhere/development > > PS on current/ports, grep https-everywhere shows nothing, > grep www.eff.o

[QAT] r333283: 2x leftovers, 2x success

2013-11-09 Thread Ports-QAT
- Unbreak build on 10.x and -CURRENT - Use a modern GCC toolchain to unbreak the build on 8.x - Force 32-bit mode on i386 - Enhance default OPTIONs for a better usability of the port Supported by: John Van Sickle - Build ID: