CVS: cvs.openbsd.org: ports

2016-08-18 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/08/18 23:04:38 Modified files: audio/ncmpc: Makefile distinfo audio/ncmpc/patches: patch-configure Log message: Update to ncmpc-0.25

Re: go fixes

2016-08-18 Thread Dmitrij D. Czarkoff
Hi! Now with go 1.7 in ports it's time to update go libraries. The diff below changes lang/go port and module so that go libraries have runtime dependency on lang/go, so that they get rebuilt once lang/go is updated. Ports devel/go-tools, net/go-net, security/go-crypto and textproc/go-text are

i386 build failures

2016-08-18 Thread Stuart Henderson
not W^X devel/lazarus random build failure on i386 W^X enforcement lang/hugs ERROR - mallocBytesRWX: failed to protect 0x0x7becea20 lang/sbcl mmap: Not supported lang/obcmprotect failed: Not supported editors/libreoffice (with USE_WXNEEDED)

Re: simple wxneeded setting from port Makefiles

2016-08-18 Thread Stuart Henderson
On 2016/08/18 19:38, Christian Weisgerber wrote: > On 2016-08-18, Stuart Henderson wrote: > > > This factors out the wrapper so it can be generated by ports > > infrastructure instead (by setting USE_WXNEEDED=Yes), and adds > > it to the sqlports database so we can spot

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/18 16:41:55 Modified files: mail : Makefile mail/mutt : Makefile distinfo mail/mutt/pkg : DESCR PLIST Log message: update to Mutt 1.7.0, remove flavour for

PATCH: www/phantomjs wxneeded

2016-08-18 Thread Caspar Schutijser
Hi, I don't really use this piece of software but I happened to remember that it uses webkit. Simply invoking phantomjs would result in a crash. Not anymore with the patch below. Thanks, Caspar Schutijser Index: Makefile === RCS

Re: PATCH: mail/trojita wxneeded

2016-08-18 Thread Caspar Schutijser
On Thursday, 18 August 2016 22:07:12 CEST, Ted Unangst wrote: Caspar Schutijser wrote: trojita violates W^X at runtime. USE_WXNEEDED=Yes does not work in this case so I patched CMakeLists.txt. webkit related? Yes.

Re: PATCH: mail/trojita wxneeded

2016-08-18 Thread Ted Unangst
Caspar Schutijser wrote: > Hi, > > trojita violates W^X at runtime. USE_WXNEEDED=Yes does not work in this > case so I patched CMakeLists.txt. webkit related? we should probably be annotating these.

PATCH: mail/trojita wxneeded

2016-08-18 Thread Caspar Schutijser
Hi, trojita violates W^X at runtime. USE_WXNEEDED=Yes does not work in this case so I patched CMakeLists.txt. I am also willing to become the new maintainer for trojita. Probably I will be able to update to trojita 0.7 next week. Thanks, Caspar Schutijser Index: Makefile

Re: simple wxneeded setting from port Makefiles

2016-08-18 Thread Christian Weisgerber
On 2016-08-18, Stuart Henderson wrote: > This factors out the wrapper so it can be generated by ports > infrastructure instead (by setting USE_WXNEEDED=Yes), and adds > it to the sqlports database so we can spot them more easily. I guess ports that were changed to use

Re: FIX: www/chromium build

2016-08-18 Thread Christian Weisgerber
On 2016-08-18, Rafael Sadowski wrote: > the patch below fix my chromium build @amd64. What's the problem? -- Christian "naddy" Weisgerber na...@mips.inka.de

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Juan Francisco Cantero Hurtado
CVSROOT:/cvs Module name:ports Changes by: juan...@cvs.openbsd.org 2016/08/18 13:32:50 Modified files: lang/racket-minimal: Makefile Log message: Add USE_WXNEEDED. Passes the tests.

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Dmitrij Czarkoff
CVSROOT:/cvs Module name:ports Changes by: czark...@cvs.openbsd.org2016/08/18 12:30:57 Modified files: www/surf2 : Makefile www/surf2/patches: patch-Makefile patch-config_def_h patch-config_mk Log message: Enable

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Joel Sing
CVSROOT:/cvs Module name:ports Changes by: js...@cvs.openbsd.org 2016/08/18 11:23:03 Modified files: lang/go: Makefile distinfo lang/go/patches: patch-api_except_txt patch-src_cmd_link_internal_ld_data_go

Re: math/R: use egfortran by default

2016-08-18 Thread Ingo Feinerer
On Thu, Aug 18, 2016 at 04:45:08PM +0200, David Coppa wrote: > The reason is we'd like to remove lang/gfortran from the ports tree. > > Revised diff: OK > Index: Makefile > === > RCS file: /cvs/ports/math/R/Makefile,v > retrieving

FIX: www/chromium build

2016-08-18 Thread Rafael Sadowski
Hi ports@, the patch below fix my chromium build @amd64. Kind regards, Rafael Index: Makefile === RCS file: /cvs/ports/www/chromium/Makefile,v retrieving revision 1.302 diff -u -p -u -p -r1.302 Makefile --- Makefile17 Aug 2016

Re: wxneeded for lang/ruby

2016-08-18 Thread joshua stein
On Wed, 17 Aug 2016 at 20:30:22 -0600, Theo de Raadt wrote: > >There are various ways we can go. > > > >One is as awolk@ has done in his diff, making all W|X-needing ruby > >modules work. > > > >The other is to mark therubyracer broken with an explanation, so > >people who need it can build a

Re: math/R: use egfortran by default

2016-08-18 Thread David Coppa
On Thu, 18 Aug 2016, Ingo Feinerer wrote: > I have a few comments below. Assuming that you have good reasons for the > choices below: OK feinerer@ The reason is we'd like to remove lang/gfortran from the ports tree. Revised diff: Index: Makefile

Re: New port: devel/py-hgsubversion

2016-08-18 Thread Dmitrij D. Czarkoff
"Dmitrij D. Czarkoff" wrote: >Below is a port for hgsubversion. Hgsubversion is an extension for >Mercurial that allows using Mercurial as a Subversion client. It allows >cloning subversion repository with as if it was a regular Mercurial >repository: > > $ hg clone

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Dmitrij Czarkoff
CVSROOT:/cvs Module name:ports Changes by: czark...@cvs.openbsd.org2016/08/18 08:21:39 Modified files: www/webkitgtk4 : Makefile Added files: www/webkitgtk4/patches: patch-Source_JavaScriptCore_javascriptcoregtk_pc_in

Re: math/R: use egfortran by default

2016-08-18 Thread Ingo Feinerer
On Thu, Aug 18, 2016 at 02:43:30PM +0200, David Coppa wrote: > With this patch: > > $ diff -u /usr/local/lib/R.prev/etc/Makeconf /usr/local/lib/R/etc/Makeconf > --- /usr/local/lib/R.prev/etc/MakeconfWed Aug 17 09:50:09 2016 > +++ /usr/local/lib/R/etc/Makeconf Thu Aug 18 14:23:37 2016

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/18 07:42:26 Modified files: x11/jwm: Makefile distinfo Log message: - update to jwm-2.3.6 - update license marker (jwm is MIT-licenesd now)

CVS: cvs.openbsd.org: ports

2016-08-18 Thread David Coppa
CVSROOT:/cvs Module name:ports Changes by: dco...@cvs.openbsd.org 2016/08/18 07:39:00 Modified files: audio/ncmpcpp : Makefile distinfo Removed files: audio/ncmpcpp/patches: patch-src_actions_cpp Log message: Update to ncmpcpp-0.7.5

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/18 06:50:42 Modified files: lang/python: Makefile.inc Log message: switch to USE_WXNEEDED

math/R: use egfortran by default

2016-08-18 Thread David Coppa
With this patch: $ diff -u /usr/local/lib/R.prev/etc/Makeconf /usr/local/lib/R/etc/Makeconf --- /usr/local/lib/R.prev/etc/Makeconf Wed Aug 17 09:50:09 2016 +++ /usr/local/lib/R/etc/Makeconf Thu Aug 18 14:23:37 2016 @@ -33,11 +33,11 @@ ECHO_N = -n ECHO_T = ## NB, set FC before F77 as

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Jonathan Gray
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/08/18 06:40:44 Modified files: devel/cppcheck : Makefile distinfo Log message: update to cppcheck 1.75 ok gsoares@ (MAINTAINER)

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/18 06:31:53 Modified files: lang/mono : Makefile Log message: use USE_WXNEEDED

Re: update to claws-mail-3.14.0

2016-08-18 Thread Daniel Jakots
On Wed, 17 Aug 2016 21:04:26 +0200, Daniel Jakots wrote: > On Wed, 10 Aug 2016 13:11:23 +0200, Daniel Jakots > wrote: > > > Hi, > > > > Here's a diff to update claws-mail to its latest release. Changelog > > is available as usual

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/18 06:29:32 Modified files: devel/jdk/1.7 : Makefile devel/jdk/1.8 : Makefile Log message: use the centralized ld "wxneeded" wrapper for the jdk ports.

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Stuart Henderson
CVSROOT:/cvs Module name:ports Changes by: st...@cvs.openbsd.org 2016/08/18 06:28:53 Modified files: infrastructure/mk: bsd.port.mk databases/sqlports: Makefile databases/sqlports/files: Info.pm Log message: Add an USE_WXNEEDED flag for ports, to

Re: [UPDATE] devel/tig to 2.2

2016-08-18 Thread Jeremie Courreges-Anglas
Frederic Cambus writes: > Hi ports@, > > Here is a patch to update devel/tig to 2.2. > > Notable changes: > > - Added a FAKE_FLAGS directive so upstream Makefile install target puts > 'tigrc' where it should (and not outside of every prefix) > - We do not need to install

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Jeremie Courreges-Anglas
CVSROOT:/cvs Module name:ports Changes by: j...@cvs.openbsd.org2016/08/18 04:55:18 Modified files: devel/tig : Makefile distinfo Removed files: devel/tig/patches: patch-src_graph-v2_c Log message: Update to tig-2.2 from maintainer Frederic Cambus

Re: simple wxneeded setting from port Makefiles

2016-08-18 Thread Stuart Henderson
On 2016/08/18 12:12, Jeremie Courreges-Anglas wrote: > Stuart Henderson writes: > > > As most readers know by now, ports requiring WX mappings must now > > be annotated when the binaries are created. Because there are many > > build systems in ports (sometimes even

Re: simple wxneeded setting from port Makefiles

2016-08-18 Thread Jeremie Courreges-Anglas
Stuart Henderson writes: > As most readers know by now, ports requiring WX mappings must now > be annotated when the binaries are created. Because there are many > build systems in ports (sometimes even different ones within a > single port) this is an utter pain to setup,

Re: simple wxneeded setting from port Makefiles

2016-08-18 Thread Stuart Henderson
On 2016/08/18 10:12, Stuart Henderson wrote: > As most readers know by now, ports requiring WX mappings must now > be annotated when the binaries are created. Because there are many > build systems in ports (sometimes even different ones within a > single port) this is an utter pain to setup, so

Re: UPDATE: graphics/nomacs

2016-08-18 Thread Stuart Henderson
On 2016/08/17 21:55, Rafael Sadowski wrote: > > -V =3.2.0 > > -DISTNAME = nomacs-${V}-source > > -PKGNAME = ${DISTNAME:S/-source//} > > +V =3.4 > > +DISTNAME = nomacs-${V} No need to set DISTNAME here. > > + > > +GH_ACCOUNT

Re: powerpc bulk build report

2016-08-18 Thread Dmitrij D. Czarkoff
lan...@openbsd.org wrote: >build failures: 17 >http://build-failures.rhaalovely.net//powerpc/2016-07-25/audio/moc.log Could you please try this diff? Index: Makefile === RCS file: /var/cvs/ports/audio/moc/Makefile,v retrieving

simple wxneeded setting from port Makefiles

2016-08-18 Thread Stuart Henderson
As most readers know by now, ports requiring WX mappings must now be annotated when the binaries are created. Because there are many build systems in ports (sometimes even different ones within a single port) this is an utter pain to setup, so for the jdk ports I've used a wrapper installed to

Re: [lang/go] Update to 1.7

2016-08-18 Thread Pierre-Emmanuel André
On Wed, Aug 17, 2016 at 02:57:16AM +1000, Joel Sing wrote: > The following updates lang/go to version 1.7. > > Passes regress on i386 and amd64. > > ok? > You have an extra m in WANTLIB : go-1.7(lang/go): Extra: m.9 Otherwise it works fine on @amd64. ok pea@ > Index: Makefile >

CVS: cvs.openbsd.org: ports

2016-08-18 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs Module name:ports Changes by: jas...@cvs.openbsd.org 2016/08/18 00:56:59 Modified files: x11/gnome/file-roller: Makefile distinfo Log message: update to file-roller-3.20.3