Re: boost: package -md on sparc64

2021-10-19 Thread Brad Smith
Boost::context does not have support for Sparc, thus everything in the MD package is broken on Sparc as far as I am aware of. On October 19, 2021 7:00:48 a.m. Klemens Nanni wrote: I could use this soon on sparc64; builds, packages and installs fine. OK? Index: Makefile ==

Re: is ports lldb working ?

2021-10-23 Thread Brad Smith
On 10/23/2021 1:25 AM, Sebastien Marie wrote: Hi, I am currently looking at learning lldb debugger a bit. lldb from base is working fine, but it is a bit spartiate for learning: no completion, no readline. it could be workaround with rlwrap but proper completion will be still missing. lldb fr

Re: riscv64 bulk build report

2021-10-23 Thread Brad Smith
) #71: Mon Sep 27 01:58:04 MDT 2021 Built 8695 packages Brad noticed the lack of devel/boost package. It wasn't built because of numpy missing, and numpy itself is missing because of the lack of fortran support. Actually the lack of a lang/gcc port for OpenBSD/riscv64. While I've tr

Re: UPDATE: Aircrack-ng 1.6

2021-10-23 Thread Brad Smith
On Thu, Sep 02, 2021 at 06:28:52PM -0400, Brad Smith wrote: > On Fri, Aug 27, 2021 at 01:10:52AM -0400, Brad Smith wrote: > > On 8/20/2021 11:12 PM, Brad Smith wrote: > > > Here is an update to Aircrack-ng 1.6. > > > > > > Other than building the packag

UPDATE: Pidgin 2.14.8

2021-10-24 Thread Brad Smith
Here is an update to Pidgin 2.14.8. version 2.14.8 (10/14/2021): libpurple: * Fix a regression in purple_str_to_time. (PIDGIN-17552) (RR 931) (Gary Kramlich) XMPP: * Fix a double free in jabber/message.c. (PIDGIN-17547) (RR 932) (Gary Kramlich,

UPDATE: FFmpeg 4.4.1

2021-10-24 Thread Brad Smith
Here is an update to FFmpeg 4.4.1. Index: Makefile === RCS file: /home/cvs/ports/graphics/ffmpeg/Makefile,v retrieving revision 1.214 diff -u -p -u -p -r1.214 Makefile --- Makefile10 Sep 2021 21:47:55 - 1.214 +++ Makefil

Re: QEMU 1.5.0-rc1

2013-05-17 Thread Brad Smith
On Fri, May 10, 2013 at 02:02:55PM -0400, Brad Smith wrote: > To anyone interested in testing QEMU 1.5 with the rc1 release.. Here is an update to rc2.. Index: Makefile === RCS file: /home/cvs/ports/emulators/qemu/Makefil

Re: update/CFT: x11/ogre

2013-05-18 Thread Brad Smith
On Sat, May 18, 2013 at 11:58:00PM +0200, Pascal Stumpf wrote: > Here's an update for ogre 1.8.1. Unfortunately, it crashes for me > (radeon), but I've had reports of it somewhat working on other video > cards. So please test by installing both subpackages and running > SampleBrowser. Also, incl

UPDATE: QEMU 1.5.0

2013-05-21 Thread Brad Smith
= .tar.bz2 @@ -16,18 +16,24 @@ MAINTAINER= Brad Smith $TMPC << EOF -+# We prefer ucontext, but it's not always possible. The fallback -+# is sigcontext. gthread is not selectable except explicitly, because -+# it is not functional enough to run QEMU proper. (It is occasionally -+# useful fo

Re: UPDATE: QEMU 1.5.0

2013-05-22 Thread Brad Smith
- Original message - > On Tue, May 21, 2013 at 05:04:21PM -0400, Brad Smith wrote: > > Here is an update to QEMU 1.5.0. > > The arm emulator segged when I tried this, but I guess we don't expect > that to work anyway? No, that should work. Can you get any kind of a

Re: UPDATE: QEMU 1.5.0

2013-05-22 Thread Brad Smith
- Original message - > On Wed, May 22, 2013 at 07:07:00AM -0400, Brad Smith wrote: > > > The arm emulator segged when I tried this, but I guess we don't > > > expect that to work anyway? > > > > No, that should work. Can you get any kind of a useful t

Re: UPDATE: QEMU 1.5.0

2013-05-24 Thread Brad Smith
On Tue, May 21, 2013 at 05:04:21PM -0400, Brad Smith wrote: > Here is an update to QEMU 1.5.0. > > Tested on amd64. > > Comments? OK? Here is an update diff for -current. Index: Makefile === RCS file: /cvs/ports

Re: LLVM 3.3rc1

2013-05-30 Thread Brad Smith
On Thu, May 09, 2013 at 04:28:44AM -0400, Brad Smith wrote: > To anyone interested in trying out LLVM 3.3rc1.. and rc2.. Index: Makefile === RCS file: /home/cvs/ports/devel/llvm/Makefile,v retrieving revision 1.62 diff -u -p -r1

Re: new: lumail-0.06

2013-05-30 Thread Brad Smith
On 30/05/13 5:25 PM, Stuart Henderson wrote: On 2013/05/30 16:10, James Turner wrote: Attached is a new port for lumail-0.06. Tested on amd64. One weird thing, even tho it's using c++ 4.6 it's also linked to base stdc++. Is that because libmimetic uses base c++? yes, exactly, so you have two

UPDATE: ircd-hybrid 8.1.0

2013-05-30 Thread Brad Smith
50:04 - 1.2 +++ patches/patch-doc_Makefile_in 30 May 2013 22:58:30 - @@ -1,7 +1,7 @@ $OpenBSD: patch-doc_Makefile_in,v 1.2 2013/01/29 23:50:04 brad Exp $ doc/Makefile.in.orig Mon Jan 28 14:39:31 2013 -+++ doc/Makefile.inTue Jan 29 13:02:30 2013 -@@ -343,25 +343,25 @@ unin

Stop gettext causing libc to be linked where it should not be

2013-05-31 Thread Brad Smith
With the last commit to gettext it has resulted in libc now leaking into the libtool wrapper file (because of OpenBSD's libtool) which then means that plugins for example would be linked to libc (if using OpenBSD's libtool) which AFAIK should not be the case. Index: Makefile =

Re: UPDATE: QEMU 1.5.0

2013-05-31 Thread Brad Smith
On 22/05/13 7:03 AM, Stuart Henderson wrote: On 2013/05/22 11:30, Edd Barrett wrote: On Tue, May 21, 2013 at 05:04:21PM -0400, Brad Smith wrote: Here is an update to QEMU 1.5.0. The arm emulator segged when I tried this, but I guess we don't expect that to work anyway? does it work i

Re: Mariadb is i386/amd64 only ?

2013-06-01 Thread Brad Smith
f POSIX and has been removed. So what do we do being the odd man out? Landry Breuil wrote: On Fri, May 24, 2013 at 06:33:11PM -0600, Brad Smith wrote: CVSROOT:/cvs Module name:ports Changes by: b...@cvs.openbsd.org2013/05/24 18:33:11 Modified files: audio/squ

Re: graphics/png: change layout

2013-06-01 Thread Brad Smith
On Sat, Jun 01, 2013 at 07:37:57PM +0200, Christian Weisgerber wrote: > I would like to propose that we stop fighting upstream and just > accept the default png layout. For details, see the PLIST chunk > of the patch below. > > Currently we force the png headers, all three of them, into a > separ

Re: graphics/png: change layout

2013-06-01 Thread Brad Smith
On 01/06/13 10:01 PM, Christian Weisgerber wrote: Christian Weisgerber wrote: I would like to propose that we stop fighting upstream and just accept the default png layout. I've added a patch s/-lpng15/-lpng/ for libpng.pc, bumped the library version, and started a bulk build with this. Al

Re: SoftHSM: base libtool problem

2013-06-06 Thread Brad Smith
On Thu, Jun 06, 2013 at 11:27:19PM +0100, Stuart Henderson wrote: > On 2013/06/06 22:07, Stuart Henderson wrote: > > On 2013/06/06 21:48, Patrik Lundin wrote: > > > Hello, > > > > > > I have been looking at porting SoftHSM > > > (http://www.opendnssec.org/softhsm/) and later looking at the OpenDNS

Re: LLVM 3.3rc1

2013-06-09 Thread Brad Smith
On Thu, May 30, 2013 at 05:00:07PM -0400, Brad Smith wrote: > On Thu, May 09, 2013 at 04:28:44AM -0400, Brad Smith wrote: > > To anyone interested in trying out LLVM 3.3rc1.. > > and rc2.. and rc3.. Index: Makefile =

Re: LLVM 3.3rc1

2013-06-10 Thread Brad Smith
On 10/06/13 11:13 AM, Brandon Mercer wrote: I was trying to build this on my amd64 box with 16GB of ram and got: cc1plus: out of memory allocating 1208 bytes after a total of 0 bytes *** Error 1 in . (tools/clang/lib/Sema/CMakeFiles/clangSema.dir/build.make:427 'tools/clang/lib/Sema/CMakeFiles/cl

Re: LLVM 3.3rc1

2013-06-10 Thread Brad Smith
On Sun, Jun 09, 2013 at 10:30:01PM -0400, Brad Smith wrote: > On Thu, May 30, 2013 at 05:00:07PM -0400, Brad Smith wrote: > > On Thu, May 09, 2013 at 04:28:44AM -0400, Brad Smith wrote: > > > To anyone interested in trying out LLVM 3.3rc1.. > > > > and rc2.. >

Re: LLVM 3.3rc1

2013-06-10 Thread Brad Smith
On 10/06/13 2:50 PM, Aaron wrote: I get: ===> Faking installation for llvm-3.3rc3 /bin/sh: [: 022: unexpected operator/operand -a -a When running "make package" I have not seen any installation related issues and no one else has reported anything so far. Seems kind of odd to see something li

Re: LLVM 3.3rc1

2013-06-10 Thread Brad Smith
On 10/06/13 2:50 PM, Aaron wrote: I get: ===> Faking installation for llvm-3.3rc3 /bin/sh: [: 022: unexpected operator/operand -a -a When running "make package" Looks like this was a local system issue that has been resolved. -- This message has been scanned for viruses and dangerous conten

UPDATE: FFmpeg 20130612

2013-06-14 Thread Brad Smith
--- graphics/ffmpeg/patches/patch-configure 8 Apr 2013 17:06:56 - 1.36 +++ graphics/ffmpeg/patches/patch-configure 12 Jun 2013 20:02:43 - @@ -1,6 +1,6 @@ $OpenBSD: patch-configure,v 1.36 2013/04/08 17:06:56 brad Exp $ configure.orig Tue Mar 12 22:35:42 2013

UPDATE: Bochs 2.6.2

2013-06-14 Thread Brad Smith
/patches/patch-_bochsrc,v retrieving revision 1.10 diff -u -p -r1.10 patch-_bochsrc --- patches/patch-_bochsrc 26 Apr 2013 17:32:26 - 1.10 +++ patches/patch-_bochsrc 30 May 2013 22:26:11 - @@ -1,7 +1,7 @@ $OpenBSD: patch-_bochsrc,v 1.10 2013/04/26 17:32:26 brad Exp

UPDATE: Xine-lib 1.2.3

2013-06-14 Thread Brad Smith
-p -r1.16 patch-configure_ac --- patches/patch-configure_ac 29 Nov 2012 20:18:21 - 1.16 +++ patches/patch-configure_ac 29 May 2013 17:37:34 - @@ -1,7 +1,7 @@ $OpenBSD: patch-configure_ac,v 1.16 2012/11/29 20:18:21 brad Exp $ configure.ac.orig Sat Jun 9 13:30:18 2

UPDATE: DVDStyler 2.4.3

2013-06-14 Thread Brad Smith
Here is an update to DVDStyler 2.4.3. Works as well as the previous release with regard to what I can test for DVD creation. I just can't test actual burning just like the previous update. Anyone with a burner to test? OK? Index: Makefile =

Re: minimalist

2013-06-16 Thread Brad Smith
On 16/06/13 2:31 PM, Dmitrij Czarkoff wrote: On Jun 16, 2013 3:30 PM, "Peter Hessler" wrote: Then delete the port from the wip. Making it a graveyard for abandoned ports is a terrible thing. BTW, is there an actual graveyard? I believe having [semi-]official one would be helpful for those wa

UPDATE: Dovecot 2.2

2013-06-16 Thread Brad Smith
-config_Makefile_in,v 1.5 2013/02/01 07:59:03 brad Exp $ doc/example-config/Makefile.in.origWed Jan 30 16:25:35 2013 -+++ doc/example-config/Makefile.in Thu Jan 31 08:50:46 2013 -@@ -318,7 +318,7 @@ top_srcdir = @top_srcdir@ +--- doc/example-config/Makefile.in.origSun May 19 19

UPDATE: LLVM 3.3

2013-06-18 Thread Brad Smith
patch-lib_CodeGen_StackProtector_cpp --- patches/patch-lib_CodeGen_StackProtector_cpp23 Dec 2012 20:49:29 - 1.2 +++ patches/patch-lib_CodeGen_StackProtector_cpp5 Jun 2013 19:42:52 - @@ -1,46 +1,89 @@ $OpenBSD: patch-lib_CodeGen_StackProtector_cpp,v 1.2 2012/12/23 20:49:29 brad Exp $ lib/Cod

Re: UPDATE: LLVM 3.3

2013-06-19 Thread Brad Smith
On Tue, Jun 18, 2013 at 10:03:20PM -0400, Brad Smith wrote: > Here is an update to LLVM 3.3. > > Comments? OK? Here is an updated diff with the r600 backend enabled. Index: Makefile === RCS file: /home/cvs/ports/d

NEW: sthttpd

2013-06-20 Thread Brad Smith
sthttpd is a fork of the long unmaintained thttpd web-server. sthttpd contains a bunch of bug fixes and some of them are security fixes as well. This is to replace the thttpd port. Comments? OK? -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to

UPDATE: QEMU 1.5.1

2013-06-28 Thread Brad Smith
34 +++ patches/patch-configure 28 Jun 2013 04:47:27 - @@ -1,7 +1,7 @@ $OpenBSD: patch-configure,v 1.34 2013/06/23 21:27:55 brad Exp $ configure.orig Fri Jun 21 16:18:42 2013 -+++ configure Fri Jun 21 16:18:37 2013 -@@ -2518,9 +2518,31 @@ fi +--- configure.orig Wed Jun 26 17:47:2

Re: UPDATE: ircd-hybrid 8.1.0

2013-06-29 Thread Brad Smith
On Thu, May 30, 2013 at 07:50:30PM -0400, Brad Smith wrote: > Here is an update to ircd-hybrid 8.1.0. > > OK? And an update to 8.1.3. Index: Makefile === RCS file: /home/cvs/ports/net/ircd-hybrid/Makefile,v retrieving

Re: Tweaks for libraw

2013-07-02 Thread Brad Smith
On 02/07/13 5:11 PM, Vadim Zhukov wrote: This patch makes sure that libraw does not pick up OpenMP. Package version bumped for safety. Is there something broken you have not mentioned? Generally speaking apps that can take advantage of OpenMP should have said support enabled. -- This message h

Re: Tweaks for libraw

2013-07-02 Thread Brad Smith
On 02/07/13 8:21 PM, Vadim Zhukov wrote: 2013/7/3 Brad Smith : On 02/07/13 5:11 PM, Vadim Zhukov wrote: This patch makes sure that libraw does not pick up OpenMP. Package version bumped for safety. Is there something broken you have not mentioned? Generally speaking apps that can take

Re: subtitles on vlc

2013-07-05 Thread Brad Smith
time(CLOCK_REALTIME,140187732370968) 31539 vlc STRU struct timespec { 1373070067.833428610 } Anyway a kind soul sent me a diff to have ffmpeg to enable libass support, the .srt file is then converted to .ass file (funny, no?). He also told me that the patch has been submitted to Brad... I a

Re: UPDATE: emulators/mupen64plus

2013-07-17 Thread Brad Smith
On 18/07/13 1:11 AM, Anthony J. Bentley wrote: Matthew Dempsky writes: On Sun, Jul 7, 2013 at 8:36 PM, Anthony J. Bentley wrote: Upstream released another graphics plugin, video-glide64mk2, but I haven't made a port for it because it #includes , which doesn't seem to appear with either GCC 4.6

Re: update: net/serf-1.3.0

2013-08-08 Thread Brad Smith
- Original message - > serf 1.3.0 switches to the scons build system *sad Mac face* sxo -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.

Re: macppc vs powerpc

2013-08-08 Thread Brad Smith
On 09/08/13 2:36 AM, Jan Stary wrote: Reading the history section of macppc.html I see that the port has been called both 'macppc' and 'powerpc' in the past. Now that the architecture is called 'macppc' (since 3.0), why is it that the corresponding packages subdirectory is .../packages/powerpc?

UPDATE: Dovecot 2.2.5

2013-08-09 Thread Brad Smith
-config_Makefile_in17 Jun 2013 03:33:33 - @@ -1,7 +1,7 @@ $OpenBSD: patch-doc_example-config_Makefile_in,v 1.5 2013/02/01 07:59:03 brad Exp $ doc/example-config/Makefile.in.origWed Jan 30 16:25:35 2013 -+++ doc/example-config/Makefile.in Thu Jan 31 08:50:46 2013 -@@ -318,7 +318,7

Re: Update: net/transmission 2.82 drops -qt

2013-08-10 Thread Brad Smith
On 10/08/13 5:09 PM, Christian Weisgerber wrote: Update to 2.82 for more bug fixes. This minor release, under the guise of adding support for Qt5, now casually requires Qt5 as the minimum version. Since we don't have a Qt5 port, this means dropping the Qt client. If somebody has a strong opini

Re: Update: net/transmission 2.82 drops -qt

2013-08-10 Thread Brad Smith
On 10/08/13 7:51 PM, Vadim Zhukov wrote: Update to 2.82 for more bug fixes. This minor release, under the guise of adding support for Qt5, now casually requires Qt5 as the minimum version. Since we don't have a Qt5 port, this means dropping the Qt client. If somebody has a strong opinion to t

Re: Update: net/transmission 2.82 drops -qt

2013-08-11 Thread Brad Smith
On 10/08/13 7:51 PM, Vadim Zhukov wrote: Update to 2.82 for more bug fixes. This minor release, under the guise of adding support for Qt5, now casually requires Qt5 as the minimum version. Since we don't have a Qt5 port, this means dropping the Qt client. If somebody has a strong opinion to t

UPDATE: QEMU 1.6.0

2013-08-18 Thread Brad Smith
-configure,v retrieving revision 1.35 diff -u -p -r1.35 patch-configure --- patches/patch-configure 18 Jul 2013 20:20:18 - 1.35 +++ patches/patch-configure 19 Aug 2013 05:29:44 - @@ -1,39 +1,7 @@ $OpenBSD: patch-configure,v 1.35 2013/07/18 20:20:18 brad Exp $ configure.orig

UPDATE: MPlayer-20130819

2013-08-20 Thread Brad Smith
/patch-DOCS_man_en_mplayer_1,v retrieving revision 1.7 diff -u -p -r1.7 patch-DOCS_man_en_mplayer_1 --- patches/patch-DOCS_man_en_mplayer_1 13 Mar 2013 02:28:11 - 1.7 +++ patches/patch-DOCS_man_en_mplayer_1 20 Aug 2013 07:50:46 - @@ -1,7 +1,7 @@ $OpenBSD: patch-DOCS_man_en_mplayer_1,

UPDATE: netatalk 2.2.5

2013-08-23 Thread Brad Smith
Here is an update to netatalk 2.2.5. A few small bug fixes in the last two releases. Looking for any testing. Index: Makefile === RCS file: /cvs/ports/net/netatalk/Makefile,v retrieving revision 1.50 diff -u -p -r1.50 Makefile --- M

UPDATE: glew 1.10.0

2013-08-25 Thread Brad Smith
Here is an update to glew 1.10.0. OK? Index: Makefile === RCS file: /home/cvs/ports/graphics/glew/Makefile,v retrieving revision 1.10 diff -u -p -r1.10 Makefile --- Makefile11 Mar 2013 11:10:52 - 1.10 +++ Makefile22

UPDATE: libcares 1.10.0

2013-08-25 Thread Brad Smith
Here is an update to libcares 1.10.0. OK? Index: Makefile === RCS file: /home/cvs/ports/net/libcares/Makefile,v retrieving revision 1.13 diff -u -p -r1.13 Makefile --- Makefile21 Mar 2013 08:46:34 - 1.13 +++ Makefile

UPDATE: cairo 1.12.16

2013-08-27 Thread Brad Smith
An update to cairo 1.12.16. OK? Index: Makefile === RCS file: /home/cvs/ports/graphics/cairo/Makefile,v retrieving revision 1.51 diff -u -p -r1.51 Makefile --- Makefile1 Jun 2013 12:11:52 - 1.51 +++ Makefile27 Aug

NEW: automake 1.14

2013-08-29 Thread Brad Smith
Here is a port for automake 1.14. OK? -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. automake-1.14.tar.gz Description: application/tar-gz

Re: Incoherent default rcscript and user for pure-ftpd?

2013-08-30 Thread Brad Smith
On 26/08/13 10:17 AM, Donovan Watteau wrote: Hello, net/pure-ftpd creates the following user and group: @newgroup _pure-ftpd:642 @newuser _pure-ftpd:642:_pure-ftpd:daemon:pure-ftpd user:/nonexistent:/sbin/nologin but then, /etc/rc.d/pure_ftpd has: daemon_flags="-A -B -H -u1000" so, with this

Re: Incoherent default rcscript and user for pure-ftpd?

2013-08-30 Thread Brad Smith
On 30/08/13 3:08 PM, Stuart Henderson wrote: On 2013/08/30 14:22, Brad Smith wrote: On 26/08/13 10:17 AM, Donovan Watteau wrote: Hello, net/pure-ftpd creates the following user and group: @newgroup _pure-ftpd:642 @newuser _pure-ftpd:642:_pure-ftpd:daemon:pure-ftpd user:/nonexistent:/sbin

Re: wip samba 3.8.18 driving me nuts

2013-09-03 Thread Brad Smith
On 03/09/13 9:18 AM, Ian McWilliam wrote: Hi all, If anyone wants to hit me with a clue bat about how to over come the following issue, then sock it to me. lrwxr-xr-x 1 root wheel 16 Sep 3 10:38 libtevent.so -> libtevent.so.0.0 lrwxr-xr-x 1 root wheel 19 Sep 3 10:38 libtev

Re: wip samba 3.8.18 driving me nuts

2013-09-03 Thread Brad Smith
On 03/09/13 9:56 AM, Ian McWilliam wrote: On 3/09/2013 11:33 PM, Brad Smith wrote: On 03/09/13 9:18 AM, Ian McWilliam wrote: Hi all, If anyone wants to hit me with a clue bat about how to over come the following issue, then sock it to me. lrwxr-xr-x 1 root wheel 16 Sep 3 10:38

Re: fix scons soname behaviour

2013-09-04 Thread Brad Smith
On 04/09/13 2:15 PM, Stefan Sperling wrote: Scons is forcing a soname for shared libraries which doesn't jive with our major.minor convention for shared library file names. This isn't a huge issue in itself because programs still run. But it seems to interfere with our lib-depends-check target.

Re: fix scons soname behaviour

2013-09-05 Thread Brad Smith
On 05/09/13 9:57 AM, Stefan Sperling wrote: On Thu, Sep 05, 2013 at 02:24:03PM +0100, Stuart Henderson wrote: On 2013/09/05 14:43, Stefan Sperling wrote: On Wed, Sep 04, 2013 at 02:50:44PM -0400, Brad Smith wrote: The soname command line parameter should just be removed on the line below what

Re: UPDATE: geo/qlandkartegt to 1.7.3

2013-09-06 Thread Brad Smith
On 28/08/13 5:03 AM, Sebastian Reitenbach wrote: On Tuesday, August 27, 2013 19:08 CEST, Otto Moerbeek wrote: On Tue, Aug 27, 2013 at 06:54:46PM +0200, Sebastian Reitenbach wrote: The patch below updates geo/qlandkartegt from 1.7.0 to 1.7.3 The license changed to GPLv3 with update to 1.7.1

Re: UPDATE: QEMU 1.6.0

2013-09-06 Thread Brad Smith
On 19/08/13 1:45 AM, Brad Smith wrote: Here is an update to QEMU 1.6.0. Looking for any testing. Anyone? Index: Makefile === RCS file: /cvs/ports/emulators/qemu/Makefile,v retrieving revision 1.109 diff -u -p -r1.109 Makefile

Re: UPDATE: cairo 1.12.16

2013-09-11 Thread Brad Smith
On 27/08/13 4:17 AM, Brad Smith wrote: An update to cairo 1.12.16. OK? ping. Index: Makefile === RCS file: /home/cvs/ports/graphics/cairo/Makefile,v retrieving revision 1.51 diff -u -p -r1.51 Makefile --- Makefile1 Jun 2013

UPDATE: boswars 2.7

2013-09-14 Thread Brad Smith
Here is an update to boswars 2.7. OK? Index: Makefile === RCS file: /home/cvs/ports/games/boswars/Makefile,v retrieving revision 1.20 diff -u -p -r1.20 Makefile --- Makefile3 Jun 2013 02:46:57 - 1.20 +++ Makefile15

UPDATE: png 1.6.5

2013-09-14 Thread Brad Smith
Here is an update to png 1.6.5. pngfix is commented out as it requires a newer zlib release. OK? Index: Makefile === RCS file: /home/cvs/ports/graphics/png/Makefile,v retrieving revision 1.94 diff -u -p -r1.94 Makefile --- Makefile

UPDATE: lcms2 2.5

2013-09-14 Thread Brad Smith
Here is an update to lcms2 2.5. OK? Index: Makefile === RCS file: /home/cvs/ports/graphics/lcms2/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile30 Mar 2013 15:49:43 - 1.7 +++ Makefile15 Sep

Re: update: comms/picocom

2013-09-15 Thread Brad Smith
On 15/09/13 3:18 PM, Brian Callahan wrote: On 09/14/13 00:02, Kyle Isom wrote: Update to 1.7. Tested working on amd64 and macppc. I don't think this needs USE_GROFF=Yes anymore; otherwise ok by me if someone wants to double check that. USE_GROFF can be removed. mandoc points out two errors

Re: update: comms/picocom

2013-09-15 Thread Brad Smith
On 15/09/13 5:59 PM, Ingo Schwarze wrote: Hi, Brad Smith wrote on Sun, Sep 15, 2013 at 03:38:06PM -0400: On 15/09/13 3:18 PM, Brian Callahan wrote: On 09/14/13 00:02, Kyle Isom wrote: Update to 1.7. Tested working on amd64 and macppc. I don't think this needs USE_GROFF=Yes an

Re: update: comms/picocom

2013-09-15 Thread Brad Smith
On 15/09/13 6:22 PM, Kyle Isom wrote: I think I'll scrub the man page, and rewrite it in mdoc, and submit a patch for that upstream. Thanks, Ingo, for the patch for this and bringing this up. I would speak with upstream first to see if they will accept such a change otherwise it is a waste of

Re: UPDATE: boswars 2.7

2013-09-20 Thread Brad Smith
On 17/09/13 1:10 AM, Anthony J. Bentley wrote: Brad Smith writes: Here is an update to boswars 2.7. OK? See how the background is all dark? You need to install the terrain patches directory. This will probably also fix the segfault that happens when exiting boswars from within a match. I

Re: UPDATE: boswars 2.7

2013-09-20 Thread Brad Smith
On Sat, Sep 14, 2013 at 11:27:01PM -0400, Brad Smith wrote: > Here is an update to boswars 2.7. > > OK? Added the missing patches directory and its associated files. Index: Makefile === RCS file: /home/cvs/ports/game

Re: UPDATE: lcms2 2.5

2013-09-25 Thread Brad Smith
On 14/09/13 11:33 PM, Brad Smith wrote: Here is an update to lcms2 2.5. OK? ping. Index: Makefile === RCS file: /home/cvs/ports/graphics/lcms2/Makefile,v retrieving revision 1.7 diff -u -p -r1.7 Makefile --- Makefile30 Mar

UPDATE: darkstat 3.0.717

2013-10-03 Thread Brad Smith
Here is an update to darkstat 3.0.717. One nice new feature is darkstat can now monitor multiple interfaces. OK? Index: Makefile === RCS file: /home/cvs/ports/net/darkstat/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makef

UPDATE: libsamplerate 0.1.8

2013-10-03 Thread Brad Smith
Here is an update to libsamplerate 0.1.8. OK? Index: Makefile === RCS file: /home/cvs/ports/audio/libsamplerate/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile --- Makefile21 Mar 2013 08:45:12 - 1.18 +++

UPDATE: orc 0.4.17

2013-10-03 Thread Brad Smith
Here is an update to orc 0.4.17. Needs testing on PowerPC. OK? Index: Makefile === RCS file: /home/cvs/ports/devel/orc/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile21 Mar 2013 08:45:16 - 1

Re: UPDATE: orc 0.4.17

2013-10-04 Thread Brad Smith
On Fri, Oct 04, 2013 at 09:29:53AM +0200, Antoine Jacoutot wrote: > On Fri, Oct 04, 2013 at 01:14:41AM -0400, Brad Smith wrote: > > Here is an update to orc 0.4.17. > > > > Needs testing on PowerPC. > > > > OK? > > Any chance you could push the update up

UPDATE: orc 0.4.18

2013-10-04 Thread Brad Smith
Here is an update to orc 0.4.18. Needs testing on PowerPC. OK? Index: Makefile === RCS file: /home/cvs/ports/devel/orc/Makefile,v retrieving revision 1.16 diff -u -p -r1.16 Makefile --- Makefile21 Mar 2013 08:45:16 - 1

Re: nouveau driver help

2013-10-04 Thread Brad Smith
On Sat, Oct 05, 2013 at 12:50:03AM +0300, Liviu Daia wrote: > On 4 October 2013, Marc Espie wrote: > [...] > > Nouveau is completely another story, for *lots* of reasons, one being > > the total lack of cooperation from nvidia. > > > > It seems that now, they want to make peace, a few months after

Re: UPDATE devel/droplet 2.0

2013-10-04 Thread Brad Smith
On Fri, Oct 04, 2013 at 09:42:28PM +0200, Rafael Sadowski wrote: > Hey @ports, > > following diff update droplet to 2.0. > > cat pkg/DESCR > Scality Droplet is a high perfomance Cloud Storage client library providing > a set of high-level features. It is open source and released under the BSD >

Re: UPDATE: graphics/png 1.6.6 (it fixes problems on ARM)

2013-10-05 Thread Brad Smith
On 05/10/13 11:59 AM, Juan Francisco Cantero Hurtado wrote: png 1.6.5 doesn't build on ARM. png 1.6.6 only includes the fixes for ARM. No extra changes. Please commit. I was considering this update just to keep us in sync with the latest rev but I decided not to. The one small fix has no relev

UPDATE: QEMU 1.6.1

2013-10-09 Thread Brad Smith
,v 1.36 2013/09/08 14:15:01 brad Exp $ configure.orig Thu Aug 1 18:01:00 2013 -+++ configure Thu Aug 1 23:49:10 2013 -@@ -3379,8 +3379,6 @@ fi +--- configure.orig Wed Oct 9 15:20:32 2013 configure Wed Oct 9 19:35:53 2013 +@@ -3397,8 +3397,6 @@ fi if test "$gcov&qu

Re: WIP: inkscape update

2013-10-15 Thread Brad Smith
On 15/10/13 6:33 PM, Edd Barrett wrote: Hi, An inkscape update: * Bugfix release. * Loads of patches integrated upstream (bye bye glib/poppler hacks). * Uses newer autoconf. A few bits I am unsure of: * 'make update-plist' wants to remove the icon dir entries. Really? * Does not app

Re: fix for dnsmasqd DHCPv6

2013-10-20 Thread Brad Smith
On 20/10/13 4:12 PM, Christopher Zimmermann wrote: Hi, this is a patch from upstream to fix MAC address retrieval. DHCPv6 is broken without this patch: Cannot create DHCPv6 server DUID: Undefined error: 0 while here also remove EXTRACT_SUFX, so that the dependency on xz goes away. ok? No. T

UPDATE: dnsmasq 2.67

2013-10-26 Thread Brad Smith
= .tar.xz HOMEPAGE= http://www.thekelleys.org.uk/dnsmasq/doc.html + +MAINTAINER=Brad Smith # GPLv2+ PERMIT_PACKAGE_CDROM= Yes Index: distinfo === RCS file: /cvs/ports/net/dnsmasq/distinfo,v retrieving revision 1.22 diff

Re: 5.4 package linking problems?

2013-10-27 Thread Brad Smith
On 28/10/13 12:17 AM, Adam Thompson wrote: Installed 5.4 off CD-ROM, installed mtrfrom ftp.openbsd.org/pub/OpenBSD/5.4/packages/amd64. Every time I run it, I now see: mtr:/usr/lib/libc.so.69.0: /usr/local/lib/libbind/libbind.so.3.0 : WARNING: symbol(__p_class_syms) size mismatch, relink your prog

UPDATE: libass 0.10.2

2013-10-27 Thread Brad Smith
Here is an update to libass 0.10.2. OK? Index: Makefile === RCS file: /home/cvs/ports/multimedia/libass/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile7 Aug 2013 21:32:14 - 1.6 +++ Makefile

Re: 5.4 package linking problems?

2013-10-27 Thread Brad Smith
On 28/10/13 12:32 AM, Adam Thompson wrote: On Sun 27 Oct 2013 11:23:26 PM CDT, Brad Smith wrote: This is expected. Rebuilding it will not remove that warning AFAIK. Shoot. Just a slightly-broken port, then? I don't *remember* seeing it in 5.3, and it doesn't *look* like it's

Re: NEW: devel/sdl2-mixer

2013-10-30 Thread Brad Smith
On 30/10/13 7:49 PM, Brian Callahan wrote: * sdl2-mixer requires SMPEG>=2.0.0, so it does not have MP3 support. This doesn't affect my needs (manaplus uses ogg). However, I've left the DESCR and other bits talking about MP3 on the assumption that someone will update SMPEG at some point. This wo

Re: NEW: devel/sdl2-mixer

2013-10-30 Thread Brad Smith
On 30/10/13 8:18 PM, Brian Callahan wrote: On 10/30/2013 8:09 PM, Brad Smith wrote: On 30/10/13 7:49 PM, Brian Callahan wrote: * sdl2-mixer requires SMPEG>=2.0.0, so it does not have MP3 support. This doesn't affect my needs (manaplus uses ogg). However, I've left the DESCR a

UPDATE: VLC 2.0.9

2013-10-31 Thread Brad Smith
- 1.27 +++ patches/patch-configure_ac 27 Oct 2013 01:44:09 - @@ -1,6 +1,6 @@ $OpenBSD: patch-configure_ac,v 1.27 2013/04/11 17:58:42 brad Exp $ configure.ac.orig Sun Apr 7 14:42:04 2013 -+++ configure.ac Mon Apr 8 12:00:21 2013 +--- configure.ac.orig Mon Oct 14 12:46

NEW: smpeg2

2013-11-01 Thread Brad Smith
Here is a port of SMPEG 2.0.0. Note, this appears to expose some sort of a bug with SDL2 from the looks of it. plaympeg2 will crash with a floating point exception if you don't use the --novideo option even when just trying to playback MP3's. -- This message has been scanned for viruses and dan

Re: llvm snapshot and __attribute__ ((__bounded__ ... )) handling

2013-11-03 Thread Brad Smith
On 02/11/13 12:17 PM, Stuart Henderson wrote: Looking at building an LLVM snapshot to see if it fixes the compiler segfault building Firefox on i386 but it looks like they have changed attribute handling so that bounded is no longer ignored, I just wondered if anyone has already looked at/fixed t

UPDATE: Dovecot 2.2.7

2013-11-03 Thread Brad Smith
Here is an update to Dovecot 2.2.7. Looking for any testing. Index: dovecot/Makefile === RCS file: /home/cvs/ports/mail/dovecot/Makefile,v retrieving revision 1.214 diff -u -p -r1.214 Makefile --- dovecot/Makefile20 Oct 2013 21:

Re: PATCH: Add lzip support to bsd.port.mk

2013-11-06 Thread Brad Smith
On 05/11/13 7:44 PM, Juan Francisco Cantero Hurtado wrote: On Tue, Nov 05, 2013 at 10:41:35AM +, Stuart Henderson wrote: On 2013/11/05 03:04, Juan Francisco Cantero Hurtado wrote: The patch adds lzip support to the ports framework. I tested "EXTRACT_SUFX = .tar.lz" with some ports and every

Re: PATCH: Add lzip support to bsd.port.mk

2013-11-06 Thread Brad Smith
On 06/11/13 8:54 PM, Juan Francisco Cantero Hurtado wrote: On Wed, Nov 06, 2013 at 07:15:24PM -0500, Brad Smith wrote: On 05/11/13 7:44 PM, Juan Francisco Cantero Hurtado wrote: On Tue, Nov 05, 2013 at 10:41:35AM +, Stuart Henderson wrote: On 2013/11/05 03:04, Juan Francisco Cantero

Re: PATCH: Add lzip support to bsd.port.mk

2013-11-06 Thread Brad Smith
On 06/11/13 9:25 PM, Juan Francisco Cantero Hurtado wrote: On Wed, Nov 06, 2013 at 09:04:15PM -0500, Brad Smith wrote: On 06/11/13 8:54 PM, Juan Francisco Cantero Hurtado wrote: On Wed, Nov 06, 2013 at 07:15:24PM -0500, Brad Smith wrote: On 05/11/13 7:44 PM, Juan Francisco Cantero Hurtado

Re: PATCH: Add lzip support to bsd.port.mk

2013-11-06 Thread Brad Smith
On 06/11/13 9:59 PM, Juan Francisco Cantero Hurtado wrote: On Wed, Nov 06, 2013 at 09:28:04PM -0500, Brad Smith wrote: On 06/11/13 9:25 PM, Juan Francisco Cantero Hurtado wrote: On Wed, Nov 06, 2013 at 09:04:15PM -0500, Brad Smith wrote: On 06/11/13 8:54 PM, Juan Francisco Cantero Hurtado

Re: PATCH: a few changes to archivers/lzip

2013-11-06 Thread Brad Smith
On Thu, Nov 07, 2013 at 03:11:28AM +0100, Juan Francisco Cantero Hurtado wrote: > Changes: > - Only use gmake for lzlib. > - Change the tarballs from .gz to .lz, except for lunzip (read the > comment in Makefile.inc). > - Bump everything. > - Add a little change to the patch of lzlib. > > Steps

Re: UPDATE: libsamplerate 0.1.8

2013-11-06 Thread Brad Smith
On 04/10/13 12:52 AM, Brad Smith wrote: Here is an update to libsamplerate 0.1.8. OK? ping. Index: Makefile === RCS file: /home/cvs/ports/audio/libsamplerate/Makefile,v retrieving revision 1.18 diff -u -p -r1.18 Makefile

Re: UPDATE: libass 0.10.2

2013-11-06 Thread Brad Smith
On 28/10/13 12:32 AM, Brad Smith wrote: Here is an update to libass 0.10.2. OK? ping. Index: Makefile === RCS file: /home/cvs/ports/multimedia/libass/Makefile,v retrieving revision 1.6 diff -u -p -r1.6 Makefile --- Makefile

<    8   9   10   11   12   13   14   15   16   17   >