UPDATE: games/openttd

2013-12-05 Thread Anthony J. Bentley
Hi, Attached is a trivial update to openttd-1.3.3. Works fine on i386/amd64. ok? -- Anthony J. Bentley Index: Makefile === RCS file: /cvs/ports/games/openttd/Makefile,v retrieving revision 1.33 diff -u -p -u -p -r1.33 Makefile ---

Re: UPDATE: smpeg

2013-12-05 Thread Anthony J. Bentley
On Tue, Dec 3, 2013 at 9:17 PM, Brad Smith wrote: > Pull in various bug fixes and improvements from upstream... > > - accelerate the exit from the audio and video threads when we want to exit > - GCC 4 fixes > - Handle automatic endian swapping > - Fix multi-threaded crash when rewinding and seeki

UPDATE: libvpx 1.2.0

2013-12-05 Thread Brad Smith
Here is an update to libvpx 1.2.0. OK? Index: Makefile === RCS file: /home/cvs/ports/multimedia/libvpx/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile7 Aug 2013 21:32:15 - 1.12 +++ Makefile

Re: Libcompat cleanup

2013-12-05 Thread Amit Kulkarni
On Thu, Dec 5, 2013 at 3:15 PM, Christian Weisgerber wrote: > Christian Weisgerber wrote: > > > sgtty.h and sys/timeb.h have been temporarily left in place, but > > these will go next. Below is a list of ports that need fixing. > > Some more are likely to show up once these are done. I could us

FIX: editors/ee

2013-12-05 Thread Brian Callahan
Hi ports -- Here's a fix for ee after the Libcompat fallout. What this patch does is use our curses instead of ee's included subset of curses. While the code says to prefer the included subset of curses over local curses, I don't see a reason why that should be. OK? ~Brian Index: Makefile

Re: Preventing substitutions in PLIST ?

2013-12-05 Thread Stuart Cassoff
On 12/05/13 05:36, Marc Espie wrote: > On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: >> I'd like tcllib and tklib to make use of 'tcl modules'. >> Every package that can be installed as a tcl module saves one file and one >> dir >> and there are enough eligible packages that I th

Re: Libcompat cleanup

2013-12-05 Thread Christian Weisgerber
Christian Weisgerber wrote: > sgtty.h and sys/timeb.h have been temporarily left in place, but > these will go next. Below is a list of ports that need fixing. > Some more are likely to show up once these are done. I could use > some assistance there. astro/sunclock astro/wmglobe

FIX: textproc/ispell

2013-12-05 Thread Christian Weisgerber
This welcomes textproc/ispell in the 1990s and switches it from sgtty ioctls to POSIX termios. ok? Index: Makefile === RCS file: /cvs/ports/textproc/ispell/Makefile,v retrieving revision 1.59 diff -u -p -r1.59 Makefile --- Makefile

DELETE: cad/chipmunk, cad/spice

2013-12-05 Thread Christian Weisgerber
Does anybody still use cad/chipmunk or cad/spice? Both are incredibly crufty ports whose main code base dates back to the 1980s, was barely carried over into the 1990s, and has been on minimum life support since. These are the sort of ports we always run into when we clean up something, and we al

Re: [update] py-flask

2013-12-05 Thread frantisek holop
hmm, on Thu, Dec 05, 2013 at 08:32:12AM +, Federico Schwindt said that > Attached is my version. It also fixes the doc install and removes the > .DS_Store dirs. > FWIW, the original issue was #781. shouldnt be py-itsdangerous BUILD_DEPENDS? sphinx throws errors while generating the docs if not

Re: samba and e2fsprogs packages -- 5.4

2013-12-05 Thread Nigel Taylor
On 12/05/13 10:12, Ian McWilliam wrote: > On 5/12/2013 8:53 PM, Stuart Henderson wrote: >> On 2013/12/05 00:48, Nigel Taylor wrote: >>> the problem is this - for amd64/i386 current. >>> >>> $ cd /usr/ports/packages/amd64/all >>> $ check-lib-depends -d . samba-* >>> >>> samba-3.6.15p2-ads(net/samba,

Re: Libcompat cleanup

2013-12-05 Thread Antoine Jacoutot
> sgtty.h and sys/timeb.h have been temporarily left in place, but > these will go next. Below is a list of ports that need fixing. > Some more are likely to show up once these are done. I could use > some assistance there. > I will take care of these: > devel/ptlib

Libcompat cleanup

2013-12-05 Thread Christian Weisgerber
Libcompat has been removed from base. I should point out that the old files do not magically disappear on upgraded machines, you need to delete them manually: # rm /usr/lib/libcompat* /usr/include/{re_comp,regexp}.h # rm /usr/share/man/man3/{re_comp,re_exec,regexp}.3 sgtty.h and sys/timeb.h have

Re: UPDATE: protobuf-2.5.0

2013-12-05 Thread Jérémie Courrèges-Anglas
j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > David Coppa writes: > >> Hi! > > Hi, > >> The following diff updates devel/protobuf to version 2.5.0. >> >> Bumps checked with abi-compliance-checker. >> All tests pass successfully (log attached). >> >> I've already tried building some consume

Re: samba and e2fsprogs packages -- 5.4

2013-12-05 Thread Vadim Zhukov
05.12.2013 14:59 пользователь "Ian McWilliam" написал: > > On 5/12/2013 8:53 PM, Stuart Henderson wrote: >> >> On 2013/12/05 00:48, Nigel Taylor wrote: >>> >>> the problem is this - for amd64/i386 current. >>> >>> $ cd /usr/ports/packages/amd64/all >>> $ check-lib-depends -d . samba-* >>> >>> samb

Re: samba and e2fsprogs packages -- 5.4

2013-12-05 Thread Ian McWilliam
On 5/12/2013 8:53 PM, Stuart Henderson wrote: On 2013/12/05 00:48, Nigel Taylor wrote: the problem is this - for amd64/i386 current. $ cd /usr/ports/packages/amd64/all $ check-lib-depends -d . samba-* samba-3.6.15p2-ads(net/samba,-main,ads): Missing lib: uuid.14 (/usr/local/bin/net) (NOT REACH

Re: Preventing substitutions in PLIST ?

2013-12-05 Thread Marc Espie
On Thu, Dec 05, 2013 at 01:26:47AM -0500, Stuart Cassoff wrote: > I'd like tcllib and tklib to make use of 'tcl modules'. > Every package that can be installed as a tcl module saves one file and one dir > and there are enough eligible packages that I think it's worth doing. > This makes use of a ne

Re: NEW: devel/phantomjs

2013-12-05 Thread Francisco de Borja Lopez Rio
On Wed, Dec 04, 2013 at 11:37:07AM +, Stuart Henderson wrote: > > MESSAGE should go; if every port which installed examples under > share/examples/portname printed a message about it, installing or > updating ports would be excessively noisy. > > BUILD_DEPENDS on print/freetype seems unlikely t

Re: samba and e2fsprogs packages -- 5.4

2013-12-05 Thread Stuart Henderson
On 2013/12/05 00:48, Nigel Taylor wrote: > the problem is this - for amd64/i386 current. > > $ cd /usr/ports/packages/amd64/all > $ check-lib-depends -d . samba-* > > samba-3.6.15p2-ads(net/samba,-main,ads): > Missing lib: uuid.14 (/usr/local/bin/net) (NOT REACHABLE) > Scanning: ok > > This chec

Re: ocaml-bitstring

2013-12-05 Thread David Coppa
On Thu, Dec 5, 2013 at 1:24 AM, Jérémie Courrèges-Anglas wrote: > j...@wxcvbn.org (Jérémie Courrèges-Anglas) writes: > >> Hi, >> >> Daniel Dickman writes: >> >>> I'm looking to get ocaml bitstring ported to OpenBSD. >>> >>> I attached my work in progress. Anyone with more ocaml porting >>> exper

Re: FIX: net/synergy

2013-12-05 Thread David Coppa
On Wed, Dec 4, 2013 at 9:29 PM, Brian Callahan wrote: > Hi ports -- > > Here's a patch for Synergy that addresses some recent fallout. Synergy > insists on building its own testing framework as part of the build. The > framework seems to have compiled due to magic in the past, so let's not even >

Re: samba and e2fsprogs packages -- 5.4

2013-12-05 Thread Stuart Henderson
On 2013/12/05 05:31, frantisek holop wrote: > hmm, on Wed, Dec 04, 2013 at 11:47:50PM +, Stuart Henderson said that > > > > It was not easy to find where libuuid was located. > > > > Ah, I see you haven't been introduced to the "pkglocatedb" package yet :) > > a bit off-topic, but what is ex

WIP: LLVM 3.4

2013-12-05 Thread Brad Smith
Here is a work in progress update to LLVM 3.4. This has only been lightly tested on amd64. I need this build tested on i386, powerpc, sparc64 and mips64 to start off. If you have such an arch please try building it as soon as possible as I'd like to report any issues upstream if there are any. Any