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 chan

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 wrote: > > > > On Tue, Dec 10, 2013 at 8:42 PM, Joe Nosay wrote: > >> Thank you. >> >> >> >> On Tue, Dec 10, 2013 at 3:42 AM, David Naylor wrote: >> >>> Hi Joe, >>> >>> I'm listening! >>> >>> I've read through your thread on KDE-FreeBSD and Ports-FreeB

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: <<

[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: Wed

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 a

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" >: > > 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 t

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

Re: FreeBSD Port: emulators/virtualbox-ose

2013-12-11 Thread Mike Jakubik
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 afterwards if there are any binaries that still need it. Renaming /usr/lib/libstdc

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 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 >>

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

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: str

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.

[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 comfortable

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. $ Vi

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 wrote: > On Tue, Dec 10, 2013 at 12:03:46PM -0500, Rick Miller wrote: > > On Tue, Dec 10, 2013 at 11:44 AM, Kris Moore wrote: >

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 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 fr

Re: STAGE problem

2013-12-11 Thread Paul Schmehl
--On December 11, 2013 5:59:36 PM +0100 Michael Gmelin wrote: On Wed, 11 Dec 2013 10:47:34 -0600 Paul Schmehl 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: ===> Bui

Re: STAGE problem

2013-12-11 Thread Michael Gmelin
On Wed, 11 Dec 2013 10:47:34 -0600 Paul Schmehl 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 > Creating package > /

STAGE problem

2013-12-11 Thread Paul Schmehl
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 Creating package /usr/ports/devel/liblognorm-update/liblognorm/work/liblognorm-1.0.0.t

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

2013-12-11 Thread Dimitry Andric
On 11 Dec 2013, at 13:22, Gergely CZUCZY wrote: > 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/s

miniupnpd not inserting pf rules

2013-12-11 Thread krad
I have being having some trouble/fun with miniupnpd, in that it didnt seem to be inserting the rules into pf ( pfctl -sr -a miniupnpd ). The rdr rules are inserted fine just not the firewall rules at the rules anchor. I think I have traced the problem down to the port build itself. I have tested an

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

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: --

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 (/usr/ports/www/rt42/work/stage