go.port.mk: poison GOPROXY

2019-09-13 Thread Stuart Henderson
Ports are not allowed network access during build. This is enforced on the main bulk build machines and for users with PORTS_PRIVSEP=Yes and the default pf.conf "block..user _pbuild" rule, but not everybody has that. Would it be OK to poison GOPROXY in the environment so that dev's who don't

Re: [update] lang/go to Go 1.13

2019-09-13 Thread Stuart Henderson
On 2019/09/10 04:20, Joel Sing wrote: > The following updates lang/go to Go 1.13 and also updates the main > golang.org/x packages to around the Go 1.13 release. This does > not update devel/go-tools, as it introduces new dependencies that > will need to be packaged. Once this lands I can also

build failures: 3 ports (flatzebra -> SDL_mixer.la related)

2019-09-13 Thread Stuart Henderson
games/burgerspace, games/cosmosmash, games/quadrupleback all failed like this: /usr/bin/libtool --tag=CXX--mode=link c++ -DPKGSOUNDDIR=\"/usr/local/share/sounds/burgerspace\" -DDEFAULT_UDP_SERVER_PORT=49152 -I../src/images -I/usr/local/include/flatzebra-0.1

Re: 回复: 回复: 回复: [Update] math/cfitsio : Update to 3.47

2019-09-13 Thread Stuart Henderson
On 2019/09/12 23:10, wen heping wrote: > ping ... > > 发件人: owner-po...@openbsd.org 代表 wen heping > > 发送时间: 2019年8月23日 22:27 > 收件人: Rafael Sadowski > 抄送: ports@openbsd.org > 主题: 回复: 回复: [Update] math/cfitsio : Update to 3.47 > > Hi, > > Here is the revised

Re: [WIP] mail/enigmail

2019-09-13 Thread Landry Breuil
On Fri, Sep 13, 2019 at 06:00:01PM +0200, Giovanni Bechis wrote: > Hi, > completely untested but now that thunderbird 68 it's in, Enigmail should be > updated to latest version otherwise it will not work. > I cannot test it before a week. Oops, sorry i completely forgot about enigmail. Please

Re: go.port.mk: poison GOPROXY

2019-09-13 Thread Klemens Nanni
On Fri, Sep 13, 2019 at 12:45:55PM +0100, Stuart Henderson wrote: > Ports are not allowed network access during build. This is enforced on > the main bulk build machines and for users with PORTS_PRIVSEP=Yes and > the default pf.conf "block..user _pbuild" rule, but not everybody has > that.

Enable Go on arm64

2019-09-13 Thread Joel Sing
The following enables Go on aarch64/arm64. ok? Index: infrastructure/mk/arch-defines.mk === RCS file: /cvs/ports/infrastructure/mk/arch-defines.mk,v retrieving revision 1.67 diff -u -p -r1.67 arch-defines.mk ---

Re: [update] lang/go to Go 1.13

2019-09-13 Thread Stuart Henderson
On 2019/09/13 23:32, Joel Sing wrote: > On 19-09-13 12:38:19, Stuart Henderson wrote: > > On 2019/09/10 04:20, Joel Sing wrote: > > > The following updates lang/go to Go 1.13 and also updates the main > > > golang.org/x packages to around the Go 1.13 release. This does > > > not update

Re: NEW: net/doh

2019-09-13 Thread Gleydson Soares
On Fri, Sep 13, 2019 at 02:48:22PM +0100, Stuart Henderson wrote: > --- > doh is a simple tool that uses libcurl to resolve a host name > using a POST request to a DNS-over-HTTPS (DoH) server. > --- > > ok to import? (the syntax is friendlier than sdig for simple tests) > buids and works fine

NEW: net/doh

2019-09-13 Thread Stuart Henderson
--- doh is a simple tool that uses libcurl to resolve a host name using a POST request to a DNS-over-HTTPS (DoH) server. --- ok to import? (the syntax is friendlier than sdig for simple tests) doh.tgz Description: application/tar-gz

[WIP] mail/enigmail

2019-09-13 Thread Giovanni Bechis
Hi, completely untested but now that thunderbird 68 it's in, Enigmail should be updated to latest version otherwise it will not work. I cannot test it before a week. Giovanni Index: Makefile === RCS file:

Re: [update] lang/go to Go 1.13

2019-09-13 Thread Joel Sing
On 19-09-13 12:38:19, Stuart Henderson wrote: > On 2019/09/10 04:20, Joel Sing wrote: > > The following updates lang/go to Go 1.13 and also updates the main > > golang.org/x packages to around the Go 1.13 release. This does > > not update devel/go-tools, as it introduces new dependencies that > >

Re: [update] lang/go to Go 1.13

2019-09-13 Thread Joel Sing
On 19-09-13 12:38:19, Stuart Henderson wrote: > On 2019/09/10 04:20, Joel Sing wrote: > > The following updates lang/go to Go 1.13 and also updates the main > > golang.org/x packages to around the Go 1.13 release. This does > > not update devel/go-tools, as it introduces new dependencies that > >

Re: [update] lang/go to Go 1.13

2019-09-13 Thread Joel Sing
On 19-09-13 14:53:30, Stuart Henderson wrote: > On 2019/09/13 23:32, Joel Sing wrote: > > On 19-09-13 12:38:19, Stuart Henderson wrote: > > > On 2019/09/10 04:20, Joel Sing wrote: > > > > The following updates lang/go to Go 1.13 and also updates the main > > > > golang.org/x packages to around the

Re: NEW: net/doh

2019-09-13 Thread Gleydson Soares
i have fixed the segfault by adding a patch and also i put the pkg-readme. pull request done, upstream aware. this one is OK gsoares@ doh-revised.tgz Description: application/tar-gz

aarch64 bulk build report

2019-09-13 Thread phessler
bulk build on arm64.ports.openbsd.org started on Thu Sep 12 15:31:21 MDT 2019 finished at Fri Sep 13 23:56:59 MDT 2019 lasted 02D01h25m done with kern.version=OpenBSD 6.6-beta (GENERIC.MP) #231: Wed Sep 11 01:37:47 MDT 2019 built packages:9985 Sep 12:3687 Sep 13:6297 critical path missing

[update] sbcl-1.5.6

2019-09-13 Thread Timo Myyrä
Hi, Here's simple update for sbcl to latest release. Tested on amd64. Timo Index: Makefile === RCS file: /cvs/ports/lang/sbcl/Makefile,v retrieving revision 1.42 diff -u -p -u -p -r1.42 Makefile --- Makefile12 Jul 2019 20:47:22

Re: go.port.mk: poison GOPROXY

2019-09-13 Thread Evan Silberman
Stuart Henderson wrote: > +MAKE_ENV += GOPROXY=invalid://ports.should.not.fetch.at.buildtime/ Got sufficiently curious to check if the URI scheme example:// is reserved and lo and behold it is. Might as well use it here? https://tools.ietf.org/html/rfc7595#page-14 Evan Silberman

Re: www/youtube-dl update to 2019.09.01

2019-09-13 Thread Paul Irofti
> No PLIST change? Ah, it was already handled by sthen@. Nevermind.

Re: www/youtube-dl update to 2019.09.01

2019-09-13 Thread Paul Irofti
On Thu, Sep 12, 2019 at 05:35:49PM +0200, Hiltjo Posthuma wrote: > On Thu, Sep 12, 2019 at 09:12:42AM +, Mikolaj Kucharski wrote: > > Hi, > > > > Kind reminder. Previous email also at: > > > > https://marc.info/?l=openbsd-ports=156749762125767=2 > > > > On Tue, Sep 03, 2019 at 07:59:51AM

Re: NEW: mail/rss2email3

2019-09-13 Thread Kaashif Hymabaccus
On Thu, Sep 05, 2019 at 10:05:30AM +0100, Stuart Henderson wrote: > On 2019/09/01 19:20, Kaashif Hymabaccus wrote: > > Hi ports@, > > > > Here is the new release of rss2email. As before, it is a new port and > > not an update of rss2email since it is completely incompatible and I > > don't want

Re: Add a few comments to Makefile.template

2019-09-13 Thread Thomas Frohwein
I already find the current Makefile.template quite wordy and I think most of the suggested lines belong in bsd.port.mk(5). I would rather go for a clear hint at the top of the template that new porters should study bsd.port.mk(5) and the porting guide in the FAQ. [...] > @@ -45,12 +47,13 @@

Re: www/youtube-dl update to 2019.09.01

2019-09-13 Thread Mikolaj Kucharski
On Fri, Sep 13, 2019 at 11:20:16PM +0300, Paul Irofti wrote: > > No PLIST change? > > Ah, it was already handled by sthen@. Nevermind. Yeah, thanks Hiltjo and Stuart for handling this. -- Regards, Mikolaj

Re: Remove py-mock from python3 flavor of devel/py-objgraph

2019-09-13 Thread Klemens Nanni
On Fri, Sep 13, 2019 at 06:10:59PM -0400, Kurt Mosiejczuk wrote: > +.if !${FLAVOR:Mpython3} > +TEST_DEPENDS = devel/py-mock > +.endif We're still far away from switching to Python 3 by default, but would it make sense to check `${MODPY_VERSION} == ${MODPY_DEFAULT_VERSION_2}' here

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/13 04:48:25 Modified files: net/unifi/testing: Makefile distinfo net/unifi/testing/pkg: PLIST Log message: update to unifi-5.11.46

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/13 06:58:08 Modified files: devel/py-rfc6555: Makefile Added files: devel/py-rfc6555/patches: patch-tests_test_create_connection_py

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/13 04:28:54 Modified files: net/unifi/stable: Makefile distinfo Log message: update to unifi-5.10.27

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Kurt Mosiejczuk
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/13 07:00:48 Modified files: devel/py-configargparse: Makefile Log message: Remove devel/py-mock from TEST_DEPENDS for python3 FLAVOR. python 3.4+ have mock built-in. Test code already will fail

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2019/09/13 07:06:19 Modified files: sysutils/restic-rest-server: Makefile Log message: Make restic-rest-server build with Go 1.13. OK sthen@

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2019/09/13 07:05:50 Modified files: sysutils/restic: Makefile Log message: Make restic build with Go 1.13 OK sthen@

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2019/09/13 03:42:45 Modified files: devel/py-xlsxwriter: Makefile distinfo Log message: update xlsxwriter to 1.2.0.

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2019/09/13 03:54:46 Modified files: www: Makefile devel/quirks : Makefile devel/quirks/files: Quirks.pm Removed files: www/p5-WWW-Curl: Makefile distinfo

Re: CVS: cvs.openbsd.org: ports

2019-09-13 Thread Stuart Henderson
On 2019/09/13 03:54, Stuart Henderson wrote: > CVSROOT: /cvs > Module name: ports > Changes by: st...@cvs.openbsd.org 2019/09/13 03:54:46 > > Modified files: > www: Makefile > devel/quirks : Makefile > devel/quirks/files: Quirks.pm > Removed files: >

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/13 10:18:33 Modified files: devel/jdk/11 : Makefile Log message: Add missing build depend on archivers/gtar. okay naddy@

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Kurt Miller
CVSROOT:/cvs Module name:ports Changes by: k...@cvs.openbsd.org2019/09/13 10:59:34 Modified files: devel/gmake: Makefile devel/gmake/patches: patch-job_c patch-job_h Added files: devel/gmake/patches: patch-main_c patch-remote-cstms_c Log

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2019/09/13 10:47:29 Modified files: graphics/krita : Makefile distinfo graphics/krita/pkg: PLIST Log message: Update krita to 4.2.6

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Landry Breuil
CVSROOT:/cvs Module name:ports Changes by: lan...@cvs.openbsd.org 2019/09/13 09:05:17 Modified files: mail/mozilla-thunderbird: Makefile distinfo mail/mozilla-thunderbird/patches:

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Aaron Bieber
CVSROOT:/cvs Module name:ports Changes by: abie...@cvs.openbsd.org 2019/09/13 07:22:03 Modified files: security/keybase: Makefile Removed files: security/keybase/patches: patch-go_kbfs_libkbfs_folder_branch_ops_go Log message:

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2019/09/13 02:05:44 Modified files: devel/jd-gui : Makefile distinfo Log message: update jd-gui to 1.6.3.

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Frederic Cambus
CVSROOT:/cvs Module name:ports Changes by: fcam...@cvs.openbsd.org 2019/09/13 02:12:57 Modified files: graphics/libansilove: Makefile distinfo Log message: Update libansilove to 1.1.4.

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Remi Pointel
CVSROOT:/cvs Module name:ports Changes by: rpoin...@cvs.openbsd.org2019/09/13 02:25:06 Modified files: devel/jadx : Makefile distinfo devel/jadx/patches: patch-bin_jadx devel/jadx/pkg : PLIST Added files: devel/jadx/patches:

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Rafael Sadowski
CVSROOT:/cvs Module name:ports Changes by: rsadow...@cvs.openbsd.org 2019/09/13 03:04:05 Modified files: net/profanity : Makefile distinfo net/profanity/pkg: DESCR Added files: net/profanity/patches: patch-configure_ac Log message: Update

CVS: cvs.openbsd.org: ports

2019-09-13 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2019/09/13 03:04:07 Modified files: lang/go: Makefile distinfo Log message: Update the lang/go binary bootstrap to Go 1.13.