CVS: cvs.openbsd.org: ports

2019-10-06 Thread Christopher Zimmermann
CVSROOT:/cvs
Module name:ports
Changes by: chr...@cvs.openbsd.org  2019/10/07 00:40:15

Modified files:
math/coq   : Makefile 
math/coq/pkg   : PFRAG.native PFRAG.no-native PLIST 

Log message:
fix plist for bytecode-only arm64, sparc64

OK jca@



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Marc Espie
CVSROOT:/cvs
Module name:ports
Changes by: es...@cvs.openbsd.org   2019/10/06 22:52:15

Modified files:
infrastructure/lib/DPB: Host.pm HostProperties.pm Job.pm 
Shell.pm 
infrastructure/lib/DPB/Core: Distant.pm 

Log message:
document how host/hostproperties interact
remove some "implicit returns" (cosmetic) and do more regular sub calls

provide a default is_alive for the abstract shell class to dedup code.

no functional change



CVS: cvs.openbsd.org: ports

2019-10-06 Thread James Turner
CVSROOT:/cvs
Module name:ports
Changes by: jtur...@cvs.openbsd.org 2019/10/06 19:25:17

Modified files:
devel/fossil   : Makefile distinfo 
devel/fossil/patches: patch-auto_def 

Log message:
Update fossil to 2.10. Changelog: 
http://www.fossil-scm.org/home/doc/trunk/www/changes.wiki#v2_10



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/06 14:34:22

Modified files:
net: Makefile 

Log message:
+arouteserver



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/06 14:33:43

Log message:
import net/arouteserver, req'd and test help claudio@, help+ok kn@
thanks to pierky (upstream) for a quick fix on a sunday evening

ARouteServer is a Python tool to automatically build (and test)
configurations for BGP route servers.

Given YAML files providing general policies and clients' configuration
options, ARouteServer acquires external information to enrich them
(i.e. bgpq3 for IRR data, PeeringDB for max-prefix limit and AS-SETs)
and uses built-in Jinja2 templates to render configuration files for
route servers.

Currently it supports BIRD and OpenBGPd.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20191006

N ports/net/arouteserver/Makefile
N ports/net/arouteserver/distinfo
N ports/net/arouteserver/pkg/DESCR
N ports/net/arouteserver/pkg/PLIST
N ports/net/arouteserver/patches/patch-pierky_arouteserver_config_base_py

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/06 14:20:23

Log message:
import sysutils/py-packaging, tests fix/ok kn@

Core utilities for Python packages. Includes version handling,
specifiers, markers, requirements, tags, utilities.

Status:

Vendor Tag: sthen
Release Tags:   sthen_20191006

N ports/sysutils/py-packaging/Makefile
N ports/sysutils/py-packaging/distinfo
N ports/sysutils/py-packaging/pkg/DESCR
N ports/sysutils/py-packaging/pkg/PLIST

No conflicts created by this import



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/06 14:20:50

Modified files:
sysutils   : Makefile 

Log message:
+py-packaging



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/06 14:12:26

Modified files:
net/routinator : Makefile 

Log message:
take MAINTAINER



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Rafael Sadowski
CVSROOT:/cvs
Module name:ports
Changes by: rsadow...@cvs.openbsd.org   2019/10/06 10:16:09

Modified files:
x11/kde-applications/kdenlive: Makefile 

Log message:
Mark as broken

Crashes immediately when you add a clip to the timeline. Reported upstream
long time ago. They said it's not our fault, it's mlt.



Re: CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
On 2019/10/06 09:37, Stuart Henderson wrote:
> CVSROOT:  /cvs
> Module name:  ports
> Changes by:   st...@cvs.openbsd.org   2019/10/06 09:37:15
> 
> Modified files:
>   lang/go: Makefile go.port.mk 
> 
> Log message:
> fix MODGO_PACKAGES and MODGO_TOOLS arch name on aarch64 machines (using
> the same arch conversion list as done in the lang/go port itself; add
> a comment reminding to keep them in-sync). unbreaks packaging of the
> few golang ports that actually build on aarch64.
> 

Many of the other broken ones appear to be due to old vendored copies of

golang.org/x/net/internal/socket
golang.org/x/sys/unix

That covers at least these:

net/mattermost-server
net/minio/client
net/syncthing
security/gopass
shells/elvish
sysutils/amazon-ecs-cli
sysutils/awless
sysutils/beats/filebeat
sysutils/beats/heartbeat
sysutils/beats/metricbeat
sysutils/beats/packetbeat
sysutils/fzf
sysutils/node_exporter
sysutils/nomad
sysutils/prometheus
sysutils/rclone
sysutils/restic
sysutils/serf
sysutils/telegraf
sysutils/terraform/provider-vsphere
www/hugo

(there may be other problems with these too, but that's where they
currently fail).

While some of these would be nice to have packaged on aarch64, I think
it will be a bit too disruptive (and at risk of causing problems for
amd64) to try and fix them before release.



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/06 09:37:15

Modified files:
lang/go: Makefile go.port.mk 

Log message:
fix MODGO_PACKAGES and MODGO_TOOLS arch name on aarch64 machines (using
the same arch conversion list as done in the lang/go port itself; add
a comment reminding to keep them in-sync). unbreaks packaging of the
few golang ports that actually build on aarch64.



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stuart Henderson
CVSROOT:/cvs
Module name:ports
Changes by: st...@cvs.openbsd.org   2019/10/06 09:34:20

Modified files:
lang/go-bootstrap: Makefile 

Log message:
go-bootstrap is not for aarch64



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2019/10/06 08:06:10

Modified files:
www/chromium   : Makefile 
www/chromium/files: pledge.utility_network 

Log message:
the network process needs a unix pledge for inter process communication
as well



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2019/10/06 07:35:07

Modified files:
productivity/tryton/5.2/account_asset: Makefile distinfo 
productivity/tryton/5.2/account_asset/pkg: PLIST 
productivity/tryton/5.2/party: Makefile distinfo 
productivity/tryton/5.2/party/pkg: PLIST 
productivity/tryton/5.2/sao: Makefile distinfo 
productivity/tryton/5.2/timesheet: Makefile distinfo 
productivity/tryton/5.2/tryton: Makefile distinfo 
productivity/tryton/5.2/trytond: Makefile distinfo 

Log message:
tryton 5.2: maintenance update



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Sebastien Marie
CVSROOT:/cvs
Module name:ports
Changes by: sema...@cvs.openbsd.org 2019/10/06 07:34:57

Modified files:
productivity/tryton/5.0/account_asset: Makefile distinfo 
productivity/tryton/5.0/account_asset/pkg: PLIST 
productivity/tryton/5.0/sao: Makefile distinfo 
productivity/tryton/5.0/timesheet: Makefile distinfo 
productivity/tryton/5.0/trytond: Makefile distinfo 

Log message:
tryton 5.0: maintenance update



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Robert Nagy
CVSROOT:/cvs
Module name:ports
Changes by: rob...@cvs.openbsd.org  2019/10/06 05:03:15

Modified files:
www/chromium   : Makefile 
www/chromium/patches: patch-chrome_common_chrome_paths_cc 
  
patch-services_service_manager_sandbox_openbsd_sandbox_openbsd_cc 
www/chromium/pkg: PFRAG.component 

Log message:
make sure that we support the /etc/chromium/policies directory by actually
enabling the code and disable the usage of the internal fontconfig which
was periodically reloaded causing fontconfig related pledge violations



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/10/06 04:48:37

Modified files:
mail/evolution : Makefile 

Log message:
Add missing MODGNOME_LDFLAGS.



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/10/06 04:32:05

Modified files:
sysutils/terraform/provider-alicloud: Makefile distinfo 
sysutils/terraform/provider-azurerm: Makefile distinfo 

Log message:
Update terraform providers.



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2019/10/06 04:32:48

Modified files:
devel/got  : Makefile distinfo 

Log message:
update to got-0.17

- make 'got branch' without args show work tree's branch (requested by benno)
- show temporary branch in 'got branch -l' during rebase and histedit
- refresh references when 'tog log' view is refreshed with Ctrl+L
- make 'got status' read .gitignore files; support **/ and /**/ in patterns
- handle empty trees during 'import' and 'checkout' (issue reported by sthen)
- show only whitelisted commit headers in 'got log' (semarie)
- properly handle getline(3) return type as ssize_t (hiltjo)



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/10/06 04:18:17

Modified files:
net/py-boto3   : Makefile distinfo 

Log message:
Update to py-boto3-1.9.243.



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/10/06 04:18:38

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

Log message:
Update to awscli-1.16.253.



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/10/06 04:17:51

Added files:
net/py-botocore: distinfo 

Log message:
Oops.



CVS: cvs.openbsd.org: ports

2019-10-06 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2019/10/06 04:17:16

Modified files:
net/py-botocore: Makefile 
Removed files:
net/py-botocore: distinfo 

Log message:
Update to py-botocore-1.12.243.