FreeBSD ports you maintain which are out of date

2016-01-30 Thread portscout
Dear port maintainer, The portscout new distfile checker has detected that one or more of your ports appears to be out of date. Please take the opportunity to check each of the ports listed below, and if possible and appropriate, submit/commit an update. If any ports have already been updated, you

thread-unsafety problems as spl*() ones are NOP

2016-01-30 Thread mokhi
Hi. in kbd.c there are many places spltty()/splx() used assuming it locks/unlocks. though there is bug filed for this, and ive asked in #bsddev, Ive preferred to ask and ensure it from here again. As these functions are obsoleted now, this assumption is incorrect and some places we have thread-unsa

Re: thread-unsafety problems as spl*() ones are NOP

2016-01-30 Thread Alfred Perlstein
On 1/30/16 6:56 AM, mokhi wrote: Hi. in kbd.c there are many places spltty()/splx() used assuming it locks/unlocks. though there is bug filed for this, and ive asked in #bsddev, Ive preferred to ask and ensure it from here again. As these functions are obsoleted now, this assumption is incorrec

FreeBSD Port: pd-0.46.7

2016-01-30 Thread Tobias Brodel
hi, i'm not sure if this is the right place to report bugs in ports, but i'm having trouble using this package. i haven't been able to open any externals, either compiled by myself or included in the package (under /usr/local/lib/pd/extra). i have added the correct paths in the application an

New port assistance for mlr

2016-01-30 Thread jungle Boogie
Hello All, I'm attempting to port this to FreeBSD ports/packages: https://github.com/johnkerl/miller I've been building it from source for months and worked with the developer several times to improve things for FreeBSD, so now that he's got it stable, I'd like to bring it to FreeBSD. My questi

Re: New port assistance for mlr

2016-01-30 Thread Kurt Jaeger
> My question regards how I get my Makefile to show what's actually > needed to build the package. This is what I do to build from src: > cd miller/c > make -f Makefile.no-autoconfig CC=clang I suggest to use the configure.ac infrastrukture that is provided by miller. This is easier most of the ti

Re: New port assistance for mlr

2016-01-30 Thread jungle Boogie
Hi Kurt, On 30 January 2016 at 22:40, Kurt Jaeger wrote: >> My question regards how I get my Makefile to show what's actually >> needed to build the package. This is what I do to build from src: >> cd miller/c >> make -f Makefile.no-autoconfig CC=clang > > I suggest to use the configure.ac infrast

Re: New port assistance for mlr

2016-01-30 Thread jungle Boogie
I'm not really any further, but I did find some info out... MAKE_FLAGS?=-f MAKEFILE?= Makefile.no-autoconfig MAKE_ENV+= CC=clang ===> miller-3.3.2 depends on file: /usr/local/sbin/pkg - found ===> Fetching all distfiles required by miller-3.3.2 for building ===> Extracting for m