CVS: cvs.openbsd.org: ports

2019-05-30 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2019/05/31 00:58:36

Modified files:
www: Makefile 

Log message:
+p5-CSS-DOM



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Anthony J . Bentley
CVSROOT:/cvs
Module name:ports
Changes by: bent...@cvs.openbsd.org 2019/05/31 00:57:00

Log message:
Import p5-W3C-LinkChecker-4.81.

This set of modules provides the CSS-specific interfaces described in the
W3C DOM recommendation.

The CSS::DOM class itself implements the StyleSheet and CSSStyleSheet DOM
interfaces.

This set of modules has two modes:

1. It can validate property values, ignoring those that are invalid (just
like a real web browser), and support shorthand properties. This means you
can set font to '13px/15px My Font' and have the font-size, line-height, and
font-family properties (among others) set automatically. Also, color: green;
color: kakariki will assign 'green' to the color property, 'kakariki' not
being a recognised color value.

2. It can blithely accept all property assignments as being valid. In the
case of color: green; color: kakariki, 'kakariki' will be assigned, since it
overrides the previous assignment.

These two modes are controlled by the property_parser option to the
constructors.

ok sthen@

Status:

Vendor Tag: bentley
Release Tags:   bentley_20190531

N ports/www/p5-CSS-DOM/Makefile
N ports/www/p5-CSS-DOM/distinfo
N ports/www/p5-CSS-DOM/pkg/DESCR
N ports/www/p5-CSS-DOM/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/05/30 23:54:15

Modified files:
security/gnutls: Makefile distinfo 
security/gnutls/pkg: PLIST 

Log message:
Update to gnutls-3.6.8.



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/05/30 23:51:55

Modified files:
devel/boost: Makefile 

Log message:
Build the MD subpackage on PowerPC.

from Brad and tested by cwen@



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Brian Callahan
CVSROOT:/cvs
Module name:ports
Changes by: bcal...@cvs.openbsd.org 2019/05/30 16:03:35

Modified files:
sysutils/diffoscope: Makefile distinfo 

Log message:
Update to diffoscope-115



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/30 14:25:58

Modified files:
lang/php/7.3   : Makefile distinfo 

Log message:
update to php-7.3.6



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/05/30 13:47:15

Modified files:
net/wireguard-tools: Makefile 

Log message:
Use ports-gcc to provide __builtin_swap* on big endian gcc archs

As pointed out by Jasper, net/wireguard-go uses lang/go which isn't
available on sparc64; but someone might want to generate the keys on
a sparc64 system.  ok jasper@



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2019/05/30 11:23:46

Modified files:
infrastructure/mk: pkgpath.mk 

Log message:
PORTS_PRIVSEP requires setting up SUDO anyway, so provide a default
okay kn@, solene@



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/30 10:58:14

Modified files:
mail/mutt  : Makefile 
Removed files:
mail/mutt/patches: patch-contrib_gpg_rc 

Log message:
mutt 1.12.0 changed something in the build process, causing binaries to
be rebuilt in the install stage if variables were overridden. This resulted
in the finished binary trying to load /usr/local/share/examples/mutt/Muttrc
rather than /etc/mutt/Muttrc, most visible by a change in 'header weeding'
for people who didn't have ignore/unignore set in their own config, reported
by Anthony Campbell and tb@.

Tidy up some patch/subst mess while there.



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Sebastian Reitenbach
CVSROOT:/cvs
Module name:ports
Changes by: sebas...@cvs.openbsd.org2019/05/30 10:24:33

Modified files:
net/rabbitmq   : Makefile distinfo 
net/rabbitmq/patches: patch-Makefile 
net/rabbitmq/pkg: PLIST 
Added files:
net/rabbitmq/patches: 
  patch-deps_rabbit_scripts_rabbitmq-defaults 
Removed files:
net/rabbitmq/patches: 
  
patch-plugins-src_rabbitmq-auth-backend-ldap_package_mk 
  patch-scripts_rabbitmq-defaults 

Log message:
Update to 2.6.15
while there, switch HOMEPAGE and MASTER_SITES to HTTPS
changes dependency to erlang from 18 -> 19

OK jasper@



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/05/30 09:02:05

Modified files:
infrastructure/mk: arch-defines.mk 

Log message:
Add aarch64 to GCC49_ARCHS, missed in the update to gcc-8.3.0

Unlocks ports who require ports-gcc (eg gfortran) on aarch64.  Spotted
by and diff by Martin Reindl (martin@), input from sthen@
ok sthen@ phessler@



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/05/30 08:16:14

Modified files:
sysutils/amazon-ssm-agent: Makefile distinfo 

Log message:
Update to amazon-ssm-agent-2.3.634.0.



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/05/30 06:43:31

Modified files:
lang/mono  : Makefile 
x11/gnustep/base: Makefile 
www/webkitgtk4/patches: patch-Source_cmake_OptionsCommon_cmake 
Removed files:
databases/mongodb/patches: 
   
patch-src_mongo_platform_stack_locator_openbsd_cpp 

Log message:
Drop pthread_np.h detection patches/overrides

Not needed any more after pthread_np.h rev 1.3.



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/05/30 05:59:30

Modified files:
sysutils/nomad : Makefile distinfo 

Log message:
Update to nomad-0.9.1.



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/05/30 05:58:29

Modified files:
sysutils/consul: Makefile distinfo 
sysutils/consul/pkg: PLIST 

Log message:
Update to consul-1.5.1.
diff from Uwe Werler



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/05/30 05:58:42

Modified files:
security/vault : Makefile distinfo 

Log message:
Update to vault-1.1.2.



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2019/05/30 05:16:28

Modified files:
graphics/openbsd-backgrounds: Makefile distinfo 
graphics/openbsd-backgrounds/pkg: PLIST 

Log message:
figured out how to attach binary files on github,
so the distfiles is more or less the package
bonus point to the package: will update with only the new pictures



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/05/30 05:14:46

Modified files:
sysutils/bacula: Makefile distinfo 

Log message:
update to bacula-9.4.4



CVS: cvs.openbsd.org: ports

2019-05-30 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs
Module name:ports
Changes by: j...@cvs.openbsd.org2019/05/30 04:15:54

Modified files:
net/libvncserver: Makefile 

Log message:
Unbreak on gcc archs, use TLS emulation from ports-gcc.

No REVISION bump since it didn't build since the update to
LibVNCServer-0.9.12