Re: extract and patch without dependencies

2014-06-12 Thread Anthony J. Bentley
Ted Roby writes: > I want to inspect the contents of multiple distfiles. > > Is there a way to use the ports system to extract and perhaps > patch a distfile without first installing its dependencies? > > I've attempted to pass BUILD_DEPENDS='' LIB_DEPENDS='' WANTLIB='' > but that hasn't worked.

extract and patch without dependencies

2014-06-12 Thread Ted Roby
I want to inspect the contents of multiple distfiles. Is there a way to use the ports system to extract and perhaps patch a distfile without first installing its dependencies? I've attempted to pass BUILD_DEPENDS='' LIB_DEPENDS='' WANTLIB='' but that hasn't worked. Before I write my own scripting

Re: NEW: games/hyperrogue

2014-06-12 Thread Brian Callahan
On 06/08/14 16:02, Brian Callahan wrote: Hi ports -- Attached is a new port, games/hyperrogue. Hyperrogue is a treasure hunting, monster slaying game played on a non-Euclidean map. Works well for me on amd64 and i386. macppc testing shows what appear to be endian bugs (inverted colors, no s

net/ldns/utils build failure / ENGINE_load_cryptodev

2014-06-12 Thread Stuart Henderson
This fixes build in -current by checking for ENGINE_load_cryptodev and disabling the -E option if not present. OK? Index: Makefile === RCS file: /cvs/ports/net/ldns/utils/Makefile,v retrieving revision 1.29 diff -u -p -r1.29 Makefile

Re: security/stegdetect mkstemp

2014-06-12 Thread Stuart Henderson
On 2014/06/12 16:21, Ted Roby wrote: > When using the -t F flag with stegdetect an error is thrown > because mkstemp in f5.c provides an invalid template. This > patch provides a valid template of 6 X's instead of 4. > > > $OpenBSD$ > --- f5.c.orig Sun Aug 29 16:11:00 2004 > +++ f5.cWed

security/stegdetect mkstemp

2014-06-12 Thread Ted Roby
When using the -t F flag with stegdetect an error is thrown because mkstemp in f5.c provides an invalid template. This patch provides a valid template of 6 X's instead of 4. $OpenBSD$ --- f5.c.orig Sun Aug 29 16:11:00 2004 +++ f5.cWed Jun 11 23:37:56 2014 @@ -77,7 +77,7 @@ f5_compress(s

Re: NEW: lang/pure

2014-06-12 Thread Anders Jensen-Waud
On 12 Jun 2014, at 4:30 pm, Sebastien Marie wrote: > On Thu, Jun 12, 2014 at 03:25:37PM +1000, Anders Jensen-Waud wrote: > portcheck(1) complains: > LIB_DEPENDS devel/llvm not needed for lang/pure ? > > Sure it is LIB_DEPENDS ? and not a BUILD_ and/or RUN_DEPENDS ? > > OK, so I have fixed t

Re: UPDATE: MPlayer

2014-06-12 Thread Brad Smith
On Sun, Jun 08, 2014 at 11:39:36PM -0400, Brad Smith wrote: > Reduce the external dependencies for MPlayer by disabling > the Opus and Speex decoders in favour of using FFmpeg for > decoding; also fix the Vorbis handling. I'm not sure > exactly what was happening with the resulting binary on > ARM