Re: a project with custom makefile

2017-11-24 Thread Adam Weinberger
> On 24 Nov, 2017, at 21:02, blubee blubeeme wrote: > > the x11 was just the first example, there's a total of about 15 different > projects > > OPTIONS_DEFINE= x11 x11_rawfb x11_gl2 x11_gl3 \ > allegro5 gdi gdip glfw2 glfw3 \ >

Re: a project with custom makefile

2017-11-24 Thread blubee blubeeme
the x11 was just the first example, there's a total of about 15 different projects OPTIONS_DEFINE= x11 x11_rawfb x11_gl2 x11_gl3 \ allegro5 gdi gdip glfw2 glfw3 \ sdl_gl2 sdl_gl3 sdl_gles2 \ sfml_gl2 sfml_gl3 there's also a few direct X projects but those do not build on FreeBSD as far as I

Re: a project with custom makefile

2017-11-24 Thread blubee blubeeme
I apologize for not being clear, I can get really long winded and try to control myself. The project that I want to port is nuklear which is a single header gui library: https://github.com/vurtun/nuklear If you look at the source code then demo folder:

Re: a project with custom makefile

2017-11-24 Thread Adam Weinberger
> On 24 Nov, 2017, at 20:42, blubee blubeeme wrote: > > I apologize for not being clear, I can get really long winded and try to > control myself. > The project that I want to port is nuklear which is a single header gui > library: https://github.com/vurtun/nuklear > > If

tcl84

2017-11-24 Thread Paul Macdonald
tcl84-8.4.20_2,1 ?   orphaned: lang/tcl84 i see nothing in UPDATING, but it looks like tcl85 was installed via portmaster are we to manually remove tcl84? Paul. ___ freebsd-ports@freebsd.org mailing list

Re: a project with custom makefile

2017-11-24 Thread Adam Weinberger
> On 24 Nov, 2017, at 14:23, blubee blubeeme wrote: > > I have a port that has different directories each with it's own makefile > that creates some binaries in subdir/bin > > A typical makefile from this project looks like this: >

a project with custom makefile

2017-11-24 Thread blubee blubeeme
I have a port that has different directories each with it's own makefile that creates some binaries in subdir/bin A typical makefile from this project looks like this: --- # Install BIN = x11 # Flags CFLAGS = -std=c89 -pedantic -O2 `pkg-config

Procmail Vulnerabilities check

2017-11-24 Thread Jos Chrispijn
Dear sunpoet, Noticed this week following issue on procmail. Vulnerabilities check vulnxml file up-to-date procmail-3.22_9 is vulnerable: procmail -- Heap-based buffer overflow CVE: CVE-2017-16844 WWW: https://vuxml.FreeBSD.org/freebsd/288f7cee-ced6-11e7-8ae9-0050569f0b83.html Could you

Porting Chronograf to FreeBSD

2017-11-24 Thread Stefan Lambrev
Hi all, I'm trying to port Chronograf to FreeBSD (part of influxdb project). My current work is available here - https://github.com/cheffo/FreeBSD-Ports/tree/master/net-mgmt/chronograf (port is not polished - I know) But I'm facing few issues which I do not know how to address. First issue is