Re: [new] davical 1.0.2, a calendar/contacts server

2012-03-03 Thread Landry Breuil
On Wed, Feb 29, 2012 at 06:31:28PM +0100, Landry Breuil wrote:
> Hi,
> 
> after using that one for a while on Debian, here's a port for DAViCal, a
> CalDAV/CardDAV server (see http://davical.org for more info). This
> works fine in our chrooted apache w/ php & postgresql, and has been
> tested (thx aja for evolution testing):
> - CalDAV with Lightning, Evolution and CalDAV-sync for android.
> - CardDAV with Thunderbird 10 using SOGO connector extension from
>   http://www.sogo.nu/english/downloads/frontends.html, Evolution and
> CardDAV-sync for android.
> 
> DAViCal allows you for example to selfhost/backup your android
> calendar/contacts yourself, instead of relying on google services... and
> all that using standard protocols, so that you can access them from any
> compatible DAV client (see http://wiki.davical.org/w/CardDAV/Clients and
> http://wiki.davical.org/w/CalDAV_Clients).
> 
> I'd like feedback especially on the README, and i dunno if it's worth
> shipping the regress tests and the api docs.. runtime feedback of actual
> installations welcome too. There's also a port for awl, which is a
> runtime dependency.

New version of the port, it seems putting a VHost in a modules.sample
file is not a good idea at all, since it becomes the default VHost and
messes with other VHost setup... Info moved to README.

Landry


davical-1.0.2+awl.tgz
Description: application/tar-gz


Re: Updates for musicpd ports (libmpdclient, mpc, mpd, ncmpc)

2012-03-03 Thread Landry Breuil
On Fri, Mar 02, 2012 at 01:31:23PM +0100, David Coppa wrote:
> The following diff updates:
> 
> libmpdclient 2.6 -> 2.7
> 
> mpc 0.21 -> 0.22
> 
> mpd 0.16.5 -> 0.16.7
> 
> ncmpc 0.19 -> 0.20 (I've also fixed some crap into its configure)

All work fine on ppc, ok for me. Minor nit : mpc version returns 'MPD
0.16.0', regardless of the 0.16.x version installed :)

Landry



make sdl dlopen the correct libraries

2012-03-03 Thread Jonathan Gray
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.

Index: Makefile
===
RCS file: /cvs/ports/devel/sdl/Makefile,v
retrieving revision 1.82
diff -u -p -r1.82 Makefile
--- Makefile2 Mar 2012 09:10:38 -   1.82
+++ Makefile3 Mar 2012 09:16:04 -
@@ -3,6 +3,7 @@
 COMMENT=   cross-platform multimedia library
 
 VERSION=   1.2.15
+REVISION=  0
 DISTNAME=  SDL-${VERSION}
 PKGNAME=   ${DISTNAME:L}
 CATEGORIES=devel
Index: patches/patch-configure
===
RCS file: /cvs/ports/devel/sdl/patches/patch-configure,v
retrieving revision 1.22
diff -u -p -r1.22 patch-configure
--- patches/patch-configure 2 Mar 2012 09:10:38 -   1.22
+++ patches/patch-configure 3 Mar 2012 09:16:04 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure,v 1.22 2012/03/02 09:10:38 dcoppa Exp $
 configure.orig Thu Jan 19 01:30:12 2012
-+++ configure  Wed Feb 22 13:39:54 2012
+--- configure.orig Thu Jan 19 17:30:12 2012
 configure  Sat Mar  3 20:09:33 2012
 @@ -21000,6 +21000,20 @@ _ACEOF
  fi
  }
@@ -22,7 +22,20 @@ $OpenBSD: patch-configure,v 1.22 2012/03
  CheckPulseAudio()
  {
  # Check whether --enable-pulseaudio was given.
-@@ -29551,6 +29565,7 @@ _ACEOF
+@@ -24073,6 +24087,12 @@ fi
+ x11_lib='libX11.so'
+ x11ext_lib='libXext.so'
+ ;;
++*-*-openbsd*)
++x11_libs='libX11.so'
++x11ext_lib='libXext.so'
++xrender_lib='libXrender.so'
++xrander_lib='libXrandr.so'
++;;
+ *)
+ x11_lib=`find_lib "libX11.so.*" "$X_LIBS 
-L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
+ x11ext_lib=`find_lib "libXext.so.*" "$X_LIBS 
-L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
+@@ -29551,6 +29571,7 @@ _ACEOF
  CheckALSA
  CheckARTSC
  CheckESD
@@ -30,7 +43,7 @@ $OpenBSD: patch-configure,v 1.22 2012/03
  CheckPulseAudio
  CheckNAS
  CheckX11
-@@ -29586,7 +29601,7 @@ _ACEOF
+@@ -29586,7 +29607,7 @@ _ACEOF
  SOURCES="$SOURCES $srcdir/src/audio/sun/*.c"
  have_audio=yes
  ;;



Re: Updates for musicpd ports (libmpdclient, mpc, mpd, ncmpc)

2012-03-03 Thread Bryan Linton
On 2012-03-02 13:31:23, David Coppa  wrote:
> The following diff updates:
> 
> libmpdclient 2.6 -> 2.7
> 
> mpc 0.21 -> 0.22
> 
> mpd 0.16.5 -> 0.16.7
> 
> ncmpc 0.19 -> 0.20 (I've also fixed some crap into its configure)
>

All seem to be working fine here for me on i386.

-- 
Bryan



UPDATE: emulators/sdlmame 0.145u3

2012-03-03 Thread Jonathan Gray
not reflected in the diff but patches/patch-src_mame_video_mcd212_c gets
removed with this update.

Index: Makefile
===
RCS file: /cvs/ports/emulators/sdlmame/Makefile,v
retrieving revision 1.19
diff -u -p -u -p -r1.19 Makefile
--- Makefile20 Dec 2011 06:56:12 -  1.19
+++ Makefile3 Mar 2012 09:27:33 -
@@ -8,7 +8,7 @@ MULTI_PACKAGES =-main -tools
 COMMENT-main = emulates a massive variety of arcades machines
 COMMENT-tools =tools to manipulate MAME/MESS roms and disk 
images
 
-V =0144
+V =0145
 DISTNAME = mame${V}s
 PKGNAME-main = sdlmame-${V:S/0/0./}pl3
 PKGNAME-tools =sdlmame-tools-${V:S/0/0./}pl3
Index: distinfo
===
RCS file: /cvs/ports/emulators/sdlmame/distinfo,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 distinfo
--- distinfo20 Dec 2011 06:56:12 -  1.5
+++ distinfo3 Mar 2012 09:27:33 -
@@ -1,25 +1,25 @@
-MD5 (mame/0144u1_diff.zip) = 8BAB1AQX+PDTlj2uAbBCAA==
-MD5 (mame/0144u2_diff.zip) = W1TnNXqRM6OPMCH2EDVFMA==
-MD5 (mame/0144u3_diff.zip) = W7fbu443sVHc6PSCSpXtEg==
-MD5 (mame/mame0144s.zip) = dEAHbmDNXWHqM98X/ABxmg==
-MD5 (mame/mamehistory144.zip) = wKfSc9MTsW8VGMXPX7vYlg==
-RMD160 (mame/0144u1_diff.zip) = 2nIzgnLP5K0XF9oSdbFCnYf2R7Q=
-RMD160 (mame/0144u2_diff.zip) = Nnnt58PixawuC6s6vuaHqgBapvc=
-RMD160 (mame/0144u3_diff.zip) = rIYkMwiFqcX9LYk4VEQiyS36Fic=
-RMD160 (mame/mame0144s.zip) = V5VWExNo1pwCaSwhR1ITu7XYGVQ=
-RMD160 (mame/mamehistory144.zip) = CCjgl5FOMnjnkTmB/F6ZnGqYj64=
-SHA1 (mame/0144u1_diff.zip) = 1NyCQZQpHfXujY4MtkZxUWBjYkA=
-SHA1 (mame/0144u2_diff.zip) = 6PED3W1EaILSCj0SKvIYwue51NQ=
-SHA1 (mame/0144u3_diff.zip) = kofSZt5U4u9wpRFn5VgF4p9qBK8=
-SHA1 (mame/mame0144s.zip) = 8yvKC0VloHdk2hAoyPJDMf5bKh0=
-SHA1 (mame/mamehistory144.zip) = Hfbh8THLF2U/tmRKTcZWYXiHC/A=
-SHA256 (mame/0144u1_diff.zip) = uR4oBQ2CMx5P9cl7u2sJEZ2+ghhKkMrL4hzsE87R+uA=
-SHA256 (mame/0144u2_diff.zip) = HhrXjPfDp6rptqHK6jkMuyxKBSt+cu/bzXetzNvut2Q=
-SHA256 (mame/0144u3_diff.zip) = Ip0S11jfxovgN3JjR3BMVqlszTPm6w4t0JsLLWO0lTI=
-SHA256 (mame/mame0144s.zip) = jwGRtA+A+KM5PTQfQRxfAqymkz1qnzR77A0vcgbDjgY=
-SHA256 (mame/mamehistory144.zip) = cxZ+S7ag8K0ThaWgLvAvQBbgYOfE7C7YvV0usG+zX2Q=
-SIZE (mame/0144u1_diff.zip) = 178511
-SIZE (mame/0144u2_diff.zip) = 87230
-SIZE (mame/0144u3_diff.zip) = 177475
-SIZE (mame/mame0144s.zip) = 19676308
-SIZE (mame/mamehistory144.zip) = 3072722
+MD5 (mame/0145u1_diff.zip) = K1VaL9pg6sRXQ7vvPvBIHQ==
+MD5 (mame/0145u2_diff.zip) = zyuGahun9TfAETKLcnpvWw==
+MD5 (mame/0145u3_diff.zip) = uKfDBswYycReKJPIrtfE1A==
+MD5 (mame/mame0145s.zip) = ndzaWyb0KHPHxNTV3W/M1Q==
+MD5 (mame/mamehistory145.zip) = IQG5N9e5ZdZE41HVjuXj/A==
+RMD160 (mame/0145u1_diff.zip) = SBVqWG71rzWtw+YQWwT86Dn13ug=
+RMD160 (mame/0145u2_diff.zip) = VtFHtT2UXkzvQISfdIZHWkEGCZg=
+RMD160 (mame/0145u3_diff.zip) = Xmm0wLFAR2KbrJjcwfLnONBHFac=
+RMD160 (mame/mame0145s.zip) = JU7XUvjj+eVPRy8nmzCLP0U0ajs=
+RMD160 (mame/mamehistory145.zip) = vvvtcceut4KuAM+duurEUlOBPfc=
+SHA1 (mame/0145u1_diff.zip) = 7iXPP5P5NWpl4AaYe00a8jPfbRY=
+SHA1 (mame/0145u2_diff.zip) = zSfgAZRE5lf3HomHcMaNAQP3Oz8=
+SHA1 (mame/0145u3_diff.zip) = HHbqc376u5iogpzmsK4cCWXQ6pI=
+SHA1 (mame/mame0145s.zip) = dAzW7gAWcSSg0SB4/4Pg//LQtF0=
+SHA1 (mame/mamehistory145.zip) = kALPjVl+ahcbP6sqQdNwaMh7UQY=
+SHA256 (mame/0145u1_diff.zip) = FN7vVH9WZp3uuzRQm/5fNks584hH9hzl5R48qsKT78o=
+SHA256 (mame/0145u2_diff.zip) = e18+dlqNe15qcJnTmYvGUDZu79aqWnGSk8qOMTXvVgY=
+SHA256 (mame/0145u3_diff.zip) = vI19TaHDDoPDULNIfoqH3o5cR6+I3sitdPYjlFotGBA=
+SHA256 (mame/mame0145s.zip) = pqmnLP0OuD+5dI+2y2nNYN8WKDNGqByjY3VSooMxixY=
+SHA256 (mame/mamehistory145.zip) = 8vIPDoDhi127AuG8cIw8WzoTqT7Kveh3+akj6Va7Res=
+SIZE (mame/0145u1_diff.zip) = 516327
+SIZE (mame/0145u2_diff.zip) = 166967
+SIZE (mame/0145u3_diff.zip) = 2221
+SIZE (mame/mame0145s.zip) = 20346129
+SIZE (mame/mamehistory145.zip) = 3185199



Re: make sdl dlopen the correct libraries

2012-03-03 Thread Antti Harri
On Saturday 03 March 2012 11:25:17 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.
[snip]

I started seeing this too when I updated to the newer sdl today. This fixes it 
for me on amd64, thanks.

-- 
Antti Harri



Re: make sdl dlopen the correct libraries

2012-03-03 Thread Jonathan Gray
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.

here is the diff I meant to send that doesn't have the typo
spotted by brad

Index: Makefile
===
RCS file: /cvs/ports/devel/sdl/Makefile,v
retrieving revision 1.82
diff -u -p -r1.82 Makefile
--- Makefile2 Mar 2012 09:10:38 -   1.82
+++ Makefile3 Mar 2012 10:31:24 -
@@ -3,6 +3,7 @@
 COMMENT=   cross-platform multimedia library
 
 VERSION=   1.2.15
+REVISION=  0
 DISTNAME=  SDL-${VERSION}
 PKGNAME=   ${DISTNAME:L}
 CATEGORIES=devel
Index: patches/patch-configure
===
RCS file: /cvs/ports/devel/sdl/patches/patch-configure,v
retrieving revision 1.22
diff -u -p -r1.22 patch-configure
--- patches/patch-configure 2 Mar 2012 09:10:38 -   1.22
+++ patches/patch-configure 3 Mar 2012 10:31:24 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure,v 1.22 2012/03/02 09:10:38 dcoppa Exp $
 configure.orig Thu Jan 19 01:30:12 2012
-+++ configure  Wed Feb 22 13:39:54 2012
+--- configure.orig Thu Jan 19 17:30:12 2012
 configure  Sat Mar  3 21:27:39 2012
 @@ -21000,6 +21000,20 @@ _ACEOF
  fi
  }
@@ -22,7 +22,20 @@ $OpenBSD: patch-configure,v 1.22 2012/03
  CheckPulseAudio()
  {
  # Check whether --enable-pulseaudio was given.
-@@ -29551,6 +29565,7 @@ _ACEOF
+@@ -24073,6 +24087,12 @@ fi
+ x11_lib='libX11.so'
+ x11ext_lib='libXext.so'
+ ;;
++*-*-openbsd*)
++x11_lib='libX11.so'
++x11ext_lib='libXext.so'
++xrender_lib='libXrender.so'
++xrander_lib='libXrandr.so'
++;;
+ *)
+ x11_lib=`find_lib "libX11.so.*" "$X_LIBS 
-L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
+ x11ext_lib=`find_lib "libXext.so.*" "$X_LIBS 
-L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
+@@ -29551,6 +29571,7 @@ _ACEOF
  CheckALSA
  CheckARTSC
  CheckESD
@@ -30,7 +43,7 @@ $OpenBSD: patch-configure,v 1.22 2012/03
  CheckPulseAudio
  CheckNAS
  CheckX11
-@@ -29586,7 +29601,7 @@ _ACEOF
+@@ -29586,7 +29607,7 @@ _ACEOF
  SOURCES="$SOURCES $srcdir/src/audio/sun/*.c"
  have_audio=yes
  ;;



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 with one entry. x11_libs vs x11_lib.
Here is an updated diff as well as re-adding the WANTLIB entries with a
comment so it is obvious why they were there in the first place.


Index: Makefile
===
RCS file: /home/cvs/ports/devel/sdl/Makefile,v
retrieving revision 1.82
diff -u -p -r1.82 Makefile
--- Makefile2 Mar 2012 09:10:38 -   1.82
+++ Makefile3 Mar 2012 10:25:45 -
@@ -5,6 +5,7 @@ COMMENT=cross-platform multimedia libra
 VERSION=   1.2.15
 DISTNAME=  SDL-${VERSION}
 PKGNAME=   ${DISTNAME:L}
+REVISION=  0
 CATEGORIES=devel
 MASTER_SITES=  ${HOMEPAGE}release/
 
@@ -58,6 +59,11 @@ CONFIGURE_ARGS+= --enable-video-aalib
 .if ${FLAVOR:L:Mno_x11}
 CONFIGURE_ARGS+= --without-x \
 --disable-video-x11
+.else
+#
+# X11/Xext/Xrender/Xrandr are dlopen'd by SDL
+#
+WANTLIB+=  X11 Xau Xdmcp Xext Xrandr Xrender pthread-stubs xcb
 .endif
 
 NO_REGRESS=Yes
Index: patches/patch-configure
===
RCS file: /home/cvs/ports/devel/sdl/patches/patch-configure,v
retrieving revision 1.22
diff -u -p -r1.22 patch-configure
--- patches/patch-configure 2 Mar 2012 09:10:38 -   1.22
+++ patches/patch-configure 3 Mar 2012 10:22:30 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-configure,v 1.22 2012/03/02 09:10:38 dcoppa Exp $
 --- configure.orig Thu Jan 19 01:30:12 2012
-+++ configure  Wed Feb 22 13:39:54 2012
 configure  Sat Mar  3 05:22:20 2012
 @@ -21000,6 +21000,20 @@ _ACEOF
  fi
  }
@@ -22,7 +22,20 @@ $OpenBSD: patch-configure,v 1.22 2012/03
  CheckPulseAudio()
  {
  # Check whether --enable-pulseaudio was given.
-@@ -29551,6 +29565,7 @@ _ACEOF
+@@ -24073,6 +24087,12 @@ fi
+ x11_lib='libX11.so'
+ x11ext_lib='libXext.so'
+ ;;
++*-*-openbsd*)
++x11_lib='libX11.so'
++x11ext_lib='libXext.so'
++xrender_lib='libXrender.so'
++xrander_lib='libXrandr.so'
++;;
+ *)
+ x11_lib=`find_lib "libX11.so.*" "$X_LIBS 
-L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
+ x11ext_lib=`find_lib "libXext.so.*" "$X_LIBS 
-L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; q'`
+@@ -29551,6 +29571,7 @@ _ACEOF
  CheckALSA
  CheckARTSC
  CheckESD
@@ -30,7 +43,7 @@ $OpenBSD: patch-configure,v 1.22 2012/03
  CheckPulseAudio
  CheckNAS
  CheckX11
-@@ -29586,7 +29601,7 @@ _ACEOF
+@@ -29586,7 +29607,7 @@ _ACEOF
  SOURCES="$SOURCES $srcdir/src/audio/sun/*.c"
  have_audio=yes
  ;;

-- 
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.



Re: update gdb to 7.4, was: teach devel/gdb about threaded coredumps

2012-03-03 Thread Stuart Henderson
On 2012/02/29 11:20, Pascal Stumpf wrote:
> On Mon, 27 Feb 2012 11:26:25 +0100, Pascal Stumpf wrote:
> > On Mon, 20 Feb 2012 23:26:19 +0100, Pascal Stumpf wrote:
> > > Simple patch taken from base ...
> > 
> > ping
> > 
> 
> Update to 7.4, including aforementioned patch, and take maintainer.

===>   Applying OpenBSD patch patch-gdb_Makefile_in
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--
|$OpenBSD: patch-gdb_Makefile_in,v 1.1 2011/11/08 12:40:41 jasper Exp $
|
|Don't install the xml syscall files which only contain Linux' syscalls.
|
|--- gdb/Makefile.in.orig   Mon Nov  7 19:28:45 2011
|+++ gdb/Makefile.inMon Nov  7 19:29:00 2011
--
Patching file gdb/Makefile.in using Plan A...
Hunk #1 failed at 1004.
1 out of 1 hunks failed--saving rejects to gdb/Makefile.in.rej
done
***>   patch-gdb_Makefile_in did not apply cleanly



Re: make sdl dlopen the correct libraries

2012-03-03 Thread Stuart Henderson
this explains why these WANTLIB ended up being removed from
probably hundreds of ports ;)

this version is OK with me.


On 2012/03/03 05:36, Brad Smith wrote:
> 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 with one entry. x11_libs vs x11_lib.
> Here is an updated diff as well as re-adding the WANTLIB entries with a
> comment so it is obvious why they were there in the first place.
> 
> 
> Index: Makefile
> ===
> RCS file: /home/cvs/ports/devel/sdl/Makefile,v
> retrieving revision 1.82
> diff -u -p -r1.82 Makefile
> --- Makefile  2 Mar 2012 09:10:38 -   1.82
> +++ Makefile  3 Mar 2012 10:25:45 -
> @@ -5,6 +5,7 @@ COMMENT=  cross-platform multimedia libra
>  VERSION= 1.2.15
>  DISTNAME=SDL-${VERSION}
>  PKGNAME= ${DISTNAME:L}
> +REVISION=0
>  CATEGORIES=  devel
>  MASTER_SITES=${HOMEPAGE}release/
>  
> @@ -58,6 +59,11 @@ CONFIGURE_ARGS+= --enable-video-aalib
>  .if ${FLAVOR:L:Mno_x11}
>  CONFIGURE_ARGS+= --without-x \
>--disable-video-x11
> +.else
> +#
> +# X11/Xext/Xrender/Xrandr are dlopen'd by SDL
> +#
> +WANTLIB+=X11 Xau Xdmcp Xext Xrandr Xrender pthread-stubs xcb
>  .endif
>  
>  NO_REGRESS=  Yes
> Index: patches/patch-configure
> ===
> RCS file: /home/cvs/ports/devel/sdl/patches/patch-configure,v
> retrieving revision 1.22
> diff -u -p -r1.22 patch-configure
> --- patches/patch-configure   2 Mar 2012 09:10:38 -   1.22
> +++ patches/patch-configure   3 Mar 2012 10:22:30 -
> @@ -1,6 +1,6 @@
>  $OpenBSD: patch-configure,v 1.22 2012/03/02 09:10:38 dcoppa Exp $
>  --- configure.orig   Thu Jan 19 01:30:12 2012
> -+++ configureWed Feb 22 13:39:54 2012
>  configureSat Mar  3 05:22:20 2012
>  @@ -21000,6 +21000,20 @@ _ACEOF
>   fi
>   }
> @@ -22,7 +22,20 @@ $OpenBSD: patch-configure,v 1.22 2012/03
>   CheckPulseAudio()
>   {
>   # Check whether --enable-pulseaudio was given.
> -@@ -29551,6 +29565,7 @@ _ACEOF
> +@@ -24073,6 +24087,12 @@ fi
> + x11_lib='libX11.so'
> + x11ext_lib='libXext.so'
> + ;;
> ++*-*-openbsd*)
> ++x11_lib='libX11.so'
> ++x11ext_lib='libXext.so'
> ++xrender_lib='libXrender.so'
> ++xrander_lib='libXrandr.so'
> ++;;
> + *)
> + x11_lib=`find_lib "libX11.so.*" "$X_LIBS 
> -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; 
> q'`
> + x11ext_lib=`find_lib "libXext.so.*" "$X_LIBS 
> -L/usr/X11/$base_libdir -L/usr/X11R6/$base_libdir" | sed 's/.*\/\(.*\)/\1/; 
> q'`
> +@@ -29551,6 +29571,7 @@ _ACEOF
>   CheckALSA
>   CheckARTSC
>   CheckESD
> @@ -30,7 +43,7 @@ $OpenBSD: patch-configure,v 1.22 2012/03
>   CheckPulseAudio
>   CheckNAS
>   CheckX11
> -@@ -29586,7 +29601,7 @@ _ACEOF
> +@@ -29586,7 +29607,7 @@ _ACEOF
>   SOURCES="$SOURCES $srcdir/src/audio/sun/*.c"
>   have_audio=yes
>   ;;
> 
> -- 
> This message has been scanned for viruses and
> dangerous content by MailScanner, and is
> believed to be clean.
> 



Re: [new] meta/xfce

2012-03-03 Thread Matthieu Herrb
On Tue, Feb 28, 2012 at 06:56:37PM +0100, Landry Breuil wrote:
> Hi,
> 
> it's been requested a few times, here's an xfce meta port to untar under
> ports/meta, splitted into -main and -extras as it's done with gnome meta
> port. Comments on what's shipped/separation between main and extras
> welcome, feedback welcome too.
> 
Thanks for doing it. 

I would have liked to see xfce4-battery in the main package because
it's the  only app I use from extras.

But otoh, before looking at the exact contents, my feeling was "why
bother with an -extras subpackage?" just put everything into the main
one. 

So do as you think it's the best.
-- 
Matthieu Herrb



Re: UPDATE: www/dansguardian flavors

2012-03-03 Thread Stuart Henderson
On 2012/03/02 15:26, Justin Jereza wrote:
> What do you suggest? Should these just be enabled by default instead
> of using FLAVORS?

enabled by default.



Re: update gdb to 7.4, was: teach devel/gdb about threaded coredumps

2012-03-03 Thread Pascal Stumpf
On Sat, 3 Mar 2012 10:46:19 +, Stuart Henderson wrote:
> On 2012/02/29 11:20, Pascal Stumpf wrote:
> > On Mon, 27 Feb 2012 11:26:25 +0100, Pascal Stumpf wrote:
> > > On Mon, 20 Feb 2012 23:26:19 +0100, Pascal Stumpf wrote:
> > > > Simple patch taken from base ...
> > > 
> > > ping
> > > 
> > 
> > Update to 7.4, including aforementioned patch, and take maintainer.
> 
> ===>   Applying OpenBSD patch patch-gdb_Makefile_in
> Hmm...  Looks like a unified diff to me...
> The text leading up to this was:
> --
> |$OpenBSD: patch-gdb_Makefile_in,v 1.1 2011/11/08 12:40:41 jasper Exp $
> |
> |Don't install the xml syscall files which only contain Linux' syscalls.
> |
> |--- gdb/Makefile.in.orig Mon Nov  7 19:28:45 2011
> |+++ gdb/Makefile.in  Mon Nov  7 19:29:00 2011
> --
> Patching file gdb/Makefile.in using Plan A...
> Hunk #1 failed at 1004.
> 1 out of 1 hunks failed--saving rejects to gdb/Makefile.in.rej
> done
> ***>   patch-gdb_Makefile_in did not apply cleanly
> 
> 

Sorry, forgot to cvs rm that patch ...


Index: Makefile
===
RCS file: /cvs/ports/devel/gdb/Makefile,v
retrieving revision 1.19
diff -u -p -r1.19 Makefile
--- Makefile22 Dec 2011 20:27:31 -  1.19
+++ Makefile3 Mar 2012 11:00:31 -
@@ -3,25 +3,24 @@
 COMMENT=   GNU debugger
 CATEGORIES=devel
 
-DISTNAME=  gdb-7.2
-REVISION=  7
+DISTNAME=  gdb-7.4
 
 HOMEPAGE=  http://www.gnu.org/software/gdb/
 
+MAINTAINER=Pascal Stumpf 
+
 # GPLv2 and GPLv3
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_DISTFILES_FTP=  Yes
 PERMIT_DISTFILES_CDROM=Yes
 
-MASTER_SITES=  ${MASTER_SITE_GNU:=gdb/} \
-   http://distfiles.nl/
+MASTER_SITES=  ${MASTER_SITE_GNU:=gdb/}
 DIST_SUBDIR=   gdb
 
 MODGNU_CONFIG_GUESS_DIRS=  ${WRKSRC} ${WRKSRC}/gdb
 
-WANTLIB += c kvm m ncurses z
-
+WANTLIB = c expat kvm m ncurses pthread ${MODPY_WANTLIB} util z
 
 #SEPARATE_BUILD = Yes
 CONFIGURE_STYLE=gnu
@@ -32,12 +31,9 @@ CONFIGURE_ARGS=  --program-transform-name
 
 USE_GMAKE= Yes
 
+USE_LIBTOOL =  Yes
 MODULES += lang/python
-WANTLIB += expat ${MODPY_WANTLIB} pthread util
 LIB_DEPENDS += ${MODPY_LIB_DEPENDS}
 MODPY_BUILDDEP = No
-
-post-extract:
-   perl -pi -e 's/\014//g' ${WRKSRC}/gdb/amd64obsd-tdep.c
 
 .include 
Index: distinfo
===
RCS file: /cvs/ports/devel/gdb/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo11 Nov 2011 18:33:03 -  1.4
+++ distinfo3 Mar 2012 11:00:31 -
@@ -1,5 +1,5 @@
-MD5 (gdb/gdb-7.2.tar.gz) = lQt2ZGa+50jlVHZchri0lQ==
-RMD160 (gdb/gdb-7.2.tar.gz) = 7vJVe8vJrgnGTSFUZ75opTr+alY=
-SHA1 (gdb/gdb-7.2.tar.gz) = 98/2U1iw8HThGOxMhI6CtAf7+LM=
-SHA256 (gdb/gdb-7.2.tar.gz) = NJGctRM0yBSa427QhvNeef4/orKoW1aNfA7a0gzZctQ=
-SIZE (gdb/gdb-7.2.tar.gz) = 24678132
+MD5 (gdb/gdb-7.4.tar.gz) = eHeHXIr3x+99BtMprJYdPw==
+RMD160 (gdb/gdb-7.4.tar.gz) = 61QmouT8ZC2c4YFikzxJBlmeytE=
+SHA1 (gdb/gdb-7.4.tar.gz) = MBtjGkYdqYsjuou153bGa5iqkjk=
+SHA256 (gdb/gdb-7.4.tar.gz) = 4sGOL0pf6riXWVRVo9Yjzru6np3S2+mlUQ7XrUOuAdI=
+SIZE (gdb/gdb-7.4.tar.gz) = 27352504
Index: patches/patch-bfd_elf_c
===
RCS file: patches/patch-bfd_elf_c
diff -N patches/patch-bfd_elf_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-bfd_elf_c 3 Mar 2012 11:00:31 -
@@ -0,0 +1,15 @@
+$OpenBSD$
+--- bfd/elf.c.orig Tue Dec  6 15:09:09 2011
 bfd/elf.c  Wed Feb 29 00:06:19 2012
+@@ -8641,6 +8641,11 @@ elfcore_grok_openbsd_procinfo (bfd *abfd, Elf_Internal
+ static bfd_boolean
+ elfcore_grok_openbsd_note (bfd *abfd, Elf_Internal_Note *note)
+ {
++  int lwp;
++
++  if (elfcore_netbsd_get_lwpid (note, &lwp))
++elf_tdata (abfd)->core_lwpid = lwp;
++
+   if (note->type == NT_OPENBSD_PROCINFO)
+ return elfcore_grok_openbsd_procinfo (abfd, note);
+ 
Index: patches/patch-etc_Makefile_in
===
RCS file: /cvs/ports/devel/gdb/patches/patch-etc_Makefile_in,v
retrieving revision 1.1
diff -u -p -r1.1 patch-etc_Makefile_in
--- patches/patch-etc_Makefile_in   8 Nov 2011 20:23:00 -   1.1
+++ patches/patch-etc_Makefile_in   3 Mar 2012 11:00:31 -
@@ -2,14 +2,14 @@ $OpenBSD: patch-etc_Makefile_in,v 1.1 20
 
 Don't bother installing GNU coding standards info.
 
 etc/Makefile.in.orig   Tue Nov  8 21:12:15 2011
-+++ etc/Makefile.inTue Nov  8 21:12:28 2011
+--- etc/Makefile.in.orig   Sat Nov 20 20:37:57 2010
 etc/Makefile.inWed Feb 29 00:09:58 2012
 @@ -64,7 +64,7 @@ PDFFILES = standards.pdf configure.pdf
  HTMLFILES = standards.html configure.html
  
  all: info
--install: install-info
-+install:
+-install install-strip: install-info
++install install-strip:
  
  uninstall:
  
Index: patches/patch-gdb_Makefile_in
=

Re: [new] meta/xfce

2012-03-03 Thread Landry Breuil
On Sat, Mar 03, 2012 at 11:49:21AM +0100, Matthieu Herrb wrote:
> On Tue, Feb 28, 2012 at 06:56:37PM +0100, Landry Breuil wrote:
> > Hi,
> > 
> > it's been requested a few times, here's an xfce meta port to untar under
> > ports/meta, splitted into -main and -extras as it's done with gnome meta
> > port. Comments on what's shipped/separation between main and extras
> > welcome, feedback welcome too.
> > 
> Thanks for doing it. 
> 
> I would have liked to see xfce4-battery in the main package because
> it's the  only app I use from extras.

Yeah, but it's not really useful on desktop computers... that's also why
i didn't put xfce4-power-manager in either of them. Likewise, i didn't
put x11/gigolo nor gvfs-samba, because not everyone uses GVfs... and i
didn't put xfprint, because not everyone kills trees :)

> But otoh, before looking at the exact contents, my feeling was "why
> bother with an -extras subpackage?" just put everything into the main
> one. 

If i did that, i'm pretty sure i'd get complaints :) I've looked at what
other oses do, and most of them separate core/base from goodies, with a
somewhat similar separation.


Landry



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
retrieving revision 1.21
diff -u -p -r1.21 Makefile
--- Makefile25 Oct 2011 10:20:26 -  1.21
+++ Makefile3 Mar 2012 11:16:54 -
@@ -1,10 +1,10 @@
 # $OpenBSD: Makefile,v 1.21 2011/10/25 10:20:26 sthen Exp $
 
-COMMENT=   caching DNS forwarder and DHCP server
+COMMENT=   lightweight caching DNS forwarder, DHCP and TFTP server
 
-DISTNAME=  dnsmasq-2.59
+DISTNAME=  dnsmasq-2.60rc5
 CATEGORIES=net
-MASTER_SITES=  http://www.thekelleys.org.uk/dnsmasq/
+MASTER_SITES=  http://www.thekelleys.org.uk/dnsmasq/release-candidates/
 
 HOMEPAGE=  http://www.thekelleys.org.uk/dnsmasq/doc.html
 
@@ -27,8 +27,8 @@ pre-build:
${WRKSRC}/dnsmasq.conf.example
 
 do-install:
-   ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/dnsmasq
+   ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin
${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example 
${PREFIX}/share/examples/dnsmasq
${INSTALL_MAN} ${WRKSRC}/man/dnsmasq.8 ${PREFIX}/man/man8
 
Index: distinfo
===
RCS file: /cvs/ports/net/dnsmasq/distinfo,v
retrieving revision 1.16
diff -u -p -r1.16 distinfo
--- distinfo25 Oct 2011 10:20:26 -  1.16
+++ distinfo3 Mar 2012 11:16:54 -
@@ -1,5 +1,5 @@
-MD5 (dnsmasq-2.59.tar.gz) = tXV+8te2UXSO7ruIrynX1g==
-RMD160 (dnsmasq-2.59.tar.gz) = 0u2FX0/BcH3zI92sAnq4/QdwuCc=
-SHA1 (dnsmasq-2.59.tar.gz) = kwLzjRLQCCPSDMkScJBQi0h2xa4=
-SHA256 (dnsmasq-2.59.tar.gz) = vcHmYJn6/6sOL9OUwGRscYsk9BfssP8ygzgqIEbxQQs=
-SIZE (dnsmasq-2.59.tar.gz) = 474036
+MD5 (dnsmasq-2.60rc5.tar.gz) = svzAAg4sSxSGetWqUn8HSQ==
+RMD160 (dnsmasq-2.60rc5.tar.gz) = 7XSrdFKDmDD+nlpTdw7A0erUlro=
+SHA1 (dnsmasq-2.60rc5.tar.gz) = 0P56cxeCCkhkSRKgvvFIXiqNLW8=
+SHA256 (dnsmasq-2.60rc5.tar.gz) = xdzRLmSfImGBVCcueGagbiE+Jk3/jvqelUBfKtPI4ik=
+SIZE (dnsmasq-2.60rc5.tar.gz) = 533195
Index: patches/patch-man_dnsmasq_8
===
RCS file: /cvs/ports/net/dnsmasq/patches/patch-man_dnsmasq_8,v
retrieving revision 1.10
diff -u -p -r1.10 patch-man_dnsmasq_8
--- patches/patch-man_dnsmasq_8 7 Sep 2011 10:34:26 -   1.10
+++ patches/patch-man_dnsmasq_8 3 Mar 2012 11:16:54 -
@@ -1,6 +1,6 @@
 $OpenBSD: patch-man_dnsmasq_8,v 1.10 2011/09/07 10:34:26 jasper Exp $
 man/dnsmasq.8.orig Tue Aug  9 11:05:38 2011
-+++ man/dnsmasq.8  Mon Aug 29 17:35:40 2011
+--- man/dnsmasq.8.orig Wed Feb 29 16:43:37 2012
 man/dnsmasq.8  Wed Feb 29 18:39:43 2012
 @@ -113,13 +113,12 @@ Specify an alternate path for dnsmasq to record its pr
  .TP
  .B \-u, --user=
@@ -17,7 +17,7 @@ $OpenBSD: patch-man_dnsmasq_8,v 1.10 201
  .TP
  .B \-v, --version
  Print the version number.
-@@ -1206,7 +1205,7 @@ with # are always skipped. This flag may be given on t
+@@ -1338,7 +1337,7 @@ with # are always skipped. This flag may be given on t
  line or in a configuration file.
  .SH CONFIG FILE
  At startup, dnsmasq reads
@@ -26,7 +26,7 @@ $OpenBSD: patch-man_dnsmasq_8,v 1.10 201
  if it exists. (On
  FreeBSD, the file is 
  .I /usr/local/etc/dnsmasq.conf
-@@ -1524,7 +1523,7 @@ dnsmasq has no direct way of determining the charset i
+@@ -1656,7 +1655,7 @@ dnsmasq has no direct way of determining the charset i
  assume that it is the system default. 
   
  .SH FILES
Index: patches/patch-src_config_h
===
RCS file: /cvs/ports/net/dnsmasq/patches/patch-src_config_h,v
retrieving revision 1.8
diff -u -p -r1.8 patch-src_config_h
--- patches/patch-src_config_h  6 Mar 2011 11:19:53 -   1.8
+++ patches/patch-src_config_h  3 Mar 2012 11:16:54 -
@@ -1,7 +1,18 @@
 $OpenBSD: patch-src_config_h,v 1.8 2011/03/06 11:19:53 sthen Exp $
 src/config.h.orig  Fri Feb 18 05:18:39 2011
-+++ src/config.h   Fri Feb 18 15:00:08 2011
-@@ -57,13 +57,13 @@
+--- src/config.h.orig  Tue Feb 14 15:55:25 2012
 src/config.h   Wed Feb 15 17:24:57 2012
+@@ -34,8 +34,8 @@
+ #define ETHERSFILE "/etc/ethers"
+ #define RUNFILE "/var/run/dnsmasq.pid"
+ #define DEFLEASE 3600 /* default lease time, 1 hour */
+-#define CHUSER "nobody"
+-#define CHGRP "dip"
++#define CHUSER "_dnsmasq"
++#define CHGRP "_dnsmasq"
+ #define TFTP_MAX_CONNECTIONS 50 /* max simultaneous connections */
+ #define LOG_MAX 5 /* log-queue length */
+ #define RANDFILE "/dev/urandom"
+@@ -145,7 +145,7 @@ RESOLVFILE
  #   if defined(__FreeBSD__)
  #  define CONFFILE "/usr/local/etc/dnsmasq.conf"
  #   else
@@ -10,11 +21,3 @@ $OpenBSD: patch-src_config_h,v 1.8 2011/
  #   endif
  #endif
  
- #define DEFLEASE 3600 /* default lease time, 1

Re: new: databases/pear-MDB2-pgsql-1.4.1

2012-03-03 Thread Stuart Henderson
On 2012/02/16 22:43, Johan Huldtgren wrote:
> pear-MDB2-pgsql is the PostgreSQL MDB2 driver.
> 
> This module is needed for www/horde when using
> a Postgresql backend with php-5.3. I will submit
> a diff for horde in a separate e-mail to fix this.
> 
> .jh

OK sthen@ with the whitespace cleaned up: spaces->tabs on
MAINTAINER and zap the stray line at the bottom.



Re: [NEW]: p5-Lingua-EN-Sentence

2012-03-03 Thread Stuart Henderson
On 2012/01/30 10:20, Chris Bennett wrote:
> This is a new port to meet a requirement for an update to
> p5-Locale-Maketext-Lexicon to 0.79.
> 
> It has no build, run or regress depends.
> 
> OK?
> 
> Chris Bennett

OK sthen@ if the whitespace is tidied up:-

| # $OpenBSD: Makefile,v 1.10 2010/12/03 11:44:32 ajacoutot Exp $
| COMMENT=  module to split text into sentences

add a blank line between these

| 
| MODULES=  cpan
| DISTNAME= Lingua-EN-Sentence-0.25
| CATEGORIES=   textproc
| 
| #Perl

# Perl

| PERMIT_PACKAGE_CDROM=   Yes
| PERMIT_PACKAGE_FTP= Yes
| PERMIT_DISTFILES_CDROM= Yes
| PERMIT_DISTFILES_FTP=   Yes
| 
| .include 



Re: make sdl dlopen the correct libraries

2012-03-03 Thread David Coppa
On Sat, Mar 3, 2012 at 11:48 AM, Stuart Henderson  wrote:
> this explains why these WANTLIB ended up being removed from
> probably hundreds of ports ;)
>
> this version is OK with me.

Brad's version of the diff is ok with me too

ciao,
David



Re: new: pecl-http-1.7.1

2012-03-03 Thread Stuart Henderson
On 2012/02/24 17:29, James Turner wrote:
> On Thu, Feb 16, 2012 at 07:10:24PM -0500, James Turner wrote:
> > Attached is a new port for the pecl http extension. My first time
> > packaging a pecl extension, coments welcome.
> 
> Version 1.7.2 was released a couple days ago, updated and reattached.
> Tested on amd64. Thanks.

..
> Also provided is a powerful request and parallel interface (PHP 5+), if
> the extension is built with cURL support.

Since the DESCR really refers to the OpenBSD package rather than
possible upstream options, I would change this:

This package is built with cURL support so a powerful request and
parallel interface is also available.

Updated tgz attached, any OKs? Or ok sthen@ if someone wants to commit it.

If anyone is bored there are probably enough pecl ports to be worth
factoring the common parts into a pecl.port.mk module by now :)



pecl-http.tgz
Description: application/tar-gz


Re: reminder: ports-current tracks src-current

2012-03-03 Thread viq
On Fri, Mar 02, 2012 at 09:16:03PM +0100, Marc Espie wrote:
> I've just seen a message that ended in
> "tested on sparc64 with rthreads@".
> 
> That's normal. rthreads are now default in -current.
> 
> If you're testing ports on an older system without rthreads,
> well, your test is worthless...
> 
> Part of the switch of rthreads is test, test, test, so that
> it stays on, and so that 5.2 will be able to ship with rthreads...

Any news on snapshots with that in to make testing easier?
-- 
viq


pgpoE4JjdeWfs.pgp
Description: PGP signature


Re: reminder: ports-current tracks src-current

2012-03-03 Thread Stuart Henderson
On 2012/03/03 13:27, viq wrote:
> On Fri, Mar 02, 2012 at 09:16:03PM +0100, Marc Espie wrote:
> > I've just seen a message that ended in
> > "tested on sparc64 with rthreads@".
> > 
> > That's normal. rthreads are now default in -current.
> > 
> > If you're testing ports on an older system without rthreads,
> > well, your test is worthless...
> > 
> > Part of the switch of rthreads is test, test, test, so that
> > it stays on, and so that 5.2 will be able to ship with rthreads...
> 
> Any news on snapshots with that in to make testing easier?

You will know about the same time as anyone else..




Re: UPDATE: emulators/sdlmame 0.145u3

2012-03-03 Thread Federico Schwindt
On Sat, Mar 3, 2012 at 10:07 AM, Jonathan Gray  wrote:
> not reflected in the diff but patches/patch-src_mame_video_mcd212_c gets
> removed with this update.
> [..]

too bad you didn't mention this before. i had a diff that i was
planning to send today.
your diff misses the removal of:

-   ${WRKDIST}/src/mame/video/mcd212.c

in pre-patch. also adding -N will show that
patches/patch-src_mame_video_mcd212_c
is removed.

f.-



Allestimenti fieristici ed organizzazione eventi - Exhibit and event organization

2012-03-03 Thread Spazio & Forme
Gentile espositore,
siamo una ditta specializzata nella realizzazione e noleggio di stand, 
personalizzati o pre-allestiti, in Italia e all'estero.
Possiamo seguire ed occuparci di tutte le fasi operative, dalla
progettazione all'allestimento come:

realizzazioni su misura
grafica
noleggi (arredi, strutture a traliccio, pedane, palchi, impianti
elettrici, audio e video)
espletamento pratiche
catering
addobbi floreali
montaggio e smontaggio stand di proprietà
manutenzione e deposito

Siamo a disposizione per formularvi un preventivo gratuito o
per ulteriori informazioni.

SPAZIO & FORME srl

Tel.: 0039 (0)2 33.10.47.36 - Fax: 0039 (0)2 34.92.236

Direzione Commerciale: Mobile +39 347 24.87.740

www.spazioeforme.eu
i...@spazioeforme.eu

Kind exhibitor,
We are a company specialized in production and hire of stands, customized
and pre-arranged, in Italy and abroad.
We can follow and take care of all phases, from design to mounting as:

custom works
graphics
rentals (furniture, trellis structures, platforms, stages, electrical,
audio and video)
practical completion
catering
floral
assembly and disassembly of property stand
maintenance and storage

We are available to formulate a free estimate or for any information.


Re: tinyproxy 1.6.4 -> 1.8.3

2012-03-03 Thread Federico Schwindt
>[..]
>
> the port i sent does as mainstream.
> (nobody commented otherwise, i will do as requested)

and? how much more are we going to wait?

f.-



Re: [NEW]: p5-Lingua-EN-Sentence

2012-03-03 Thread Chris Bennett
On Sat, Mar 03, 2012 at 12:02:08PM +, Stuart Henderson wrote:
> 
> OK sthen@ if the whitespace is tidied up:-
> 
> | # $OpenBSD: Makefile,v 1.10 2010/12/03 11:44:32 ajacoutot Exp $
> | COMMENT=module to split text into sentences
> 
> add a blank line between these
> 
> | 
> | MODULES=cpan
> | DISTNAME=   Lingua-EN-Sentence-0.25
> | CATEGORIES= textproc
> | 
> | #Perl
> 
> # Perl
> 
> | PERMIT_PACKAGE_CDROM=   Yes
> | PERMIT_PACKAGE_FTP= Yes
> | PERMIT_DISTFILES_CDROM= Yes
> | PERMIT_DISTFILES_FTP=   Yes
> | 
> | .include 
> 
 
 Fixed.

 Chris Bennett



p5-Lingua-EN-Sentence.tar.gz
Description: application/tar-gz


Re: [new] meta/xfce

2012-03-03 Thread Juan Francisco Cantero Hurtado
On Tue, 28 Feb 2012 23:29:03 +0100, Juan Francisco Cantero Hurtado  
 wrote:


On Tue, 28 Feb 2012 23:16:26 +0100, Stuart Henderson  
 wrote:

On 2012/02/28 23:06, Juan Francisco Cantero Hurtado wrote:

On Tue, 28 Feb 2012 18:56:37 +0100, Landry Breuil
 wrote:
>Hi,
>
>it's been requested a few times, here's an xfce meta port to untar  
under
>ports/meta, splitted into -main and -extras as it's done with gnome  
meta

>port. Comments on what's shipped/separation between main and extras
>welcome, feedback welcome too.
>

Thanks a lot for the meta port.

# make fetch
The licensing info for  is incomplete. (in meta/xfce)
Please notify the OpenBSD port maintainer: (in meta/xfce)
Landry Breuil  (in meta/xfce)
Fatal: CATEGORIES is mandatory. (in meta/xfce)
*** Error code 1

Stop.
# pwd
/usr/ports/mystuff/meta/xfce


The meta ports pull in ../Makefile.inc, either untar directly in
/usr/ports/meta/xfce or symlink it


Oh, sorry. Thanks.




Works OK. Sorry for the delay but... too many dependencies for my little  
netbook! :)


Cheers.

--
Juan Francisco Cantero Hurtado http://juanfra.info



Incrível Torre de Chopp Itaipava no Miça / Delicioso Rodízio de Sushi+Entrada+YakiSobá / Progressiva Eco Plus / Cris =?utf-8?B?dGFsaXphw6fDo28gLyBMaW1wZXphI

2012-03-03 Thread Incriveis Ofertas - Campo Grande
www.incriveisofertas.com

[IMAGE] T� calor? Ent�o aproveite: 60% OFF em 1 Torre de Chopp Itaipava
no Mi�a Bar! ( De R$35 Por R$13,90 )

de R$ 35,00 por R$ R$ 13,90


[IMAGE] Progressiva Eco Plus ou Evolution One ou Agilise com 80% OFF ( De
R$250,00 Por R$ 59,90 )

de R$ 250,00 por R$ R$ 59,90


[IMAGE] Del�cioso Rod�zio de Sushi com Entrada e YakiSob� no SushiMania,
S�o mais de 40 tipos de Sushi! Aproveite e Compre.

de R$ 29,90 por R$ R$ 19,90


[IMAGE] A melhor Oferta para seu Melhor Amigo! R$ 11,90 em Banho com Tosa
Higi�nica + Banho Carrapaticida + Limpeza dos ouvidos + Corte de unhas +
Hidrata��o dos Pelos + Vermifuga��o + Escova��o Dental para Cachorros com
at� 15K. (85% OFF)

de R$ 79,90 por R$ R$ 11,90


[IMAGE] Mega Presente para M�s da Mulher! Pacote de Massagens na Fisical
Clinica Est�tica ( De R$699 Por R$99 )

de R$ 699,00 por R$ R$ 99,00


[IMAGE] M�s da Mulher com 4 Op��es de Massagem Relaxante ou Modeladora,
Drenagem linf�tica ou 1 Se��o com Aparelhos: Drenagem Mecanica +
Plataforma Vibra�oria + Termoterapia ( De R$150 Por R$18,90 )

de R$ 150,00 por R$ R$ 18,90


[IMAGE] Present�o! Limpeza de Pele + Esfolia��o Facial + Peeling de
Diamante + Vinhoterapia facial ( De R$190 Por R$34,90 )

de R$ 190,00 por R$ R$ 34,90


[IMAGE] Empad�o de Frango ou Camar�o 800g por R$9,90 - Aproveite esta
del�cia caseira.

de R$ 20,00 por R$ R$ 9,90


[IMAGE] Cristaliza��o + Escova com 70% de desconto! Big Star ( De R$
100,00 Por R$ 29,90 )

de R$ 100,00 por R$ R$ 29,90


[IMAGE] 70% desconto em Pacote com Luzes + Hidrata��o + Escova + P� e M�o
- De R$ 225 Por S� R$ 69,90

de R$ 225,00 por R$ R$ 69,90


Ofertas Especiais de campo Grande!
Siga-nos na redes sociais
Facebook Curta-nos!Siga-nos!
Utilizamos Sistema de Compra Segura!
Sua Compra Protegida!
Oferta Delas

[IMAGE]

Porque voc� recebeu esse e-mail?
Este e-mail foi enviado pela Oferta Delas porque voc� possui cadastro
conosco ou em algum site parceiro, juntamente com a permis�o para
contat�-lo. Pra que futuras ofertas da Oferta Delas sejam entregues na
sua caixa de entrada e n�o sejam tratados como spam, por favor adicione
bole...@querohost.com.br � sua lista de contatos ou lista de remetentes
aprovados.

[IMAGE]

Pol�tica de Privacidade
N�s queremos que voc� se sinta confiante sobre a privacidade de suas
informa��es pessoais, assim como todas as informa��es que temos sobre
voc� est�o protegidas.


[IMAGE]

Não desejo mais receber estes e-mails.


Re: UPDATE: WindowMaker-0.95.2

2012-03-03 Thread Juan Francisco Cantero Hurtado

On Sat, 03 Mar 2012 04:56:29 +0100, Bryan Linton  wrote:


On 2012-03-02 16:19:38, David Coppa  wrote:


http://pbot.rmdir.de/fa0e34c8bfab313978f7f9088ce30e8c

Thanks for the tip,
David



I tested it for about 5 minutes before having to roll back to
0.92.0.  The problems I saw were as follows.

Trying to set ports/games/wesnoth to full-screen mode via its
in-game option started a weird loop where the screen would
continuously resize from 1600x1200 (my default) to 1024x768 (how
I've set Wesnoth's full-screen mode) and then back to 1600x1200 (and
then to 1024x768 etc.).

It took about a second or two between switches.  The first time it
happened I was quick (or lucky) enough to untick the full-screen
checkbox and the screen went back to 1600x1200.  The second time
I ended up switching to a console terminal and pkilling wesnoth.
The screen was left in 1024x768 mode and had to be set back to
normal via xrandr.

I've had no problems switching from windowed to full-screen mode
before.  It's always seamlessly changed to full-screen mode and the
lower resolution and then back again with no problems.



Comment the line with "--enable-xrandr" in the makefile and try again.  
This is a new option and can be the culprit.




Another issue is that I have ctrl+u mapped to spawn an xterm.  In
0.95.2 a single press of ctrl+u would open two xterms instead of a
single one.


One final issue I saw was that despite the fact that I have all
animations turned off in WindowMaker's preferences app,
double-clicking window titles "rolled" the window up and down
smoothly instead of instantly {dis,re}appearing.

I'm very happy to see WindowMaker getting active development and
that you've taken the time to update the port, but with the
full-screen bug and the double-spawning of xterms I was not able
to use the new version and had to roll back to 0.92.

If there's any more information I can provide to help, I would
very much like to see an updated version of WindowMaker in the
ports tree.

All packages are up-to-date with regards to the snapshot I'm
running.

dmesg follows.  (I know it's a bit old and does not have the rthread
changes.  I've been waiting for a new snapshot to be released.  I
can retest as soon as a new snap is released if you think it will
make a difference.)




--
Juan Francisco Cantero Hurtado http://juanfra.info