Re: fortran.port.mk diff

2016-08-20 Thread Antoine Jacoutot
On Fri, Aug 19, 2016 at 06:55:13PM +0500, Alexandr Shadchin wrote: > On Fri, Aug 19, 2016 at 01:31:46PM +0200, David Coppa wrote: > > On Fri, 19 Aug 2016, David Coppa wrote: > > > > > For the lang/gfortran removal... > > > > > > OK? > > > > No way... Here's a working one: > > > > May be also c

Re: www/otter-browser 0.9.11-dev129 => 0.9.11-dev135 + wxneeded + printf (null) patch

2016-08-20 Thread Adam Wolk
On Tue, Aug 16, 2016 at 10:52:07PM +0200, Adam Wolk wrote: > On Mon, Aug 01, 2016 at 02:43:49AM +0200, Adam Wolk wrote: > > On Mon, Jul 18, 2016 at 12:58:17AM +0200, Adam Wolk wrote: > > > On Wed, Jul 06, 2016 at 02:28:08PM +0200, Adam Wolk wrote: > > > > Hi ports@ > > > > > > > > Trivial bump for

Re: Brave

2016-08-20 Thread Adam Wolk
On Fri, Aug 19, 2016 at 01:27:47PM -0500, Jordon wrote: > I was kind of surprised to see that there was no port for the Brave web > browser so I figured this would be a chance to take a stab at making a port. > > The first thing I discovered about Brave is that it requires nodejs 6.1 or > greate

Re: simple wxneeded setting from port Makefiles

2016-08-20 Thread Jeremie Courreges-Anglas
Frank Groeneveld writes: > On Thu, Aug 18, 2016 at 11:49:04PM +0100, Stuart Henderson wrote: >> I think that would be prefereable, if it works. > > Thanks for making this simpler for us! I tried applying it to > wkhtmltopdf (because of the bundled Webkit) and think I've found a > build that doesn

Re: Brave

2016-08-20 Thread Jordon
> On Aug 20, 2016, at 8:19 AM, Adam Wolk wrote: > > On Fri, Aug 19, 2016 at 01:27:47PM -0500, Jordon wrote: >> I was kind of surprised to see that there was no port for the Brave web >> browser so I figured this would be a chance to take a stab at making a port. >> >> The first thing I discove

Re: simple wxneeded setting from port Makefiles

2016-08-20 Thread Frank Groeneveld
On Sat, Aug 20, 2016 at 03:25:25PM +0200, Jeremie Courreges-Anglas wrote: > Pretty much any time you see this, you can assume that the kernel > returned ENOEXEC. This can happen with an invalid executable, > a partition mounted "noexec", or... a program annotated with wxneeded > but placed on a pa

Re: Brave

2016-08-20 Thread Adam Wolk
On Sat, Aug 20, 2016 at 09:50:10AM -0500, Jordon wrote: > > > On Aug 20, 2016, at 8:19 AM, Adam Wolk wrote: > > > > On Fri, Aug 19, 2016 at 01:27:47PM -0500, Jordon wrote: > >> I was kind of surprised to see that there was no port for the Brave web > >> browser so I figured this would be a chan

wxneeded for textproc/wkhtmltopdf

2016-08-20 Thread Frank Groeneveld
Because of the bundled webkit, attached patch needs to be applied to textproc/wkhtmltopdf to be usable again. Could somebody commit this for me? Cheers. Frank ? wkhtmltopdf-0.12.3.2p0.patch Index: Makefile === RCS file: /cvs/ports/te

Re: wxneeded for textproc/wkhtmltopdf

2016-08-20 Thread Jeremie Courreges-Anglas
Frank Groeneveld writes: > Because of the bundled webkit, attached patch needs to be applied to > textproc/wkhtmltopdf to be usable again. Could somebody commit this for > me? Committed, bt with USE_WXNEEDED at the top, which seems to be the pattern used elsewhere. Thanks, -- jca | PGP : 0x152

Re: wxneeded for textproc/wkhtmltopdf

2016-08-20 Thread Stuart Henderson
On 2016/08/20 17:21, Jeremie Courreges-Anglas wrote: > Frank Groeneveld writes: > > > Because of the bundled webkit, attached patch needs to be applied to > > textproc/wkhtmltopdf to be usable again. Could somebody commit this for > > me? > > Committed, bt with USE_WXNEEDED at the top, which see

Re: www/otter-browser 0.9.11-dev129 => 0.9.11-dev135 + wxneeded + printf (null) patch

2016-08-20 Thread Stuart Henderson
On 2016/08/20 14:19, Adam Wolk wrote: > PS. I tried switching to USE_WXNEEDED but it seems to have no effect on cmake. USE_WXNEEDED does work with cmake, but it's not working with gcc4 because it hardcodes /usr/bin/ld rather than searching the path (and removing the path from --with-ld in the gcc4

USE_WXNEEDED for cmake

2016-08-20 Thread David Coppa
Hi! Simple USE_WXNEEDED support for cmake, and the related patch for trojita. Tested with trojita on amd64. Comments? OKs? Index: Makefile === RCS file: /cvs/ports/devel/cmake/Makefile,v retrieving revision 1.148 diff -u -p -r1.14

wxneeded and gcc 4.9.3

2016-08-20 Thread Stuart Henderson
On 2016/08/20 17:29, Stuart Henderson wrote: > On 2016/08/20 14:19, Adam Wolk wrote: > > PS. I tried switching to USE_WXNEEDED but it seems to have no effect on > > cmake. > > USE_WXNEEDED does work with cmake, but it's not working with gcc4 > because it hardcodes /usr/bin/ld rather than searchin

[PATCH] geo/josm update to r.10786

2016-08-20 Thread Holger Mikolon
usual and straight forward update to josm 10786. Tested with -current and latest java 1.8 (with the wxallowed changes). Regards Holger Index: Makefile === RCS file: /cvs/ports/geo/josm/Makefile,v retrieving revision 1.35 diff -u -p

Update print/poppler

2016-08-20 Thread Matthias Kilian
Here comes the monthly poppler update. Only some bugfixes and the non-gnu-grep fix to configure.ac, no interface changes this time. I'll test and commit it when my builds finish (probably in a day or two), but in case anyone wants to run some special tests... Index: Makefile ===

PATCH: devel/qt-creator wxneeded

2016-08-20 Thread Caspar Schutijser
qtcreator crashes when one selects the "Help" tab. Webkit strikes again. Best regards, Caspar Schutijser Index: Makefile === RCS file: /cvs/ports/devel/qt-creator/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Ma

Re: wxneeded and gcc 4.9.3

2016-08-20 Thread David Coppa
Il 20 agosto 2016 22:17:36 CEST, Stuart Henderson ha scritto: >On 2016/08/20 17:29, Stuart Henderson wrote: >> On 2016/08/20 14:19, Adam Wolk wrote: >> > PS. I tried switching to USE_WXNEEDED but it seems to have no >effect on cmake. >> >> USE_WXNEEDED does work with cmake, but it's not workin

Re: PATCH: devel/qt-creator wxneeded

2016-08-20 Thread Jeremie Courreges-Anglas
Caspar Schutijser writes: > qtcreator crashes when one selects the "Help" tab. Webkit strikes again. Committed, thanks. -- jca | PGP : 0x1524E7EE / 5135 92C1 AD36 5293 2BDF DDCC 0DFA 74AE 1524 E7EE

Re: NEW: games/urbanterror and games/urbanterror-data

2016-08-20 Thread Ryan Freeman
On Sat, Aug 20, 2016 at 03:27:52PM -0700, Ryan Freeman wrote: > Hey, > > From their website: > - > Urban Terror(TM) is a free multiplayer first person shooter developed by > FrozenSand, that will run on any Quake III Arena compatible engine. It > is available for Windows, Linux and Mac

NEW: games/urbanterror and games/urbanterror-data

2016-08-20 Thread Ryan Freeman
Hey, >From their website: - Urban Terror(TM) is a free multiplayer first person shooter developed by FrozenSand, that will run on any Quake III Arena compatible engine. It is available for Windows, Linux and Macintosh. Urban Terror can be described as a Hollywood tactical shooter; som

Re: NEW: games/urbanterror and games/urbanterror-data

2016-08-20 Thread Ryan Freeman
On Sat, Aug 20, 2016 at 03:43:34PM -0700, Ryan Freeman wrote: > On Sat, Aug 20, 2016 at 03:27:52PM -0700, Ryan Freeman wrote: > > Hey, > > > > From their website: > > - > > Urban Terror(TM) is a free multiplayer first person shooter developed by > > FrozenSand, that will run on any Qua

Re: NEW: games/urbanterror and games/urbanterror-data

2016-08-20 Thread Ryan Freeman
On Sat, Aug 20, 2016 at 04:25:03PM -0700, Ryan Freeman wrote: > On Sat, Aug 20, 2016 at 03:43:34PM -0700, Ryan Freeman wrote: > > On Sat, Aug 20, 2016 at 03:27:52PM -0700, Ryan Freeman wrote: > > > Hey, > > > > > > From their website: > > > - > > > Urban Terror(TM) is a free multiplaye