Re: UPDATE: mjpegtools 2.0.0

2011-10-13 Thread Brad

On 12/10/11 3:38 PM, Matthias Kilian wrote:

On Sun, Oct 09, 2011 at 06:24:22PM -0400, Brad wrote:
Next, on top of your diff, here's the addition of devel/sdl-gfx to
LIB_DEPENDS and some WANTLIB changes:


Thanks.


And finally, multimedia/gstreamer-0.10/plugins-bad still needs some
love because it doesn't find interact.hpp:

configure: *** checking feature: mplex ***
configure: *** for plug-ins: mplex ***
checking for MPLEX... yes
checking interact.hpp usability... no
checking interact.hpp presence... no
checking for interact.hpp... no
configure: *** These plugins will not be built: mplex


*sigh* The mjpegtools authors are idiots... anyway, that issue
has been fixed.

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



Re: UPDATE: mjpegtools 2.0.0

2011-10-13 Thread Brad
On Thu, Oct 06, 2011 at 04:32:31PM -0400, Brad wrote:
 Here is an update to mjpegtools 2.0.0.

An updated diff for mjpegtools and WANTLIB update
diff for gst-plugins-bad.


Index: Makefile
===
RCS file: /home/cvs/ports/multimedia/mjpegtools/Makefile,v
retrieving revision 1.29
diff -u -p -r1.29 Makefile
--- Makefile16 Sep 2011 10:31:23 -  1.29
+++ Makefile12 Oct 2011 20:31:28 -
@@ -2,21 +2,16 @@
 
 COMMENT=   tools to edit/modify/encode video streams
 
-DISTNAME=  mjpegtools-1.9.0rc3
-REVISION=  7
+DISTNAME=  mjpegtools-2.0.0
 CATEGORIES=multimedia
-SHARED_LIBS=   lavfile 4.0 \
-   lavfile-1.9 4.0 \
-   lavjpeg 4.0 \
-   lavjpeg-1.9 4.0 \
-   lavplay 4.0 \
-   lavplay-1.9 4.0 \
-   mjpegutils  4.0 \
-   mjpegutils-1.9  4.0 \
-   mpeg2encpp  5.0 \
-   mpeg2encpp-1.9  5.0 \
-   mplex2  5.0 \
-   mplex2-1.9  5.0
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
+
+SHARED_LIBS=   lavfile 5.0 \
+   lavjpeg 5.0 \
+   lavplay 5.0 \
+   mjpegutils  5.0 \
+   mpeg2encpp  6.0 \
+   mplex2  6.0 \
 
 HOMEPAGE=  http://mjpeg.sourceforge.net/
 
@@ -26,49 +21,42 @@ PERMIT_PACKAGE_FTP= Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=mjpeg/}
-
-WANTLIB=   X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext \
-   Xfixes Xi Xinerama Xrandr Xrender atk-1.0 c cairo \
-   expat fontconfig freetype gio-2.0 glib-2.0 \
-   gmodule-2.0 gobject-2.0 m pango-1.0 pangocairo-1.0 \
-   pangoft2-1.0 pcre pthread pthread-stubs pixman-1 \
-sndio stdc++ usbhid xcb z gthread-2.0 xcb-render \
-   xcb-render-util SDL dv jpeg png gdk-x11-2.0 \
-   gdk_pixbuf-2.0 gtk-x11-2.0
+WANTLIB+=  GL SDL SDL_gfx X11 Xau Xcomposite Xcursor Xdamage Xdmcp
+WANTLIB+=  Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0
+WANTLIB+=  c cairo drm dv expat ffi fontconfig freetype gdk-x11-2.0
+WANTLIB+=  gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
+WANTLIB+=  gthread-2.0 gtk-x11-2.0 jpeg m pango-1.0 pangocairo-1.0
+WANTLIB+=  pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
+WANTLIB+=  sndio stdc++ usbhid xcb xcb-render xcb-shm z
 
-MODULES+=  devel/gettext
+MODULES=   devel/gettext
 LIB_DEPENDS=   sdl-*-!no_x11:devel/sdl \
-   multimedia/libdv \
+   devel/sdl-gfx \
graphics/jpeg \
graphics/png \
+   multimedia/libdv \
x11/gtk+2 \
 
 USE_LIBTOOL=   Yes
-USE_GROFF =Yes
-CONFIGURE_STYLE=   gnu
+USE_GROFF= Yes
+CONFIGURE_STYLE=   autoconf
+AUTOCONF_VERSION=  2.68
 CONFIGURE_ARGS+=   ${CONFIGURE_SHARED} \
--with-x \
-   --with-libpng \
-   --with-libdv
-
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include 
-I${LOCALBASE}/include/libpng \
-   LDFLAGS=-L${LOCALBASE}/lib \
-   PKG_CONFIG=/usr/bin/pkg-config
+   --without-v4l
+CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include \
+   LDFLAGS=-L${LOCALBASE}/lib
 
 FLAVORS=   quicktime optimized
 FLAVOR?=
 
-.if ${FLAVOR:L:Moptimized}
-CONFIGURE_ARGS+=   --enable-simd-accel
-.else
+.if !${FLAVOR:L:Moptimized}
 CONFIGURE_ARGS+=   --disable-simd-accel
 .endif
 
 .if ${FLAVOR:L:Mquicktime}
 LIB_DEPENDS += multimedia/libquicktime
-WANTLIB += quicktime=2 GL
-CONFIGURE_ARGS +=  --with-libquicktime
+WANTLIB+=  quicktime=2
 .else
 CONFIGURE_ARGS +=  --without-libquicktime
 .endif
Index: distinfo
===
RCS file: /home/cvs/ports/multimedia/mjpegtools/distinfo,v
retrieving revision 1.5
diff -u -p -r1.5 distinfo
--- distinfo26 Jan 2008 02:10:26 -  1.5
+++ distinfo5 Oct 2011 04:20:02 -
@@ -1,5 +1,5 @@
-MD5 (mjpegtools-1.9.0rc3.tar.gz) = 042tRDM+MjbMwNwe/bJ5EA==
-RMD160 (mjpegtools-1.9.0rc3.tar.gz) = 9HxxzXYoH7bgL9o9CLChQuE85ec=
-SHA1 (mjpegtools-1.9.0rc3.tar.gz) = QXgW5UjZ+7bDNt9kuI8xsC1v87E=
-SHA256 (mjpegtools-1.9.0rc3.tar.gz) = 

Site de Compras Coletivas em Campo Grande - Oferta Delas Estréia com descontos de até 99% Confira!

2011-10-13 Thread OfertaDelas
www.incriveisofertas.com

[IMAGE]
Come�ando com tudo! Garanta j� o seu 70% de desconto em 02 Hidrata��o +
02 Escovas ( de R$100 por R$29,90 )

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



Ofertas Especiais para Mulheres de campo Grande!

[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
ofertadela...@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: cmake-2.8.6 3rd revision

2011-10-13 Thread Paul Irofti
On Tue, Oct 11, 2011 at 07:15:19AM -0600, David Coppa wrote:
 Hi again,
 
 this one fixes another bug (into FindJNI.cmake) found by Vadim.

Is this tested with jdk-1.7.0?
Because the current cmake port has a bug in its regex as well.

 
 ciao,
 David
 
 Index: Makefile
 ===
 RCS file: /cvs/ports/devel/cmake/Makefile,v
 retrieving revision 1.45
 diff -u -p -r1.45 Makefile
 --- Makefile  8 Oct 2011 18:55:36 -   1.45
 +++ Makefile  11 Oct 2011 12:35:46 -
 @@ -5,7 +5,7 @@ VMEM_WARNING =Yes
  HOMEPAGE =   http://www.cmake.org/
  CATEGORIES = devel
  COMMENT =portable build system
 -DISTNAME =   cmake-2.8.5
 +DISTNAME =   cmake-2.8.6
  MASTER_SITES =   ${HOMEPAGE}files/v2.8/
  
  MAINTAINER = David Coppa dco...@openbsd.org
 @@ -44,9 +44,9 @@ pre-configure:
   ${WRKSRC}/Modules/FindQt.cmake \
   ${WRKSRC}/Modules/FindQt3.cmake \
   ${WRKSRC}/Modules/FindSDL.cmake \
 - ${WRKSRC}/Modules/FindwxWindows.cmake
 + ${WRKSRC}/Modules/FindwxWindows.cmake \
 + ${WRKSRC}/Modules/UseJava.cmake
  
 -# Remove spurious post-build files
  post-install:
   @rm ${WRKINST}/${LOCALBASE}/share/cmake/Modules/*.{beforesubst,orig}
   @rm ${WRKINST}/${LOCALBASE}/share/cmake/Modules/Compiler/*.orig
 Index: distinfo
 ===
 RCS file: /cvs/ports/devel/cmake/distinfo,v
 retrieving revision 1.12
 diff -u -p -r1.12 distinfo
 --- distinfo  20 Sep 2011 11:32:36 -  1.12
 +++ distinfo  11 Oct 2011 12:35:46 -
 @@ -1,5 +1,5 @@
 -MD5 (cmake-2.8.5.tar.gz) = PF0yzsD0wtxF9MLoT0ogxQ==
 -RMD160 (cmake-2.8.5.tar.gz) = 5HZ9wOo+U9o6sUzGr11C3RkO2nY=
 -SHA1 (cmake-2.8.5.tar.gz) = jdTDHLzPGil4KaR2oO950WFMo2g=
 -SHA256 (cmake-2.8.5.tar.gz) = Xhi/918BZWxk9VNBKokFUn4bhe+vMWPG+4HqWqztC5E=
 -SIZE (cmake-2.8.5.tar.gz) = 5517977
 +MD5 (cmake-2.8.6.tar.gz) = IUfaRS/ZISu5tFQqnu6dWw==
 +RMD160 (cmake-2.8.6.tar.gz) = wwlaR3Y2dJb4lbgHX9o3NWjwGHg=
 +SHA1 (cmake-2.8.6.tar.gz) = fCy9QtJ+JlgM1JI4khl7hLKpBnU=
 +SHA256 (cmake-2.8.6.tar.gz) = 5pmbgaw2fYX/sPabbEoO+W+V3BVO/TWS+c/rrN91co4=
 +SIZE (cmake-2.8.6.tar.gz) = 5583905
 Index: files/MacroPushRequiredVars.cmake
 ===
 RCS file: files/MacroPushRequiredVars.cmake
 diff -N files/MacroPushRequiredVars.cmake
 --- files/MacroPushRequiredVars.cmake 31 May 2010 06:29:27 -  1.1
 +++ /dev/null 1 Jan 1970 00:00:00 -
 @@ -1,47 +0,0 @@
 -# this module defines two macros:
 -# MACRO_PUSH_REQUIRED_VARS()
 -# and
 -# MACRO_POP_REQUIRED_VARS()
 -# use these if you call cmake macros which use
 -# any of the CMAKE_REQUIRED_XXX variables
 -#
 -# Usage:
 -# MACRO_PUSH_REQUIRED_VARS()
 -# SET(CMAKE_REQUIRED_DEFINITIONS ${CMAKE_REQUIRED_DEFINITIONS} 
 -DSOME_MORE_DEF)
 -# CHECK_FUNCTION_EXISTS(...)
 -# MACRO_POP_REQUIRED_VARS()
 -
 -# Copyright (c) 2006, Alexander Neundorf, neund...@kde.org
 -#
 -# Redistribution and use is allowed according to the terms of the BSD 
 license.
 -# For details see the accompanying COPYING-CMAKE-SCRIPTS file.
 -
 -MACRO(MACRO_PUSH_REQUIRED_VARS)
 -
 -   IF(NOT DEFINED _PUSH_REQUIRED_VARS_COUNTER)
 -  SET(_PUSH_REQUIRED_VARS_COUNTER 0)
 -   ENDIF(NOT DEFINED _PUSH_REQUIRED_VARS_COUNTER)
 -
 -   MATH(EXPR _PUSH_REQUIRED_VARS_COUNTER ${_PUSH_REQUIRED_VARS_COUNTER}+1)
 -
 -   SET(_CMAKE_REQUIRED_INCLUDES_SAVE_${_PUSH_REQUIRED_VARS_COUNTER}
 ${CMAKE_REQUIRED_INCLUDES})
 -   SET(_CMAKE_REQUIRED_DEFINITIONS_SAVE_${_PUSH_REQUIRED_VARS_COUNTER} 
 ${CMAKE_REQUIRED_DEFINITIONS})
 -   SET(_CMAKE_REQUIRED_LIBRARIES_SAVE_${_PUSH_REQUIRED_VARS_COUNTER}   
 ${CMAKE_REQUIRED_LIBRARIES})
 -   SET(_CMAKE_REQUIRED_FLAGS_SAVE_${_PUSH_REQUIRED_VARS_COUNTER}   
 ${CMAKE_REQUIRED_FLAGS})
 -ENDMACRO(MACRO_PUSH_REQUIRED_VARS)
 -
 -MACRO(MACRO_POP_REQUIRED_VARS)
 -
 -# don't pop more than we pushed
 -   IF(${_PUSH_REQUIRED_VARS_COUNTER} GREATER 0)
 -
 -  SET(CMAKE_REQUIRED_INCLUDES
 ${_CMAKE_REQUIRED_INCLUDES_SAVE_${_PUSH_REQUIRED_VARS_COUNTER}})
 -  SET(CMAKE_REQUIRED_DEFINITIONS 
 ${_CMAKE_REQUIRED_DEFINITIONS_SAVE_${_PUSH_REQUIRED_VARS_COUNTER}})
 -  SET(CMAKE_REQUIRED_LIBRARIES   
 ${_CMAKE_REQUIRED_LIBRARIES_SAVE_${_PUSH_REQUIRED_VARS_COUNTER}})
 -  SET(CMAKE_REQUIRED_FLAGS   
 ${_CMAKE_REQUIRED_FLAGS_SAVE_${_PUSH_REQUIRED_VARS_COUNTER}})
 -
 -  MATH(EXPR _PUSH_REQUIRED_VARS_COUNTER 
 ${_PUSH_REQUIRED_VARS_COUNTER}-1)
 -   ENDIF(${_PUSH_REQUIRED_VARS_COUNTER} GREATER 0)
 -
 -ENDMACRO(MACRO_POP_REQUIRED_VARS)
 -
 Index: patches/patch-CMakeLists_txt
 ===
 RCS file: /cvs/ports/devel/cmake/patches/patch-CMakeLists_txt,v
 retrieving revision 1.7
 diff -u -p -r1.7 patch-CMakeLists_txt
 --- patches/patch-CMakeLists_txt  20 Sep 2011 11:32:36 -  1.7
 +++ patches/patch-CMakeLists_txt  11 Oct 2011 12:35:46 -
 @@ 

Re: cmake-2.8.6 3rd revision

2011-10-13 Thread David Coppa
On Thu, Oct 13, 2011 at 9:36 AM, Paul Irofti p...@irofti.net wrote:
 On Tue, Oct 11, 2011 at 07:15:19AM -0600, David Coppa wrote:
 Hi again,

 this one fixes another bug (into FindJNI.cmake) found by Vadim.

 Is this tested with jdk-1.7.0?
 Because the current cmake port has a bug in its regex as well.

Where?

ciao,
David



Re: [update] sqlite 3.7.8

2011-10-13 Thread Pierre-Emmanuel André
On Wed, Oct 12, 2011 at 08:40:36AM -0500, Amit Kulkarni wrote:
  This diff updates sqlite to it's latest version (3.7.8).
  The first version of this diff has been made by sthen@. You can
  find more informations here 
  http://marc.info/?l=openbsd-portsm=130697136509729w=2
 
  Tested on @amd64 and @i386.
  Jasper@ ran a bulk with it without any regressions.
 
  Comments ?
 
 
 Is this diff too different compared to the diff already on
 http://www.github.com/jasperla/openbsd-wip ?
 
 Or the same?

Almost the same (some minor differences in Makefile like the use of 
SQLITE_VER0).
But Makefile on openbsd-wip need the following corrections:

--- Makefile.orig   Thu Oct 13 10:35:50 2011
+++ MakefileThu Oct 13 10:35:40 2011
@@ -54,6 +54,7 @@ FLAVOR =  no_tcl
 .if !${FLAVOR:L:Mno_tcl}
 MULTI_PACKAGES +=  -tcl
 MODULES += lang/tcl
+BUILD_DEPENDS =${MODTCL_BUILD_DEPENDS}
 WANTLIB-tcl =  pthread

 post-configure:
@@ -63,11 +64,11 @@ post-configure:
INSTALL_PROGRAM=${INSTALL_PROGRAM} INSTALL_MAN=${INSTALL_MAN} \
INSTALL_SCRIPT=${INSTALL_SCRIPT} INSTALL_DATA=${INSTALL_DATA} \
${CONFIGURE_ENV} ./configure ${TCL_CONF_ARGS}
-.endif

 post-build:
cd ${WRKBUILD}/tea  \
${SETENV} ${MAKE_ENV} ${MAKE_PROGRAM} ${MAKE_FLAGS}
+.endif



The first is needed to correctly build sqlite3 (spotted by jasper@)
The second unbreaks the no_tcl flavor (spotted by dcoppa@).

Please find an updated diff (remove some garbage and fix the no_tcl flavor).
Regards,

-- 
Pierre-Emmanuel André pea at raveland.org
GPG key: 0x7AE329DC
Index: Makefile
===
RCS file: /cvs/ports/databases/sqlite3/Makefile,v
retrieving revision 1.57
diff -u -p -r1.57 Makefile
--- Makefile14 Mar 2011 14:39:51 -  1.57
+++ Makefile13 Oct 2011 08:38:14 -
@@ -1,70 +1,72 @@
-# $OpenBSD: Makefile,v 1.57 2011/03/14 14:39:51 landry Exp $
+# $OpenBSD$
 
-COMMENT-main=  embedded SQL implementation
-COMMENT-tcl=   TCL bindings for Sqlite3
-COMMENT-lemon= LEMON LALR(1) parser generator
-V= 3.7.5
-DISTNAME=  sqlite-src-3070500
-EXTRACT_SUFX = .zip
-PKGNAME-main=  sqlite3-${V}
-PKGNAME-tcl=   sqlite3-tcl-${V}
-PKGNAME-lemon= lemon-${V}
-CATEGORIES=databases
-SHARED_LIBS += sqlite3  15.1  # .8.6
-
-MASTER_SITES=  ${HOMEPAGE}
-
-HOMEPAGE=  http://www.sqlite.org/
-
-# PD
-PERMIT_PACKAGE_CDROM=  Yes
-PERMIT_PACKAGE_FTP=Yes
-PERMIT_DISTFILES_CDROM=Yes
-PERMIT_DISTFILES_FTP=  Yes
-
-WANTLIB-main=  c ncurses pthread readline
-WANTLIB-lemon= c
-
-USE_LIBTOOL=   Yes
-USE_GROFF =Yes
-
-CFLAGS+=   -DSQLITE_ENABLE_COLUMN_METADATA \
-   -DSQLITE_HAVE_ISNAN \
-   -DSQLITE_SOUNDEX \
-   -DSQLITE_ENABLE_RTREE \
-   -DSQLITE_ENABLE_UNLOCK_NOTIFY \
-   -DSQLITE_ENABLE_FTS3
-CONFIGURE_STYLE=gnu
-CONFIGURE_ARGS+=${CONFIGURE_SHARED}
+COMMENT-main = embedded SQL implementation
+COMMENT-tcl =  TCL bindings to Sqlite3
 
-PSEUDO_FLAVORS=no_tcl
-.if ${MACHINE_ARCH} != m88k  ${MACHINE_ARCH} != vax
-FLAVOR?=
-CONFIGURE_ARGS +=  --enable-load-extension 
-.else
-FLAVOR=no_tcl
-.endif
+SQLITE_VER =   3.7.8.0
+DISTNAME=  sqlite-autoconf-${SQLITE_VER:S/./0/g}
+DISTFILES= sqlite-autoconf-${SQLITE_VER:S/./0/g}.tar.gz 
 
-MULTI_PACKAGES=-main -lemon
-.if !${FLAVOR:L:Mno_tcl}
-MULTI_PACKAGES+=-tcl
-MODULES+=  lang/tcl
+PKGNAME-main=  sqlite3-${SQLITE_VER}
+PKGNAME-tcl=   sqlite3-tcl-${SQLITE_VER}
+
+SHARED_LIBS +=  sqlite3  15.1 # 8.6
+
+CATEGORIES =   databases
+
+HOMEPAGE = http://www.sqlite.org/
+
+# Public Domain
+PERMIT_PACKAGE_CDROM =  Yes
+PERMIT_PACKAGE_FTP =Yes
+PERMIT_DISTFILES_CDROM = Yes
+PERMIT_DISTFILES_FTP =  Yes
+
+WANTLIB += c curses pthread readline
 
-BUILD_DEPENDS= ${MODTCL_BUILD_DEPENDS}
-LIB_DEPENDS-tcl = ${BUILD_PKGPATH},-main=${V}
-WANTLIB-tcl =  sqlite3
-
-CONFIGURE_ARGS+=--with-tcl=${MODTCL_LIBDIR}
-CONFIGURE_ARGS+=TCLSH_CMD=${MODTCL_BIN}
-CONFIGURE_ENV += TCLLIBDIR=${MODTCL_TCLDIR}/sqlite3
+MASTER_SITES = ${HOMEPAGE}
 
-REGRESS_TARGET=test
+CONFIGURE_STYLE =  gnu
+USE_LIBTOOL =  Yes
+PSEUDO_FLAVORS =   no_tcl
+MULTI_PACKAGES +=  -main
 
+CONFIGURE_ARGS +=  ${CONFIGURE_SHARED}
+
+TCL_CONF_ARGS +=   ${CONFIGURE_SHARED} \
+   --with-tcl=${MODTCL_LIBDIR} \
+   --libdir=${MODTCL_TCLDIR}
+
+CFLAGS +=  -DSQLITE_ENABLE_COLUMN_METADATA \
+   -DSQLITE_ENABLE_FTS3 \
+   -DSQLITE_ENABLE_RTREE \
+   -DSQLITE_ENABLE_UNLOCK_NOTIFY \
+   -DSQLITE_HAVE_ISNAN
+
+.if ${MACHINE_ARCH} != m88k  ${MACHINE_ARCH} != vax
+CONFIGURE_ARGS +=  --enable-dynamic-extensions
+FLAVOR ?=
 .else
-CONFIGURE_ARGS+=--disable-tcl
-CONFIGURE_ARGS+=TCLSH_CMD=none
-CONFIGURE_ENV += 

Re: cmake-2.8.6 3rd revision

2011-10-13 Thread Paul Irofti
On Thu, Oct 13, 2011 at 09:41:41AM +0200, David Coppa wrote:
 On Thu, Oct 13, 2011 at 9:36 AM, Paul Irofti p...@irofti.net wrote:
  On Tue, Oct 11, 2011 at 07:15:19AM -0600, David Coppa wrote:
  Hi again,
 
  this one fixes another bug (into FindJNI.cmake) found by Vadim.
 
  Is this tested with jdk-1.7.0?
  Because the current cmake port has a bug in its regex as well.
 
 Where?

/usr/local/share/cmake/Modules/FindJava.cmake:129 and 131 as well.



Re: cmake-2.8.6 3rd revision

2011-10-13 Thread David Coppa
On Thu, 13 Oct 2011, Paul Irofti wrote:

 On Thu, Oct 13, 2011 at 09:41:41AM +0200, David Coppa wrote:
  On Thu, Oct 13, 2011 at 9:36 AM, Paul Irofti p...@irofti.net wrote:
   On Tue, Oct 11, 2011 at 07:15:19AM -0600, David Coppa wrote:
   Hi again,
  
   this one fixes another bug (into FindJNI.cmake) found by Vadim.
  
   Is this tested with jdk-1.7.0?
   Because the current cmake port has a bug in its regex as well.
  
  Where?
 
 /usr/local/share/cmake/Modules/FindJava.cmake:129 and 131 as well.

Ha, good catch. This is a consequence of the latest jdk update.

Ok for you to change it to:

 openjdk version \[0-9]+\\.[0-9]+\\.[0-9]\

??

ciao,
David



Re: cmake-2.8.6 3rd revision

2011-10-13 Thread Paul Irofti
On Thu, Oct 13, 2011 at 12:17:45PM +0300, Paul Irofti wrote:
 On Thu, Oct 13, 2011 at 09:41:41AM +0200, David Coppa wrote:
  On Thu, Oct 13, 2011 at 9:36 AM, Paul Irofti p...@irofti.net wrote:
   On Tue, Oct 11, 2011 at 07:15:19AM -0600, David Coppa wrote:
   Hi again,
  
   this one fixes another bug (into FindJNI.cmake) found by Vadim.
  
   Is this tested with jdk-1.7.0?
   Because the current cmake port has a bug in its regex as well.
  
  Where?
 
 /usr/local/share/cmake/Modules/FindJava.cmake:129 and 131 as well.

Oh and FindJNI.cmake is broken as well.

CMake Error: The following variables are used in this project, but they
are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the
CMake files:
JAVA_AWT_INCLUDE_PATH (ADVANCED)
[-path to where I did FIND_PACKAGE(JNI)-]
JAVA_INCLUDE_PATH (ADVANCED)
[-path to where I did FIND_PACKAGE(JNI)-]
JAVA_INCLUDE_PATH2 (ADVANCED)
[-path to where I did FIND_PACKAGE(JNI)-]



Re: cmake-2.8.6 3rd revision

2011-10-13 Thread David Coppa
On Thu, Oct 13, 2011 at 12:31 PM, Paul Irofti p...@irofti.net wrote:
 On Thu, Oct 13, 2011 at 12:17:45PM +0300, Paul Irofti wrote:
 On Thu, Oct 13, 2011 at 09:41:41AM +0200, David Coppa wrote:
  On Thu, Oct 13, 2011 at 9:36 AM, Paul Irofti p...@irofti.net wrote:
   On Tue, Oct 11, 2011 at 07:15:19AM -0600, David Coppa wrote:
   Hi again,
  
   this one fixes another bug (into FindJNI.cmake) found by Vadim.
  
   Is this tested with jdk-1.7.0?
   Because the current cmake port has a bug in its regex as well.
 
  Where?

 /usr/local/share/cmake/Modules/FindJava.cmake:129 and 131 as well.

 Oh and FindJNI.cmake is broken as well.

 CMake Error: The following variables are used in this project, but they
 are set to NOTFOUND.
 Please set them or make sure they are set and tested correctly in the
 CMake files:
 JAVA_AWT_INCLUDE_PATH (ADVANCED)
 [-path to where I did FIND_PACKAGE(JNI)-]
 JAVA_INCLUDE_PATH (ADVANCED)
 [-path to where I did FIND_PACKAGE(JNI)-]
 JAVA_INCLUDE_PATH2 (ADVANCED)
 [-path to where I did FIND_PACKAGE(JNI)-]

Paul, please tell me how you're testing this, so I can properly fix
cmake java modules.
What software is this? iirc, we have no cmake based java ports in our tree...

ciao,
David



Kit Festas 65% + Sobá 52% + 82% Pacote Beleza com 4 Escovas e 2 Hidratações + Design de Interior 50% + Empadinhas 45% =?utf-8?B?ICsgQXBvc3RpbGFzIDUwJSArIFBha

2011-10-13 Thread Incriveis Ofertas - Campo Grande
www.incriveisofertas.com

[IMAGE] 65% desconto em Kit de Festa 100 Salgados Assados + 1 Torta de 1,5kg
( de R$ 100,00 por R$ 34,90 )

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


[IMAGE] Douradinha, uma Delicia!!! Deliciosas Empadinhas de Frango, de
derreter na Boca de R$20 por R$11

de R$ 20,00 por R$ R$ 11,00


[IMAGE] Tradicional Sob� de Carne Bovina ou Su�na na Barraca do Kashima
por apenas R$ 4,50. 52% OFF!! APROVEITE.

de R$ 9,50 por R$ R$ 4,50


[IMAGE] Para Equipe! Para 4 jogadores 1h de Paintball + 200 Bolinhas +
Equipamento com 50% de desconto no Danger Zone Paintball! Divers�o
garantida de R$40,00 por R$19,90

de R$ 40,00 por R$ R$ 19,90


[IMAGE] Saiu Concurso! 40% de desconto em Apostila Concurso Professor da
Secretaria de Educa��o MS ( de R$50,00 por R$30,00 )

de R$ 50,00 por R$ R$ 30,00


[IMAGE] Pousada Recanto das �guias Adonai, 02 Di�rias no Final de Semana
ou 3 Di�rias Durante a Semana Para (02 pessoas) + Caf� da Manh� + Todo
Lazer da Pousada ( de R$ 395,80 por R$ 197,90 )

de R$ 395,80 por R$ R$ 197,90


[IMAGE] 82% DESCONTO! Maravilhoso Pacote de 04 Escovas + 02 Hidrata��o
com Jo�o Vellozo Make e Hair ( R$ 49,90 ao inv�s de R$ 280,00 )

de R$ 280,00 por R$ R$ 49,90


[IMAGE] Novidade para voc�, Trabalho Artesanal na Ferira Central, Placas
de Carro Personalizadas com 50% OFF ( de R$ 45,00 por R$ 22,50 )

de R$ 45,00 por R$ R$ 22,50


[IMAGE] HORA DE ESTUDAR E PASSAR!!! APOSTILA CONCURSO PREFEITURA
MUNICIPAL DE CAMPO GRANDE - TODOS CARGOS NIVEL M�DIO - DE R$40 POR R$20

de R$ 40,00 por R$ R$ 20,00


[IMAGE] Design de Interior com GISELE ROMEIRO, uma ambienta��o +
Consultoria de Composi��o Mobili�rio e Cores com 46% OFF ( de R$ 650,00
por R$ 350,00 )

de R$ 650,00 por R$ R$ 350,00



[IMAGE]

Não desejo mais receber estes e-mails.


UPDATE: taglib-1.7

2011-10-13 Thread David Coppa
Update audio/taglib to the latest version.

Comments, OKs?

ciao,
David

Index: Makefile
===
RCS file: /cvs/ports/audio/taglib/Makefile,v
retrieving revision 1.14
diff -u -p -r1.14 Makefile
--- Makefile17 May 2010 11:21:50 -  1.14
+++ Makefile13 Oct 2011 11:05:21 -
@@ -1,14 +1,14 @@
 # $OpenBSD: Makefile,v 1.14 2010/05/17 11:21:50 jasper Exp $
 
 COMMENT=   managing meta-data of audio formats
-DISTNAME=  taglib-1.6.3
+DISTNAME=  taglib-1.7
 CATEGORIES=audio devel
 
-MASTER_SITES=  http://ktown.kde.org/~wheeler/files/src/
-SHARED_LIBS += tag  8.0  # .10.0
-SHARED_LIBS += tag_c2.0  # .0.0
+MASTER_SITES=  http://developer.kde.org/~wheeler/files/src/
+SHARED_LIBS += tag  8.1  # .1.7.0
+SHARED_LIBS += tag_c2.0  # .0.0.0
 
-HOMEPAGE=  http://ktown.kde.org/~wheeler/taglib.html
+HOMEPAGE=  http://developer.kde.org/~wheeler/taglib.html
 
 # LGPLv2.1 / MPLv1.1
 PERMIT_DISTFILES_CDROM=Yes
@@ -16,13 +16,27 @@ PERMIT_DISTFILES_FTP=   Yes
 PERMIT_PACKAGE_CDROM=  Yes
 PERMIT_PACKAGE_FTP=Yes
 
+MODULES=   devel/cmake
+
 USE_LIBTOOL=   Yes
 
 WANTLIB=   stdc++ m z
 
+BUILD_DEPENDS= devel/cppunit
+
 CONFIGURE_ENV= LIBS=-lstdc++ -lm
-CONFIGURE_STYLE=gnu
-CONFIGURE_ARGS+=--enable-asf \
-   --enable-mp4
+CONFIGURE_STYLE=cmake
+CONFIGURE_ARGS+=-DCMAKE_BUILD_TYPE=Release \
+   -DWITH_MP4=ON \
+   -DWITH_ASF=ON \
+   -DBUILD_TESTS=ON
+
+REGRESS_DEPENDS=${BUILD_DEPENDS}
+
+pre-configure:
+   ${SUBST_CMD} ${WRKSRC}/cmake/modules/FindCppUnit.cmake
+
+do-regress:
+   @cd ${WRKBUILD}/tests  ./test_runner
 
 .include bsd.port.mk
Index: distinfo
===
RCS file: /cvs/ports/audio/taglib/distinfo,v
retrieving revision 1.6
diff -u -p -r1.6 distinfo
--- distinfo17 May 2010 11:21:50 -  1.6
+++ distinfo13 Oct 2011 11:05:21 -
@@ -1,5 +1,5 @@
-MD5 (taglib-1.6.3.tar.gz) = 3fAvTh0tww92c034BuYT6w==
-RMD160 (taglib-1.6.3.tar.gz) = 9c1Cz6RxAukucPDEkSVjv/qCk0k=
-SHA1 (taglib-1.6.3.tar.gz) = 7lTxDGPyNu8cKcguOcInp1p+N4U=
-SHA256 (taglib-1.6.3.tar.gz) = qboInMLG0m0ma61JLeMcra64eN6oWOIq4xlgkXGPKEs=
-SIZE (taglib-1.6.3.tar.gz) = 1127286
+MD5 (taglib-1.7.tar.gz) = an4xJmjxU/qQWoFxSuvCVw==
+RMD160 (taglib-1.7.tar.gz) = IDCvX2Gx3N6r/IY0fBB9E6MIqAA=
+SHA1 (taglib-1.7.tar.gz) = UTjhZlGCvCFx4pj/MVGMmtct3yM=
+SHA256 (taglib-1.7.tar.gz) = Cd77jb/DWREXmrI3V9dEd0c4Zk34k8D8bY8TmLOrdz8=
+SIZE (taglib-1.7.tar.gz) = 533974
Index: patches/patch-cmake_modules_FindCppUnit_cmake
===
RCS file: patches/patch-cmake_modules_FindCppUnit_cmake
diff -N patches/patch-cmake_modules_FindCppUnit_cmake
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-cmake_modules_FindCppUnit_cmake   13 Oct 2011 11:05:21 
-
@@ -0,0 +1,14 @@
+$OpenBSD$
+--- cmake/modules/FindCppUnit.cmake.orig   Thu Oct 13 10:21:42 2011
 cmake/modules/FindCppUnit.cmakeThu Oct 13 10:22:30 2011
+@@ -30,8 +30,8 @@ ELSE(CPPUNIT_INCLUDE_DIR AND CPPUNIT_LIBRARIES)
+ STRING(REGEX REPLACE -I(.+) \\1 CPPUNIT_CFLAGS 
${CPPUNIT_CFLAGS})
+ ELSE(CPPUNIT_CONFIG_EXECUTABLE)
+ # in case win32 needs to find it the old way?
+-FIND_PATH(CPPUNIT_CFLAGS cppunit/TestRunner.h PATHS /usr/include 
/usr/local/include )
+-FIND_LIBRARY(CPPUNIT_LIBRARIES NAMES cppunit PATHS /usr/lib 
/usr/local/lib )
++FIND_PATH(CPPUNIT_CFLAGS cppunit/TestRunner.h PATHS 
${LOCALBASE}/include )
++FIND_LIBRARY(CPPUNIT_LIBRARIES NAMES cppunit PATHS ${LOCALBASE}/lib )
+ # how can we find cppunit version?
+ MESSAGE (STATUS Ensure you cppunit installed version is at least 
${CPPUNIT_MIN_VERSION})
+ SET (CPPUNIT_INSTALLED_VERSION ${CPPUNIT_MIN_VERSION})
Index: patches/patch-taglib_ape_apeproperties_cpp
===
RCS file: patches/patch-taglib_ape_apeproperties_cpp
diff -N patches/patch-taglib_ape_apeproperties_cpp
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-taglib_ape_apeproperties_cpp  13 Oct 2011 11:05:21 -
@@ -0,0 +1,16 @@
+$OpenBSD$
+
+Fix: crash parsing ID3v2 tag in ape file due to null pointer
+dereference (https://bugs.kde.org/show_bug.cgi?id=278773)
+
+--- taglib/ape/apeproperties.cpp.orig  Fri Mar 11 14:15:38 2011
 taglib/ape/apeproperties.cpp   Thu Oct 13 12:45:05 2011
+@@ -137,7 +137,7 @@ long APE::Properties::findDescriptor()
+   long ID3v2OriginalSize = 0;
+   bool hasID3v2 = false;
+   if(ID3v2Location = 0) {
+-ID3v2::Tag tag(d-file, ID3v2Location, 0);
++ID3v2::Tag tag(d-file, ID3v2Location);
+ ID3v2OriginalSize = tag.header()-completeTagSize();
+ if(tag.header()-tagSize()  0)
+   hasID3v2 = true;
Index: patches/patch-tests_CMakeLists_txt

Re: pdnsd rc.d script

2011-10-13 Thread David Coppa
On Thu, Oct 13, 2011 at 12:06 AM, frantisek holop min...@obiit.org wrote:
 hi there,

 please find attached an rc.d script for pdnsd

It's wrong: -d should be passed with daemon_flags=-d, so there's
no need for a custom rc_start().

ciao,
David



Aproveite! 89 ofertas com até 95% OFF para aproveitar em Campo Grande/MS nesta quinta-feira (13/10)!

2011-10-13 Thread Liga Ofertas - Campo Grande
[IMAGE]

558 Ofertas em Campo Grande  / MS

Oferta Refrescante! 04 Opções dos mais famosos e saborosos Picolés da
Garoto ou Nestlé por R$0,10 CENTAVOS no CAFÉ URBANO. Compre até 03
cupons! Avise os amigos e garanta já o seu!!

De: R$ 1,00 - Por: R$ 0,10 - (90% de desconto)

Douradinha, uma Delicia!!! Deliciosas Empadinhas de Frango, de derreter
na Boca de R$20 por R$11

De: R$ 20,00 - Por: R$ 11,00 - (45% de desconto)

2 Hidratações L'Oréal !!! Cabelos Macios, Sedosos e com Brilho por
R$19,90.

De: R$ 120,00 - Por: R$ 19,90 - (86% de desconto)

Corte Masculino + Aplicação de um Tratamento de Banho de Gelo, na Maria
Bonita Cabelo e Estética, de R$40 por R$13.

De: R$ 40,00 - Por: R$ 13,00 - (72% de desconto)

Está cansada de perder horas fazendo escova !!! Deixe seus cabelos
lisos, Escova Progressiva apenas R$ 49,90 80% OFF

De: R$ 250,00 - Por: R$ 49,90 - (80% de desconto)

6 Deliciosos Cones Trufados de diferentes sabores, por R$ 9,00,com a
entrega gratis.

De: R$ 18,00 - Por: R$ 9,00 - (50% de desconto)

Parabens Para Voce !!! Comemore o Aniversário de seus Filhos em Grande
Estilo, Cama Elastica + Piscina de Bolinha + Pintura Facial + Maquina
Algodão doce + 400 Gelinhos + 2 Monitores

De: R$ 400,00 - Por: R$ 220,00 - (45% de desconto)

Essa voce não pode perder !!! 06 Sessões de Pelling de Diamante + 06
sessões de Hidratação Facial + 01 Máscara de Clareamento + 01 Limpeza
de Pele com tratamento de Argila verde da vitaderm

De: R$ 310,00 - Por: R$ 93,00 - (70% de desconto)

65% desconto em Kit de Festa 100 Salgados Assados + 1 Torta de 1,5kg ( de
R$ 100,00 por R$ 34,90 )

De: R$ 100,00 - Por: R$ 34,90 - (65% de desconto)

Apostila Concurso Professor da Secretaria de Educação MS

De: R$ 50,00 - Por: R$ 30,00 - (40% de desconto)

APOSTILA CONCURSO PREFEITURA MUNICIPAL DE CAMPO GRANDE - TODOS CARGOS
NIVEL MÉDIO - DE R$40 POR R$20

De: R$ 40,00 - Por: R$ 20,00 - (50% de desconto)

Tradicional Sobá de Carne Bovina ou Su�na na Barraca do Kashima por
apenas R$ 4,50. 52% OFF!! APROVEITE.

De: R$ 9,50 - Por: R$ 4,50 - (52% de desconto)

50% OFF em diária para 2 pessoas + café da manhã no Hotel Lago Azul em
Bonito - MS! De R$196 por apenas R$98.

De: R$ 196,00 - Por: R$ 98,00 - (50% de desconto)

Redondinha, Douradinha, uma Delicia!!! Deliciosas Empadinhas de Frango,
de derreter na Boca de R$20 por R$11

De: R$ 20,00 - Por: R$ 11,00 - (45% de desconto)

82% DESCONTO! Maravilhoso Pacote de 04 Escovas + 02 Hidratação com
João Vellozo Make e Hair ( R$ 49,90 ao invés de R$ 280,00 )

De: R$ 280,00 - Por: R$ 49,90 - (82% de desconto)

Prazer em comer bem!! 50% de Desconto em super EMPADÃO de frango de
1,5Kg. Serve 06 Pessoas! Essa é pra encher o Pandu de sabor e
satisfação! (De R$25 por R$12,50)

De: R$ 25,00 - Por: R$ 12,50 - (50% de desconto)

Que Frango nada, aqui o Bobó é de Galinha! 50% OFF em Delicioso Bobó
de Galinha Congelado, Para 04 PESSOAS (1,2Kg) Com ENTREGA A DOMICÍLIO
GRÁTIS! (De R$30 por R$14,95)

De: R$ 30,00 - Por: R$ 14,95 - (50% de desconto)

Apostila Concurso INSS Técnico do Serviço Social + Simulado Digital

De: R$ 50,00 - Por: R$ 14,99 - (70% de desconto)

Super Combo de Tratamento Facial !!! 3 Sessões de Esfoliação Facial +
3 Sessões de Hidratação Facial + 3 sessões de Argiloterapia por R$45.

De: R$ 105,00 - Por: R$ 45,00 - (58% de desconto)

2 Escova + 2 Hidratação Royal de Aça�, no Centro de Beleza Evolution,
de R$100 por R$25

De: R$ 100,00 - Por: R$ 25,00 - (75% de desconto)

Adeus Flacidez!!! 60%OFF em 4 sessões de Corrente Russa. De R$150 por
apenas R$60.

De: R$ 150,00 - Por: R$ 60,00 - (60% de desconto)

HORA DE ESTUDAR E PASSAR!!! APOSTILA CONCURSO PREFEITURA MUNICIPAL DE
CAMPO GRANDE - TODOS CARGOS NIVEL MÉDIO - DE R$40 POR R$20

De: R$ 40,00 - Por: R$ 20,00 - (50% de desconto)

Deixe sua Pele mais Bonita! Peeling Diamante + Lifting + Higienização
Facial + Hidratação facial + Drenagem Linfatica Facial com 80% OFF . De
R$220,00 Por: R$ 44,99

De: R$ 220,00 - Por: R$ 44,90 - (80% de desconto)

Chega de EMBROMEICHON! Aprenda falar INGLÊS de verdade. 92% OFF em Curso
Básico de Inglês AO VIVO (De R$380 por R$29,89) para todo o Brasil!
Assista o v�deo abaixo e confira!!

De: R$ 380,00 - Por: R$ 29,89 - (92% de desconto)

Para Equipe! Para 4 jogadores 1h de Paintball + 200 Bolinhas +
Equipamento com 50% de desconto no Danger Zone Paintball! Diversão
garantida de R$40,00 por R$19,90

De: R$ 40,00 - Por: R$ 19,90 - (50% de desconto)

Essa eu Quero !!! 5 Sessões de Drenagem Linfatica + 5 Sessões de
Massagens Redutoras + 5 Sessões Massagens anti-stress por R$ 59

De: R$ 175,00 - Por: R$ 59,90 - (35% de desconto)

Cuide de sua Pele !!! 1 Peeling de Diamante + Assepsia da Pele +
Esfoliação + Hidratação + Máscara Calmante de R$110 por R$19,90

De: R$ 110,00 - Por: R$ 19,90 - (81% de desconto)

Design de Interior com GISELE ROMEIRO, uma ambientação + Consultoria de
Composição Mobiliário e Cores com 46% OFF ( de R$ 650,00 por R$ 350,00
)

De: R$ 650,00 - Por: R$ 350,00 - (46% de desconto)

Saiu 

mpd-0.16.5

2011-10-13 Thread David Coppa
Straightforward update to mpd-0.16.5.

Cheers,
David

Index: Makefile
===
RCS file: /cvs/ports/audio/mpd/Makefile,v
retrieving revision 1.40
diff -u -p -r1.40 Makefile
--- Makefile16 Sep 2011 08:26:10 -  1.40
+++ Makefile13 Oct 2011 14:53:47 -
@@ -1,11 +1,10 @@
 # $OpenBSD: Makefile,v 1.40 2011/09/16 08:26:10 espie Exp $
 
 COMMENT =  Music Player Daemon
-DISTNAME = mpd-0.16.2
+DISTNAME = mpd-0.16.5
 CATEGORIES =   audio
 HOMEPAGE = http://www.musicpd.org/
 MAINTAINER =   Tobias Ulmer tobi...@tmux.org
-REVISION = 1
 
 # GPLv2+
 PERMIT_PACKAGE_CDROM = Yes
Index: distinfo
===
RCS file: /cvs/ports/audio/mpd/distinfo,v
retrieving revision 1.11
diff -u -p -r1.11 distinfo
--- distinfo5 Apr 2011 19:55:38 -   1.11
+++ distinfo13 Oct 2011 14:53:47 -
@@ -1,5 +1,5 @@
-MD5 (mpd-0.16.2.tar.gz) = p1rXFcw4HcXv7/bb8xOpVA==
-RMD160 (mpd-0.16.2.tar.gz) = ma4X2KyatcMiNwiLrjp0EZ4ksd8=
-SHA1 (mpd-0.16.2.tar.gz) = kL9F9FZ+XW+C0nn3jaGIFLD0OsQ=
-SHA256 (mpd-0.16.2.tar.gz) = RWec8xqZ3Fuv0lMcrVrK6QTFy0xsuaLiUyfglLjotkE=
-SIZE (mpd-0.16.2.tar.gz) = 619586
+MD5 (mpd-0.16.5.tar.gz) = X7TJdiPsom0ti5aIaOLxPw==
+RMD160 (mpd-0.16.5.tar.gz) = reTqWhiFa1rVXSgh+WiOkzrMalU=
+SHA1 (mpd-0.16.5.tar.gz) = a0sHXkFw0HPD/AAq4Uu15TSuKwg=
+SHA256 (mpd-0.16.5.tar.gz) = KPYhXkXM5ZA7ab3BpU0t/R+fJC5SQto8EfAlv+tcTKA=
+SIZE (mpd-0.16.5.tar.gz) = 658239
Index: patches/patch-Makefile_in
===
RCS file: /cvs/ports/audio/mpd/patches/patch-Makefile_in,v
retrieving revision 1.3
diff -u -p -r1.3 patch-Makefile_in
--- patches/patch-Makefile_in   5 Apr 2011 19:55:38 -   1.3
+++ patches/patch-Makefile_in   13 Oct 2011 14:53:47 -
@@ -1,7 +1,7 @@
-$OpenBSD: patch-Makefile_in,v 1.3 2011/04/05 19:55:38 landry Exp $
 Makefile.inMon Apr  4 22:31:44 2011
-+++ Makefile.inMon Apr  4 22:31:30 2011
-@@ -2254,7 +2254,7 @@
+$OpenBSD$
+--- Makefile.in.orig   Sun Oct  9 13:44:12 2011
 Makefile.inThu Oct 13 16:42:40 2011
+@@ -2268,7 +2268,7 @@ SPARSE_CPPFLAGS = $(DEFAULT_INCLUDES) -I$(shell $(CC) 
  # Documentation
  #
  man_MANS = doc/mpd.1 doc/mpd.conf.5
Index: patches/patch-configure
===
RCS file: /cvs/ports/audio/mpd/patches/patch-configure,v
retrieving revision 1.13
diff -u -p -r1.13 patch-configure
--- patches/patch-configure 5 Apr 2011 19:55:38 -   1.13
+++ patches/patch-configure 13 Oct 2011 14:53:47 -
@@ -1,19 +1,16 @@
-$OpenBSD: patch-configure,v 1.13 2011/04/05 19:55:38 landry Exp $
-
-Don't reset CPPFLAGS...stupid configure.
-
 configure  Mon Apr  4 22:34:06 2011
-+++ configure  Mon Apr  4 22:35:15 2011
-@@ -8759,7 +8759,7 @@
+$OpenBSD$
+--- configure.orig Sun Oct  9 13:44:12 2011
 configure  Thu Oct 13 16:42:40 2011
+@@ -8830,7 +8830,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS
CFLAGS=$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -I.
LIBS=$LIBS $MPD_LIBS $FAAD_LIBS
 -  CPPFLAGS=$CFLAGS
 +  CPPFLAGS=$CPPFLAGS $CFLAGS
ac_fn_c_check_header_mongrel $LINENO faad.h ac_cv_header_faad_h 
$ac_includes_default
- if test x$ac_cv_header_faad_h = xyes; then :
+ if test x$ac_cv_header_faad_h = xyes; then :
  
-@@ -9013,7 +9013,7 @@
+@@ -9084,7 +9084,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS
CFLAGS=$CFLAGS $MPD_CFLAGS $FAAD_CFLAGS -Werror
LIBS=$LIBS $MPD_LIBS $FAAD_LIBS
@@ -22,7 +19,7 @@ Don't reset CPPFLAGS...stupid configure.
  
{ $as_echo $as_me:${as_lineno-$LINENO}: checking for broken libfaad 
headers 5
  $as_echo_n checking for broken libfaad headers...  6; }
-@@ -9059,7 +9059,7 @@
+@@ -9130,7 +9130,7 @@ if test x$enable_aac = xyes; then
oldcppflags=$CPPFLAGS
CFLAGS=$CFLAGS $FAAD_CFLAGS
LIBS=$LIBS $FAAD_LIBS $MP4FF_LIBS
@@ -30,13 +27,13 @@ Don't reset CPPFLAGS...stupid configure.
 +  CPPFLAGS=$CPPFLAGS $CFLAGS
  
ac_fn_c_check_header_mongrel $LINENO mp4ff.h ac_cv_header_mp4ff_h 
$ac_includes_default
- if test x$ac_cv_header_mp4ff_h = xyes; then :
-@@ -10370,7 +10370,7 @@
+ if test x$ac_cv_header_mp4ff_h = xyes; then :
+@@ -10637,7 +10637,7 @@ if test x$enable_mpc = xyes; then
oldcppflags=$CPPFLAGS
CFLAGS=$CFLAGS $MPD_CFLAGS $MPCDEC_CFLAGS -I.
LIBS=$LIBS $MPD_LIBS $MPCDEC_LIBS
 -  CPPFLAGS=$CFLAGS
 +  CPPFLAGS=$CPPFLAGS $CFLAGS
ac_fn_c_check_header_mongrel $LINENO mpc/mpcdec.h 
ac_cv_header_mpc_mpcdec_h $ac_includes_default
- if test x$ac_cv_header_mpc_mpcdec_h = xyes; then :
+ if test x$ac_cv_header_mpc_mpcdec_h = xyes; then :
old_mpcdec=no
Index: patches/patch-doc_mpdconf_example
===
RCS file: 

UPDATE: x11/xchm

2011-10-13 Thread Dawe
- update to 1.20, tested on amd64 and i386.
- fix DESCR.

Index: Makefile
===
RCS file: /cvs/ports/x11/xchm/Makefile,v
retrieving revision 1.12
diff -u -p -r1.12 Makefile
--- Makefile22 Nov 2010 08:37:05 -  1.12
+++ Makefile13 Oct 2011 15:01:35 -
@@ -2,8 +2,7 @@
 
 COMMENT=   display chm files
 
-DISTNAME=  xchm-1.16
-REVISION=  1
+DISTNAME=  xchm-1.20
 
 CATEGORIES=devel textproc x11
 
Index: distinfo
===
RCS file: /cvs/ports/x11/xchm/distinfo,v
retrieving revision 1.7
diff -u -p -r1.7 distinfo
--- distinfo19 May 2009 22:03:13 -  1.7
+++ distinfo13 Oct 2011 15:01:35 -
@@ -1,5 +1,5 @@
-MD5 (xchm-1.16.tar.gz) = vzRJwm6iF37eoFanVTTgSw==
-RMD160 (xchm-1.16.tar.gz) = RhD/96cyZLyDkhORbqPiOGd5UOA=
-SHA1 (xchm-1.16.tar.gz) = bVKRpv1dr8+PtuESDJ80YLiivBw=
-SHA256 (xchm-1.16.tar.gz) = 4TUO6zf3sQaaj0qy7tiFRaioAJVNV8Ao0a8R/GyFL/4=
-SIZE (xchm-1.16.tar.gz) = 401586
+MD5 (xchm-1.20.tar.gz) = hZQ2RdIK9TZwSiC1jr1YSQ==
+RMD160 (xchm-1.20.tar.gz) = Hw0pc/Pjs41VUhVtVzEnVzelL9k=
+SHA1 (xchm-1.20.tar.gz) = oqKCRvFq3NZ59jAmhoOfiSDIft4=
+SHA256 (xchm-1.20.tar.gz) = dscXB07ReKuuY2ks+oQwg5IubW4wUiB9ij2dLouNtic=
+SIZE (xchm-1.20.tar.gz) = 409976
Index: pkg/DESCR
===
RCS file: /cvs/ports/x11/xchm/pkg/DESCR,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 DESCR
--- pkg/DESCR   8 Nov 2005 10:41:33 -   1.1.1.1
+++ pkg/DESCR   13 Oct 2011 15:01:35 -
@@ -1 +1 @@
-xCHM is a cross-platform GUI front-end to chmlib,
+xCHM is a cross-platform GUI front-end to chmlib



Re: Use of exists() in a Makefile

2011-10-13 Thread Thomas de Grivel

Le 10/06/11 17:05, David Cantrell a écrit :

On 10/06/2011 09:55 AM, Stuart Henderson wrote:

On 2011-10-04, David Cantrelldavid.l.cantr...@gmail.com wrote:

My suggestion was to add support to the ports system infrastructure to
allow people an easy way to locally package up stuff from projects that
do not release tarballs.


You could add something like this to your Makefile

create-tarball:
cd ${FULLDISTDIR} \
svn export http://foo ${DISTNAME} \
tar czf ${DISTNAME}${EXTRACT_SUFX} ${DISTNAME}

FETCH_MANUALLY= Use: make create-tarball


Now that's something that could work in this particular case and it
still fits nicely within the ports infrastructure.

Thanks for the suggestion!


Also, nothing prevents you from including more than bsd.port.mk for 
local ports.


--
Thomas de Grivel

I must plunge into the water of doubt again and again.



Re: cmake-2.8.6 3rd revision

2011-10-13 Thread Paul Irofti
On Thu, Oct 13, 2011 at 12:35:03PM +0200, David Coppa wrote:
 On Thu, Oct 13, 2011 at 12:31 PM, Paul Irofti p...@irofti.net wrote:
  On Thu, Oct 13, 2011 at 12:17:45PM +0300, Paul Irofti wrote:
  On Thu, Oct 13, 2011 at 09:41:41AM +0200, David Coppa wrote:
   On Thu, Oct 13, 2011 at 9:36 AM, Paul Irofti p...@irofti.net wrote:
On Tue, Oct 11, 2011 at 07:15:19AM -0600, David Coppa wrote:
Hi again,
   
this one fixes another bug (into FindJNI.cmake) found by Vadim.
   
Is this tested with jdk-1.7.0?
Because the current cmake port has a bug in its regex as well.
  
   Where?
 
  /usr/local/share/cmake/Modules/FindJava.cmake:129 and 131 as well.
 
  Oh and FindJNI.cmake is broken as well.
 
  CMake Error: The following variables are used in this project, but they
  are set to NOTFOUND.
  Please set them or make sure they are set and tested correctly in the
  CMake files:
  JAVA_AWT_INCLUDE_PATH (ADVANCED)
  [-path to where I did FIND_PACKAGE(JNI)-]
  JAVA_INCLUDE_PATH (ADVANCED)
  [-path to where I did FIND_PACKAGE(JNI)-]
  JAVA_INCLUDE_PATH2 (ADVANCED)
  [-path to where I did FIND_PACKAGE(JNI)-]
 
 Paul, please tell me how you're testing this, so I can properly fix
 cmake java modules.

I'm using:
FIND_PACKAGE(JNI 1.6)

But:
FIND_PACKAGE(JAVA 1.6)
also fails.

 What software is this? iirc, we have no cmake based java ports in our tree...

Its work so you can't test this. But those are the only lines that I
tried to use in regards to the cmake modules. And they both fail on
OpenBSD. Linux, Darwin, Windows are fine.

In the Java case I looked it up and it was the regex. I gave up on the
JNI case.



BBC English bonificado (gratis)...ultimas plazas 351

2011-10-13 Thread Cursos Gratis - ry
[IMAGE]
[IMAGE]

Si no puedes ver correctamente la siguiente imagen hace click aqui.

Ahora hasta el 100% bonificado por la Fundación Tripartita

BBC ENGLISH PLUS Interactive , desarrollado por expertos de la BBC y el
Consejo de Europa, ha enseñado inglés a más de 100 millones de personas
en todo el mundo. Ahora, puedes inscribirte con bonificación de hasta el
100% de la Fundación Tripartita para trabajadores en Régimen de Seguridad
Social (autónomos y funcionarios no califican, pero puede inscribirse con
pago fraccionado).

Infórmate hoy mismo y da ese gran paso con BBC ENGLISH PLUS Interactive.




___

Si no desea que le enviemos publicidad de cursos de formación, por favor,
pulse aquí para solicitar su baja . Su dirección de correo electrónico ha
sido obtenida de guías de empresas y otros medios de comunicación.

2840


Re: pdnsd rc.d script

2011-10-13 Thread David Coppa
On Thu, Oct 13, 2011 at 9:16 PM, frantisek holop min...@obiit.org wrote:
 hmm, on Thu, Oct 13, 2011 at 02:53:06PM +0200, David Coppa said that
 On Thu, Oct 13, 2011 at 12:06 AM, frantisek holop min...@obiit.org wrote:
  hi there,
 
  please find attached an rc.d script for pdnsd

 It's wrong: -d should be passed with daemon_flags=-d, so there's
 no need for a custom rc_start().

 indeed.  here's another try.
 please bump revision as well

Now it's better.

Does pdnsd reload its configuration when you sent a HUP to its process?

Otherwise, you want a rc_reload=NO too...

ciao,
david



Re: www/php5 is no more?

2011-10-13 Thread Stuart Henderson
On 2011-10-12, Benny Lofgren bl-li...@lofgren.biz wrote:
 Hi!

 I've noticed that the PHP packages for httpd in base that used to
 be under www/php5 are gone in current.

 lang/php/5.2 remains, but I've failed to figure out how to use that
 in conjunction with httpd.

 Does it have anything to do with the recent work incorporating nginx
 in base? Or is it perhaps related to this change?

 http://www.openbsd.org/faq/current.html#20110714

Yes, exactly. That should help you through an upgrade.

 What's the recommended procedure now to install PHP 5.2 for httpd
 from ports?

For a new install:

pkg_add -i php
choose 5.2
follow the instructions

If you need more than this, please make notes and let us know what
else is needed so that the upgrade documentation can be improved,
I am pretty sure this change is going to cause problems for some
people so if there's anything we can add to the docs that would
help, it would be useful to know what..




Re: pdnsd rc.d script

2011-10-13 Thread frantisek holop
hmm, on Thu, Oct 13, 2011 at 10:35:07PM +0200, David Coppa said that
 On Thu, Oct 13, 2011 at 9:16 PM, frantisek holop min...@obiit.org wrote:
  hmm, on Thu, Oct 13, 2011 at 02:53:06PM +0200, David Coppa said that
  On Thu, Oct 13, 2011 at 12:06 AM, frantisek holop min...@obiit.org wrote:
   hi there,
  
   please find attached an rc.d script for pdnsd
 
  It's wrong: -d should be passed with daemon_flags=-d, so there's
  no need for a custom rc_start().
 
  indeed.  here's another try.
  please bump revision as well
 
 Now it's better.
 
 Does pdnsd reload its configuration when you sent a HUP to its process?
 
 Otherwise, you want a rc_reload=NO too...

third time lucky?

-f
-- 
you have 2 choices for dinner -- take it or leave it.
#!/bin/sh
#
# $OpenBSD$

daemon=/usr/local/sbin/pdnsd
daemon_flags=-d

. /etc/rc.d/rc.subr

rc_reload=NO

rc_cmd $1


Re: [update] sqlite 3.7.8

2011-10-13 Thread Stuart Henderson
On 2011-10-12, Amit Kulkarni amitk...@gmail.com wrote:
 This diff updates sqlite to it's latest version (3.7.8).
 The first version of this diff has been made by sthen@. You can
 find more informations here 
 http://marc.info/?l=openbsd-portsm=130697136509729w=2

 Tested on @amd64 and @i386.
 Jasper@ ran a bulk with it without any regressions.

 Comments ?


 Is this diff too different compared to the diff already on
 http://www.github.com/jasperla/openbsd-wip ?

 Or the same?

 thanks



Go with pea's diff, I just put my old one there so it wouldn't get
lost, his has had more recent work.




rc scripts

2011-10-13 Thread frantisek holop
hi there,

i am confused about the rc scripts.

existing ports have pkg/daemon.rc files and a
@rcscript ${RCDIR}/daemon
line in PLIST

pkg_create(1) says:

 @rcscript filename
 Script for the /etc/rc.d framework.  Contrary to @file, absolute
 paths are okay, e.g.,

   @rcscript ${RCDIR}/ballsd

 In this case, performs an implicit @cwd to ${RCDIR}.


this is not very helpful without the most important part that is in
the porting handbook FAQ:

1. The script has to be placed into ${PKGDIR} with a .rc extension, like
   mpd.rc. This will allow the package tools to pick it up.


also, some ports have executable pkg/*.rc file, some dont.
what's the policy on that?


now on to my problem :]

$ cat pkg/tinyproxy.rc
#!/bin/sh
#
# $OpenBSD$

daemon=${TRUEPREFIX}/sbin/tinyproxy

. /etc/rc.d/rc.subr

rc_cmd $1


$ cat PLIST
@comment $OpenBSD$
@newgroup _tinyproxy:617
@newuser _tinyproxy:617:_tinyproxy:daemon:tinyproxy:/nonexistent:/sbin/nologin
@man man/man5/tinyproxy.conf.5
@man man/man8/tinyproxy.8
@bin sbin/tinyproxy
share/examples/tinyproxy/
share/examples/tinyproxy/tinyproxy.conf
@sample ${SYSCONFDIR}/tinyproxy.conf
share/tinyproxy/
share/tinyproxy/debug.html
share/tinyproxy/default.html
share/tinyproxy/stats.html
@rcscript ${RCDIR}/tinyproxy


but whenever i make make update-plist after make fake, i get:

===  Updating plist for tinyproxy-1.8.3
Scanning destdir
Getting old lists
1st pass identifying files
Attaching annotations
Sorting out destdir files
/etc/rc.d/tinyproxy does not belong
/etc/tinyproxy.conf does not belong
pkg/PLIST changed


and the @rcscript line is removed from the new PLIST.

$ diff -u PLIST.orig PLIST
--- PLIST.orig  Thu Oct 13 23:14:12 2011
+++ PLIST   Thu Oct 13 23:15:57 2011
@@ -11,4 +11,3 @@
 share/tinyproxy/debug.html
 share/tinyproxy/default.html
 share/tinyproxy/stats.html
-@rcscript ${RCDIR}/tinyproxy



what am i doing wrong?

-f
-- 
to live is to risk dying.



Re: rc scripts

2011-10-13 Thread Antoine Jacoutot
On Thu, 13 Oct 2011, frantisek holop wrote:

 also, some ports have executable pkg/*.rc file, some dont.
 what's the policy on that?

What do you mean?

 now on to my problem :]

snip

 but whenever i make make update-plist after make fake, i get:
 
 ===  Updating plist for tinyproxy-1.8.3
 Scanning destdir
 Getting old lists
 1st pass identifying files
 Attaching annotations
 Sorting out destdir files
 /etc/rc.d/tinyproxy does not belong
 /etc/tinyproxy.conf does not belong
 pkg/PLIST changed
 
 
 and the @rcscript line is removed from the new PLIST.
 
 $ diff -u PLIST.orig PLIST
 --- PLIST.orig  Thu Oct 13 23:14:12 2011
 +++ PLIST   Thu Oct 13 23:15:57 2011
 @@ -11,4 +11,3 @@
  share/tinyproxy/debug.html
  share/tinyproxy/default.html
  share/tinyproxy/stats.html
 -@rcscript ${RCDIR}/tinyproxy
 
 
 
 what am i doing wrong?

Nothing, it's an known year old bug in make plist.

-- 
Antoine



Re: pdnsd rc.d script

2011-10-13 Thread Antoine Jacoutot
On Thu, 13 Oct 2011, frantisek holop wrote:

  Does pdnsd reload its configuration when you sent a HUP to its process?
  
  Otherwise, you want a rc_reload=NO too...
 
 third time lucky?

I thing it can reload its configuration using 'pdnsd-ctl ...', no? If so 
you need to provide a custom rc_reload function.

Also you don't want to hardcode /usr/local.

-- 
Antoine



install lib32

2011-10-13 Thread Zantgo Zantgo
¿How I can install lib32?


Re: pdnsd rc.d script

2011-10-13 Thread frantisek holop
hmm, on Thu, Oct 13, 2011 at 11:53:28PM +0200, Antoine Jacoutot said that
 On Thu, 13 Oct 2011, frantisek holop wrote:
 
   Does pdnsd reload its configuration when you sent a HUP to its process?
   
   Otherwise, you want a rc_reload=NO too...
  
  third time lucky?
 
 I thing it can reload its configuration using 'pdnsd-ctl ...', no? If so 
 you need to provide a custom rc_reload function.

good point

 Also you don't want to hardcode /usr/local.

oh yes.  the file has been copied from a live /etc/rc.d/
so that's why it's not TRUEPREFIX.

fourth time lucky? :]

-f
-- 
vegeterians don't eat food. they eat what food eats.
#!/bin/sh
#
# $OpenBSD$

daemon=${TRUEPREFIX}/sbin/pdnsd
daemon_flags=-d

. /etc/rc.d/rc.subr

rc_reload() {
${TRUEPREFIX}/sbin/pdnsd-ctl config
}

rc_cmd $1


Re: rc scripts

2011-10-13 Thread frantisek holop
hmm, on Thu, Oct 13, 2011 at 11:49:32PM +0200, Antoine Jacoutot said that
 On Thu, 13 Oct 2011, frantisek holop wrote:
 
  also, some ports have executable pkg/*.rc file, some dont.
  what's the policy on that?
 
 What do you mean?

-rwxr-xr-x  1 root  wheel  267 Apr  9  2011 /usr/ports/www/nginx/pkg/nginx.rc*
-rw-rw-r--  1 root  wheel  279 Mar 17  2011 
/usr/ports/net/avahi/pkg/avahi_daemon.rc
-rw-rw-r--  1 root  wheel  284 Mar 17  2011 
/usr/ports/net/avahi/pkg/avahi_dnsconfd.rc

and so on...


  +++ PLIST   Thu Oct 13 23:15:57 2011
  @@ -11,4 +11,3 @@
   share/tinyproxy/debug.html
   share/tinyproxy/default.html
   share/tinyproxy/stats.html
  -@rcscript ${RCDIR}/tinyproxy
  
  
  
  what am i doing wrong?
 
 Nothing, it's an known year old bug in make plist.

doh

-f
-- 
there are no esc keys on prison pcs.



Re: install lib32

2011-10-13 Thread Paul de Weerd
On Thu, Oct 13, 2011 at 06:15:16PM -0400, Zantgo Zantgo wrote:
| ?How I can install lib32?

step 1: download ubuntu
step 2: install it
step 3: ...
step 4: profit!

Good luck!

Paul 'WEiRD' de Weerd

-- 
[++-]+++.+++[---].+++[+
+++-].++[-]+.--.[-]
 http://www.weirdnet.nl/ 



Re: rc scripts

2011-10-13 Thread Antoine Jacoutot
On Fri, 14 Oct 2011, frantisek holop wrote:

 hmm, on Thu, Oct 13, 2011 at 11:49:32PM +0200, Antoine Jacoutot said that
  On Thu, 13 Oct 2011, frantisek holop wrote:
  
   also, some ports have executable pkg/*.rc file, some dont.
   what's the policy on that?
  
  What do you mean?
 
 -rwxr-xr-x  1 root  wheel  267 Apr  9  2011 /usr/ports/www/nginx/pkg/nginx.rc*
 -rw-rw-r--  1 root  wheel  279 Mar 17  2011 
 /usr/ports/net/avahi/pkg/avahi_daemon.rc
 -rw-rw-r--  1 root  wheel  284 Mar 17  2011 
 /usr/ports/net/avahi/pkg/avahi_dnsconfd.rc
 
 and so on...

That doesn't matter how they are in the cvs repo.
If you look at /etc/rc.d they are all installed 555.


-- 
Antoine



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 00:02:25

Modified files:
multimedia/gstreamer-0.10/plugins-bad/patches: 
   patch-configure_ac 

Log message:
Fix upcoming mjpegtools 2.0 detection.

from Brad



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 00:53:30

Modified files:
www/midori : Makefile distinfo 
www/midori/patches: patch-midori_main_c patch-wscript 
www/midori/pkg : PLIST 

Log message:
- update to 0.4.1 (unbreak after recent webkit update)



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 00:52:49

Modified files:
www/webkit : Makefile distinfo 
www/webkit/patches: patch-GNUmakefile_in 

patch-Source_JavaScriptCore_interpreter_Interpreter_cpp 

patch-Source_JavaScriptCore_jit_ExecutableAllocatorFixedVMPool_cpp 
patch-Source_JavaScriptCore_runtime_JSValue_h 
patch-Source_JavaScriptCore_wtf_Platform_h 
patch-Source_JavaScriptCore_wtf_TCSpinLock_h 
patch-Source_JavaScriptCore_wtf_text_StringHash_h 

patch-Source_WebCore_platform_text_TextBreakIterator_h 
patch-configure 
www/webkit/pkg : PFRAG.gtk3 PFRAG.no-gtk3 
Added files:
www/webkit/patches: 

patch-Source_JavaScriptCore_heap_MachineStackMarker_cpp 
patch-Source_JavaScriptCore_wtf_dtoa_utils_h 
patch-Source_JavaScriptCore_wtf_text_StringImpl_cpp 
Removed files:
www/webkit/patches: 

patch-Source_JavaScriptCore_runtime_MachineStackMarker_cpp 

patch-Source_JavaScriptCore_wtf_text_AtomicString_cpp 

patch-Source_WebCore_platform_network_soup_ResourceHandleSoup_cpp 

Log message:
- update to 1.6.1

tested in a bulk on amd64, as well as on sparc64 by myself
macppc testing by pea@

ok aja@



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 00:55:58

Modified files:
audio/gmpc-plugins: Makefile 
mail/postler   : Makefile 
www/liferea: Makefile 
www/py-webkitgtk: Makefile 
www/surf   : Makefile 
www/xxxterm: Makefile 
x11/gnome/devhelp: Makefile 
x11/gnome/online-accounts: Makefile 
x11/gnome/seed : Makefile 
x11/gnome/yelp : Makefile 

Log message:
- fix WANTLIB/LIB_DEPENDS after webkit update



CVS: cvs.openbsd.org: ports

2011-10-13 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2011/10/13 01:27:00

Modified files:
multimedia/xine-lib: Makefile 
multimedia/xine-lib/patches: patch-src_demuxers_demux_matroska_c 
 patch-src_demuxers_matroska_h 
Added files:
multimedia/xine-lib/patches: patch-src_demuxers_demux_matroska_h 

Log message:
Backport the Matroska header stripping support for Xine-lib.

From upstream via Brad



CVS: cvs.openbsd.org: ports

2011-10-13 Thread David Coppa
CVSROOT:/cvs
Module name:ports
Changes by: dco...@cvs.openbsd.org  2011/10/13 05:15:41

Modified files:
audio/ncmpcpp  : Makefile distinfo 
audio/ncmpcpp/patches: patch-configure patch-src_clock_cpp 
Removed files:
audio/ncmpcpp/patches: patch-src_media_library_cpp 
   patch-src_ncmpcpp_cpp 

Log message:
Bugfixing update to ncmpcpp-0.5.8



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Stefan Sperling
CVSROOT:/cvs
Module name:ports
Changes by: s...@cvs.openbsd.org2011/10/13 05:23:01

Modified files:
devel/subversion: Makefile distinfo 
devel/subversion/patches: patch-Makefile_in patch-configure_ac 
  patch-subversion_libsvn_subr_auth_c 
devel/subversion/pkg: PLIST-main 

Log message:
Update to 1.7.0. ok mpi@



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 06:09:57

Modified files:
www/nginx  : Makefile distinfo 

Log message:
- update to 1.0.8

ok william@ (MAINTAINER)



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 06:10:16

Modified files:
audio/mpc  : Makefile distinfo 
audio/mpc/patches: patch-Makefile_in 

Log message:
- update to 0.21

maintainer timed-out



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 07:10:58

Added files:
www/epiphany/patches: patch-src_Makefile_in 

Log message:
forgot to add this.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 07:44:09

Modified files:
devel/libwnck3 : Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 07:47:23

Modified files:
x11/gnome/eog  : Makefile 

Log message:
Fix LIB_DEPENDS: this does not depends on startup-notification anymore.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 08:04:46

Modified files:
x11/gnome/metacity: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 08:08:24

Modified files:
x11/gnome/metacity: Makefile 
x11/gnome/metacity/pkg: PLIST 
Removed files:
x11/gnome/metacity/pkg: README 

Log message:
Remove outdated README which makes no sense with gnome 3.

ok jasper@



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Christian Weisgerber
CVSROOT:/cvs
Module name:ports
Changes by: na...@cvs.openbsd.org   2011/10/13 08:38:51

Modified files:
devel/libf2c-old: distinfo 
devel/p5-Test-Fatal: distinfo 
editors/vim: distinfo 
lang/classpath : distinfo 
textproc/mozilla-dicts: distinfo 
www/p5-HTML-TagFilter: distinfo 

Log message:
remove entries for distfiles that aren't referenced anywhere



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 09:01:07

Modified files:
net/libepc : Makefile distinfo 
net/libepc/pkg : PLIST 

Log message:
- update to 0.4.2



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 10:26:33

Modified files:
devel/libwnck  : Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 10:39:03

Modified files:
net/telepathy/folks: Makefile 

Log message:
Explicitely disable the Tracker backend.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 10:43:21

Modified files:
x11/xfce4/libxfce4ui: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 10:59:09

Modified files:
x11/gnome/panel: Makefile 

Log message:
Fix configure output when evolution-data-server is picked up.
Regen WANTLIB while here.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 11:19:15

Modified files:
x11/xfce4/xfce4-panel: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Antoine Jacoutot
CVSROOT:/cvs
Module name:ports
Changes by: ajacou...@cvs.openbsd.org   2011/10/13 12:33:02

Modified files:
x11/gnome/system-monitor: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2011/10/13 15:03:53

Modified files:
textproc/uncrustify: Makefile 
textproc/uncrustify/pkg: PLIST 

Log message:
mandir was not correct...
bump revision.
ok jasper@.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2011/10/13 15:09:52

Modified files:
www/py-mako: Makefile distinfo 

Log message:
update mako to 0.5.0, from Wen Heping (thanks).



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Jasper Lievisse Adriaanse
CVSROOT:/cvs
Module name:ports
Changes by: jas...@cvs.openbsd.org  2011/10/13 15:25:44

Modified files:
x11/xfce4/thunar: Makefile 

Log message:
Regen WANTLIB to unbreak.



CVS: cvs.openbsd.org: ports

2011-10-13 Thread Remi Pointel
CVSROOT:/cvs
Module name:ports
Changes by: rpoin...@cvs.openbsd.org2011/10/13 23:25:03

Modified files:
www/py-mako: Makefile 

Log message:
Forgot py-babel to REGRESS_DEPENDS, pointed by fgsch@.