CVS: cvs.openbsd.org: ports

2016-02-18 Thread Jonathan Gray
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2016/02/18 18:19:51

Modified files:
devel/cmake: Makefile 

Log message:
Switch arm back to using base gcc for cmake.  This requires disabling
the stack protector so the bootstrap won't hit toolchain bugs.

ok dcoppa@ sthen@



CVS: cvs.openbsd.org: ports

2016-02-18 Thread Tobias Ulmer
CVSROOT:/cvs
Module name:ports
Changes by: tobi...@cvs.openbsd.org 2016/02/18 10:11:47

Modified files:
devel/libev: Makefile 

Log message:
unbreak on sparc, no multiprocessor support means we don't need membar etc



CVS: cvs.openbsd.org: ports

2016-02-18 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2016/02/18 06:50:00

Modified files:
security/easy-rsa: Makefile distinfo 
security/easy-rsa/pkg: PLIST 
Added files:
security/easy-rsa/patches: patch-easyrsa 
Removed files:
security/easy-rsa/patches: patch-Makefile_in 
   patch-easy-rsa_1_0_build-ca 
   patch-easy-rsa_1_0_build-dh 
   patch-easy-rsa_1_0_build-inter 
   patch-easy-rsa_1_0_build-key 
   patch-easy-rsa_1_0_build-key-pass 
   patch-easy-rsa_1_0_build-key-pkcs12 
   patch-easy-rsa_1_0_build-key-server 
   patch-easy-rsa_1_0_build-req 
   patch-easy-rsa_1_0_build-req-pass 
   patch-easy-rsa_1_0_list-crl 
   patch-easy-rsa_1_0_make-crl 
   patch-easy-rsa_1_0_revoke-crt 
   patch-easy-rsa_1_0_revoke-full 
   patch-easy-rsa_1_0_sign-req 
   patch-easy-rsa_2_0_pkitool 

Log message:
update to easy-rsa 3.0.1.

The previous version was supposed to have been patched to use openssl
(instead of libressl) for ENV:: handling but this patch didn't work
correctly, and even with that fixed, there was an issue with easy-rsa
that caused generation to fail after the first certificate ("TXT_DB
error number 2"), which https://community.openvpn.net/openvpn/ticket/229
marks as WONTFIX for easy-rsa 2.x.

OK ajacoutot@ jasper@



Re: CVS: cvs.openbsd.org: ports

2016-02-18 Thread Stuart Henderson
On 2016/02/18 02:32, Tobias Ulmer wrote:
> On Wed, Feb 17, 2016 at 05:42:22AM -0700, Stuart Henderson wrote:
> > CVSROOT:/cvs
> > Module name:ports
> > Changes by: st...@cvs.openbsd.org   2016/02/17 05:42:22
> > 
> > Modified files:
> > devel/libmemcached: Makefile 
> > devel/libmemcached/pkg: PLIST 
> > Removed files:
> > devel/libmemcached/pkg: PFRAG.atomic 
> > 
> > Log message:
> > Remove special handling in libmemcached for a strange list of supposedly
> > "!atomic" arches, packaging is broken on all but the whitelisted arches due
> > to changes upstream since this handling was added. Unbreaks powerpc, may
> > unbreak others, won't break any which currently work. If any remain broken
> > after this, they can be looked at separately later.
> > 
> > zhuk@ landry@ agree with this direction.
> > 
> 
> Remains broken on sparc, should I add a BROKEN-sparc?

Is sparc not webscale then? :-)  I think that makes sense for now.