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 postgres
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
-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. Th
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
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 un
On Mon, 9 Mar 2015 09:43:24 +
heasley 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 options, but als
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 the
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 I
On Mon, 09 Mar 2015 13:23:11 +0100 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
Juergen Lock 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: --disable-egl, --disable-libvnc,
On Mon, 09 Mar 2015 07:04:30 -0700
"Chris H" 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 the only option is t
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* __f
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 t
+--On 8 mars 2015 13:24:09 -0600 Adam Weinberger 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
| Makefile to suppor
On Mon, Mar 9, 2015 at 5:44 PM, Adam McDougall 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.
one
On 09/03/2015 08:46, Fabian Keil wrote:
Juergen Lock 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 opt
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 wrote:
+--On 8 mars 2015 13:24:09 -
On Mon, 9 Mar 2015 15:07:39 + Mike Clarke
wrote
> On Mon, 09 Mar 2015 07:04:30 -0700
> "Chris H" 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
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 t
On 09-03-2015 17:34, Kimmo Paasiala wrote:
> On Mon, Mar 9, 2015 at 5:44 PM, Adam McDougall 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 devi
In article <2d36b48f.62887...@fabiankeil.de> you write:
>Juergen Lock 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:
>
>configur
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
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 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, Car
On Mon, Mar 09, 2015 at 10:15:04PM +0100, Juergen Lock wrote:
> In article <2d36b48f.62887...@fabiankeil.de> you write:
> >Juergen Lock 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
> >
> >Tha
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 mentio
On 09/03/2015 23:11, Kevin Oberman wrote:
> 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
conf
26 matches
Mail list logo