Re: CVS: cvs.openbsd.org: ports

2008-08-01 Thread Brad
On Friday 01 August 2008 19:11:12 Stuart Henderson wrote: On 2008/08/02 00:55, Marc Balmer wrote: * Christian Weisgerber wrote: CVSROOT: /cvs Module name: ports Changes by: [EMAIL PROTECTED] 2008/08/01 09:52:48 Modified files: net/zebra : Makefile

Re: CVS: cvs.openbsd.org: ports

2010-04-06 Thread Brad
- Original message - Looking at your list is depressing... especially since we end up doing this batch WANTLIB commits at least twice per release now. and the next release of cairo is just around the corner which means touching all of these ports again for a WANTLIB removal. -- This

Re: WIP: VLC 2.0.0rc1

2012-02-01 Thread Brad Smith
On 01/02/12 7:20 AM, Brett wrote: Hi, One issue when building, I had to remove the line with libdvdread_plugin.so from PLIST-main, otherwise it would not build (see below). I could hear the popping noises you mentioned, but only when I turned the volume control above 100%. Brett. [...] if

Re: devel/glib2 broken by rthread?

2012-02-15 Thread Brad Smith
On 15/02/12 11:03 AM, Joachim Schipper wrote: Hi, Just for fun, I've put dpb to work after updating to just past the rthread commit and building from source. It appears that devel/glib2 does not build for me: ... checking for thread implementation... posix checking thread related cflags...

UPDATE: automake 1.11.3

2012-02-18 Thread Brad Smith
Here is an update to automake 1.11.3. Tested with everything in the tree using 1.11. Index: Makefile === RCS file: /home/cvs/ports/devel/automake/1.11/Makefile,v retrieving revision 1.5 diff -u -p -r1.5 Makefile --- Makefile20

Re: [NEW] libbluray

2012-02-21 Thread Brad Smith
On 19/02/12 7:26 AM, Peter Hessler wrote: On 2012 Jan 26 (Thu) at 05:01:02 -0500 (-0500), Brad wrote: :On 26/01/12 4:12 AM, Peter Hessler wrote: :Upstream released a real version of libbluray. I updated the port :submission and the mplayer patch. : :Also, I am including libaacs, which

Re: [NEW] libbluray

2012-02-21 Thread Brad Smith
On 21/02/12 2:57 PM, Brad Smith wrote: On 19/02/12 7:26 AM, Peter Hessler wrote: On 2012 Jan 26 (Thu) at 05:01:02 -0500 (-0500), Brad wrote: :On 26/01/12 4:12 AM, Peter Hessler wrote: :Upstream released a real version of libbluray. I updated the port :submission and the mplayer patch. : :Also

Re: UPDATE: libdvdread 4.2.0 / libdvdnav 4.2.0

2012-02-21 Thread Brad Smith
On 30/12/11 4:34 PM, Brad wrote: Here is an update to libdvdread 4.2.0 and libdvdnav 4.2.0 and adjustments for various dependencies. This also allows enabling the use of external copies of libdvdread/libdvdnav for MPlayer. Tested with a handful of DVDs on amd64 with VLC/Xine-ui/MPlayer

WIP: libvpx update - need help debugging build problem

2012-02-22 Thread Brad Smith
Here is what I have started with towards updating libvpx but I'm looking for some assistance with trying to figure out where/why the build is failing trying to call this libvpx.so target. Index: Makefile === RCS file:

UPDATE: SDL 1.2.15

2012-02-22 Thread Brad Smith
Here is an update to SDL 1.2.15. .14 fixed a lot of bugs and .15 fixed a few more. .15 should have resolved the XRandR issue that was reported with .14. So please test and let me know how it goes. Index: Makefile === RCS file:

Re: UPDATE: SDL 1.2.15

2012-02-22 Thread Brad Smith
On Wed, Feb 22, 2012 at 02:58:25PM -0500, Brad Smith wrote: Here is an update to SDL 1.2.15. .14 fixed a lot of bugs and .15 fixed a few more. .15 should have resolved the XRandR issue that was reported with .14. So please test and let me know how it goes. An updated diff rolling in 3 fixes

Handling of PORTSDIR_PATH in pkgpath.mk

2005-09-10 Thread Brad Ely
fixes this by normalizing against all (physical) paths found in PORTSDIR_PATH, thus /data1/obsd-pkg/3.8/mystuff/audio/audacity (in example above) becomes audio/audacity. Ok? -Brad Ely Index: pkgpath.mk === RCS file: /CVSROOT/ports

Re: Handling of PORTSDIR_PATH in pkgpath.mk

2005-09-11 Thread Brad Ely
there are examples of prior use in bsd.port.mk, readlink -f will return a path whether it exits or not. In this case, I don't think we want that. My diff was misleading because the cd $$i; pwd -P should have been cd $$i pwd -P, which is reflected in the following updated diff. Brad Ely Index: pkgpath.mk

Possible targets for ad-hoc ports operations?

2005-09-26 Thread Brad Ely
' find `make for-all-depends=pwd` ! -path '*CVS*' -type f -mtime -10 make for-all-depends='printf %s\t%s\t%s\n $$dir $$multi $$flavor' Any good? Brad Ely Index: bsd.port.mk === RCS file: /CVSROOT/ports/infrastructure/mk/bsd.port.mk,v

Re: Possible targets for ad-hoc ports operations?

2005-09-27 Thread Brad Ely
On Tue, 27 Sep 2005 08:18:41 +0200 Marc Espie [EMAIL PROTECTED] wrote: On Mon, Sep 26, 2005 at 10:58:47PM -0400, Brad Ely wrote: The way bsd.port.mk is written makes it fairly easy to implement the following for-{all,build,run}-depends target(s) to do ad-hoc Any good? Brad Ely

Patch for missing dep in gtk-xfce-engine

2005-10-20 Thread Brad Ely
fontconfig freetype m \ + atk-1.0.0.0 glib-2.0.0.0 \ + gmodule-2.0.0.0 gobject-2.0.0.0 pango-1.0.0.0 \ pangox-1.0.0.0 pangoxft-1.0.0.0 -- Brad Ely

Patch for missing dep in gtk-xfce-engine

2005-10-22 Thread Brad Ely
fontconfig freetype m \ + atk-1.0.0.0 glib-2.0.0.0 \ + gmodule-2.0.0.0 gobject-2.0.0.0 pango-1.0.0.0 \ pangox-1.0.0.0 pangoxft-1.0.0.0 -- Brad Ely

Re: Patch for missing dep in gtk-xfce-engine

2005-10-24 Thread Brad Ely
Sorry for the dup. Never saw first post until I checked gmane...

[NEW] x11/gtk2-murrine-engine

2007-06-24 Thread Brad Walker
with the empty nls directory in PLIST? are the LIB_DEPENDS versions correct for gtk+-2.8+? is there a safer way to install the themes in the post-install target? thanks, -brad walker gtk2-murrine-engine.tar Description: x11/gtk2.murrine-engine port

gnome-vfs2-2.18.p0: samba flavor and cdparanoia error

2007-06-28 Thread Brad Walker
support:no File ACL backends: Gtk Doc: no FS monitor backends: fam Samba method:no CDDA method: yes Enable profiler: no -brad walker diff -rup vfs2.orig

Re: gnome-vfs2-2.18.p0: samba flavor and cdparanoia error

2007-08-31 Thread brad walker
Marc Espie [EMAIL PROTECTED] writes: On Thu, Jun 28, 2007 at 12:38:08AM -0600, Brad Walker wrote: hello, please test the patch and comment. i accessed windows file shares on i386 with this modification. This is a bad idea. gnome-vfs has a modular design, you can respect

Re: can't play FLAC on Audacious

2007-09-02 Thread brad walker
On Fri, 2007-08-17 at 13:57 +, Christian Weisgerber wrote: steven mestdagh [EMAIL PROTECTED] wrote: I don't seem to be able to play any FLAC files in Audacious anymore, OpenBSD-current snapshot on 2007-08-09 installed. yes, when you look at the port's makefile, you will see

[patch] liferea revision bump and SHARED_LIBS fix

2007-09-08 Thread brad walker
-current liferea wouldn't build for me on amd64. after adding a SHARED_LIBS and the gpg stuff to dependencies it built. Index: Makefile === RCS file: /root/ports/www/liferea/Makefile,v retrieving revision 1.6 diff -u -d -r1.6

Re: UPDATE: gtk+2 and friends

2007-10-17 Thread brad walker
Hello, glib2.diff applied cleanly to the -current ports tree. Unfortunately it didn't build for me. This system runs amd64#1414 from tuesday october 16th, 2007. Build excerpt: /usr/local/bin/libtool --mode=link cc -O2 -pipe -Wall -L/usr/local/lib -o libmoduletestplugin_b.la -rpath

UPDATE: gnome-vfs2-2.20p0 w/cdparanoia, samba SUBPACKAGES

2007-10-18 Thread brad walker
. On amd64-current I successfully transferred files over a password-protected SMB network using this patch along with Jasper's recent GNOME updates from the mailing list. Please test and comment. Brad Walker Index: Makefile === RCS

Re: [NEW] rxvt-unicode port

2007-10-19 Thread brad walker
On Sun, 2007-07-15 at 18:41 +0200, Landry Breuil wrote: 2007/7/15, Benoit Chesneau [EMAIL PROTECTED]: On 7/15/07, Landry Breuil [EMAIL PROTECTED] wrote: With USE_SYSTRACE=yes, fails during make fake, it does nasty things in $HOME apparently - maybe a @exec to add, and a makefile to

Re: UPDATE: gtk+2 and friends

2007-10-20 Thread brad walker
On Sat, 2007-10-20 at 12:18 +0200, Jasper Lievisse Adriaanse wrote: so...did anyone test this yet? After uninstalling the old version of glib, atk, pango, gtk2, and libglade2 I rebuilt everything with the new patches. Gnome, Firefox, Evolution, Gnumeric, Pidgin, Liferea, and Audacious work for

Re: UPDATE: gtk+2 and friends

2007-10-20 Thread brad walker
On Sat, 2007-10-20 at 17:51 +0200, Simon Kuhnle wrote: On Sat, Oct 20, 2007 at 12:18:43PM +0200, Jasper Lievisse Adriaanse wrote: so...did anyone test this yet? Yes, I did on i386. It took almost the whole day ;-) So, the patches applied and built. Then I rebuilt all the stuff for and

Re: UPDATE: gtk+2 and friends

2007-10-21 Thread brad walker
On Sun, 2007-10-21 at 17:54 +0200, Jasper Lievisse Adriaanse wrote: On Sat, Oct 20, 2007 at 07:17:32AM -0600, brad walker wrote: On Sat, 2007-10-20 at 12:18 +0200, Jasper Lievisse Adriaanse wrote: so...did anyone test this yet? After uninstalling the old version of glib, atk, pango

Re: Question on vim-plugins

2007-12-14 Thread brad walker
a few useful ones. irssi and taglist plugin come to mind. Welcome vim buffs to contact me offlist. Many thanks and have a nice day! -Girish also: %:s/vim/emacs/g brad walker

Re: Can't compile devel/glib2 on -current

2008-04-24 Thread Brad Walker
it: problem is the same. I cannot take a snapshot package about it because snapshot packages are out of date. Thanks for your help. - Nicolas. You need to uninstall the glib2-2.14.3 package before building the glib2-2.16.1 package. Brad Walker

Re: Update: net/transmission 1.20

2008-05-15 Thread Brad Walker
there. The updated transmission-daemon reinitialized my ~/.transmission/. Is that expected behavior? Brad Walker

Re: Update: net/transmission 1.20

2008-05-18 Thread Brad Walker
On Sat, 2008-05-17 at 14:09 +, Christian Weisgerber wrote: Brad Walker [EMAIL PROTECTED] wrote: This could use some testing for glaring problems, with and without a GNOME desktop. The updated transmission-daemon reinitialized my ~/.transmission/. What do you mean

Re: update of www/pear to 1.7.1. TESTS WANTED

2008-05-20 Thread Brad Walker
of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/www/pear (line 1937 of /usr/ports/infrastructure/mk/bsd.port.mk). *** Error code 1 Stop in /usr/ports/www/pear (line 1467 of /usr/ports/infrastructure/mk/bsd.port.mk). # Brad Walker Config.php.rej Description

Re: Emacs 22 port?

2008-06-08 Thread Brad Walker
should have FLAVORS no_x11, gtk2 and athena, just like vim. If not, athena support should be dropped and non-no_x11 emacs22 should be built with gtk2. Brad Walker

Re: Emacs 22 port?

2008-06-10 Thread Brad Walker
three flavors work for me on i386. Brad Walker [1] http://marc.info/?l=openbsd-portsm=120820280419139w=2 [2] http://marc.info/?l=openbsd-portsm=120821303306133w=2 diff -rud emacs22.orig/Makefile emacs22/Makefile --- emacs22.orig/Makefile Fri Apr 11 15:11:35 2008 +++ emacs22/Makefile Mon Jun 9 22

Firefox 3

2008-06-12 Thread Brad Walker
Mozilla announced that they will release Firefox 3.0 on Jun 17 2008. Is anyone else working on devel/xulrunner and www/mozilla-firefox updates using the latest release candidates? Brad Walker

Re: Emacs 22 port?

2008-06-14 Thread Brad Walker
be surprised upgrading from athena-default emacs-21.4.tgz and finding a ton of dependencies pulled in for gtk-default emacs-22.2.tgz. Brad Walker

Re: Emacs 22 port?

2008-06-14 Thread Brad Walker
? no Does Emacs use -lungif? no Does Emacs use -lpng? no Does Emacs use X toolkit scroll bars? no Brad Walker

UPDATE: x11/gtk2-murrine-engine

2008-07-12 Thread Brad Walker
. MurrinaOransun is an orange theme. I've tested this on amd64 and i386. Brad Walker Index: Makefile === RCS file: /cvs/ports/x11/gtk2-murrine-engine/Makefile,v retrieving revision 1.3 diff -u -d -r1.3 Makefile --- Makefile 1 Feb 2008 21:38:27

Re: UPDATE: mozilla-firefox-3.0

2008-07-17 Thread Brad Walker
they are in (like X on tabs) -1 Firefox now integrates icons from the GTK theme and IMO is a huge improvement for GNOME users. I'm not opposed to a bundled, optional FF2 theme with the upstream theme as default. Something like Winestripe: https://addons.mozilla.org/en-US/firefox/addon/3479 Brad Walker

Re: UPDATE: svn-1.5.1

2008-08-25 Thread Brad Walker
cannot necessarily compile or run against older libraries. Brad Walker

Re: UPDATE: svn-1.5.1

2008-09-13 Thread Brad Walker
forgot to attach my patch, sorry. It's attached to this mail. Stefan I'm running a slightly modified version of this (updated for 1.5.2). Running Trac-0.11.1 segfaults for me on loading py-subversion. Does any of these commands segfault anyone's machine? import libsvn.wc import svn.core Brad

Re: UPDATE: svn-1.5.1

2008-09-16 Thread Brad Walker
Stefan Sperling wrote: On Sat, Sep 13, 2008 at 12:07:19PM -0600, Brad Walker wrote: I'm running a slightly modified version of this (updated for 1.5.2). Running Trac-0.11.1 segfaults for me on loading py-subversion. Does any of these commands segfault anyone's machine? import libsvn.wc

Re: UPDATE: devel/subversion 1.5.4

2008-10-31 Thread Brad Walker
tests on my i386 box. I only found that the patch lacks the (UN)MESSAGE files I added for ap2-subversion. (http://marc.info/?l=openbsd-portsm=122157221716865w=2) Brad Walker Index: pkg/MESSAGE-ap2 === RCS file: pkg/MESSAGE-ap2 diff -N

Re: pianobar sndio patch

2011-01-14 Thread Brad DeMorrow
14, 2011 at 2:33 PM, Brad DeMorrow bdemor...@gmail.com wrote: About a week ago I whipped a patch together to allow pianobar to use sndio..(as it turns out my laptop's sound card only supports 48Khz) If I understand things correctly, the path is: pianobar - libao - sndio - aucat So

catdoc sources moved, here is the new site

2011-03-08 Thread Brad Davis
Index: Makefile === RCS file: /cvs/ports/textproc/catdoc/Makefile,v retrieving revision 1.27 diff -c Makefile *** Makefile20 Nov 2010 19:56:48 - 1.27 --- Makefile8 Mar 2011 00:59:24 - *** *** 4,12

Re: catdoc sources moved, here is the new site

2011-03-08 Thread Brad Davis
next time. It's just that I'm so old that I remember when context diffs were the upgrade... Brad

Fix for spidermonkey

2011-04-07 Thread Brad Davis
js/jscntxt.h includes js.msg which isn't being installed. Index: Makefile === RCS file: /cvs/ports/lang/spidermonkey/Makefile,v retrieving revision 1.14 diff -u Makefile --- Makefile17 Nov 2010 10:56:52 - 1.14 +++

New Port Advice

2009-09-01 Thread Brad Tilley
, Brad

Re: New Port Advice

2009-09-01 Thread Brad Tilley
On Tue, Sep 1, 2009 at 2:39 PM, Stuart Hendersonst...@openbsd.org wrote: On 2009/09/01 14:26, Brad Tilley wrote: A version number of some sort is required, see packages-specs(7) I've renamed 'random.zip' to 'ent-1.0.zip' and hosted it myself for now. What's the reason for making it static

Re: New Port Advice

2009-09-01 Thread Brad Tilley
On Tue, Sep 1, 2009 at 3:06 PM, Matthias Kiliank...@outback.escape.de wrote: You should just set ALL_TARGET = ent in the port Makefile. No reason to add a patch. Thanks a lot. That worked great. Please have a look at bsd.port.mk(5) (warning: that's a lot of stuff) or, for a starter, on

Re: Why does OBSD advise to use packages if they are outdated?

2009-09-02 Thread Brad Tilley
or so to support the project. I like -current. Back when I used -release and followed -stable, I cannot say that -stable was any more stable than -current has been... at least in my experience. Of course, if you're following -current religiously, then that is another matter. Brad

Re: New Port Advice

2009-09-03 Thread Brad Tilley
=pseudo random number sequence test program DISTNAME= ent-${VERSION} EXTRACT_SUFX= .zip PKGNAME=${DISTNAME} HOMEPAGE= http://www.fourmilab.ch/random/ MAINTAINER= Brad Tilley b...@16systems.com MASTER_SITES= http

ent-1.0

2009-09-05 Thread Brad Tilley
Hey guys, Attached is my port of ent. It works on -current (i386, amd64 and sparc64). I don't have other archs to test on. I made the man page as small and simple as possible. Brad ent.tar.gz Description: GNU Zip compressed data

dcfldd port

2009-10-04 Thread Brad Tilley
Anyone used it much? I've gotten no feedback, so I'm assuming it's working OK? Brad

wipe port

2009-11-02 Thread Brad Tilley
Is anyone working on a port of wipe for OpenBSD: http://wipe.sourceforge.net If not, I'd be glad to work on this, provided it would be an acceptable port. Brad

Re: wipe port

2009-11-03 Thread Brad Tilley
On Tue, Nov 3, 2009 at 9:01 AM, Joachim Schipper joac...@joachimschipper.nl wrote: On Mon, Nov 02, 2009 at 12:44:59PM -0500, Brad Tilley wrote: Is anyone working on a port of wipe for OpenBSD: http://wipe.sourceforge.net If not, I'd be glad to work on this, provided it would be an acceptable

Re: UPDATE: net/snort-2.8.5.1

2009-11-25 Thread Brad Tilley
not had time to research it for production use. I think it does away with threshold.conf and we'll need time to research and test that before deploying. Perhaps next semester I'll have more time to experiment with it. Anyway, this patch built and worked fine for me. Hope this helps, Brad

Re: UPDATE: net/snort-2.8.5.1

2009-11-25 Thread Brad Tilley
On Tue, Nov 24, 2009 at 10:23 AM, Markus Lude markus.l...@gmx.de wrote: On Sun, Oct 25, 2009 at 05:36:50PM +0100, Markus Lude wrote: Hello, here is an update to latest snort version 2.8.5.1. I enabled support for IPv6. Beside that I removed the example libraries. I think, one don't really

Port of Snort BASE

2009-12-27 Thread Brad Tilley
chrooted Apache if anyone has time or interest. http://sourceforge.net/projects/secureideas/files/ http://adodb.sourceforge.net/ Brad

ADOdb Database Abstraction Library for PHP

2010-01-19 Thread Brad Tilley
Is anyone working on adding this to the ports collection? If not, I may begin working on it: http://adodb.sourceforge.net Thanks, Brad

cryptopp fails to build

2010-09-18 Thread Brad Tilley
I installed an i386 snapshot and the ports.tar.gz snapshot. I was testing some ports. Everything works fine, except for cryptopp: Script started on Sat Sep 18 10:21:08 2010 # make install === Checking files for cryptopp-5.5.2 `/usr/ports/distfiles/cryptopp552.zip' is up to date. (SHA256)

scite port

2010-10-02 Thread Brad Tilley
The odd casing of SciTE (some upper and some lower chars in the executable's name), could be made more intuitive if the port did this (or something similar) at the end: ln -s /usr/local/bin/SciTE /usr/local/bin/scite I'm glad that grep is not gReP ;) Brad

change to ent port

2010-10-24 Thread Brad Tilley
://www.fourmilab.ch/random/ MAINTAINER=Brad Tilley b...@16systems.com -MASTER_SITES= http://16systems.com/ent/ +MASTER_SITES= http://16s.us/ent/ WRKSRC=${WRKDIR} ALL_TARGET=ent

Re: WIP: libvpx update - need help debugging build problem

2012-02-23 Thread Brad Smith
On 23/02/12 4:36 AM, David Coppa wrote: On Wed, Feb 22, 2012 at 7:06 PM, Brad Smithb...@comstyle.com wrote: Here is what I have started with towards updating libvpx but I'm looking for some assistance with trying to figure out where/why the build is failing trying to call this libvpx.so target

UPDATE: libvpx 1.0.0

2012-02-23 Thread Brad Smith
Here is an update to libvpx 1.0.0. Tested on amd64. Index: Makefile === RCS file: /home/cvs/ports/multimedia/libvpx/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile17 Mar 2011 16:54:16 - 1.7

UPDATE: QEMU 1.0.1

2012-02-24 Thread Brad Smith
Here is an update to QEMU 1.0.1. Index: Makefile === RCS file: /home/cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.84 diff -u -p -r1.84 Makefile --- Makefile2 Feb 2012 22:07:33 - 1.84 +++ Makefile24 Feb

Re: UPDATE: SDL 1.2.15

2012-02-24 Thread Brad Smith
On Wed, Feb 22, 2012 at 08:04:13PM -0500, Brad Smith wrote: On Wed, Feb 22, 2012 at 02:58:25PM -0500, Brad Smith wrote: Here is an update to SDL 1.2.15. .14 fixed a lot of bugs and .15 fixed a few more. .15 should have resolved the XRandR issue that was reported with .14. So please test

Re: UPDATE: SDL 1.2.15

2012-02-25 Thread Brad Smith
On 24/02/12 4:52 PM, Brad Smith wrote: On Wed, Feb 22, 2012 at 08:04:13PM -0500, Brad Smith wrote: On Wed, Feb 22, 2012 at 02:58:25PM -0500, Brad Smith wrote: Here is an update to SDL 1.2.15. .14 fixed a lot of bugs and .15 fixed a few more. .15 should have resolved the XRandR issue

Re: UPDATE: libvpx 1.0.0

2012-02-27 Thread Brad Smith
On 27/02/12 3:09 AM, David Coppa wrote: On Thu, Feb 23, 2012 at 9:55 PM, Brad Smithb...@comstyle.com wrote: Here is an update to libvpx 1.0.0. Tested on amd64. Has this been tested with its consumers? The diff reads and builds fine, so I can commit it right now if the answer to my question

UPDATE: darkstat 3.0.715

2012-03-01 Thread Brad Smith
Here is an update to darkstat 3.0.715. This release also fixes darkstat working on gif(4), gre(4), mpe(4) and pppx(4) interfaces. Index: Makefile === RCS file: /home/cvs/ports/net/darkstat/Makefile,v retrieving revision 1.16 diff

Re: UPDATE: www/dansguardian flavors

2012-03-01 Thread Brad Smith
On 02/03/12 1:22 AM, Justin Jereza wrote: Hello. The diff below adds the icap and commandline flavors to www/dansguardian. clamd was not given it's own flavor since the PLIST contains files that require it. Regards, Justin Jereza If you add FLAVORs they should be documented in pkg/DESCR. I

Re: make sdl dlopen the correct libraries

2012-03-03 Thread Brad Smith
On Sat, Mar 03, 2012 at 08:25:17PM +1100, Jonathan Gray wrote: The configure script for sdl selects the wrong libraries to dlopen, ie it picked libX11.so.10.0 on a system with libX11.so.9 - 15 With the following diff sdl programs no longer segfault here. This is great, just there is a typo

WIP: dnsmasq 2.60rc5 - with DHCPv6/RA support

2012-03-03 Thread Brad Smith
For anyone using dnsmasq and wanting to try out 2.60, especially if you're looking for the newly added DHCPv6 and minimalist RA support with partial RFC 6106 support. Index: Makefile === RCS file: /cvs/ports/net/dnsmasq/Makefile,v

UPDATE: dnsmasq 2.60

2012-03-05 Thread Brad Smith
Here is an update to dnsmasq 2.60. Index: Makefile === RCS file: /cvs/ports/net/dnsmasq/Makefile,v retrieving revision 1.21 diff -u -p -r1.21 Makefile --- Makefile25 Oct 2011 10:20:26 - 1.21 +++ Makefile5 Mar 2012

Re: UPDATE: lang/lua bugfix

2012-03-06 Thread Brad Smith
On 06/03/12 2:49 AM, David Coppa wrote: On Tue, Mar 6, 2012 at 3:38 AM, Piotr Sikorapiotr.sik...@frickle.com wrote: Attached patch fixes this, but to be honest I would consider completely dropping our fix from the port . me too would prefer the latter. Other opinions? Drop the patches.

Re: [UPDATE] sox-14.4.0

2012-03-06 Thread Brad Smith
On 06/03/12 11:09 AM, Jan Stary wrote: On Mar 05 17:22:57, Jan Stary wrote: On Mar 05 16:46:25, Jan Stary wrote: Attached is a port of audio/sox, bringing it to 14.4.0. Tested on i386 and amd. Better now, courtesy of port-lib-depends-check. Another few polished bits. Comments? OK?

Re: UPDATE: lang/lua bugfix

2012-03-06 Thread Brad Smith
On 06/03/12 9:14 AM, Piotr Sikora wrote: Hi, Drop the patches. OKs? I was thinking more about dropping only the smart patches (see: attached patch), because changing sprintf() to snprintf() shouldn't hurt, but I'm OK with both choices. Local patches of these kind are frowned upon. Work

Re: UPDATE: QEMU 1.0.1

2012-03-07 Thread Brad Smith
On 07/03/12 5:54 PM, Jonathan Gray wrote: On Wed, Mar 07, 2012 at 10:39:25PM +, Federico Schwindt wrote: On Fri, Feb 24, 2012 at 8:02 PM, Brad Smithb...@comstyle.com wrote: Here is an update to QEMU 1.0.1. anyone tested this? come on, don't cry later. you know who you are. on amd64

Re: [Update] ntop

2012-03-08 Thread Brad Smith
On Wed, Mar 07, 2012 at 03:26:33PM -0300, Gonzalo L. R. wrote: Hi, A little update for ntop. Comments, Ok? Looks good. Tested on amd64. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: NEW: games/eduke32 (again)

2012-03-09 Thread Brad Smith
On Fri, Mar 09, 2012 at 02:24:25AM -0800, Ryan Freeman wrote: On Tue, Mar 06, 2012 at 04:08:39PM -0800, Ryan Freeman wrote: On Tue, Mar 06, 2012 at 03:15:30PM -0800, Ryan Freeman wrote: Attached is the still-building port of eduke32 that I have been sitting on for far too long. Antti

Re: UPDATE: libdvdread 4.2.0 / libdvdnav 4.2.0

2012-03-12 Thread Brad Smith
On 30-Dec-11, at 4:34 PM, Brad wrote: Here is an update to libdvdread 4.2.0 and libdvdnav 4.2.0 and adjustments for various dependencies. This also allows enabling the use of external copies of libdvdread/libdvdnav for MPlayer. Tested with a handful of DVDs on amd64 with VLC/Xine-ui/MPlayer

Re: NO_BUILD port

2012-03-12 Thread Brad Smith
On 12-Mar-12, at 4:42 PM, Jan Stary wrote: I am working on a port of software that is only a collection of sh(1) scripts. So there is no compilation; it doesn't even have a Makefile (the installation is just a cp(1) call). Is this special case described somewhere? Could you please point me

UPDATE: Pidgin 2.10.2

2012-03-14 Thread Brad Smith
An update to Pidgin 2.10.2 Index: Makefile === RCS file: /home/cvs/ports/net/pidgin/Makefile,v retrieving revision 1.102 diff -u -p -r1.102 Makefile --- Makefile13 Dec 2011 14:42:55 - 1.102 +++ Makefile15 Mar 2012

UPDATE: SDL_gfx / SDL_image / SDL_mixer / SDL_net / SDL_ttf

2012-03-18 Thread Brad Smith
Here are updates for most of the other SDL ports.. SDL_gfx 2.0.23 SDL_image 1.2.12 SDL_mixer 1.2.12 SDL_net 1.2.8 SDL_ttf 2.0.11 Tested with a handful of random games and apps using these libs on amd64. http://comstyle.com/ports/sdl/ -- This message has been scanned for viruses and dangerous

WebKit diff needs testing

2012-03-19 Thread Brad Smith
I'm looking for some WebKit users to test the following diff with WebKit + their respective browser and let me know if there are any issues with the JavaScript support. The update of WebKit does not mention the reason for this workaround in the commit message or the patch itself so it would be

Re: WebKit diff needs testing

2012-03-19 Thread Brad Smith
On 19/03/12 10:39 AM, Antoine Jacoutot wrote: On Mon, Mar 19, 2012 at 03:30:26PM +0100, Landry Breuil wrote: On Mon, Mar 19, 2012 at 08:10:54AM -0400, Brad Smith wrote: I'm looking for some WebKit users to test the following diff with WebKit + their respective browser and let me know

Re: UPDATE: games/abuse

2012-03-20 Thread Brad Smith
On 09/03/12 4:18 PM, Antti Harri wrote: Update to 0.8: Frabs was reorganized and put into main distribution in upstream so remove here. Bundle abuse-free-sounds-20120309 that has free sounds we can package. Most of the sounds that matter are available. Working fine on amd64. -- This message

Re: UPDATE: SDL_gfx / SDL_image / SDL_mixer / SDL_net / SDL_ttf

2012-03-21 Thread Brad Smith
On 21/03/12 1:27 PM, Gonzalo L. R. wrote: All builds fine on amd64, you have missing WANTLIB in all diff (Xrandr Xrender). That's something I noticed and needs fixing with the SDL port. Tested for a while with games/warmux seems to be Ok. Cheers. On Sun, 18 Mar 2012 02:12:27 -0400, Brad

Another fix for SDL's dynamic loading of X libs

2012-03-21 Thread Brad Smith
*sigh* I had not noticed the second typo in the diff jsg@ sent out to correct the dynamic loading of the X libs and this resulted in SDL of course not using the dynamic loading with the XRender and Xrandr libraries and having downstream projects link to Xrender and Xrandr if using sdl-config.

Re: faac disabled in avidemux?

2012-03-22 Thread Brad Smith
On 22/03/12 5:48 PM, Joe Gidi wrote: Hello, I use avidemux on an OpenBSD 5.0 machine to transcode video for playback on an Android phone; it works great. When I upgraded another machine to a -current snapshot, I found that faac was disabled for avidemux in August 2011. However, I couldn't find

UPDATE: znc 0.204

2012-03-24 Thread Brad Smith
Here is an update to znc 0.204. Index: Makefile === RCS file: /home/cvs/ports/net/znc/Makefile,v retrieving revision 1.12 diff -u -p -r1.12 Makefile --- Makefile6 Nov 2011 20:27:14 - 1.12 +++ Makefile24 Mar 2012

Re: Tcl and rthreads.

2012-03-24 Thread Brad Smith
On 24/03/12 4:53 PM, Stuart Cassoff wrote: I'd like to (eventually) make threaded Tcl the default and have a nonthreaded flavor. The whole point of me getting you to enable this by default was to remove the FLAVOR use all together not to add another one. -- This message has been scanned for

Re: magnet links

2012-03-28 Thread Brad Smith
On 28/03/12 11:45 AM, Kevin Chadwick wrote: On Wed, 28 Mar 2012 16:21:17 +0200 Jan Stary wrote: Now that ThePirateBay has switched from torrent files to magnet links, what do people use instead of btpd? Jan Ktorrent supports magnet and DHE. Has many features and so probably bugs

Re: UPDATE: audio/openal

2012-03-31 Thread Brad Smith
On Thu, Mar 29, 2012 at 02:03:32PM +0300, Antti Harri wrote: This updates OpenAL to 1.14 that was released yesterday. Release notes at http://kcat.strangesoft.net/openal.html Tested with scorched3d/supertuxkart/warzone2100 on amd64. There were API additions so I bumped the minor rev. Index:

WIP: dnsmasq 2.61rc1

2012-04-05 Thread Brad Smith
dnsmasq 2.61 is close to the next release. This release has had a number of improvements and some bug fixes mainly with the new DHCPv6 and RA support. The ra-names feature now works on OpenBSD. Here is rc1 for anyone using dnsmasq that is interested in helping out test this and provide any

Re: WIP: dnsmasq 2.61rc1

2012-04-05 Thread Brad Smith
On Thu, Apr 05, 2012 at 12:28:48PM -0400, Brad Smith wrote: dnsmasq 2.61 is close to the next release. This release has had a number of improvements and some bug fixes mainly with the new DHCPv6 and RA support. The ra-names feature now works on OpenBSD. Here is rc1 for anyone using dnsmasq

UPDATE: audacious-plugins

2012-04-05 Thread Brad Smith
Some fixes and improvements for the audacious-plugins port.. - sync/re-sort WANTLIBs - enable GIO support since we have Glib in the dependency path anyway - simplify one of the Makefile patches a bit - invert the logic for enabling/disabling the sndio backend - more appropriate fix for some of

UPDATE: libquicktime 1.2.4

2012-04-06 Thread Brad Smith
Here is an update to libquicktime 1.2.4. Index: Makefile === RCS file: /home/cvs/ports/multimedia/libquicktime/Makefile,v retrieving revision 1.36 diff -u -p -r1.36 Makefile --- Makefile16 Sep 2011 10:31:23 - 1.36 +++

<    3   4   5   6   7   8   9   10   11   12   >