rt42 does not compile with perl5.18

2013-12-11 Thread Marko Cupać
I am trying to install rt42 on 9.2-RELEASE with perl5.18 installed, but it fails due to nonexistent staging dirs: ... pkg-static: lstat (/usr/ports/www/rt42/work/stage/usr/local/lib/perl5/site_perl/5.18/RT/Approval/Rule/): No such file or directory pkg-static: lstat

devel/boost issues regarding boost/chrono/duration.hpp constexpr definitions with clang

2013-12-11 Thread Gergely CZUCZY
Hello, Could you please update boost to 1.55? There's seems to be some issues with the current version, which might be fixed later. Namely, on a 9.x default install, built with defaults (gcc as defcc), when one is trying to include boost/thread/shared_mutex.hpp and build that file with clang:

Ports with a broken PKGORIGIN: mail/squirrelmail-abook_import_e...

2013-12-11 Thread erwin
** The following ports have an incorrect PKGORIGIN ** PKGORIGIN connects packaged or installed ports to the directory they originated from. This is essential for tools like pkg_version or portupgrade to work correctly. Wrong PKGORIGINs are often caused by a wrong order of CATEGORIES after a

Re: STAGE problem

2013-12-11 Thread Michael Gmelin
On Wed, 11 Dec 2013 10:47:34 -0600 Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm working on updating the devel/liblognorm port. I've run into a problem that I believe is related to STAGE. When I run make install I get the following error: === Building package for liblognorm-1.0.0

Re: STAGE problem

2013-12-11 Thread Paul Schmehl
--On December 11, 2013 5:59:36 PM +0100 Michael Gmelin free...@grem.de wrote: On Wed, 11 Dec 2013 10:47:34 -0600 Paul Schmehl pschmehl_li...@tx.rr.com wrote: I'm working on updating the devel/liblognorm port. I've run into a problem that I believe is related to STAGE. When I run make

Re: Integrating Custom Ports

2013-12-11 Thread Brooks Davis
On Tue, Dec 10, 2013 at 12:03:46PM -0500, Rick Miller wrote: On Tue, Dec 10, 2013 at 11:44 AM, Kris Moore k...@pcbsd.org wrote: On 12/10/2013 09:37, Rick Miller wrote: This is my first foray into Ports beyond just installing what is available. So, just looking for some feedback

Re: Integrating Custom Ports

2013-12-11 Thread Rick Miller
Forgive me for the top-post Thanks for all the recommendations. I have the information I need to implement a solution. On Wed, Dec 11, 2013 at 1:26 PM, Brooks Davis bro...@freebsd.org wrote: On Tue, Dec 10, 2013 at 12:03:46PM -0500, Rick Miller wrote: On Tue, Dec 10, 2013 at 11:44 AM, Kris

FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
Hello, I've updated to the recent 4.2.20 version only to find a runtime error due to libstdc++, I see the recent commit made to fix this on 10, however I am running 9-stable and do not have compat9x installed. I wish thisport did not need gcc to compile, it always seems to be a problem. $

[WIP] games/chocolate-doom maintainer requesting help with staging support / new release

2013-12-11 Thread Jakub Lach
Hello, I'm a maintainer of games/chocolate-doom. Few days ago Doom was celebrating 20th birthday, on this occasion new release was made, which was cut from v2 branch supporting Heretic, Hexen as well as Strife. However, STAGE support somehow went over my head and I still don't feel

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Bernhard Fröhlich
Am 11.12.2013 21:04 schrieb Mike Jakubik mike.jaku...@intertainservices.com: Hello, I've updated to the recent 4.2.20 version only to find a runtime error due to libstdc++, I see the recent commit made to fix this on 10, however I am running 9-stable and do not have compat9x installed. I wish

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 15:32, Bernhard Fröhlich wrote: I can only repeat myself. It will not happen any day soon because clang does not support global register variables and they do not seem to have any interest to implement that. Got it. Could you please send me the following output just to verify:

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Bernhard Fröhlich
Am 11.12.2013 21:42 schrieb Mike Jakubik mike.jaku...@intertainservices.com: On 12/11/13 15:32, Bernhard Fröhlich wrote: I can only repeat myself. It will not happen any day soon because clang does not support global register variables and they do not seem to have any interest to implement

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Shawn Webb
On Wed, Dec 11, 2013 at 3:42 PM, Mike Jakubik mike.jaku...@intertainservices.com wrote: On 12/11/13 15:32, Bernhard Fröhlich wrote: I can only repeat myself. It will not happen any day soon because clang does not support global register variables and they do not seem to have any interest

Re: Ports with a broken PKGORIGIN: mail/squirrelmail-abook_import_e...

2013-12-11 Thread Stefan Bethke
For the past three day, I’ve been receiving this warning, and again (like back in June), I have no clue what triggers this. Is the diagnostic broken, or the actual port? This time, the origin appears to be actually broken: $ cd /usr/ports/mail/squirrelmail-login_auth-plugin $ make -V PKGORIGIN

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Bernhard Fröhlich
Am 11.12.2013 22:16 schrieb Mike Jakubik mike.jaku...@intertainservices.com: On 12/11/13 15:51, Bernhard Fröhlich wrote: That definitely is the libstdc++ from our ancient gcc 4.2 in base. Could you try to temporary rename the so and try to start vbix again? Don't forget to rename it

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
On 12/11/13 18:34, Bernhard Fröhlich wrote: Am 11.12.2013 22:16 schrieb Mike Jakubik mike.jaku...@intertainservices.com mailto:mike.jaku...@intertainservices.com: On 12/11/13 15:51, Bernhard Fröhlich wrote: That definitely is the libstdc++ from our ancient gcc 4.2 in base. Could you

Re: [WIP] games/chocolate-doom maintainer requesting help with staging support / new release

2013-12-11 Thread Jakub Lach
I've pulled out a WIP shar, as I've made a improved PR submission. -- View this message in context: http://freebsd.1045724.n5.nabble.com/WIP-games-chocolate-doom-maintainer-requesting-help-with-staging-support-new-release-tp5867729p5867774.html Sent from the freebsd-ports mailing list archive

[QAT] r336226: 4x leftovers

2013-12-11 Thread Ports-QAT
Convert LIB_DEPENDS to allow graphics/graphite2 to have the libname upstream expect it to have - Build ID: 20131211215600-1749 Job owner: b...@freebsd.org Buildtime: 2 hours Enddate:

Re: Ports with a broken PKGORIGIN: mail/squirrelmail-abook_import_e...

2013-12-11 Thread Adam Weinberger
Wow, you're totally right. I didn't realize that PKGORIGIN was being set in bsd.port.pre.mk, so the CATEGORIES?= in bsd.squirrelmail.mk wasn't being used. I added CATEGORIES back to all the plugins. Thanks for pointing this out! # Adam (2013/12/11 @ 1615 EST): Stefan Bethke said, in 4.8K:

Re: [kde-freebsd] Error using CMake similar to error from earlier list post

2013-12-11 Thread Joe Nosay
On Wed, Dec 11, 2013 at 6:12 PM, Joe Nosay superbisq...@gmail.com wrote: On Tue, Dec 10, 2013 at 8:42 PM, Joe Nosay superbisq...@gmail.com wrote: Thank you. On Tue, Dec 10, 2013 at 3:42 AM, David Naylor d...@freebsd.org wrote: Hi Joe, I'm listening! I've read through your thread

phpMyAdmin-4.1.0

2013-12-11 Thread Matthew Seaman
Dear all, I have an update to phpMyAdmin in the works -- but version 4.1.0 now requires at least PHP 5.3 and MySQL 5.5. Currently I'm minded to fork a phpMyAdmin-4.0 port to allow support for people still using MySQL 5.1 or older versions of PHP, but... this isn't considered a major version