Dovecot 2.1rc1 for testing

2011-11-23 Thread Brad
Here is an update to Dovecot 2.1rc1 for testing. No release of 
Dovecot-pigeonhole
yet. Please test and let me know how it goes.


Index: Makefile
===
RCS file: /home/cvs/ports/mail/dovecot/Makefile,v
retrieving revision 1.177
diff -u -p -r1.177 Makefile
--- Makefile18 Nov 2011 13:20:08 -  1.177
+++ Makefile24 Nov 2011 04:00:38 -
@@ -9,8 +9,8 @@ COMMENT-postgresql= PostgreSQL authentic
 COMMENT-sqlite=SQLite authentication / dictionary support for Dovecot
 
 # Bump dovecot-pigeonhole every time you update to a new Dovecot version.
-V_MAJOR=   2.0
-V_DOVECOT= 2.0.16
+V_MAJOR=   2.1
+V_DOVECOT= 2.1.rc1
 
 DISTNAME=  dovecot-${V_DOVECOT}
 PKGNAME=   dovecot-${V_DOVECOT}
@@ -20,11 +20,12 @@ PKGNAME-mysql=  dovecot-mysql-${V_DOVECOT
 PKGNAME-postgresql= dovecot-postgresql-${V_DOVECOT}
 PKGNAME-sqlite=dovecot-sqlite-${V_DOVECOT}
 CATEGORIES=mail
-MASTER_SITES=  ${HOMEPAGE}releases/${V_MAJOR}/
+MASTER_SITES=  ${HOMEPAGE}releases/${V_MAJOR}/rc/
 
 SHARED_LIBS=   dovecot-lda 0.0 \
dovecot-login   0.0 \
dovecot-sql 0.0 \
+   dovecot-ssl 0.0 \
dovecot-storage 0.0 \
dovecot 0.0
 
@@ -37,21 +38,25 @@ PERMIT_PACKAGE_CDROM=   Yes
 PERMIT_PACKAGE_FTP=Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
-WANTLIB-server=${MODLIBICONV_WANTLIB} asn1 bz2 c crypto gssapi krb5 
ssl z
+
+WANTLIB-server=asn1 bz2 c crypto gssapi krb5 ssl z 
${MODLIBICONV_WANTLIB}
+WANTLIB-ldap=   asn1 com_err crypto gssapi krb5 lber ldap sasl2 ssl
+WANTLIB-mysql=  crypto m lib/mysql/mysqlclient>=10 ssl z
+WANTLIB-postgresql= pq>=4
+WANTLIB-sqlite= sqlite3 z
 
 MODULES=   converters/libiconv
 LIB_DEPENDS+=  archivers/bzip2
+LIB_DEPENDS-ldap= databases/openldap
+RUN_DEPENDS-ldap= ${BASE_PKGPATH}=${V_DOVECOT}
+LIB_DEPENDS-mysql= databases/mysql
+RUN_DEPENDS-mysql= ${BASE_PKGPATH}=${V_DOVECOT}
+LIB_DEPENDS-postgresql= databases/postgresql
+RUN_DEPENDS-postgresql= ${BASE_PKGPATH}=${V_DOVECOT}
+LIB_DEPENDS-sqlite= databases/sqlite3
+RUN_DEPENDS-sqlite= ${BASE_PKGPATH}=${V_DOVECOT}
 
-MULTI_PACKAGES=-server -ldap -mysql -postgresql -sqlite
-SUBPACKAGE?=   -server
-
-PSEUDO_FLAVORS=no_db no_ldap no_mysql no_postgresql no_sqlite
-FLAVOR?=
-.if ${FLAVOR:Mno_db}
-FLAVOR += no_ldap no_mysql no_postgresql no_sqlite
-.endif
-
-USE_LIBTOOL=   Yes
+USE_LIBTOOL=   gnu
 CONFIGURE_STYLE= gnu
 CONFIGURE_ARGS=--localstatedir=/var \
--with-gssapi \
@@ -60,37 +65,50 @@ CONFIGURE_ARGS= --localstatedir=/var \
--with-statedir=/var/dovecot \
--without-pam \
--without-shadow \
+   --without-stemmer \
--without-vpopmail
 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
 
+PSEUDO_FLAVORS= no_db no_ldap no_mysql no_postgresql no_sqlite
+FLAVOR?=
+.if ${FLAVOR:Mno_db}
+FLAVOR += no_ldap no_mysql no_postgresql no_sqlite
+.endif
+
+MULTI_PACKAGES= -server -ldap -mysql -postgresql -sqlite
+SUBPACKAGE?=-server
+
+.if !${FLAVOR:L:Mno_ldap}
+MULTI_PACKAGES+=-ldap
+.endif
+
+.if !${FLAVOR:L:Mno_mysql}
+MULTI_PACKAGES+=-mysql
+.endif
+
+.if !${FLAVOR:L:Mno_postgresql}
+MULTI_PACKAGES+=-postgresql
+.endif
+
+.if !${FLAVOR:L:Mno_sqlite}
+MULTI_PACKAGES+=-sqlite
+.endif
 
 .include 
 
-LIB_DEPENDS-ldap= databases/openldap
-RUN_DEPENDS-ldap= ${BASE_PKGPATH}=${V_DOVECOT}
-WANTLIB-ldap=  asn1 com_err crypto gssapi krb5 lber-2.4 ldap-2.4 sasl2 ssl
 .if ${BUILD_PACKAGES:M-ldap}
 CONFIGURE_ARGS+=--with-ldap=plugin
 .endif
 
-LIB_DEPENDS-mysql= databases/mysql
-RUN_DEPENDS-mysql= ${BASE_PKGPATH}=${V_DOVECOT}
-WANTLIB-mysql= crypto m lib/mysql/mysqlclient>=10 ssl z
 .if ${BUILD_PACKAGES:M-mysql}
 CONFIGURE_ARGS+=--with-mysql
 .endif
 
-LIB_DEPENDS-postgresql=databases/postgresql
-RUN_DEPENDS-postgresql= ${BASE_PKGPATH}=${V_DOVECOT}
-WANTLIB-postgresql= com_err crypto pq>=4 ssl
 .if ${BUILD_PACKAGES:M-postgresql}
 CONFIGURE_ARGS+=--with-pgsql
 .endif
 
-LIB_DEPENDS-sqlite= databases/sqlite3
-RUN_DEPENDS-sqlite= ${BASE_PKGPATH}=${V_DOVECOT}
-WANTLIB-sqlite=sqlite3 z
 .if ${BUILD_PACKAGES:M-sqlite}
 CONFIGURE_ARGS+=--with-sqlite
 .endif
Index: distinfo
===
RCS file: /home/cvs/ports/mail/dovecot/distinfo,v
retrieving revision 1.93
diff -u -p -r1.93 distinfo
--- distinfo17 Nov 2011 10:39:00 -  1.93
+++ distinfo24 Nov 2011 03:15:28 -
@@ -1,5 +1,5 @@
-MD5 (dovecot-2.0.16.tar.gz) = 4Bopo1Wv78uftfi3pU4aFA==
-RMD160 (dovecot-2.0.16.tar.gz) = 3+DPK70hGge7SSwvDZRKap8cX3k=
-SHA1 (dovecot-2.0.16.tar.gz) = DfboQjMznuMI3q7Njxp//dyuyhY=
-SHA256 (dovecot-2.0.16.tar.gz) = qWUs4fB2e5pNT2E91NQbvntVwlcovm8Sg9rPCv9i8Fc=
-SIZE (dovecot-2.0.16.tar.gz) = 3317662
+MD5 (dovecot-2.1.rc1.tar.gz) 

Re: UPDATE: llvm-3.0rc1 just for testing...

2011-11-23 Thread Jonathan Gray
On Tue, Nov 15, 2011 at 09:33:21AM +, Stuart Henderson wrote:
> On 2011-10-26, Sebastian Reitenbach  wrote:
> > attached patch to update llvm to 3.0 rc1. The 3.0 is supposed to
> > be released in a couple of weeks
> 
> release is scheduled for tomorrow; here is an updated diff for rc3,
> also switching the build to cmake.
> 
> any opinions on splitting clang off into a separate subpackage? i could
> do so if it might be useful to someone, but haven't seen any point in this
> yet.

Why switch to cmake?  There have been problems updating it in
the past and gmake works fine.

Anyway here is a quick rc4 port that includes a diff to ignore
-Wbounded, this doesn't have your changes the Lexer.cpp diff
isn't yet removed and the various Makefile changes aren't here.

Index: Makefile
===
RCS file: /cvs/ports/devel/llvm/Makefile,v
retrieving revision 1.34
diff -u -p -r1.34 Makefile
--- Makefile16 Sep 2011 09:24:52 -  1.34
+++ Makefile24 Nov 2011 03:03:55 -
@@ -2,9 +2,8 @@
 
 COMMENT =  Low Level Virtual Machine (LLVM) compiler infrastructure
 
-LLVM_V =   2.9
+LLVM_V =   3.0rc4
 DISTNAME = llvm-${LLVM_V}
-REVISION = 3
 
 CATEGORIES =   devel
 
@@ -23,12 +22,14 @@ PERMIT_DISTFILES_FTP =  Yes
 
 WANTLIB =  c m pthread stdc++
 
-MASTER_SITES = http://llvm.org/releases/${LLVM_V}/
+#MASTER_SITES =http://llvm.org/releases/${LLVM_V}/
+MASTER_SITES =  http://llvm.org/pre-releases/3.0/rc4/
 
-DISTFILES= ${DISTNAME}.tgz clang-${LLVM_V}.tgz
+DISTFILES= ${DISTNAME}.src.tar.gz clang-${LLVM_V}.src.tar.gz
+WRKDIST= ${WRKDIR}/llvm-${LLVM_V}.src
 
 post-extract:
-   @mv ${WRKDIR}/clang-${LLVM_V} ${WRKDIST}/tools/clang
+   @mv ${WRKDIR}/clang-${LLVM_V}.src ${WRKDIST}/tools/clang
 
 MODULES =  lang/python
 
@@ -62,7 +63,7 @@ CONFIGURE_ARGS =  --enable-bindings=no \
 
 MODGNU_CONFIG_GUESS_DIRS =  ${WRKSRC}/autoconf
 
-CLANG_INCLUDE_PATH =   lib/clang/${LLVM_V}/include
+CLANG_INCLUDE_PATH =   lib/clang/${LLVM_V:C/rc.*$//}/include
 SUBST_VARS +=  CLANG_INCLUDE_PATH
 
 pre-configure:
Index: distinfo
===
RCS file: /cvs/ports/devel/llvm/distinfo,v
retrieving revision 1.8
diff -u -p -r1.8 distinfo
--- distinfo9 Apr 2011 21:43:39 -   1.8
+++ distinfo24 Nov 2011 03:03:55 -
@@ -1,10 +1,10 @@
-MD5 (clang-2.9.tgz) = Y03hjQS3pN7RnsTBfSPPyg==
-MD5 (llvm-2.9.tgz) = eTE4QS0q8sfH9UYV+JQ3cQ==
-RMD160 (clang-2.9.tgz) = SrecvQ4q0loicubuL7v1RoGNvXM=
-RMD160 (llvm-2.9.tgz) = yuqgZ/2h6zQZazVqCHZF+Dcxz7c=
-SHA1 (clang-2.9.tgz) = X9O1zsBQ7BKFjBYCsjzwligq1KQ=
-SHA1 (llvm-2.9.tgz) = UA9Yf4QBmaxTxPx1coOdCPqdkSM=
-SHA256 (clang-2.9.tgz) = cMQfP3gqccuqe8jW6in85CY60+hVjf7MbcEc3vF5Cd8=
-SHA256 (llvm-2.9.tgz) = ZhI2z6F0KLSM+py7mQn3VpxkuOzSGf2R28AOO1V7N3k=
-SIZE (clang-2.9.tgz) = 6243772
-SIZE (llvm-2.9.tgz) = 9574781
+MD5 (clang-3.0rc4.src.tar.gz) = rvN4zb918DT+yAdgxO4Rcg==
+MD5 (llvm-3.0rc4.src.tar.gz) = A61cynTmYq5lVxp6Hnr4pQ==
+RMD160 (clang-3.0rc4.src.tar.gz) = /IvLmEtV0Kzbq4c/zxqeSqmbPuc=
+RMD160 (llvm-3.0rc4.src.tar.gz) = cQISwvoRwBRxMPYErLatf04IN4E=
+SHA1 (clang-3.0rc4.src.tar.gz) = sTFHq8zIOwUppDvEnH6/XSmnEQs=
+SHA1 (llvm-3.0rc4.src.tar.gz) = LEKfb4RxNCrUNC5iCLCiyBqTYVA=
+SHA256 (clang-3.0rc4.src.tar.gz) = pe0GN0jKIaPyMTNq9wiPColF/eNHgzIGXG47LKgUPtg=
+SHA256 (llvm-3.0rc4.src.tar.gz) = eA6eT5RmbKebyPGju4IbHP7z6NS013t7gaFLR9a72CE=
+SIZE (clang-3.0rc4.src.tar.gz) = 7308666
+SIZE (llvm-3.0rc4.src.tar.gz) = 10526647
Index: patches/patch-tools_clang_lib_Lex_Lexer_cpp
===
RCS file: /cvs/ports/devel/llvm/patches/patch-tools_clang_lib_Lex_Lexer_cpp,v
retrieving revision 1.6
diff -u -p -r1.6 patch-tools_clang_lib_Lex_Lexer_cpp
--- patches/patch-tools_clang_lib_Lex_Lexer_cpp 13 Jan 2011 00:15:50 -  
1.6
+++ patches/patch-tools_clang_lib_Lex_Lexer_cpp 24 Nov 2011 03:03:55 -
@@ -1,7 +1,7 @@
 $OpenBSD: patch-tools_clang_lib_Lex_Lexer_cpp,v 1.6 2011/01/13 00:15:50 jeremy 
Exp $
 tools/clang/lib/Lex/Lexer.cpp.orig Tue Aug 31 09:42:00 2010
-+++ tools/clang/lib/Lex/Lexer.cpp  Thu Jan  6 11:26:07 2011
-@@ -1334,6 +1334,7 @@ static bool isEndOfBlockCommentWithEscapedNewLine(cons
+--- tools/clang/lib/Lex/Lexer.cpp.orig Sat Oct 15 12:18:56 2011
 tools/clang/lib/Lex/Lexer.cpp  Thu Nov 24 12:32:48 2011
+@@ -1853,6 +1853,7 @@ static bool isEndOfBlockCommentWithEscapedNewLine(cons
return true;
  }
  
Index: patches/patch-tools_clang_lib_Sema_AttributeList_cpp
===
RCS file: 
/cvs/ports/devel/llvm/patches/patch-tools_clang_lib_Sema_AttributeList_cpp,v
retrieving revision 1.1
diff -u -p -r1.1 patch-tools_clang_lib_Sema_AttributeList_cpp
--- patches/patch-tools_clang_lib_Sema_AttributeList_cpp13 Jan 2011 
00:15:50 -  1.1
+++ patches/patch-tools_clang_lib_Sema_AttributeList_cpp24 Nov 2011 

Re: NEW: Botan 1.10.1

2011-11-23 Thread Brad
On Mon, Nov 07, 2011 at 10:47:37AM -0500, Brad wrote:
> On Wed, Nov 02, 2011 at 10:50:04AM -0400, Brad wrote:
> > A port for Botan 1.10.1.
> > 
> > Botan is a crypto library written in C++. It provides a variety of
> > cryptographic algorithms, including common ones such as AES, MD5, SHA,
> > HMAC, RSA, Diffie-Hellman, DSA, and ECDSA, as well as many others that
> > are more obscure or specialized. It also offers X.509v3 certificates
> > and CRLs, and PKCS #10 certificate requests. A message processing
> > system that uses a filter/pipeline metaphor allows for many common
> > cryptographic tasks to be completed with just a few lines of code.
> > Assembly optimizations for common CPUs, including x86, x86-64, and
> > PowerPC, offers further speedups for critical tasks such as SHA-1
> > hashing and multiple precision integer operations.
> 
> Updated for two build issues noticed via macppc.

Updated for an issue found on i386.

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



botan.tar.gz
Description: application/tar-gz


Re: UPDATE: wxSVG 1.1.3

2011-11-23 Thread Brad
On Mon, Nov 21, 2011 at 04:19:46PM -0500, Brad wrote:
> An update to wxSVG 1.1.3.
> 
> Tested on amd64.

and now 1.1.4.


Index: Makefile
===
RCS file: /home/cvs/ports/x11/wxSVG/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile24 Jun 2011 11:17:05 -  1.16
+++ Makefile24 Nov 2011 00:57:16 -
@@ -2,13 +2,15 @@
 
 COMMENT=   C++ library to create, manipulate and render SVG files
 
-DISTNAME=  wxsvg-1.0.4
-REVISION=  3
+DISTNAME=  wxsvg-1.1.4
 EPOCH= 0
-SHARED_LIBS += wxsvg0.0  # .0.0
 CATEGORIES=x11 graphics
+MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
+EXTRACT_SUFX=  .tar.bz2
 
-HOMEPAGE=  http://www.wxsvg.org/
+SHARED_LIBS+=  wxsvg   1.0 # .2.1
+
+HOMEPAGE=  http://wxsvg.sourceforge.net/
 
 # Modified LGPL
 PERMIT_PACKAGE_CDROM=  Yes
@@ -16,38 +18,28 @@ PERMIT_PACKAGE_FTP= Yes
 PERMIT_DISTFILES_CDROM=Yes
 PERMIT_DISTFILES_FTP=  Yes
 
-MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=wxsvg/}
-EXTRACT_SUFX=  .tar.bz2
-
-WANTLIB += GL ICE SDL SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp
-WANTLIB += Xext Xfixes Xi Xinerama Xrandr Xrender Xxf86vm art_lgpl_2
-WANTLIB += atk-1.0 avcodec avformat avutil bz2 c cairo drm expat
-WANTLIB += fontconfig freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0
-WANTLIB += glib-2.0 gmodule-2.0 gobject-2.0 gsm gthread-2.0 gtk-x11-2.0
-WANTLIB += iodbc jpeg m mp3lame mspack ogg orc-0.4 pango-1.0 pangocairo-1.0
-WANTLIB += pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
-WANTLIB += schroedinger-1.0 sndio speex stdc++ swscale theoradec
-WANTLIB += theoraenc tiff usbhid vorbis vorbisenc vpx wx_base
-WANTLIB += wx_base_net wx_base_odbc wx_base_xml wx_gtk2_adv wx_gtk2_aui
-WANTLIB += wx_gtk2_core wx_gtk2_dbgrid wx_gtk2_html wx_gtk2_qa
-WANTLIB += wx_gtk2_richtext wx_gtk2_xrc x264 xcb xcb-render xcb-shm
-WANTLIB += z
-
-MODULES=   devel/gettext
-
-LIB_DEPENDS =  graphics/ffmpeg>=20080620p10 \
-   graphics/libart \
+WANTLIB+=  GL ICE SDL SM X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext
+WANTLIB+=  Xfixes Xi Xinerama Xrandr Xrender Xxf86vm atk-1.0 avcodec
+WANTLIB+=  avformat avutil bz2 c cairo drm expat ffi fontconfig
+WANTLIB+=  freetype gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0
+WANTLIB+=  gmodule-2.0 gobject-2.0 gsm gthread-2.0 gtk-x11-2.0 iodbc
+WANTLIB+=  jpeg m mp3lame mspack ogg orc-0.4 pango-1.0 pangocairo-1.0
+WANTLIB+=  pangoft2-1.0 pcre pixman-1 png pthread pthread-stubs
+WANTLIB+=  schroedinger-1.0 sndio speex stdc++ swscale theoradec
+WANTLIB+=  theoraenc tiff usbhid vorbis vorbisenc vpx wx_base
+WANTLIB+=  wx_base_net wx_base_odbc wx_base_xml wx_gtk2_adv wx_gtk2_aui
+WANTLIB+=  wx_gtk2_core wx_gtk2_dbgrid wx_gtk2_html wx_gtk2_qa
+WANTLIB+=  wx_gtk2_richtext wx_gtk2_xrc x264 xcb xcb-render xcb-shm z
+
+MODULES=   devel/gettext
+LIB_DEPENDS =  graphics/ffmpeg>=20110408 \
+   graphics/cairo \
x11/wxWidgets
 
 USE_LIBTOOL=   Yes
 CONFIGURE_STYLE=   gnu
-CONFIGURE_ARGS+=   ${CONFIGURE_SHARED} \
-   --enable-render=libart \
-   --enable-ffmpeg
-CONFIGURE_ENV+=CPPFLAGS="-I${LOCALBASE}/include" \
-   LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+=   ${CONFIGURE_SHARED}
 
-post-extract:
-   @touch ${WRKSRC}/ltmain.sh
+NO_REGRESS=Yes
 
 .include 
Index: distinfo
===
RCS file: /home/cvs/ports/x11/wxSVG/distinfo,v
retrieving revision 1.3
diff -u -p -r1.3 distinfo
--- distinfo26 May 2010 22:15:44 -  1.3
+++ distinfo24 Nov 2011 00:57:29 -
@@ -1,5 +1,5 @@
-MD5 (wxsvg-1.0.4.tar.bz2) = JHFPG9BzW3sq1DNn1dlEwg==
-RMD160 (wxsvg-1.0.4.tar.bz2) = Y8GjmD6wcywDPPO2+T6H+9+K4+E=
-SHA1 (wxsvg-1.0.4.tar.bz2) = MsXjjeQ2JsIvFQHJJmv+tw8Dz1w=
-SHA256 (wxsvg-1.0.4.tar.bz2) = WQqjJqX1Opjes3OW3rHGsnumU1C4ajCSqGhlUWKzi7o=
-SIZE (wxsvg-1.0.4.tar.bz2) = 634190
+MD5 (wxsvg-1.1.4.tar.bz2) = AEQQ5/Yfy6cTioLbTaR/pg==
+RMD160 (wxsvg-1.1.4.tar.bz2) = B9oExym9vKNXXV0Cjm5th+IHMt0=
+SHA1 (wxsvg-1.1.4.tar.bz2) = fNVojtVvL0k/upWulxHXqAdCulo=
+SHA256 (wxsvg-1.1.4.tar.bz2) = hV54bE+1d6VS4Xupr3LUrU4letoHvPEXs56UeSEYAoc=
+SIZE (wxsvg-1.1.4.tar.bz2) = 651964
Index: patches/patch-configure
===
RCS file: patches/patch-configure
diff -N patches/patch-configure
--- patches/patch-configure 26 May 2010 22:15:44 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-configure,v 1.1 2010/05/26 22:15:44 jakemsr Exp $
 configure.orig Tue May 18 12:22:59 2010
-+++ configure  Tue May 18 12:23:26 2010
-@@ -18167,7 +18167,7 @@ $as_echo "yes" >&6; }
-   :
- fi
- 
--for

Re: UPDATE: p5-Moose 1.25 ...

2011-11-23 Thread Ingo Schwarze
Hi Andreas,

Andreas Vögele wrote on Tue, Nov 22, 2011 at 03:34:47PM +0100:

> I decided to remove USE_GROFF from the Moose port.

Sounds reasonable for a Perl port, in particular since it seems
you checked the output quality, given the issues you found.

> There are two minor issues though. Both groff and mandoc render
> "=item B<< >>" as used in Moose's Pod documents wrongly.

Humm.  Looking e.g. at Moose::Object.3p, i don't really see a
problem, neither with groff nor with mandoc, and both agree.
Can you explain what exactly is wrong?

> Furthermore, mandoc doesn't wrap long URLs.

You mean, as in Moose::Spec::Role.3p, below SEE ALSO, Roles?

Groff doesn't wrap that one either, so both formatters agree.

> There are Scandinavian names in the AUTHORS section of
> MooseX::Getopt that mandoc handles much worse than groff.

Oh what a mess.  There are multiple problems here.

First, there is at least one bug in pod2man(1),
  src/gnu/usr.bin/perl/cpan/podlators/lib/Pod/Man.pm
That file defines \*(Ae in the preamble, but not \*(AE,
and then uses \*(AE in the character table, but not \*(Ae.
So both groff and mandoc misformat the given name "AEvar"
as just "var".

Second, the Perl preamble makes ample use of the roff \h'...'
escape sequence with quote-delimited numeric arguments in string
definitions for national language characters.  However, mandoc
does not handle quoted arguments for \h yet, printing garbage.
I should probably fix that in src/usr.bin/mandoc/mandoc.c.

And even if we fix both of these issues, those names are still
going to look ugly with both formatters.

> Thus p5-MooseX-Getopt keeps USE_GROFF for the time being.

Yes, that sounds reasonable for now.

Yours,
  Ingo



[UPDATE] emulators/spim

2011-11-23 Thread Azwaw OUSADOU
Tested ok in amd64 with lot of MIPS programs.


spim.diff
Description: Binary data


Re: Allow clang++ to work on OpenBSD

2011-11-23 Thread Matthew Dempsky
On Wed, Nov 23, 2011 at 9:04 AM, Mark Kettenis  wrote:
> Hard to tell if you don't explain what the problem is,

The problem is clang++ is stricter about C and C++ rules than GCC is.
E.g., it doesn't like conflicting prototypes, whereas GCC will happily
ignore them in certain cases.  See
http://marc.info/?l=openbsd-ports&m=129783295016631&w=2 for more
background.



Re: Allow clang++ to work on OpenBSD

2011-11-23 Thread Mark Kettenis
> Date: Wed, 23 Nov 2011 17:06:40 +0100
> From: Pascal Stumpf  
> 
> On Wed, 23 Nov 2011 17:00:57 +0100 (CET), Mark Kettenis wrote:
> > > Date: Thu, 17 Nov 2011 19:06:24 +0100
> > > From: Pascal Stumpf  
> > > 
> > > Hi,
> > > this diff was already suggested by matthew@ some time ago.  It renders
> > > clang++ usable with gcc's C++ include files, see:
> > > 
> > > http://marc.info/?l=openbsd-tech&m=130229126704450&w=2
> > > 
> > > I don't expect any fallout, but just to be sure, can this go through a
> > > bulk build on affected platforms (gcc4)?
> > 
> > I don't think this is the right aproach.
> 
> What is?

Hard to tell if you don't explain what the problem is,



Re: Allow clang++ to work on OpenBSD

2011-11-23 Thread Pascal Stumpf
On Wed, 23 Nov 2011 17:00:57 +0100 (CET), Mark Kettenis wrote:
> > Date: Thu, 17 Nov 2011 19:06:24 +0100
> > From: Pascal Stumpf  
> > 
> > Hi,
> > this diff was already suggested by matthew@ some time ago.  It renders
> > clang++ usable with gcc's C++ include files, see:
> > 
> > http://marc.info/?l=openbsd-tech&m=130229126704450&w=2
> > 
> > I don't expect any fallout, but just to be sure, can this go through a
> > bulk build on affected platforms (gcc4)?
> 
> I don't think this is the right aproach.

What is?

> 
> > Index: os_defines.h
> > ===
> > RCS file: /cvs/src/gnu/gcc/libstdc++-v3/config/os/bsd/openbsd/os_defines.h,
> v
> > retrieving revision 1.2
> > diff -u -p -r1.2 os_defines.h
> > --- os_defines.h26 May 2010 11:23:06 -  1.2
> > +++ os_defines.h17 Nov 2011 18:04:55 -
> > @@ -35,12 +35,6 @@
> >  // file will come before all others.
> >  
> >  #define _GLIBCXX_USE_C99 1
> > -#define _GLIBCXX_USE_C99_CHECK 1
> > -#define _GLIBCXX_USE_C99_DYNAMIC (!(__ISO_C_VISIBLE >= 1999))
> > -#define _GLIBCXX_USE_C99_LONG_LONG_CHECK 1
> > -#define _GLIBCXX_USE_C99_LONG_LONG_DYNAMIC (_GLIBCXX_USE_C99_DYNAMIC || !d
> efined __LONG_LONG_SUPPORTED)
> > -#define _GLIBCXX_USE_C99_FLOAT_TRANSCENDENTALS_CHECK 1
> > -#define _GLIBCXX_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC defined _XOPEN_SOUR
> CE
> >  typedef __builtin_va_list __gnuc_va_list;
> >  
> >  #endif
> > 
> > 
> 
> 



Re: Allow clang++ to work on OpenBSD

2011-11-23 Thread Mark Kettenis
> Date: Thu, 17 Nov 2011 19:06:24 +0100
> From: Pascal Stumpf  
> 
> Hi,
> this diff was already suggested by matthew@ some time ago.  It renders
> clang++ usable with gcc's C++ include files, see:
> 
> http://marc.info/?l=openbsd-tech&m=130229126704450&w=2
> 
> I don't expect any fallout, but just to be sure, can this go through a
> bulk build on affected platforms (gcc4)?

I don't think this is the right aproach.

> Index: os_defines.h
> ===
> RCS file: /cvs/src/gnu/gcc/libstdc++-v3/config/os/bsd/openbsd/os_defines.h,v
> retrieving revision 1.2
> diff -u -p -r1.2 os_defines.h
> --- os_defines.h  26 May 2010 11:23:06 -  1.2
> +++ os_defines.h  17 Nov 2011 18:04:55 -
> @@ -35,12 +35,6 @@
>  // file will come before all others.
>  
>  #define _GLIBCXX_USE_C99 1
> -#define _GLIBCXX_USE_C99_CHECK 1
> -#define _GLIBCXX_USE_C99_DYNAMIC (!(__ISO_C_VISIBLE >= 1999))
> -#define _GLIBCXX_USE_C99_LONG_LONG_CHECK 1
> -#define _GLIBCXX_USE_C99_LONG_LONG_DYNAMIC (_GLIBCXX_USE_C99_DYNAMIC || 
> !defined __LONG_LONG_SUPPORTED)
> -#define _GLIBCXX_USE_C99_FLOAT_TRANSCENDENTALS_CHECK 1
> -#define _GLIBCXX_USE_C99_FLOAT_TRANSCENDENTALS_DYNAMIC defined _XOPEN_SOURCE
>  typedef __builtin_va_list __gnuc_va_list;
>  
>  #endif
> 
> 



Re: R crashes due to pthread issues

2011-11-23 Thread Amit Kulkarni
>> > I can not use any tested graphical features of R without it crashing
>> > because of some pthread issue.
>> >
>> > Is this a known problem? Any ideas, solutions or workarounds?
>>
>> Benjamin,
>>
>> If you are willing to test patches, I will be willing to update R to
>> latest version with feedback from previous months. I don't grok R, and
>> I need somebody who can give feedback that R is working as it should.
>>
>> please let me know, and I will do it soon.
>
> Absolutely. I just realized that the version in ports is to old to use
> ggplot2 and plyr. So I would really like to help to get a new version
> in.
>

Ok, there's a version of R in www.github.com/jasperla/openbsd-wip/

I will place the updated version of R in the same place. Give me a few
days to collect everything together.

thanks for the testing offers! they are hard to come by :-)



van Etten's CLIPPINGs - 23 Nov - Focus Media Continues Repurchasing of Shares

2011-11-23 Thread CLIPPINGs Central
Circulation: 39,670 23/11/2011  Sent to:ports@openbsd.org 


 








 








 
 



 




Your AD here?
 
contact me
 
l...@talktalk.net












Boxcar Down: The Albanian Incident by Charles L. Lunsford





Publisher
CLIPPINGs
57 Nutbourne Str
London W10 4HW
England   






Subscriptions & Comments to:   
email: l...@talktalk.net


"Weniger aber Besser", Rams 


Published Daily and Weekly
In Affiliation with:
DAILY EDITION 



Primary Sponsor




To ensure that you receive our special e-mail offers, please 
add...@talktalk.net to your address book. If you received this e-mail from a 
friend and would like to subscribe to our e-mail list, click here. To update 
your e-mail address, click here.  The newsletter is paid for by advertisement 
and sent to Specials Subscribers on behalf of Leadresearch.co.uk. If you wish 
to unsubscribe to future e-mails from CLIPPINGs, please click here. Or send a 
request to: Clippings - 57 Nutbourne Str. London W10 4HW - England 

The Nudge & coming reality - Change for a Dollar Don’t forget to remain human, 
it's all we got folks.




Most Popular Link - Yesterday
50-person mob shoplifts at 7-ELEVEN... 




GENERAL NEWS
Focus Media Continues Repurchasing of Shares, and Chairman Announces US$11 
Million Block Purchase of ADSs 
CT commits to $11 million spend with Barco
 
Black & Decker uses real time interactive 3D at Nurburgring corporate event
 
The Interview: Bryan Meszaros OpenEye #CETW...why it is important to understand 
what your customer is expecting. 5:22
 
Prysm's Laser Phosphor Display Transforms Barneys New York Window into Gaga's 
Workshop for the Holidays
 
Walmart Checkout TV Network Features the Ad Council’s Food Safe Families PSA
 
Report: Retailers With Superior ‘Store Experiences’ Likely to Win the 
Multi-Channel Race
 
Thanksgiving & Black Friday in Dothan, Alabama
 
Ströer Expands Digital Out-of-Home Network into Hamburg Shopping Centers
 
DS at Staples: Zwischen Druckern und Ordnern: Digitale Signage bei Staples
 
DFW Airport taps Microsoft Tags to offer incentives from concessions
 
UK: Kishino and Total Immersion Supply Augmented Reality to Tesco
 
Royaume-Uni : Clear Channel va croitre de 60% son parc digital dans les centres 
commerciaux
 
Interactive Light Installation Inspired By Sir Isaac Newton [Video]
 
Can Harrods do it?  Saks Fifth, video mapped








New Stuff  
Next generation of Microsoft Surface available for pre-order in 23 countries
 
Measurement: COMBNavigator® 2012. Better data. Smarter planning.
 
AAXA’s P4 Pico Projector Puts 80 Lumens In Your Palm 
 
Researchers See Retina Display, Raise Them A Cornea Display 
 
CETW11: NEC talks ultra-thin digital signage displays (Video)
 
NEC launch 3 chip DLP projector
 
Baanto Launches New Additions to ShadowSense Open Frame Touch Screen Family
 
Samsung SUR40 Available for Preorder
 
Teaming Up Digital Signage Grows In Stadium Applications.  Read More... 
 
Latest Version of Grass Valley EDIUS Adds More Functionality for Editing in a 
Multiformat World
 
www.BigBritishGiveaway.com , is a daily give away site, created by Mark 
Bowness, that enables businesses to reach new city wide and national customers 
across the UK via the power of social media.
 
Full Spectrum: projectiondesign® releases FS32 IR NVG projector at I/ITSEC 
2011..plus..projectiondesign® launches 2nd Generation LED projector, the FL35 
wqxga
 
TouchSystems Adds Two Enhanced Digital Signage Displays to Its P Series Product 
Line Up
 
Jefferson County Broadcasts To Channel 17 With Help From Specialized 
Communications / Noventri




 


Heard on The Street 
Engineers take first step towards augmented-reality contact lenses
Advertising-based Digital Out-of-Home and Digital Place-based Networks 
operating in North America will receive support for revenue achievement, 
investment attraction and operating success through a program announced by BUNN 
Co. Elements of the program include introductions to advertisers and investors, 
education, business planning support, performance benchmarking and peer 
networking
 
Eyes On moves closer to standard for OOH measurement; Digital OOH on horizon
 
Touch-glass in ITU Telecom world in Geneve.
 
Can Social Shopping Finally Take Off?
 
Media Life Magazine Highlights Point-Of-Care Media
 
Pull&Bear Interactive Store: conseguir la participación en retail a través de 
digital signage 
 
CETW11: Rhombus in New York (Video)
 
eBay: Give-A-Toy Store Window Installation  video of the inwindow display in 
action 1:19
 
Reminder:  DOOH Business Acceleration Program - late January 2012, New York 
Contact l...@lylebunn.com for details
 
New ‘Arrivals Unlocked’ research shows Arrivals’ advertising is powerful 
opportunity for brands
 
Focus Media Responds to the Allegations Raised by Muddy Waters
 
Focus Media to Host Conference Call on November 22, 2011 to Respond to 
Allegations
 
Paulo Stephan palestra no 1º Forum ABA Out-Of-Home.
 
Are you using QR codes on kiosk receipts?
 

Re: cmake reports wrong lib filename

2011-11-23 Thread Daniel Bolgheroni
On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote:
>
> I think it's using a local FindGDAL.cmake, since the system one from
> /usr/local/share/cmake/Modules/FindGDAL.cmake is working fine:

Just another question: the port I'm working has a local cmake directory with
some FindWhateverLib.cmake. If it finds the local version, it uses the
local version instead of the Find*.cmake files available in
/usr/local/share/cmake/Modules.

Are there any way to do the inverse, as in "look for the system
installed Find*.cmake files, otherwise look for the local Find*.cmake
files"?

Didn't find anything in documentation.

Thank you.



Re: R crashes due to pthread issues

2011-11-23 Thread Benjamin Nadland
On Tue, Nov 22, 2011 at 12:05:42PM -0600, Amit Kulkarni wrote:
> > I can not use any tested graphical features of R without it crashing
> > because of some pthread issue.
> >
> > Is this a known problem? Any ideas, solutions or workarounds?
> 
> Benjamin,
> 
> If you are willing to test patches, I will be willing to update R to
> latest version with feedback from previous months. I don't grok R, and
> I need somebody who can give feedback that R is working as it should.
> 
> please let me know, and I will do it soon.

Absolutely. I just realized that the version in ports is to old to use
ggplot2 and plyr. So I would really like to help to get a new version
in.

Thanks.



Re: amavisd rc.d script

2011-11-23 Thread Giovanni Bechis
On 11/22/11 19:05, Tim Howe wrote:
> The rc.d script that comes with amavisd-new was unable to stop the
> server for me.  Is seems pkill/pgrep does not recognize the pexp
> expression, so the check sub tells it it isn't running and the stop sub
> isn't run.  I was able to make it work with the following:
> 
It has been fixed in -current more than a month ago.
 Cheers
  Giovanni



Mulheres Descontos de até 90% Hoje em diversos Serviços e Produtos Confira!

2011-11-23 Thread OfertaDelas
Oferta Delas

As melhores ofertas de
Campo Grande

Mega Pacote com 75% de desconto em 1 Limpeza de Pele + 1 Aplicaca��o de
Ultrasom Facial + 1 Aplica��o de Radiofrequencia ( De R$ 180,00 Por R$
49,90 )

R$ 49,90
[IMAGE]

[IMAGE]


Quer Ficar Bonita Neste Final de Ano? Ent�o Aproveite!!! 70% OFF em 1
Cristaliza��o + Escova na Big Star ( De R$ 90,00 Por R$ 29,90 )

R$ 29,90
[IMAGE]

[IMAGE]


Mulher Cuidado e Limpeza para seu Carro, um luxo com Porta Lixo de Couro
Legit�mo Artesanal ( De R$ 49,90 Por R$ 19,90 ) Diversas Cores

R$ 19,90
[IMAGE]

[IMAGE]


FisClin Centro Cl�nico traz para voc� 1 Peeling + Esfolia��o Facial +
Hidrata��o Facial ( De R$ 110,00 Por R$ 39,90 )

R$ 39,90
[IMAGE]

[IMAGE]


Show! 75% de desconto em 1 Hidrata��o da Matrix Loreal + Escova ( De R$
75,00 Por R$ 19,90 )

R$ 19,90
[IMAGE]

[IMAGE]

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

[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.


Hoje descontos de até 90% em Depilação | 50% Picanha na Chapa+Suco+Acompanhamentos | 53% Workshop Sensual | 50% 2 Pé =?utf-8?B?cyBlIDQgTcOjb3MgfCA2MCUgVW5oY

2011-11-23 Thread Incriveis Ofertas - Campo Grande
www.incriveisofertas.com

[IMAGE] Aprenda com quem Entende! Curso de Auto Maquiagem 2 dias ( De R$
180,00 Por R$ 59,00 )

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


[IMAGE] Alivia-se dos sintomas da TPM e tenha um �timo Equil�brio
Hormonal com o �leo de Pr�mula de R$ 32,50 por apenas R$ 15,90 na Nattu
Sa�de. (51% OFF).

de R$ 32,50 por R$ R$ 15,90


[IMAGE] Hummm Picanha na Chapa Para 2 Pessoas + Por��o de Batata Frita +
Acompanhamento (arroz, vinagrete, mandioca, farofa e creme de alho) + 2
Sucos de 500ML por apenas R$29,90

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


[IMAGE] Quase de gra�a! 90% OFF em Depila��o de Virilha Completa + Axilas
+ Bu�o + Desing de Sombrancelhas ( De R$ 60,00 Por s� R$ 8,00 )

de R$ 60,00 por R$ R$ 8,00


[IMAGE] M�ximo Prazer! Workshop Sensual com Strip Tease e Pole Dance
Sensual + Potinho com 2 bolinhas comest�veis na Nuh Prazer Sex Shop de R$
95,00 por R$ 44,99. (53% OFF).

de R$ 95,00 por R$ R$ 44,99


[IMAGE] Presente Incr�vel! Manicure e Pedicure com 50% OFF - Pacote de 4
M�os e 2 P�s ( De R$ 80,00 Por R$ 39,90 )

de R$ 80,00 por R$ R$ 39,90


[IMAGE] Imperd�vel Novidade para suas m�os!!! 60% OFF em Unhas de Gel (
De R$ 190,00 Por R$ 78,90 )

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



[IMAGE]

Não desejo mais receber estes e-mails.


Squid 3.1

2011-11-23 Thread Steve Shockley

Is anyone working on Squid 3.1?



Re: Learning to code, Learning to port. CogVM on OpenBSD

2011-11-23 Thread David Coppa
On Wed, Nov 23, 2011 at 1:49 PM, Andres Perera  wrote:

> freebsd libexecinfo is in ports

Although now it's marco's libbacktrace, which is better...

ciao,
David



Re: Learning to code, Learning to port. CogVM on OpenBSD

2011-11-23 Thread Andres Perera
On Wed, Nov 23, 2011 at 8:01 AM,   wrote:
> Hi All
>
> I've decided to learn some programming. I've been doing Smalltalk
> programming for a short while but want to get more into
> C/Perl/Javascript/etc.
> I've decided to try and port CogVM (Or indeed, squeakvm-4) to OpenBSD.
> I have been told by my close friend and a contributor to OpenBSD that I'll
> run into the "Everything is Linux on x86" attitude.
> So, I would like some guidance and help in order to learn to do this, so
> that I may further contribute to OpenBSD in the future.
>
> So far I've got svn of latest CogVM
>
> svn co http://www.squeakvm.org/svn/squeak/branches/Cog/platforms
> svn co http://www.squeakvm.org/svn/squeak/branches/Cog/src
> svn co http://www.squeakvm.org/svn/squeak/branches/Cog/unixbuild
>
> I run the conifuration as layed out in the readme.
>
> ../../platforms/unix/config/configure --without-vm-display-fbdev
> --without-npsqueak CFLAGS="-g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG
> -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0"
> LIBS=-lpthread
>
> After it is successful I then make, which is where I run into problems.
> gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1
> -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0 -msse -DLSB_FIRST=1
> -DHAVE_CONFIG_H -DSQUEAK_BUILTIN_PLUGIN -I/home/dusty/cogvm/unixbuild/bld
> -I/home/dusty/cogvm/unixbuild/bld -I/home/dusty/cogvm/platforms/unix/vm
> -I/home/dusty/cogvm/platforms/Cross/vm -I/home/dusty/cogvm/src/vm
> -I/home/dusty/cogvm/platforms/Cross/vm -I/home/dusty/cogvm/platforms/unix/vm
> -I/home/dusty/cogvm/src/vm
> -I/home/dusty/cogvm/platforms/Cross/plugins/FilePlugin
> -I/home/dusty/cogvm/platforms/unix/plugins/B3DAcceleratorPlugin
> -I/home/dusty/cogvm/unixbuild/bld -I/home/dusty/cogvm/unixbuild/bld
> -I/home/dusty/cogvm/platforms/unix/vm -I/home/dusty/cogvm/platforms/Cross/vm
> -I/home/dusty/cogvm/src/vm -I/usr/X11R6/include -c -o sqUnixMain.o
> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c
> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c:62:23: error: execinfo.h:
> No such file or directory

freebsd libexecinfo is in ports

> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c:133:23: error: SqDisplay.h:
> No such file or directory
> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c: In function
> 'imageNamePutLength':
>
> [..snip..]
>
> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c: In function
> 'ioExitWithErrorCode':
> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c:1782: error: dereferencing
> pointer to incomplete type
> *** Error code 1
>
> Stop in /home/dusty/cogvm/unixbuild/bld/vm (line 267 of Makefile).
> *** Error code 1
>
> Stop in /home/dusty/cogvm/unixbuild/bld (line 406 of Makefile).
> $
>
> So, where to from here? Teach me that I may learn.
>
> Many Thanks.
> Dusty
>
>



Learning to code, Learning to port. CogVM on OpenBSD

2011-11-23 Thread riverdusty

Hi All

I've decided to learn some programming. I've been doing Smalltalk  
programming for a short while but want to get more into  
C/Perl/Javascript/etc.

I've decided to try and port CogVM (Or indeed, squeakvm-4) to OpenBSD.
I have been told by my close friend and a contributor to OpenBSD that I'll  
run into the "Everything is Linux on x86" attitude.
So, I would like some guidance and help in order to learn to do this, so  
that I may further contribute to OpenBSD in the future.


So far I've got svn of latest CogVM

svn co http://www.squeakvm.org/svn/squeak/branches/Cog/platforms
svn co http://www.squeakvm.org/svn/squeak/branches/Cog/src
svn co http://www.squeakvm.org/svn/squeak/branches/Cog/unixbuild

I run the conifuration as layed out in the readme.

../../platforms/unix/config/configure --without-vm-display-fbdev  
--without-npsqueak CFLAGS="-g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG  
-DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0"  
LIBS=-lpthread


After it is successful I then make, which is where I run into problems.
gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1  
-DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0 -msse -DLSB_FIRST=1  
-DHAVE_CONFIG_H -DSQUEAK_BUILTIN_PLUGIN -I/home/dusty/cogvm/unixbuild/bld  
-I/home/dusty/cogvm/unixbuild/bld -I/home/dusty/cogvm/platforms/unix/vm  
-I/home/dusty/cogvm/platforms/Cross/vm -I/home/dusty/cogvm/src/vm  
-I/home/dusty/cogvm/platforms/Cross/vm  
-I/home/dusty/cogvm/platforms/unix/vm -I/home/dusty/cogvm/src/vm  
-I/home/dusty/cogvm/platforms/Cross/plugins/FilePlugin  
-I/home/dusty/cogvm/platforms/unix/plugins/B3DAcceleratorPlugin  
-I/home/dusty/cogvm/unixbuild/bld -I/home/dusty/cogvm/unixbuild/bld  
-I/home/dusty/cogvm/platforms/unix/vm  
-I/home/dusty/cogvm/platforms/Cross/vm -I/home/dusty/cogvm/src/vm  
-I/usr/X11R6/include -c -o sqUnixMain.o  
/home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c
/home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c:62:23: error: execinfo.h:  
No such file or directory
/home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c:133:23: error:  
SqDisplay.h: No such file or directory
/home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c: In  
function 'imageNamePutLength':


[..snip..]

/home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c: In  
function 'ioExitWithErrorCode':
/home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c:1782: error: dereferencing  
pointer to incomplete type

*** Error code 1

Stop in /home/dusty/cogvm/unixbuild/bld/vm (line 267 of Makefile).
*** Error code 1

Stop in /home/dusty/cogvm/unixbuild/bld (line 406 of Makefile).
$

So, where to from here? Teach me that I may learn.

Many Thanks.
Dusty


Re: cmake reports wrong lib filename

2011-11-23 Thread David Coppa
On Wed, Nov 23, 2011 at 12:04 PM, Daniel Bolgheroni  wrote:
> On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote:
>> On Tue, Nov 22, 2011 at 8:21 PM, Daniel Bolgheroni  
>> wrote:
>> > Hi ports@,
>> >
>> > does anyone have some experience in cmake to help me with it? I'm
>> > working on a port, however I'm having the following problem.
>>
>> What port is this?
>
> Working on a port of openModeller, which uses cmake.
>
> http://openmodeller.sourceforge.net
>
>> I think it's using a local FindGDAL.cmake, since the system one from
>> /usr/local/share/cmake/Modules/FindGDAL.cmake is working fine:
>>
>> -- Found GDAL: /usr/local/lib/libgdal.so.17.0
>>
>> Check for this and let me know...
>
> Right to the point.

Simply remove the local FindGDAL.cmake using the "pre-configure" stage:


pre-configure:
 @rm -f ${WRKSRC}/path/to/FindGDAL.cmake


> Thank you.

You're welcome

ciao,
David



Re: cmake reports wrong lib filename

2011-11-23 Thread Daniel Bolgheroni
On Wed, Nov 23, 2011 at 09:28:24AM +0100, David Coppa wrote:
> On Tue, Nov 22, 2011 at 8:21 PM, Daniel Bolgheroni  
> wrote:
> > Hi ports@,
> >
> > does anyone have some experience in cmake to help me with it? I'm
> > working on a port, however I'm having the following problem.
> 
> What port is this?

Working on a port of openModeller, which uses cmake.

http://openmodeller.sourceforge.net
 
> I think it's using a local FindGDAL.cmake, since the system one from
> /usr/local/share/cmake/Modules/FindGDAL.cmake is working fine:
> 
> -- Found GDAL: /usr/local/lib/libgdal.so.17.0
> 
> Check for this and let me know...

Right to the point.

Thank you.



You have recieved A Greetings from your friend

2011-11-23 Thread Egreetings.com
egreetings.com

You have recieved A Greetings from your friend

Hello!

You have recieved a Greetings from www.egreetings.com

To see it, click here,

There's something special about that ECard feeling. We invite you to make
a friend's day and send one.


For your security, if you'd prefer not to click on links within this
email:

1. Type http://www.egreetings.com/findit, into your web browser

2. Enter the following code --> 4468144755452

Please do not reply to this email.

To help resolve your issue or question send an email to
h...@egreetings.com. We have an extensive help center that may answer
your questions, or you can choose to email us from there.

http://www.egreetings.com/email-protection

Thank you! Your friends at Egreetings.com
Your privacy is our priority. Click the "Privacy and Security" link at
the bottom of this E-mail to view our policy.

egreetings.com | Privacy & Security | Customer Service | Store Locator


Belangrijk: Security Alert op uw Rabobank rekening

2011-11-23 Thread Rabobank
Amsterdam, 23 November, 2011

009785.



Geachte klant,

Rabo Bank is niet in staat om uw account te verifieren. Uw account dient
zo snel mogelijk geverifieerd te worden. U kunt uw account simpel weg
verifieren door op de volgende link te klikken.

htttp://rabo.nl/verificatie

Lukt dit proces? Dan word u doorverwezen naar het Klantenservice pagina
van rabo.nl

Hoogachtend,

Klantenservice,
2011 Rabo Bank Nederland


Re: cmake reports wrong lib filename

2011-11-23 Thread David Coppa
On Tue, Nov 22, 2011 at 8:21 PM, Daniel Bolgheroni  wrote:
> Hi ports@,
>
> does anyone have some experience in cmake to help me with it? I'm
> working on a port, however I'm having the following problem.

What port is this?

I think it's using a local FindGDAL.cmake, since the system one from
/usr/local/share/cmake/Modules/FindGDAL.cmake is working fine:

-- Found GDAL: /usr/local/lib/libgdal.so.17.0

Check for this and let me know...

ciao,
David