Maven 3.2.5

2015-03-09 Thread Alexander Yerenkow
Could someone from committers take a look at port? https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188110 Thanks. -- Regards, Alexander Yerenkow ___ freebsd-ports@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-ports To

[SUGGESTED FEATURE] USE_SVNREPO allows to build the port using only subversion repository URL

2015-03-09 Thread Yuri
I came across one package which doesn't distribute source tarballs, and only offers subversion URL. I implemented the new feature USE_SVNREPO that allows to build the port in such setup. Here is what it does: * exports source from the subversion repository for specified URL/revision * resets

Re: How could I increase runaway timer for package build cluster?

2015-03-09 Thread Lev Serebryakov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On 08.03.2015 12:40, Ben Woods wrote: Actually, taking a look at my /usr/local/etc/poudriere.conf configuration file, I see these settings have indeed been exposed for configuration there without having to touch the poudriere code itself. The

Re: Overriding binary package with local build

2015-03-09 Thread Mike Clarke
On Mon, 9 Mar 2015 09:43:24 + heasley h...@shrubbery.net wrote: For example. On this system I've built gld with postgres instead of mysql and postfix with another option. The mysql dependency is coming from the binary gld with the default options. And, in theory postfix has different

Re: pkgng deviates from defaults?

2015-03-09 Thread Carsten Jensen
On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: It seems that pkgng deviates from installing the defaults. one of the culprits seems to be phpMyAdmin, as trying to upgrade this only it wants php56 deleting phpMyAdmin just shows

Re: How could I increase runaway timer for package build cluster?

2015-03-09 Thread Matthew Seaman
On 03/09/15 11:11, Lev Serebryakov wrote: On 08.03.2015 12:40, Ben Woods wrote: Actually, taking a look at my /usr/local/etc/poudriere.conf configuration file, I see these settings have indeed been exposed for configuration there without having to touch the poudriere code itself. The

Re: pkgng deviates from defaults?

2015-03-09 Thread Chris H
On Mon, 09 Mar 2015 13:23:11 +0100 Carsten Jensen to...@tomse.dk wrote On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: It seems that pkgng deviates from installing the defaults. one of the culprits seems to be phpMyAdmin,

Re: pkgng deviates from defaults?

2015-03-09 Thread Adam McDougall
On 03/09/2015 08:23, Carsten Jensen wrote: On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: It seems that pkgng deviates from installing the defaults. one of the culprits seems to be phpMyAdmin, as trying to upgrade this only

Re: CFT: vlc 2.2.0

2015-03-09 Thread Fabian Keil
Juergen Lock n...@jelal.kn-bremen.de wrote: I just saw vlc 2.2.0 is out and updated the port, please test: https://people.freebsd.org/~nox/tmp/vlc-2.2.0-001.patch Thanks for the update. I get a couple of warnings at build time: configure: WARNING: unrecognized options:

Re: pkgng deviates from defaults?

2015-03-09 Thread Mike Clarke
On Mon, 09 Mar 2015 07:04:30 -0700 Chris H bsd-li...@bsdforge.com wrote: You might be able to avoid the issue you're having, by using: DEFAULT_VERSIONS+=php=5.5 in your make.conf(5) (/etc/make.conf) file. As far as I know this won't have any effect on pkg. If the OP wishes to use pkg then

Re: powerpc64 10.1-STABLE [WITH_DEBUG] context; cmake's /usr/local/bin/ctest broken but graphics/png configuration defaults use it

2015-03-09 Thread Mark Millard
I've discovered why/how WITH_DEBUG= ends up with cmake's /usr/local/bin/ctest messed up for PIC code generation (powerpc64 context). A source code fix that avoids the problem is likely to change cmake's hashtable.hxx that has inline size_t _stl_next_prime(size_t __n) { const unsigned long*

Re: WITH_OPENSSL_PORT documentation

2015-03-09 Thread Mathieu Arnold
+--On 8 mars 2015 13:24:09 -0600 Adam Weinberger ad...@adamw.org wrote: | Can somebody please write something---anything, even 2 sentences---for | the PHB about how to use WITH_OPENSSL_PORT? What users should set it to | to get LibreSSL for example, and what porters are supposed to put in the |

Re: pkgng deviates from defaults?

2015-03-09 Thread Kimmo Paasiala
On Mon, Mar 9, 2015 at 5:44 PM, Adam McDougall mcdou...@egr.msu.edu wrote: On 03/09/2015 08:23, Carsten Jensen wrote: On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: It seems that pkgng deviates from installing the defaults.

Re: Re: WITH_OPENSSL_PORT documentation

2015-03-09 Thread Olli Hauer
Hi Mathieu, what is the target timeframe for.soon,.e.g. for.8.x and.9.x having an older openssl in base. Is there wip. to hide the base ssl libs ? -- Sent from my Android phone with GMX Mail. Please excuse my brevity. Mathieu Arnold m...@freebsd.org wrote: +--On 8 mars

Re: pkgng deviates from defaults?

2015-03-09 Thread Chris H
On Mon, 9 Mar 2015 15:07:39 + Mike Clarke jmc-freeb...@milibyte.co.uk wrote On Mon, 09 Mar 2015 07:04:30 -0700 Chris H bsd-li...@bsdforge.com wrote: You might be able to avoid the issue you're having, by using: DEFAULT_VERSIONS+=php=5.5 in your make.conf(5) (/etc/make.conf) file.

Re: CFT: vlc 2.2.0

2015-03-09 Thread Scott Furry
On 09/03/2015 08:46, Fabian Keil wrote: Juergen Lock n...@jelal.kn-bremen.de wrote: I just saw vlc 2.2.0 is out and updated the port, please test: https://people.freebsd.org/~nox/tmp/vlc-2.2.0-001.patch Thanks for the update. I get a couple of warnings at build time: configure:

Re: CFT: vlc 2.2.0

2015-03-09 Thread Juergen Lock
In article 2d36b48f.62887...@fabiankeil.de you write: Juergen Lock n...@jelal.kn-bremen.de wrote: I just saw vlc 2.2.0 is out and updated the port, please test: =20 https://people.freebsd.org/~nox/tmp/vlc-2.2.0-001.patch Thanks for the update. I get a couple of warnings at build time:

Re: pkgng deviates from defaults?

2015-03-09 Thread Carsten Jensen
On 09-03-2015 17:34, Kimmo Paasiala wrote: On Mon, Mar 9, 2015 at 5:44 PM, Adam McDougall mcdou...@egr.msu.edu wrote: On 03/09/2015 08:23, Carsten Jensen wrote: On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: On Sun, Mar 08, 2015 at 01:46:28PM +0100, Carsten Jensen wrote: It seems that

Re: graphics/freeglut build fail

2015-03-09 Thread Raif S. Berent
I would not give this problem a second thought, since 40 to 50 ports regularly break during poudriere runs. The exception for this port is that many downstream ports (370 for me) depend on it. Then, a # make package from host gets accepted by the poudriere queue. ccache has no relevance to the

Re: pkgng deviates from defaults?

2015-03-09 Thread Adam McDougall
On 03/09/2015 15:05, Carsten Jensen wrote: On 09-03-2015 17:34, Kimmo Paasiala wrote: On Mon, Mar 9, 2015 at 5:44 PM, Adam McDougall mcdou...@egr.msu.edu wrote: On 03/09/2015 08:23, Carsten Jensen wrote: On 03/08/2015 02:41 PM, Baptiste Daroussin wrote: On Sun, Mar 08, 2015 at 01:46:28PM

Re: How could I increase runaway timer for package build cluster?

2015-03-09 Thread Kevin Oberman
On Mon, Mar 9, 2015 at 4:23 AM, Matthew Seaman m.sea...@infracaninophile.co.uk wrote: On 03/09/15 11:11, Lev Serebryakov wrote: On 08.03.2015 12:40, Ben Woods wrote: Actually, taking a look at my /usr/local/etc/poudriere.conf configuration file, I see these settings have indeed been

Re: CFT: vlc 2.2.0

2015-03-09 Thread Baptiste Daroussin
On Mon, Mar 09, 2015 at 10:15:04PM +0100, Juergen Lock wrote: In article 2d36b48f.62887...@fabiankeil.de you write: Juergen Lock n...@jelal.kn-bremen.de wrote: I just saw vlc 2.2.0 is out and updated the port, please test: =20 https://people.freebsd.org/~nox/tmp/vlc-2.2.0-001.patch

Re: proper DOXYGEN option default value

2015-03-09 Thread Steve Wills
On Wed, Mar 04, 2015 at 02:41:48PM -0800, Don Lewis wrote: I maintain a number of ports that use doxygen to generate their documentation. They all list DOXYGEN in OPTIONS_DEFAULT so that the packages will include documentation. I recently received a PR for one of those ports that mentioned

Re: powerpc64 context, sysutils/polkit fails to build: broken pipe during /usr/local/lib/gobject-introspection/giscanner/sourcescanner.py

2015-03-09 Thread Mark Millard
Nathan W. wrote: This builds without issue for me, both on a G5 system and on a POWER8. -Nathan I decided to pkg delete '*', check /usr/local/... and /var/db/pkg/..., and start a rebuild of all my ports to see what happens. The sysutils/polkit problem was gone. Other notes: I still had to

Re: Overriding binary package with local build

2015-03-09 Thread Matthew Seaman
On 03/09/15 09:43, heasley wrote: If one builds a package from ports in order to use different options, for example building with postgres support instead of mysql, or builds a specific version, but otherwise utilizes binary packages, how is this indicated to 'pkg upgrade'? For example. On

Overriding binary package with local build

2015-03-09 Thread heasley
If one builds a package from ports in order to use different options, for example building with postgres support instead of mysql, or builds a specific version, but otherwise utilizes binary packages, how is this indicated to 'pkg upgrade'? For example. On this system I've built gld with