[Update]databases/py-sqlparse: Update to 0.3.0

2019-08-15 Thread wen heping
Hi, ports@: Here is a patch for databases/py-sqlparse to update to 0.3.0. It build well and passed all tests on amd64-head system. Only one port depends on it, databases/py-sqlalchemy-migrate build and run well with this update, it defined NO_TEST. Comments? OK? wen Index: Makefile =

[update] nginx 1.16.1

2019-08-15 Thread Landry Breuil
Hi, here's an update to nginx 1.16.1 for a bunch of CVEs in HTTP/2 (cf http://nginx.org/en/security_advisories.html) *) Security: when using HTTP/2 a client might cause excessive memory consumption and CPU usage (CVE-2019-9511, CVE-2019-9513, CVE-2019-9516). Landry Index: Makef

Re: unbreak and update dxx-rebirth

2019-08-15 Thread Thomas Frohwein
ping On Mon, Aug 5, 2019, at 12:02 PM, Thomas Frohwein wrote: > Hi, > > With physfs-3.0.2 in, the diff below now works to update dxx-rebirth to > the most recent tarball. The game is now using something akin to > irregular nightlies. > > Also add hint to shareware assets download to README to fa

UPDATE: java/gradle 5.6

2019-08-15 Thread Lawrence Teo
This updates Gradle to 5.6. https://docs.gradle.org/5.6/release-notes.html I confirmed that security/ghidra builds successfully with this Gradle update. ok? Index: Makefile === RCS file: /cvs/ports/java/gradle/Makefile,v retrieving

[Update] databases/py-peewee : Update to 3.10.0

2019-08-15 Thread wen heping
Hi, ports@: Here is a patch for databases/py-peewee: i) Update to 3.10.0 ii) Remove the patch file patch-setup_py, because now upstream use setuptools and will detect cython. iii) Add NO_SQLITE=1 to MAKE_ENV to avoid error message as: fatal error: sqlite3.h: No such file or dir

Re: remove rsync from devel/git

2019-08-15 Thread Jan Stary
On Aug 15 16:49:17, dera...@openbsd.org wrote: > Jan Stary wrote: > > > On Aug 15 18:30:20, j...@wxcvbn.org wrote: > > > Committed, thanks! > > > > So now, with openrsync in base (thank you Kristaps), > > rsync can finaly go. > > Sadly, that is very far from true. openrsync is still missing a

Re: remove rsync from devel/git

2019-08-15 Thread Theo de Raadt
Jan Stary wrote: > On Aug 15 18:30:20, j...@wxcvbn.org wrote: > > Committed, thanks! > > So now, with openrsync in base (thank you Kristaps), > rsync can finaly go. Sadly, that is very far from true. openrsync is still missing a large pile of important elements.

Re: remove rsync from devel/git

2019-08-15 Thread Jan Stary
On Aug 15 18:30:20, j...@wxcvbn.org wrote: > Committed, thanks! So now, with openrsync in base (thank you Kristaps), rsync can finaly go.

Re: pkg_add -P and cdrom

2019-08-15 Thread Jan Stary
On Aug 15 21:33:23, es...@nerim.net wrote: > Since we no longer carry cdrom information, asking for cdrom-only should > either not install, or error out entirely during option parsing. -P cdrom should ridicule the user for using a cdrom, enough so that he goes to ports@ to ask for its deletion.

Re: [patch] update lang/rust to 1.37.0

2019-08-15 Thread Jeremie Courreges-Anglas
gt; +CARGO_V =0.38.0 > CLIPPY_V = 0.0.212 > -RUSTFMT_V = 1.2.2 > +RUSTFMT_V = 1.3.0 > DISTNAME = rustc-${V}-src > > # rustc bootstrap version > -BV-aarch64 = 1.36.0-20190703 > -BV-amd64 = 1.36.0-20190630 > -BV-i38

Re: pkg_add -P and cdrom

2019-08-15 Thread Marc Espie
On Fri, Aug 09, 2019 at 11:33:52AM -0400, Daniel Jakots wrote: > Hi, > > root@caramel:~# pkg_add -P ftp tree > quirks-3.165 signed on 2019-08-07T13:50:33Z > tree-0.62: ok > root@caramel:~# pkg_delete tree > tree-0.62: ok > root@caramel:~# pkg_add -P cdrom tree > quirks-3.165 signed on 2019-0

[patch] update lang/rust to 1.37.0

2019-08-15 Thread Sebastien Marie
V =1.3.0 DISTNAME = rustc-${V}-src # rustc bootstrap version -BV-aarch64 = 1.36.0-20190703 -BV-amd64 = 1.36.0-20190630 -BV-i386 = 1.36.0-20190630 +BV-aarch64 = 1.37.0-20190815 +BV-amd64 = 1.37.0-20190813 +BV-i386 =

Re: [macppc] Unbreak audio/flac 1.3.3

2019-08-15 Thread Theo de Raadt
Christian Weisgerber wrote: > Jeremie Courreges-Anglas: > > > > The below diff allows to build flac on macppc, where tests are passing > > > [1]. I've not bumped revision, the change impacts powerpc where it has > > > never been built. > > > > Good enough for ports, ok jca@ > > ok naddy@ > >

Re: remove rsync from devel/git

2019-08-15 Thread Klemens Nanni
On Thu, Aug 15, 2019 at 04:44:38PM +0200, Jeremie Courreges-Anglas wrote: > ritchie /tmp$ git clone rsync://host.xz/path/to/repo.git/ > Cloning into 'repo'... > fatal: git-over-rsync is no longer supported > > Here's a tweaked diff that only bumps -main, since only RUN_DEPENDS-main > is changed. >

Re: [macppc] Unbreak audio/flac 1.3.3

2019-08-15 Thread Christian Weisgerber
Jeremie Courreges-Anglas: > > The below diff allows to build flac on macppc, where tests are passing > > [1]. I've not bumped revision, the change impacts powerpc where it has > > never been built. > > Good enough for ports, ok jca@ ok naddy@ > If we want this fixed upstream, someone (tm) shoul

Re: security/gpgme: fix for aarch64

2019-08-15 Thread Jeremie Courreges-Anglas
On Thu, Aug 15 2019, Peter Hessler wrote: > libstdc++ doesn't exist on platforms without gcc, so remove the > hard-coded dependancy. > > Fixes build on aarch64. > > OK? I wonder why this workaround was added in the first place (probably for clang on Linux, using libstdc++?) ok jca@ > Index: sec

Re: remove rsync from devel/git

2019-08-15 Thread Benoit Lecocq
On 8/15/19 4:44 PM, Jeremie Courreges-Anglas wrote: +cc maintainer On Wed, Aug 14 2019, Jan Stary wrote: If I read https://github.com/git/git/blob/master/Documentation/RelNotes/2.8.0.txt right, rsync support was removed from git about three years ago. Indeed. ritchie /tmp$ git clone rsy

Re: remove rsync from devel/git

2019-08-15 Thread Jeremie Courreges-Anglas
+cc maintainer On Wed, Aug 14 2019, Jan Stary wrote: > If I read > https://github.com/git/git/blob/master/Documentation/RelNotes/2.8.0.txt > right, rsync support was removed from git about three years ago. Indeed. ritchie /tmp$ git clone rsync://host.xz/path/to/repo.git/ Cloning into 'repo'..

Re: [wip] Xfce 4.14 final

2019-08-15 Thread Landry Breuil
On Thu, Aug 15, 2019 at 09:51:03AM +0100, Edd Barrett wrote: > On Wed, Aug 14, 2019 at 03:30:01PM +0100, Edd Barrett wrote: > > The release notes say that the WM got HDPI support. Do I have to do > > something to enable it? I was expecting all of the various window > > manager themes to scale up fo

Re: [macppc] Unbreak audio/flac 1.3.3

2019-08-15 Thread Jeremie Courreges-Anglas
On Thu, Aug 15 2019, Charlene Wendling wrote: > Hi, > > That newer version of flac makes use of getauxval(3) on powerpc, that > apparently we don't implement, so the builds fails while not finding > sys/auxv.h. Bleh, this implements just the right amount of autoconf tests so that it *looks* porta

[ports-gcc] Unbreak x11/waimea

2019-08-15 Thread Charlene Wendling
> http://build-failures.rhaalovely.net/powerpc/2019-07-29/x11/waimea.log > http://build-failures.rhaalovely.net/sparc64/2019-08-12/x11/waimea.log There is a clash between std::list and the "list" class member. I've just renamed that member and its instances. It builds [0] and works fine on macp

[macppc] Unbreak audio/flac 1.3.3

2019-08-15 Thread Charlene Wendling
Hi, That newer version of flac makes use of getauxval(3) on powerpc, that apparently we don't implement, so the builds fails while not finding sys/auxv.h. The below diff allows to build flac on macppc, where tests are passing [1]. I've not bumped revision, the change impacts powerpc where it has

Re: [wip] Xfce 4.14 final

2019-08-15 Thread Edd Barrett
On Wed, Aug 14, 2019 at 03:30:01PM +0100, Edd Barrett wrote: > The release notes say that the WM got HDPI support. Do I have to do > something to enable it? I was expecting all of the various window > manager themes to scale up for HDPI. Maybe I was wrong... About this. There is (and was in the la

Re: [wip] Xfce 4.14 final

2019-08-15 Thread Edd Barrett
Hi, On Wed, Aug 14, 2019 at 05:25:04PM +0200, Matthieu Herrb wrote: > Can you try to change vlank mode to 'xpresent': > > xfconf-query -c xfwm4 -p /general/vblank_mode -s xpresent > > And restart your session ? This works for me! Thanks. Shall we put this in the package README? -- Best Regar