NEW: games/astromenace

2015-12-07 Thread Anthony J. Bentley
Hi, Space is a vast area, an unbounded territory where it seems there is a room for everybody, but reversal of fortune put things differently. The hordes of hostile creatures crawled out from the dark corners of the universe, craving to conquer your homeland. Their force is compelling, their legio

Re: net/kea

2015-12-07 Thread Stuart Henderson
On 2015/12/06 21:19, Patrik Lundin wrote: > Hello, > > I am working on a port for Kea, the new DHCP server from ISC. > > === > # cat pkg/DESC > Kea is a new open source DHCPv4/DHCPv6 server being developed by Internet > Systems Consortium. The objective of this project is to provide a very > high

NEW: games/starfighter

2015-12-07 Thread Anthony J. Bentley
Hi, Project: Starfighter is a space shoot 'em up game originally developed by Parallel Realities in 2002, and released in 2003. You assume the role of Chris Bainfield in his quest to put an end to WEAPCO, the weapons corporation which has enslaved the galaxy. ok? -- Anthony J. Bentley starfig

Re: amd64 bulk report

2015-12-07 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/12/06 09:11, Antoine Jacoutot wrote: >> * net/ifstat >> * net/libdnet >> * net/nmap >> * net/ocserv >> * security/aircrack-ng > > From my test build: > > None of the above actually need things from if_var.h, they're ok with the > whole file wrapped in ifdef kern

Re: amd64 bulk report

2015-12-07 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/12/06 09:11, Antoine Jacoutot wrote: >> * net/ifstat >> * net/libdnet >> * net/nmap >> * net/ocserv >> * security/aircrack-ng > > From my test build: > > None of the above actually need things from if_var.h, they're ok with the > whole file wrapped in ifdef kern

Re: amd64 bulk report (net-snmp)

2015-12-07 Thread Jérémie Courrèges-Anglas
Stuart Henderson writes: > On 2015/12/06 09:11, Antoine Jacoutot wrote: >> * net/ifstat >> * net/libdnet >> * net/nmap >> * net/ocserv >> * security/aircrack-ng > > From my test build: > > None of the above actually need things from if_var.h, they're ok with the > whole file wrapped in ifdef kern

NEW: games/gnurobbo

2015-12-07 Thread Anthony J. Bentley
Hi, GNU Robbo is a free open source reimplementation of Janusz Pelc's Robbo for the Atari XE/XL which was distributed by LK Avalon in 1989. Robbo is stranded on an inhospitable planet. Help him to escape by collecting the parts to repair his capsule whilst avoiding the deadly animals, guns, bombs

Re: lang/go-bootstrap

2015-12-07 Thread Joel Sing
On Sunday 06 December 2015 16:44:33 Stuart Henderson wrote: > Slight problem with the go update, it breaks build of some ports using > the go module: > > textproc/go-xlsx > net/go-websocket > devel/go-check-v1 > devel/go-tools I obviously did not get to look carefully at r1.2 of go.port.mk - ther

NEW: sysutils/fwa

2015-12-07 Thread Peter Hajdu
Hi, Sorry for the previous one, I've forgot the attachment... fwa is a simple file change notifier keeping unix philosophy in mind. It is intended to be a clean and simple application to watch file changes on systems using kqueue. It does not execute any commands, just prints out the changed fi

Re: NetBeans garbage output problem report

2015-12-07 Thread Rafael Sadowski
On Wed Dec 02, 2015 at 10:57:19PM -0700, Scott Walters wrote: > On 11/24/15, Rafael Sadowski wrote: > > On Sat Nov 14, 2015 at 03:36:36PM -0700, Scott Walters wrote: > >> Hopefully this is going to the correct place. > > > > Hi Scott, > > > > could you or maybe other netbeans user test/run the cur

NEW: sysutils/fwa

2015-12-07 Thread Peter Hajdu
Hi, fwa is a simple file change notifier keeping unix philosophy in mind. It is intended to be a clean and simple application to watch file changes on systems using kqueue. It does not execute any commands, just prints out the changed file's name. To handle the events, read fwa's output and act

Re: UPDATE: devel/doxygen 1.8.2 -> 1.8.10

2015-12-07 Thread Rafael Sadowski
Hi @ports, nobody cares *ping* harder ;-) Cheers, Rafael On Sun Nov 22, 2015 at 04:51:14PM +0100, Rafael Sadowski wrote: > Hi ports@ > > after my first attempt here is the new diff to update doxygen. > > doxygen port highlights: > > - switch to CMake > - Don't use own libmd5 but base md5 > -

Re: NEW: sysutils/fwa

2015-12-07 Thread James Turner
Peter, Port looks pretty good, no need for MAKE_FILE or TEST_TARGET as those are both the defaults. Also make test failed for me. You may need to add ./${TEST} or sh ${TEST} in your Makefile to it executes correctly. On Mon, Dec 07, 2015 at 08:29:49PM +0100, Peter Hajdu wrote: > Hi, > > Sorry fo

Re: lang/go-bootstrap

2015-12-07 Thread Kent R. Spillner
On Tue, Dec 08, 2015 at 02:29:03AM +1100, Joel Sing wrote: > This brings me to the next issue/topic - installing additional packages under > /usr/local/go is probably a bad idea. My recollection is that the other issues you mentioned were necessary in order to make this work. So if everyone agre

Re: NEW: sysutils/fwa

2015-12-07 Thread Peter Hajdu
I've fixed a few things after a discussion with James Turner. > fwa is a simple file change notifier keeping unix philosophy > in mind. It is intended to be a clean and simple application > to watch file changes on systems using kqueue. It does not > execute any commands, just prints out the cha

Re: lang/go-bootstrap

2015-12-07 Thread Dmitrij D. Czarkoff
Joel Sing said: > I obviously did not get to look carefully at r1.2 of go.port.mk - there are a > number of issues that should be resolved: > > - Running 'go install -x' and piping the results through sed and sh -v is > crazy. Firstly, 'go install -x' will *run* those commands, then they're bein

plan9port: use getifaddrs(3) instead of kvm(3)

2015-12-07 Thread Gleydson Soares
Hi, plan9/plan9port is broken after network stack changes in net/if_var.h here is a diff that convert plan9port to use getifaddrs(3) instead of kvm(3) in p9p auxstats. builds and runs fine(auxstats is incrementing and seems ok), but I would appreciate other eyes(review), // gsoares Index: Make

Re: lang/go-bootstrap

2015-12-07 Thread Joel Sing
On Monday 07 December 2015 14:18:52 Kent R. Spillner wrote: > On Tue, Dec 08, 2015 at 02:29:03AM +1100, Joel Sing wrote: > > This brings me to the next issue/topic - installing additional packages > > under /usr/local/go is probably a bad idea. > > My recollection is that the other issues you ment

Re: lang/go-bootstrap

2015-12-07 Thread Stuart Henderson
On 2015/12/08 10:05, Joel Sing wrote: > On Monday 07 December 2015 14:18:52 Kent R. Spillner wrote: > > On Tue, Dec 08, 2015 at 02:29:03AM +1100, Joel Sing wrote: > > > This brings me to the next issue/topic - installing additional packages > > > under /usr/local/go is probably a bad idea. > > > >

games/abuse: remove rundep on timidity

2015-12-07 Thread Anthony J. Bentley
Hi, audio/timidity uses proprietary patches and thus is not available as a package on our mirrors. This has the unfortunate side effect of making "pkg_add abuse" fail, because it has a run dependency on timidity. However, when abuse was updated to 0.8, it was switched to a free distfile that cont

shells/bash distinfo

2015-12-07 Thread Gleydson Soares
bash's upstream reroll the patch 042 so seems that distinfo is now broken. bash43-042 2015-12-01 16:57 1.5K -SHA256 (bash/bash43-042) = t1pTFBqz2P/z+nS189x2RosB6uKZ9Qu8K8ca45XWkK8= +SHA256 (bash/bash43-042) = rCGTItsnkdqHpJbubo5VRIRklL2q6iYmJwwvc8EESRk=

Re: shells/bash distinfo

2015-12-07 Thread Gleydson Soares
On Mon, Dec 07, 2015 at 09:57:57PM -0300, Gleydson Soares wrote: > bash's upstream reroll the patch 042 so seems that distinfo is now broken. > > bash43-042 2015-12-01 16:57 1.5K > > -SHA256 (bash/bash43-042) = t1pTFBqz2P/z+nS189x2RosB6uKZ9Qu8K8ca45XWkK8= > +SHA256 (bash/bash43-042) = rCGTIts