roundcubemail on openbsd 5.0 virtusertable

2011-12-15 Thread Wesley M.
Hi,

I tried to blank tables in roundcubemail database, done.
But it still doesn't work. I can't login with user@domain
I can only with : username
And mails are sent with @localhost

I let you my main.inc.php file attached
And the file /var/www/roundcubemail/virtusertable contain :
user@domain  user
userx@domainx userx

Thank you for your replies and your help.
Wesley M.

PS : OpenBSD 5.0 / rouncubemail package 0.5.3p1

 Original Message 
Subject: Re: roundcubemail on openbsd 5.0
Date: Wed, 14 Dec 2011 21:35:49 +
From: Stuart Henderson 
To: "Wesley M." 
Cc: m...@openbsd.org, mwlu...@blackhelicopters.org, ports@openbsd.org
Reply-To: ports@openbsd.org

I have just tested this method with roundcube 0.7 on OpenBSD with
a blank database and it works fine there, logging in with the full
email address as specified in the left-hand column of the
virtusertable file uses the username on the right-hand-side as
the imap login name, and in prefs/identities it shows up the
full list of sender addresses with a matching entry.

Have you tried it with a blank database?

Reply-to set to ports@, though you might do better with a roundcube
forum instead if you still have problems..



On 2011/12/14 10:33, Wesley M. wrote:
> Hi,
> 
> I use sendmail 8.14.15 with virtusertable and procmail for multiple
> domains and
> dovecot 2.0; and Apache (chrooted in /var/www)
> MAILDIR : /var/mailserver/%u/
> IMAP/POP3/IMAPS/POP3S works.
> I just want :
> 
> At the Roundcube login page, type user1@domain1 and 
> send emails from this email :user1@domain1 without @localhost
> 
> Actually i can only log in with user1 and when i send email, i have
> user1@localhost
> 
> I tried this :
> add these 2 lines
> in main.inc.php and cp /etc/mail/virtusertable in
/var/www/roundcubemail/
> 
> $rcmail_config['plugins'] = array('virtuser_file');
> $rcmail_config['virtuser_file'] = '/roundcubemail/virtusertable'; 
> add a new user, try to connect with
> user_new@domain1 : no success
> try to connect with user_new : OK but always
> send emails with @localhost 
> 
> I read man pages, a lot of documents in
> Internet, it doesn't work for me.
> Any idea ? 
> 
> Thank you very much for your
> replies, your helps. 
> 
> Wesley. 
> 
> www.mouedine.net
> 
> On Tue, 13 Dec 2011 20:48:16 +, Stuart Henderson

> wrote:
> > On 2011/12/13 15:28, Michael W. Lucas wrote:
> >> I have Roundcube elsewhere.  It basically runs like any other
> >> IMAP/pop3 client, e.g., communicates over port 110/995/whatever.  My
> >> roundcube install isn't actually on my mail server.
> >> 
> >> This leads me to think that copying system files into the chroot
isn't
> >> going to help.
> > 
> > It has some special support for looking up usernames from a file
> > in virtusertable format. Can't say I've used it myself though..
> > 
> >> Using a mail client other than roundcube, can you authenticate to the
> >> server using user@domain, and send mail from user@domain?
> > 
> > Had Wesley followed the advice in my email about where to look
> > in the config file etc. he would probably have it working by now.
> > 
> >> > > See the config file, where it says "This domain will be used to
> >> > > form e-mail addresses of new users". Note that it says *new*;
> >> > > existing users will need to be changed in the database.
<>


Re: unclusterfuck databases/jxplorer

2011-12-15 Thread Ted Unangst
On Wed, Dec 14, 2011, Amit Kulkarni wrote:
> On Wed, Dec 14, 2011 at 3:53 PM, Matthias Kilian 
> wrote:
>> - Make it at least startable (it was unusable after the removal of
>>  jdk-1.5, and nobody noticed/complained).
> 
> now that the ports infra is growing so many ports from 6000 in 4.7 to
> 7200-7500 in 5.1 (estimated), this is going to be a frequent
> occurrence. is there a way we can enforce a basic "make run" to
> atleast checkout if a port runs, somewhat like "make regress". this
> should let us know much faster of potential problems. there won't be
> enough people to test them all anyway. it won't be feasible for all
> ports but for most it would be...

it's maybe even a good thing if breakage goes unnoticed.  that means
the port is unused and we shouldn't waste time fixing it.



games/stone-soup: add .desktop file

2011-12-15 Thread Stefan Sperling
ok?

Index: Makefile
===
RCS file: /cvs/ports/games/stone-soup/Makefile,v
retrieving revision 1.6
diff -u -p -r1.6 Makefile
--- Makefile6 Dec 2011 14:12:53 -   1.6
+++ Makefile15 Dec 2011 23:58:30 -
@@ -9,7 +9,7 @@ VERSION =   0.7.2
 DISTNAME=  stone_soup-${VERSION}-nodeps
 EXTRACT_SUFX=  .tar.bz2
 PKGNAME=   stone-soup-${VERSION}
-REVISION=  1
+REVISION=  2
 
 BROKEN-arm=tilegen.elf loops burning cpu
 
@@ -29,6 +29,7 @@ MAKE_FLAGS =  LUA_INCLUDE_DIR=${LOCALBAS
 MODULES =  lang/lua
 WANTLIB =  c m stdc++ lua sqlite3
 
+RUN_DEPENDS =  devel/desktop-file-utils
 LIB_DEPENDS =  databases/sqlite3
 
 # Almost nethack...
@@ -59,6 +60,10 @@ post-install:
chmod 755 ${PREFIX}/bin/crawl-ss
${INSTALL_MAN} ${WRKDIST}/docs/crawl.6 ${PREFIX}/man/man6/crawl-ss.6
${INSTALL_DATA} ${WRKDIST}/README.txt ${PREFIX}/share/crawl/docs
+   ${INSTALL_DATA_DIR} ${PREFIX}/share/pixmaps ${PREFIX}/share/applications
+   cp ${PREFIX}/share/crawl/dat/tiles/stone_soup_icon-32x32.png \
+   ${PREFIX}/share/pixmaps/stone-soup.png
+   ${INSTALL_DATA} ${FILESDIR}/stone-soup.desktop 
${PREFIX}/share/applications
 
 NO_REGRESS=Yes
 
Index: files/stone-soup.desktop
===
RCS file: files/stone-soup.desktop
diff -N files/stone-soup.desktop
--- /dev/null   1 Jan 1970 00:00:00 -
+++ files/stone-soup.desktop15 Dec 2011 23:45:52 -
@@ -0,0 +1,9 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Dungeon Crawl Stone Soup
+Exec=crawl-ss
+Icon=stone-soup.png
+Terminal=false
+Type=Application
+Categories=Application;Game;
+StartupNotify=false
Index: pkg/PFRAG.no-no_x11
===
RCS file: /cvs/ports/games/stone-soup/pkg/PFRAG.no-no_x11,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PFRAG.no-no_x11
--- pkg/PFRAG.no-no_x11 24 Apr 2011 20:14:06 -  1.1.1.1
+++ pkg/PFRAG.no-no_x11 15 Dec 2011 23:49:55 -
@@ -1,4 +1,6 @@
 @comment $OpenBSD: PFRAG.no-no_x11,v 1.1.1.1 2011/04/24 20:14:06 stsp Exp $
+share/applications/
+share/applications/stone-soup.desktop
 share/crawl/dat/tiles/
 share/crawl/dat/tiles/Vera.ttf
 share/crawl/dat/tiles/VeraMono.ttf
@@ -11,3 +13,5 @@ share/crawl/dat/tiles/stone_soup_icon-32
 share/crawl/dat/tiles/stone_soup_icon-win32.png
 share/crawl/dat/tiles/title.png
 share/crawl/dat/tiles/wall.png
+share/pixmaps/
+share/pixmaps/stone-soup.png



devel/gdb: fix reading core files on amd64

2011-12-15 Thread Pascal Stumpf
This patch by kettenis@, pulled from base gdb, allows gdb to read
registers from core files.  I wonder why changes to other files in the
same commit got upstreamed, but this one did not ...

Cheers,
Pascal


Index: Makefile
===
RCS file: /cvs/ports/devel/gdb/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile13 Nov 2011 14:56:57 -  1.18
+++ Makefile15 Dec 2011 23:09:05 -
@@ -4,7 +4,7 @@ COMMENT=GNU debugger
 CATEGORIES=devel
 
 DISTNAME=  gdb-7.2
-REVISION=  6
+REVISION=  7
 
 HOMEPAGE=  http://www.gnu.org/software/gdb/
 
Index: patches/patch-gdb_amd64obsd-tdep_c
===
RCS file: patches/patch-gdb_amd64obsd-tdep_c
diff -N patches/patch-gdb_amd64obsd-tdep_c
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-gdb_amd64obsd-tdep_c  15 Dec 2011 23:09:05 -
@@ -0,0 +1,38 @@
+$OpenBSD$
+--- gdb/amd64obsd-tdep.c.orig  Fri Jan  1 08:31:29 2010
 gdb/amd64obsd-tdep.c   Thu Dec 15 23:55:16 2011
+@@ -456,9 +456,6 @@ amd64obsd_init_abi (struct gdbarch_info info, struct g
+   tdep->gregset_num_regs = ARRAY_SIZE (amd64obsd_r_reg_offset);
+   tdep->sizeof_gregset = 24 * 8;
+ 
+-  set_gdbarch_regset_from_core_section (gdbarch,
+-  amd64obsd_regset_from_core_section);
+-
+   tdep->jb_pc_offset = 7 * 8;
+ 
+   tdep->sigtramp_p = amd64obsd_sigtramp_p;
+@@ -479,6 +476,17 @@ amd64obsd_init_abi (struct gdbarch_info info, struct g
+ }
+ 
+ 
++/* Traditional (a.out) NetBSD-style core dumps.  */
++
++static void
++amd64obsd_core_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
++{
++  amd64obsd_init_abi (info, gdbarch);
++
++  set_gdbarch_regset_from_core_section
++(gdbarch, amd64obsd_regset_from_core_section);
++}
++
+ /* Provide a prototype to silence -Wmissing-prototypes.  */
+ void _initialize_amd64obsd_tdep (void);
+ 
+@@ -493,5 +501,5 @@ _initialize_amd64obsd_tdep (void)
+ 
+   /* OpenBSD uses traditional (a.out) NetBSD-style core dumps.  */
+   gdbarch_register_osabi (bfd_arch_i386, bfd_mach_x86_64,
+-GDB_OSABI_NETBSD_AOUT, amd64obsd_init_abi);
++GDB_OSABI_NETBSD_AOUT, amd64obsd_core_init_abi);
+ }



Re: Zope & python 2.4

2011-12-15 Thread Federico Schwindt
zope is gone. RIP.
any OKs on the diff below?

On Wed, Dec 14, 2011 at 11:20 PM, Federico G. Schwindt  wrote:
> Hi,
>
> I'm planning to commit this along with the zope/plone removal.
> Comments? OKs?
>
> f.-
>
> Index: databases/Makefile
> ===
> RCS file: /cvs/ports/databases/Makefile,v
> retrieving revision 1.201
> diff -u -p -r1.201 Makefile
> --- databases/Makefile  12 Nov 2011 17:18:55 -      1.201
> +++ databases/Makefile  15 Dec 2011 02:14:31 -
> @@ -134,12 +134,10 @@
>      SUBDIR += py-cdb
>      SUBDIR += py-couchdb
>      SUBDIR += py-elixir
> -     SUBDIR += py-ldap,python2.4
>      SUBDIR += py-ldap
>      SUBDIR += py-mysql
>      SUBDIR += py-odbc
>      SUBDIR += py-pgsql
> -     SUBDIR += py-psycopg,python2.4
>      SUBDIR += py-psycopg
>      SUBDIR += py-psycopg2
>      SUBDIR += py-pygresql
> Index: databases/py-ldap/Makefile
> ===
> RCS file: /cvs/ports/databases/py-ldap/Makefile,v
> retrieving revision 1.32
> diff -u -p -r1.32 Makefile
> --- databases/py-ldap/Makefile  17 Oct 2011 13:57:59 -      1.32
> +++ databases/py-ldap/Makefile  15 Dec 2011 02:14:32 -
> @@ -8,7 +8,7 @@ COMMENT-examples=       example programs for t
>  V=                     2.3.1
>  DISTNAME=              python-ldap-${V}
>  PKGNAME-main=          py-ldap-${V}
> -REVISION-main =                9
> +REVISION-main =                10
>  FULLPKGNAME-examples=  py-ldap-examples-${V}
>  REVISION-examples =    9
>  FULLPKGPATH-examples=  databases/py-ldap,-examples
> @@ -28,24 +28,12 @@ WANTLIB-main=               crypto ssl ${MODPY_WANTLI
>  MASTER_SITES=          ${MASTER_SITE_SOURCEFORGE:=python-ldap/}
>
>  MODULES=               lang/python
> -MODPY_VERSION=         ${FLAVOR:S/python//}
>
>  LIB_DEPENDS-main=      databases/openldap \
>                        security/cyrus-sasl2
>  WANTLIB-main +=                ldap_r>=7 lber>=7 sasl2>=2
>
> -FLAVORS=               python2.4 python2.7
> -.if !defined(FLAVOR) || empty(FLAVOR)
> -FLAVOR=                        python2.7
> -.endif
> -
> -.if ${FLAVOR} == "python2.4"
> -MULTI_PACKAGES= -main
> -.elif ${FLAVOR} == "python2.7"
>  MULTI_PACKAGES= -main -examples
> -.else
> -ERRORS+=       "Fatal: You must select one version: ${FLAVORS}"
> -.endif
>
>  EXAMPLESDIR=           ${PREFIX}/share/examples/py-ldap
>
> Index: databases/py-ldap/pkg/PFRAG.python2.7-main
> ===
> RCS file: databases/py-ldap/pkg/PFRAG.python2.7-main
> diff -N databases/py-ldap/pkg/PFRAG.python2.7-main
> --- databases/py-ldap/pkg/PFRAG.python2.7-main  12 Jun 2011 09:02:32 -    
>   1.1
> +++ /dev/null   1 Jan 1970 00:00:00 -
> @@ -1,2 +0,0 @@
> -@comment $OpenBSD: PFRAG.python2.7-main,v 1.1 2011/06/12 09:02:32 rpointel 
> Exp $
> -@pkgpath databases/py-ldap,-main[,python2.5][,python2.6]
> Index: databases/py-ldap/pkg/PLIST-main
> ===
> RCS file: /cvs/ports/databases/py-ldap/pkg/PLIST-main,v
> retrieving revision 1.5
> diff -u -p -r1.5 PLIST-main
> --- databases/py-ldap/pkg/PLIST-main    12 Jun 2011 09:02:32 -      1.5
> +++ databases/py-ldap/pkg/PLIST-main    15 Dec 2011 02:14:32 -
> @@ -1,8 +1,6 @@
>  @comment $OpenBSD: PLIST-main,v 1.5 2011/06/12 09:02:32 rpointel Exp $
> -@option no-default-conflict
> -@conflict py-ldap-*-python${MODPY_VERSION}
>  @pkgpath databases/py-ldap
> -%%python2.7%%
> +@pkgpath databases/py-ldap,-main[,python2.5][,python2.6][,python2.7]
>  lib/python${MODPY_VERSION}/site-packages/_ldap.so
>  lib/python${MODPY_VERSION}/site-packages/dsml.py
>  lib/python${MODPY_VERSION}/site-packages/dsml.pyc
> Index: databases/py-psycopg/Makefile
> ===
> RCS file: /cvs/ports/databases/py-psycopg/Makefile,v
> retrieving revision 1.48
> diff -u -p -r1.48 Makefile
> --- databases/py-psycopg/Makefile       18 Nov 2011 00:35:08 -      1.48
> +++ databases/py-psycopg/Makefile       15 Dec 2011 02:14:32 -
> @@ -4,19 +4,15 @@ SHARED_ONLY=          Yes
>
>  COMMENT-main=          PostgreSQL database adapter for Python
>  COMMENT-examples=      examples for PostgreSQL database adapter for Python
> -COMMENT-zope=          database adapter for Zope
>
>  VERSION=               1.1.21
>  DISTNAME=              psycopg-${VERSION}
>  PKGNAME=               py-${DISTNAME}
>  PKGNAME-main=          py-${DISTNAME}
> -REVISION-main =                13
> +REVISION-main =                14
>  FULLPKGNAME-examples=  py-psycopg-examples-${VERSION}
>  REVISION-examples =    6
>  FULLPKGPATH-examples=  databases/py-psycopg,-examples
> -FULLPKGNAME-zope=      py-psycopg-zope-${VERSION}
> -REVISION-zope =                7
> -FULLPKGPATH-zope=      databases/py-psycopg,-zope,python2.4
>  CATEGORIES=            databases
>
>  HOMEPAGE=              http://initd.org/p

FLiP - Porque o novo Acordo Ortográfico não é pêra doce.

2011-12-15 Thread Priberam

  
A adaptação às novas regras de ortografia pode ser difícil. São
centenas de palavras que passam a ser escritas de outra maneira, com
alterações tão subtis quanto confusas. O FLiP é o software indicado para
uma adopção suave das novas regras de ortografia. A nova versão deste
pacote de ferramentas de revisão e auxílio à escrita contém um corrector
ortográfico, um corrector sintáctico, vários dicionários, um conversor e
auxiliares de tradução. Para que a escrita segundo o novo Acordo
Ortográfico seja uma pera doce.   

SAIBA MAIS  

Compre já   
 Torne-se fã da Priberam no
Facebook  .  
Logótipo da Priberam    
Em qualquer altura pode deixar de receber estas mensagens enviando um
email para lists...@priberam.pt com o conteúdo UNSUBSCRIBE NOVIDADES.
Copyright 2011 Priberam Informática, S.A. Todos os direitos reservados.
FLiP é uma marca registada da Priberam Informática, S.A. 



Re: update: net/bitlbee

2011-12-15 Thread LEVAI Daniel
On cs, dec 15, 2011 at 16:54:42 -0500, Okan Demirmen wrote:
> update to 3.0.4.
> 
> testing, comments and oks.
> 

Working great on i386. I've been using it for a solid week now, with the
otr flavor. Tested with Jabber, MSN, iCQ, and no problem so far.


Daniel

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F



update: net/bitlbee

2011-12-15 Thread Okan Demirmen
update to 3.0.4.

testing, comments and oks.

cheers,
okan

Index: Makefile
===
RCS file: /home/okan/openbsd/cvs/ports/net/bitlbee/Makefile,v
retrieving revision 1.41
diff -u -p -r1.41 Makefile
--- Makefile3 Oct 2011 14:41:45 -   1.41
+++ Makefile15 Dec 2011 16:51:52 -
@@ -2,8 +2,7 @@
 
 COMMENT=   IRC proxy to connect to AIM, ICQ, Jabber, MSN and Yahoo
 
-DISTNAME=  bitlbee-3.0.3
-REVISION=  0
+DISTNAME=  bitlbee-3.0.4
 CATEGORIES=net
 
 HOMEPAGE=  http://bitlbee.org/
Index: distinfo
===
RCS file: /home/okan/openbsd/cvs/ports/net/bitlbee/distinfo,v
retrieving revision 1.20
diff -u -p -r1.20 distinfo
--- distinfo3 Oct 2011 14:33:14 -   1.20
+++ distinfo15 Dec 2011 16:43:52 -
@@ -1,5 +1,5 @@
-MD5 (bitlbee-3.0.3.tar.gz) = T+aI46gO/gEXQ/TJJlwDEA==
-RMD160 (bitlbee-3.0.3.tar.gz) = S1N4ce7xu1toORBbx7yfJWfluOE=
-SHA1 (bitlbee-3.0.3.tar.gz) = QUDreqosajn6BZ0Z+PuuwNeh6/8=
-SHA256 (bitlbee-3.0.3.tar.gz) = gsp1iTfOe+2qtJ7ex19K1FoxAqw76qkytkw0+7HjryU=
-SIZE (bitlbee-3.0.3.tar.gz) = 676417
+MD5 (bitlbee-3.0.4.tar.gz) = PrHj4wwBWIXGQVA+7EsFyw==
+RMD160 (bitlbee-3.0.4.tar.gz) = zWskT5XiZvbBw+JcNldS/t/ABic=
+SHA1 (bitlbee-3.0.4.tar.gz) = LCdClI0e0sg+5dstL7/16LZWuMQ=
+SHA256 (bitlbee-3.0.4.tar.gz) = ZHiOfvehddzakV+tOo5BmQzkvuPM27S/sKLVp4cpzNs=
+SIZE (bitlbee-3.0.4.tar.gz) = 744599



update: sysutils/sec

2011-12-15 Thread Okan Demirmen
update to 2.6.1

testing, comments and oks.

cheers,
okan

Index: Makefile
===
RCS file: /home/okan/openbsd/cvs/ports/sysutils/sec/Makefile,v
retrieving revision 1.16
diff -u -p -r1.16 Makefile
--- Makefile13 May 2011 12:43:56 -  1.16
+++ Makefile16 Sep 2011 12:07:53 -
@@ -2,7 +2,7 @@
 
 COMMENT=   simple event correlator
 
-DISTNAME=  sec-2.6.0
+DISTNAME=  sec-2.6.1
 CATEGORIES=sysutils
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=simple-evcorr/}
 
Index: distinfo
===
RCS file: /home/okan/openbsd/cvs/ports/sysutils/sec/distinfo,v
retrieving revision 1.12
diff -u -p -r1.12 distinfo
--- distinfo13 May 2011 12:43:56 -  1.12
+++ distinfo15 Dec 2011 15:36:55 -
@@ -1,5 +1,5 @@
-MD5 (sec-2.6.0.tar.gz) = +pFmbzerV1JOKgvSworLUg==
-RMD160 (sec-2.6.0.tar.gz) = UPu9lf2DfR8VVXzXjqnJB1OB8ek=
-SHA1 (sec-2.6.0.tar.gz) = KGLrTiZbS/Ccnqg3i1fmOuDc5qQ=
-SHA256 (sec-2.6.0.tar.gz) = RzvbWbxAqjM/EUa50xs1jNmKtrpPmOoyxarXs4lkxd0=
-SIZE (sec-2.6.0.tar.gz) = 95322
+MD5 (sec-2.6.1.tar.gz) = /aQRndR4gMuMhedZy0z0hg==
+RMD160 (sec-2.6.1.tar.gz) = 4BIWTIYDBrC0RYTVWoM7LOit3PQ=
+SHA1 (sec-2.6.1.tar.gz) = MnJ23aRAnZcYI8R0Mb+5NcOisww=
+SHA256 (sec-2.6.1.tar.gz) = 5SsknNvdZ/8raX1jkZX8ajDzHwSCcp/iHeIPj8gpXOw=
+SIZE (sec-2.6.1.tar.gz) = 95951



basic 'it works' check [was: unclusterfuck databases/jxplorer]

2011-12-15 Thread Matthias Kilian
On Wed, Dec 14, 2011 at 05:01:46PM -0600, Amit Kulkarni wrote:
> On Wed, Dec 14, 2011 at 3:53 PM, Matthias Kilian  
> wrote:
> > - Make it at least startable (it was unusable after the removal of
> >  jdk-1.5, and nobody noticed/complained).
> 
> now that the ports infra is growing so many ports from 6000 in 4.7 to
> 7200-7500 in 5.1 (estimated), this is going to be a frequent
> occurrence. is there a way we can enforce a basic "make run" to
> atleast checkout if a port runs, somewhat like "make regress". this
> should let us know much faster of potential problems. there won't be
> enough people to test them all anyway. it won't be feasible for all
> ports but for most it would be...

How could this work? People would add some (more or less) random
check-run targets, and with w growing number of ports with such a
target, people would start to ignore failure. We already have a
couple of ports where regress fails, but where the *output* of
regress is still important (hey, lang/ghc, nice to meet you ;-)).

I really doubt that make regress (or something like a check-run
target) would be useful for now.

> > We may as well just remove it from the tree. If there are real
> > users, please speak up!
> 
> this is useful for some users, not as if there are 100 other alternatives.

Ok, i'll not delete it ;-)

Ciao,
Kili



Re: devel/jdk: add JAVA_HOME to MAKE_ENV for MODJAVA_BUILD=ant

2011-12-15 Thread Christian Weisgerber
Christian Weisgerber  wrote:

> > The diff below passes JAVA_HOME via MAKE_ENV whenever MODJAVA_BUILD=ant
> > is set.
> > 
> > It would be nice if someone could test this in a bulk build before
> > I commit it.
> 
> Under way.

... and finished.  No problems.

-- 
Christian "naddy" Weisgerber  na...@mips.inka.de



Re: UPDATE: emulators/sdlmame

2011-12-15 Thread Federico G. Schwindt
And now moving to 0.143u3.
OK?

f.-

Index: Makefile
===
RCS file: /cvs/ports/emulators/sdlmame/Makefile,v
retrieving revision 1.18
diff -u -p -r1.18 Makefile
--- Makefile27 Nov 2011 12:42:28 -  1.18
+++ Makefile15 Dec 2011 21:18:34 -
@@ -10,8 +10,8 @@ COMMENT-tools =   tools to manipulate MAM
 
 V =0144
 DISTNAME = mame${V}s
-PKGNAME-main = sdlmame-${V:S/0/0./}
-PKGNAME-tools =sdlmame-tools-${V:S/0/0./}
+PKGNAME-main = sdlmame-${V:S/0/0./}pl3
+PKGNAME-tools =sdlmame-tools-${V:S/0/0./}pl3
 
 CATEGORIES =   emulators games
 
@@ -41,7 +41,11 @@ MASTER_SITES1 =  http://www.arcade-histo
 EXTRACT_SUFX = .zip
 DIST_SUBDIR =  mame
 
+# PATCHFILES doesn't work for .zip
 DISTFILES =${DISTNAME}${EXTRACT_SUFX} \
+   ${V}u1_diff.zip:0 \
+   ${V}u2_diff.zip:0 \
+   ${V}u3_diff.zip:0 \
mamehistory${V:S/0//}.zip:1
 
 BUILD_DEPENDS =archivers/unzip
@@ -67,9 +71,11 @@ post-extract:
@${UNZIP} -oq ${WRKDIR}/mame.zip -d ${WRKSRC}
 
 pre-patch:
+.for v in 1 2 3
+   ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/${V}u${v}.diff
+.endfor
@perl -pi -e 's|\r\n|\n|g' ${WRKDIST}/makefile \
${WRKDIST}/src/emu/fileio.h \
-   ${WRKDIST}/src/osd/sdl/sdlos_unix.c \
${WRKDIST}/src/mame/video/mcd212.c
 
 do-install:
Index: distinfo
===
RCS file: /cvs/ports/emulators/sdlmame/distinfo,v
retrieving revision 1.4
diff -u -p -r1.4 distinfo
--- distinfo27 Nov 2011 12:42:28 -  1.4
+++ distinfo15 Dec 2011 21:18:34 -
@@ -1,10 +1,25 @@
+MD5 (mame/0144u1_diff.zip) = 8BAB1AQX+PDTlj2uAbBCAA==
+MD5 (mame/0144u2_diff.zip) = W1TnNXqRM6OPMCH2EDVFMA==
+MD5 (mame/0144u3_diff.zip) = W7fbu443sVHc6PSCSpXtEg==
 MD5 (mame/mame0144s.zip) = dEAHbmDNXWHqM98X/ABxmg==
 MD5 (mame/mamehistory144.zip) = wKfSc9MTsW8VGMXPX7vYlg==
+RMD160 (mame/0144u1_diff.zip) = 2nIzgnLP5K0XF9oSdbFCnYf2R7Q=
+RMD160 (mame/0144u2_diff.zip) = Nnnt58PixawuC6s6vuaHqgBapvc=
+RMD160 (mame/0144u3_diff.zip) = rIYkMwiFqcX9LYk4VEQiyS36Fic=
 RMD160 (mame/mame0144s.zip) = V5VWExNo1pwCaSwhR1ITu7XYGVQ=
 RMD160 (mame/mamehistory144.zip) = CCjgl5FOMnjnkTmB/F6ZnGqYj64=
+SHA1 (mame/0144u1_diff.zip) = 1NyCQZQpHfXujY4MtkZxUWBjYkA=
+SHA1 (mame/0144u2_diff.zip) = 6PED3W1EaILSCj0SKvIYwue51NQ=
+SHA1 (mame/0144u3_diff.zip) = kofSZt5U4u9wpRFn5VgF4p9qBK8=
 SHA1 (mame/mame0144s.zip) = 8yvKC0VloHdk2hAoyPJDMf5bKh0=
 SHA1 (mame/mamehistory144.zip) = Hfbh8THLF2U/tmRKTcZWYXiHC/A=
+SHA256 (mame/0144u1_diff.zip) = uR4oBQ2CMx5P9cl7u2sJEZ2+ghhKkMrL4hzsE87R+uA=
+SHA256 (mame/0144u2_diff.zip) = HhrXjPfDp6rptqHK6jkMuyxKBSt+cu/bzXetzNvut2Q=
+SHA256 (mame/0144u3_diff.zip) = Ip0S11jfxovgN3JjR3BMVqlszTPm6w4t0JsLLWO0lTI=
 SHA256 (mame/mame0144s.zip) = jwGRtA+A+KM5PTQfQRxfAqymkz1qnzR77A0vcgbDjgY=
 SHA256 (mame/mamehistory144.zip) = cxZ+S7ag8K0ThaWgLvAvQBbgYOfE7C7YvV0usG+zX2Q=
+SIZE (mame/0144u1_diff.zip) = 178511
+SIZE (mame/0144u2_diff.zip) = 87230
+SIZE (mame/0144u3_diff.zip) = 177475
 SIZE (mame/mame0144s.zip) = 19676308
 SIZE (mame/mamehistory144.zip) = 3072722



Re: [update] zsh 4.3.14

2011-12-15 Thread Antti Harri
On Thursday 15 December 2011 16:58:42 Pierre-Emmanuel André wrote:
> Hi,
>
> Little diff to update zsh to it's latest version. It
> also includes a diff from Antti Harri to fix pgrep completion.
> Tested on @amd64.
>
> Comments, OK ?

Works on amd64.

Would it be nicer to remove @comment lines for .orig and add this to the 
post-install:

find "${WRKINST}" -type f -name '*.orig' -print0 | xargs -0r rm

-- 
Antti Harri



Re: Makefile LOCALBASE & PREFIX

2011-12-15 Thread Daniel Bolgheroni
On Thu, Dec 15, 2011 at 03:41:59PM +, Julien Crapovich wrote:
> 
> Hello.
> I would like to make a package for a ksh script.
> I use the ports system with my own branch /usr/ports/mystuff/script
> I build my pkg with the classical method, make fake, plist, package...
> 
> I would like my package not install my stuff in /usr/local but elsewhere, 
> I've try to hardcode it in my Makefile, but I met some troubles during the 
> #make package.
> How can I do this safely ? (my package is just a ksh script, so I can't play 
> with configure args to do this)

$ man bsd.port.mk

See PREFIX variable.

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



Makefile LOCALBASE & PREFIX

2011-12-15 Thread Julien Crapovich

Hello.
I would like to make a package for a ksh script.
I use the ports system with my own branch /usr/ports/mystuff/script
I build my pkg with the classical method, make fake, plist, package...

I would like my package not install my stuff in /usr/local but elsewhere, I've 
try to hardcode it in my Makefile, but I met some troubles during the #make 
package.
How can I do this safely ? (my package is just a ksh script, so I can't play 
with configure args to do this)

Thank you
  


Dropping maintainership: claws-mail, libetpan

2011-12-15 Thread Ulrich Kahl
Hello,

since I didn't have had much time in the past months and the situation
won't be much better in the next months I want to drop the
maintainership of claws-mail and libetpan.

In the past the update process of the plists from claws-mail had a
problem, some files were moved to the wrong package-list. That needed to
be changed back manually.

libetpan needs an update to a more current version, but since the author
hasn't released a stable tarball lately the new maintainer should host
it somewhere.

Ulrich



[update] zsh 4.3.14

2011-12-15 Thread Pierre-Emmanuel André
Hi,

Little diff to update zsh to it's latest version. It 
also includes a diff from Antti Harri to fix pgrep completion.
Tested on @amd64.

Comments, OK ?

Regards,

-- 
Pierre-Emmanuel André 
GPG key: 0x7AE329DC
Index: Makefile
===
RCS file: /cvs/ports/shells/zsh/Makefile,v
retrieving revision 1.63
diff -u -p -r1.63 Makefile
--- Makefile27 Sep 2011 13:30:24 -  1.63
+++ Makefile15 Dec 2011 14:28:07 -
@@ -2,11 +2,9 @@
 
 COMMENT=   Z shell, Bourne shell-compatible
 
-V= 4.3.12
+V= 4.3.14
 DISTNAME=  zsh-$V
 CATEGORIES=shells
-
-REVISION=  0
 
 MAINTAINER=Pierre-Emmanuel Andre 
 
Index: distinfo
===
RCS file: /cvs/ports/shells/zsh/distinfo,v
retrieving revision 1.14
diff -u -p -r1.14 distinfo
--- distinfo22 Jun 2011 11:41:35 -  1.14
+++ distinfo15 Dec 2011 14:28:07 -
@@ -1,5 +1,5 @@
-MD5 (zsh-4.3.12.tar.gz) = Rq576XV3m5sOok6LMEeaiw==
-RMD160 (zsh-4.3.12.tar.gz) = DYrGWreGEkOAxfAlkIwN54VI3/s=
-SHA1 (zsh-4.3.12.tar.gz) = cselKQX4IUM9hfvJM0XTEVsVaB0=
-SHA256 (zsh-4.3.12.tar.gz) = de4Ddci+cCXw6MwNFxmGbRzoNB74GSdkvamk6xVqkC0=
-SIZE (zsh-4.3.12.tar.gz) = 3705639
+MD5 (zsh-4.3.14.tar.gz) = goac9FQc5RTKeXsadfIdBg==
+RMD160 (zsh-4.3.14.tar.gz) = EcJ2oQjwWZiQCwDDy4le3ApiQ9s=
+SHA1 (zsh-4.3.14.tar.gz) = /9KewP41O79ZHcP4Xz1LNt/opQ8=
+SHA256 (zsh-4.3.14.tar.gz) = dF5vTyHZZOA2Gfw2H7EKWMqSL/xtckh00pMOs/nXkGA=
+SIZE (zsh-4.3.14.tar.gz) = 3738473
Index: patches/patch-Completion_Unix_Command__pgrep
===
RCS file: patches/patch-Completion_Unix_Command__pgrep
diff -N patches/patch-Completion_Unix_Command__pgrep
--- /dev/null   1 Jan 1970 00:00:00 -
+++ patches/patch-Completion_Unix_Command__pgrep15 Dec 2011 14:28:07 
-
@@ -0,0 +1,42 @@
+$OpenBSD$
+--- Completion/Unix/Command/_pgrep.origThu Dec 15 11:46:32 2011
 Completion/Unix/Command/_pgrep Thu Dec 15 11:48:21 2011
+@@ -45,7 +45,7 @@ case $state in
+ 
+ local -a used sid
+ used=(${(s:,:)IPREFIX})
+-sid=(${(uon)$(ps -A o sid=)})
++sid=(${(uon)$(ps -ax -o pid)})
+ 
+ _wanted sid expl 'session id' compadd -S ',' -q -F used $sid
+ ;;
+@@ -55,7 +55,7 @@ case $state in
+ 
+ local -a used ppid
+ used=(${(s:,:)IPREFIX})
+-ppid=(${(uon)$(ps -A o ppid=)})
++ppid=(${(uon)$(ps -ax -o ppid)})
+ 
+ _wanted ppid expl 'parent process id' compadd -S ',' -q -F used $ppid
+ ;;
+@@ -65,7 +65,7 @@ case $state in
+ 
+ local -a used pgid
+ used=(${(s:,:)IPREFIX})
+-pgid=(${(uon)$(ps -A o pgid=)})
++pgid=(${(uon)$(ps -ax -o pgid)})
+ 
+ _wanted pgid expl 'process group id' compadd -S ',' -q -F used $pgid
+ ;;
+@@ -78,9 +78,9 @@ case $state in
+ fi
+ if (( ${+opt_args[-f]} ))
+ then
+-  _wanted pname expl $ispat'process command line' compadd ${(u)${(f)"$(ps 
-A o cmd=)"}}
++  _wanted pname expl $ispat'process command line' compadd ${(u)${(f)"$(ps 
-ax -o command)"}}
+ else
+-  _wanted pname expl $ispat'process name' compadd ${(u)${(f)"$(ps -A co 
cmd=)"}}
++  _wanted pname expl $ispat'process name' compadd ${(u)${(f)"$(ps -ax -co 
command)"}}
+ fi
+ ;;
+   
Index: patches/patch-Completion_compinit
===
RCS file: patches/patch-Completion_compinit
diff -N patches/patch-Completion_compinit
--- patches/patch-Completion_compinit   27 Sep 2011 13:30:24 -  1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,12 +0,0 @@
-$OpenBSD: patch-Completion_compinit,v 1.1 2011/09/27 13:30:24 pea Exp $
 Completion/compinit.orig   Tue Sep 27 14:47:45 2011
-+++ Completion/compinitTue Sep 27 14:48:34 2011
-@@ -161,7 +161,7 @@ _comp_options=(
- # and don't get confused by user's ZERR trap handlers.
- 
- typeset -g _comp_setup='local -A _comp_caller_options;
-- _comp_caller_options=(${(kv)options});
-+ _comp_caller_options=(${(kv)options[@]});
-  setopt localoptions localtraps ${_comp_options[@]};
-  local IFS=$'\'\ \\t\\r\\n\\0\''
-  exec hello
+ >goodbye
+ 
+-  (exec 3<&-
++  ({ exec 3<&- } 2>/dev/null
++  exec 3<&-
+   read foo <&-)
+ 1:'<&-' redirection
+-*?\(eval\):1: failed to close file descriptor 3:*
++*?\(eval\):*: failed to close file descriptor 3:*
+ 
+   print foo >&-
+ 0:'>&-' redirection
Index: patches/patch-Test_D04parameter_ztst
===
RCS file: patches/patch-Test_D04parameter_ztst
diff -N patches/patch-Test_D04parameter_ztst
--- patches/patch-Test_D04parameter_ztst22 Jun 2011 11:41:35 -  
1.1
+++ /dev/null   1 Jan 1970 00:00:00 -
@@ -1,34 +0,0 @@
-$OpenBSD: patch-Test_D04parameter_ztst,v 1.1 2011/06/22 11:41:35 pea Exp $
 Test/D04parameter.ztst.origMon May 23 14:43:

UPDATE: games/eboard

2011-12-15 Thread Federico G. Schwindt
Update to 1.1.1.
OK?

f.-

Index: Makefile
===
RCS file: /cvs/ports/games/eboard/Makefile,v
retrieving revision 1.44
diff -u -p -r1.44 Makefile
--- Makefile16 Sep 2011 09:48:09 -  1.44
+++ Makefile15 Dec 2011 12:42:11 -
@@ -2,8 +2,7 @@
 
 COMMENT=   gtk+2 chess board interface
 
-DISTNAME=  eboard-1.0.4
-REVISION=  8
+DISTNAME=  eboard-1.1.1
 CATEGORIES=games x11
 
 HOMEPAGE=  http://www.bergo.eng.br/eboard/
@@ -14,13 +13,12 @@ PERMIT_PACKAGE_FTP= Yes
 PERMIT_DISTFILES_CDROM= Yes
 PERMIT_DISTFILES_FTP=   Yes
 
-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 pixman-1 \
-   png pthread pthread-stubs sndio stdc++ xcb z gdk_pixbuf-2.0 \
-   gdk-x11-2.0 gtk-x11-2.0
-
+WANTLIB =  GL X11 Xcomposite Xcursor Xdamage Xext Xfixes Xi Xinerama \
+   Xrandr Xrender atk-1.0 c cairo expat fontconfig freetype \
+   gdk-x11-2.0 gdk_pixbuf-2.0 gio-2.0 glib-2.0 gmodule-2.0 \
+   gobject-2.0 gthread-2.0 gtk-x11-2.0 m pango-1.0 \
+   pangocairo-1.0 pangoft2-1.0 pixman-1 png pthread \
+   pthread-stubs sndio stdc++ xcb xcb-render xcb-shm z
 
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=eboard/}
 
Index: distinfo
===
RCS file: /cvs/ports/games/eboard/distinfo,v
retrieving revision 1.17
diff -u -p -r1.17 distinfo
--- distinfo3 Dec 2007 18:54:58 -   1.17
+++ distinfo15 Dec 2011 12:42:11 -
@@ -1,5 +1,5 @@
-MD5 (eboard-1.0.4.tar.bz2) = K9KSemcO0jWUy/UkvFdG7w==
-RMD160 (eboard-1.0.4.tar.bz2) = 8SsJJ8qEhBjrRadbz/imQXZq4zw=
-SHA1 (eboard-1.0.4.tar.bz2) = RJOHVBQAQ/xkFD6RBnyVtsXJlwk=
-SHA256 (eboard-1.0.4.tar.bz2) = zQjt+uE1HT2MnqV8gpFBI7ZqD92uX84Nq15ktOpfcMQ=
-SIZE (eboard-1.0.4.tar.bz2) = 453603
+MD5 (eboard-1.1.1.tar.bz2) = A9zaoryFIYsbGMS+4nb+pw==
+RMD160 (eboard-1.1.1.tar.bz2) = E73+bTOhQ9YZxsW+jYSc7ZuV4sQ=
+SHA1 (eboard-1.1.1.tar.bz2) = Apzx51A/wqhiuYgNqepquR5WFM0=
+SHA256 (eboard-1.1.1.tar.bz2) = rZcQhml8DVocimRAH2Z1M56DKss4bclvpOF9oYMsom4=
+SIZE (eboard-1.1.1.tar.bz2) = 462386
Index: patches/patch-cimg_cc
===
RCS file: /cvs/ports/games/eboard/patches/patch-cimg_cc,v
retrieving revision 1.1
diff -u -p -r1.1 patch-cimg_cc
--- patches/patch-cimg_cc   8 Jul 2011 20:36:09 -   1.1
+++ patches/patch-cimg_cc   15 Dec 2011 12:42:11 -
@@ -2,9 +2,9 @@ $OpenBSD: patch-cimg_cc,v 1.1 2011/07/08
 
 Fix build with png-1.5.
 
 cimg.cc.orig   Wed May 23 12:57:45 2007
-+++ cimg.ccTue Jul  5 23:44:41 2011
-@@ -95,16 +95,16 @@ CImg::CImg(const char *filename) {
+--- cimg.cc.orig   Wed Dec 14 23:31:38 2011
 cimg.ccWed Dec 14 23:32:22 2011
+@@ -94,11 +94,11 @@ CImg::CImg(const char *filename) {
ct == PNG_COLOR_TYPE_GRAY_ALPHA)
  png_set_gray_to_rgb(pngp);
  
@@ -12,12 +12,6 @@ Fix build with png-1.5.
 +  alloc(png_get_image_width(pngp, infp),png_get_image_height(pngp, infp));
if (!ok) { fclose(f); return; }
ok = 0;
- 
--  rp = (png_bytep *) malloc(sizeof(png_bytep) * (pngp->height));
-+  rp = (png_bytep *) malloc(sizeof(png_bytep) * (png_get_image_height(pngp, 
infp)));
-   if (rp==NULL) {
- fclose(f); return;
-   }
  
 -  for(i=0;iheight;i++) {
 +  for(i=0;i

Re: UPDATE: devel/libmemcached

2011-12-15 Thread Sebastian Reitenbach
 
On Tuesday, November 22, 2011 00:10 CET, "Sebastian Reitenbach" 
 wrote: 
 
>  
> On Monday, November 14, 2011 11:20 CET, "Sebastian Reitenbach" 
>  wrote: 
>  
> > Hi,
> > 
> > attached port updates libmemcached to 1.0.2. The regressions suite seems to 
> > be new, some tests seem to fail, but better than hanging. Tested on i386 
> > with old and updated misc/memcached and www/sogo, which seems to be the 
> > only consumer of libmemcached.
> > 
> > Due to the atomic woes, could someone maybe test it on PPC?
> > 
> > Otherwise, is it OK?
> > 
> > Sebastian 
> 
> ping!

pong. 
Now with updated patch to configure script, to correctly detect availability of 
MSG_NOSIGNAL and friends.

Sebastian

> 
> reattached to ease review.
> 
> Sebastian 
 
 
 
? libmemcached-1.0.2.diff
Index: Makefile
===
RCS file: /cvs/ports/devel/libmemcached/Makefile,v
retrieving revision 1.10
diff -u -r1.10 Makefile
--- Makefile	11 Jul 2011 14:04:42 -	1.10
+++ Makefile	15 Dec 2011 10:48:19 -
@@ -2,9 +2,8 @@
 
 COMMENT=		C C++ API for memcached
 
-VERSION=		0.48
+VERSION =		1.0.2
 DISTNAME=		libmemcached-${VERSION}
-REVISION=		0
 CATEGORIES=		devel misc
 
 HOMEPAGE=		http://libmemcached.org/
@@ -13,8 +12,8 @@
 MAINTAINER=		Sebastian Reitenbach 
 
 USE_LIBTOOL=		Yes
-SHARED_LIBS +=  memcached 0.0 # 0.0
-SHARED_LIBS +=  hashkit   0.0 # 0.0
+SHARED_LIBS +=  memcached 1.0 # 0.0
+SHARED_LIBS +=  hashkit   1.0 # 0.0
 SHARED_LIBS +=  memcachedprotocol 0.0 # 0.0
 SHARED_LIBS +=  memcachedutil 0.0 # 1.0
 
@@ -25,7 +24,8 @@
 PERMIT_DISTFILES_FTP=   Yes
 
 USE_GROFF =	Yes
-WANTLIB += c event m pthread sasl2
+USE_GMAKE =	Yes
+WANTLIB += c m pthread sasl2 stdc++
 LIB_DEPENDS= 		security/cyrus-sasl2
 REGRESS_DEPENDS=	misc/memcached
 
Index: distinfo
===
RCS file: /cvs/ports/devel/libmemcached/distinfo,v
retrieving revision 1.3
diff -u -r1.3 distinfo
--- distinfo	14 Apr 2011 11:17:49 -	1.3
+++ distinfo	15 Dec 2011 10:48:19 -
@@ -1,5 +1,5 @@
-MD5 (libmemcached-0.48.tar.gz) = 4ArlFJKh+dy7bPulDcVHWA==
-RMD160 (libmemcached-0.48.tar.gz) = h7L+IkDHDPZuPWWI8ZyfEt+qhAE=
-SHA1 (libmemcached-0.48.tar.gz) = 9z0K1Va+QQl95rQmhyhBLxfaNUI=
-SHA256 (libmemcached-0.48.tar.gz) = rQDyqGBhy1YfQiCDED+Y1eUAASPDkXfPXhtNv3bwUpY=
-SIZE (libmemcached-0.48.tar.gz) = 763754
+MD5 (libmemcached-1.0.2.tar.gz) = Wh69XeIvbiRHTLn1eUVv1Q==
+RMD160 (libmemcached-1.0.2.tar.gz) = gKGDq2hToMwHy7O811IobBhyIEg=
+SHA1 (libmemcached-1.0.2.tar.gz) = 2ZKEX+cSEOLpMUe6jynfH8oU5xY=
+SHA256 (libmemcached-1.0.2.tar.gz) = xcoh27hc5KTekeSu1rPR+KRZmYCqYG7wgS7rUrfQF/I=
+SIZE (libmemcached-1.0.2.tar.gz) = 942891
Index: patches/patch-configure
===
RCS file: /cvs/ports/devel/libmemcached/patches/patch-configure,v
retrieving revision 1.2
diff -u -r1.2 patch-configure
--- patches/patch-configure	14 Apr 2011 11:17:49 -	1.2
+++ patches/patch-configure	15 Dec 2011 10:48:19 -
@@ -1,10 +1,11 @@
 $OpenBSD: patch-configure,v 1.2 2011/04/14 11:17:49 sebastia Exp $
 
 get rid of a truckload of warnings when compiling
+allow to detect MSG_NOSIGNAL and friends
 
 configure.orig	Wed Mar 16 03:40:33 2011
-+++ configure	Fri Apr  1 01:47:32 2011
-@@ -17719,7 +17719,7 @@ fi
+--- configure.orig	Wed Oct 26 17:48:39 2011
 configure	Thu Dec 15 11:12:42 2011
+@@ -7820,7 +7820,7 @@ fi
  
  fi
  
@@ -13,7 +14,7 @@
CXX_WARNINGS="${BASE_WARNINGS} -Woverloaded-virtual -Wnon-virtual-dtor -Wctor-dtor-privacy -Wno-long-long ${CXX_WARNINGS_FULL}"
  
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wmissing-declarations from C++" >&5
-@@ -17868,7 +17868,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAG
+@@ -7969,7 +7969,7 @@ ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAG
  ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
  
   save_CXXFLAGS="${CXXFLAGS}"
@@ -22,7 +23,7 @@
   cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  /* end confdefs.h.  */
  
-@@ -17901,9 +17901,9 @@ fi
+@@ -8002,9 +8002,9 @@ fi
  { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_safe_to_use_Wredundant_decls_" >&5
  $as_echo "$ac_cv_safe_to_use_Wredundant_decls_" >&6; }
if test "$ac_cv_safe_to_use_Wredundant_decls_" = "yes"; then :
@@ -34,7 +35,7 @@
  fi
  
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether it is safe to use -Wattributes from C++" >&5
-@@ -18013,7 +18013,7 @@ fi
+@@ -8114,7 +8114,7 @@ fi
  fi
  
  
@@ -43,3 +44,27 @@
  PROTOSKIP_WARNINGS="-Wno-effc++ -Wno-shadow -Wno-missing-braces ${NO_ATTRIBUTES}"
NO_WERROR="-Wno-error"
PERMISSIVE_WARNINGS="-Wno-error -Wno-unused-function -fpermissive"
+@@ -25737,6 +25737,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu
+ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
+ /* end confdefs.h.  */

Re: UPDATE misc/memcached

2011-12-15 Thread Sebastian Reitenbach
 
On Tuesday, November 22, 2011 00:09 CET, "Sebastian Reitenbach" 
 wrote: 
 
>  
> On Monday, November 14, 2011 11:14 CET, "Sebastian Reitenbach" 
>  wrote: 
>  
> > Hi,
> > 
> > updated memcached to 1.4.10, and added a rc script, which was long overdue 
> > ;)
> > 
> > Tested with www/sogo, and updated libmemcached which will come in next 
> > mail. It seems to still work well with the new version.
> > 
> > is it OK?
> > 
> > Sebastian 
>  
>  
> ping!

pong.

> 
> reattached to ease review.
> 
> Sebastian
> 
>  
 
 
 
 
? memcached-1.4.10.diff
Index: Makefile
===
RCS file: /cvs/ports/misc/memcached/Makefile,v
retrieving revision 1.15
diff -u -r1.15 Makefile
--- Makefile	11 Jul 2011 12:13:03 -	1.15
+++ Makefile	14 Nov 2011 09:33:08 -
@@ -2,8 +2,7 @@
 
 COMMENT=	distributed memory object caching system
 
-DISTNAME=	memcached-1.4.5
-REVISION=	0
+DISTNAME =	memcached-1.4.10
 CATEGORIES=	misc
 
 HOMEPAGE=	http://www.danga.com/memcached/
Index: distinfo
===
RCS file: /cvs/ports/misc/memcached/distinfo,v
retrieving revision 1.10
diff -u -r1.10 distinfo
--- distinfo	14 Oct 2010 12:33:03 -	1.10
+++ distinfo	14 Nov 2011 09:33:08 -
@@ -1,5 +1,5 @@
-MD5 (memcached-1.4.5.tar.gz) = WDRBol+Tc2BiQCTyiB5eqA==
-RMD160 (memcached-1.4.5.tar.gz) = wfU0+8WFoeoDO70S1vyUx3oIUDI=
-SHA1 (memcached-1.4.5.tar.gz) = x9ZRd2S4LSOuLedrVsJJQ0PFPwI=
-SHA256 (memcached-1.4.5.tar.gz) = lXG0uFSE5Gs7EPB8y6d6H6l9YGYLMoWfmQ7/77MAX5E=
-SIZE (memcached-1.4.5.tar.gz) = 302516
+MD5 (memcached-1.4.10.tar.gz) = jhgFTsXt/Zb33ofwJiIFKg==
+RMD160 (memcached-1.4.10.tar.gz) = Z/Rne6ZEsbFRUaaGWoN3lm/hlwY=
+SHA1 (memcached-1.4.10.tar.gz) = CuMA+Fi3Z6v4EgCdU+1YZHzrSYo=
+SHA256 (memcached-1.4.10.tar.gz) = LMPeNBtWFGTaKfxdXipPrMD2qvwVHw4dlCKHBeB1j98=
+SIZE (memcached-1.4.10.tar.gz) = 311926
Index: pkg/MESSAGE
===
RCS file: /cvs/ports/misc/memcached/pkg/MESSAGE,v
retrieving revision 1.1
diff -u -r1.1 MESSAGE
--- pkg/MESSAGE	7 Aug 2009 10:46:41 -	1.1
+++ pkg/MESSAGE	14 Nov 2011 09:33:08 -
@@ -1,13 +1,3 @@
-To start memcached at boot time, add the following to /etc/rc.local:
-
-if [ -x ${PREFIX}/bin/memcached ]; then
-echo -n ' memcached'
-${PREFIX}/bin/memcached -d \
-   -u _memcached -P /var/run/memcached.pid
-fi
-
-To see further configuration options, run "memcached -h".
-
 Since memcached has no authentication mechanisms, it is designed for
 internal use only, and should be firewalled accordingly. You may wish
 to add a rule such as the following to /etc/pf.conf:
Index: pkg/PLIST
===
RCS file: /cvs/ports/misc/memcached/pkg/PLIST,v
retrieving revision 1.5
diff -u -r1.5 PLIST
--- pkg/PLIST	21 Apr 2010 12:23:37 -	1.5
+++ pkg/PLIST	14 Nov 2011 09:33:08 -
@@ -8,4 +8,4 @@
 share/doc/memcached/
 share/doc/memcached/protocol.txt
 share/doc/memcached/readme.txt
-share/doc/memcached/threads.txt
+@rcscript ${RCDIR}/memcached
Index: pkg/memcached.rc
===
RCS file: pkg/memcached.rc
diff -N pkg/memcached.rc
--- /dev/null	1 Jan 1970 00:00:00 -
+++ pkg/memcached.rc	14 Nov 2011 09:33:08 -
@@ -0,0 +1,12 @@
+#!/bin/sh
+#
+# $OpenBSD$
+
+daemon="${TRUEPREFIX}/bin/memcached"
+daemon_flags="-d -u _memcached -P /var/run/memcached.pid"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_cmd $1


van Etten's CLIPPINGs - 15 Dec. -Net Display Systems closes 1 million euro loan for market expansion in 2012

2011-12-15 Thread CLIPPINGs Central
Circulation: 38,829  15/12/2011  Sent to:ports@openbsd.org 



[IMAGE]



[IMAGE]



[IMAGE]



[IMAGE]



[IMAGE]



[IMAGE]



[IMAGE]

Your AD here?

contact me

l...@talktalk.net

[IMAGE]



[IMAGE]



[IMAGE]



Boxcar Down: The Albanian Incident by Charles L. Lunsford

[IMAGE]

[IMAGE]





[IMAGE]

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:

[IMAGE]



DAILY EDITION
=







Primary Sponsor

[IMAGE]



For QUICK REMOVAL send e-mail to l...@talktalk.net - 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

[IMAGE]



[IMAGE]

Most Popular Link - Yesterday

Not All DOOH Networks Are Good Ideas

[IMAGE]



GENERAL NEWS

Net Display Systems closes 1 million euro loan for market expansion in
2012

Nach 50 Jahren: John Lay und Panasonic trennen sich

ECOtality and Outcast to Launch Digital Advertising Network on Blink EV
Charging Stations

Mobile Technology and Digital Signage: A Powerful Pair in Healthcare
Facilities

Kinetic Provides Global Digital Out of Home Analysis

France : Les nouvelles dispositions du projet de décret de la loi
Grenelle 2

France : Futuramedia étoffe sa cellule commerciale

Titan has launched a trial bringing digitally-enabled Phone Kiosk to New
York's Times Square

Church Use of TVs, Projectors Accelerates Sharply

[IMAGE]

signagelive shows solutions for every public digital display application
at ISE2012

Dancing with Penguins

Westfield Pushes Digital

New Screen Range

Audience Measurement

Purchase even when the store is closed - Goldsmiths Boutique have
introduced the Automated Space Automated Retail Machine at its flagship
store in Westfield Stratford

NFC Technology Heads Toward Intel Inside

[IMAGE]



[IMAGE]




New Stuff

New Samsung Transparent 46" LCD TFT Display Demo by CDS.. H you
decide

NEC Display Solutions prepares digital cinema projectors for higher frame
rate movies

Cloud Digital Signage

HP Offers Savings With Two Leasing Promotions

Isolationism complete: Virtual Reality : Running-Style

España está en el Top 5 de facturación en Digital Signage

[IMAGE]



[IMAGE]



Heard on The Street

DVI and HDMI: DVI Declines While HDMI Soars

From hospitals to ATMs to universities: revolutionizing service delivery
With desktop virtualization and Cisco Unified Computing System

PC/Display Interface by Device, Q4’11 Forecast

Is the Math Changing for Head-Mounted Displays?

‘Digital Signs and Displays For Dummies’ – is it really a “Reference for
the Rest of Us”?

Your face is being tracked

Digital Signage and ROI

invidis Kommentar – Cinema 3DooH

Mitten drin, aber ohne Brille: United Entertain startet 3DooH

Audit Committee of Focus Me

Re: Allow clang++ to work on OpenBSD

2011-12-15 Thread Pascal Stumpf
On Wed, 14 Dec 2011 20:54:05 +0100, Pascal Stumpf wrote:
> So ...  Any oks for this diff?
> 
> 
> 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  14 Dec 2011 19:53:49 -
> @@ -35,11 +35,8 @@
>  // 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 || !def
> ined __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;
>  

And followup converting restrict -> __restrict (I hope I caught them
all).

ok?

Index: std_cstdio.h
===
RCS file: /cvs/src/gnu/gcc/libstdc++-v3/include/c_std/std_cstdio.h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 std_cstdio.h
--- std_cstdio.h15 Oct 2009 17:11:32 -  1.1.1.1
+++ std_cstdio.h15 Dec 2011 10:04:36 -
@@ -156,14 +156,14 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
 
 #if _GLIBCXX_USE_C99_CHECK || _GLIBCXX_USE_C99_DYNAMIC
   extern "C" int
-  (snprintf)(char * restrict, size_t, const char * restrict, ...);
+  (snprintf)(char * __restrict, size_t, const char * __restrict, ...);
   extern "C" int
-  (vfscanf)(FILE * restrict, const char * restrict, __gnuc_va_list);
-  extern "C" int (vscanf)(const char * restrict, __gnuc_va_list);
+  (vfscanf)(FILE * __restrict, const char * __restrict, __gnuc_va_list);
+  extern "C" int (vscanf)(const char * __restrict, __gnuc_va_list);
   extern "C" int
-  (vsnprintf)(char * restrict, size_t, const char * restrict, __gnuc_va_list);
+  (vsnprintf)(char * __restrict, size_t, const char * __restrict, 
__gnuc_va_list);
   extern "C" int
-  (vsscanf)(const char * restrict, const char * restrict, __gnuc_va_list);
+  (vsscanf)(const char * __restrict, const char * __restrict, __gnuc_va_list);
 #endif
 
 #if !_GLIBCXX_USE_C99_DYNAMIC
Index: std_cstdlib.h
===
RCS file: /cvs/src/gnu/gcc/libstdc++-v3/include/c_std/std_cstdlib.h,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 std_cstdlib.h
--- std_cstdlib.h   15 Oct 2009 17:11:32 -  1.1.1.1
+++ std_cstdlib.h   15 Dec 2011 10:04:36 -
@@ -186,9 +186,9 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
 #if _GLIBCXX_USE_C99_LONG_LONG_CHECK || _GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
   extern "C" long long int (atoll)(const char *);
   extern "C" long long int
-(strtoll)(const char * restrict, char ** restrict, int);
+(strtoll)(const char * __restrict, char ** __restrict, int);
   extern "C" unsigned long long int
-(strtoull)(const char * restrict, char ** restrict, int);
+(strtoull)(const char * __restrict, char ** __restrict, int);
 #endif
 #if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
   using ::atoll;
Index: std_cwchar.h
===
RCS file: /cvs/src/gnu/gcc/libstdc++-v3/include/c_std/std_cwchar.h,v
retrieving revision 1.6
diff -u -p -r1.6 std_cwchar.h
--- std_cwchar.h17 Oct 2011 08:47:49 -  1.6
+++ std_cwchar.h15 Dec 2011 10:04:36 -
@@ -247,16 +247,16 @@ _GLIBCXX_BEGIN_NAMESPACE(__gnu_cxx)
 
 #if _GLIBCXX_USE_C99_CHECK || _GLIBCXX_USE_C99_DYNAMIC
   extern "C" long double
-(wcstold)(const wchar_t * restrict, wchar_t ** restrict);
+(wcstold)(const wchar_t * __restrict, wchar_t ** __restrict);
 #endif
 #if !_GLIBCXX_USE_C99_DYNAMIC
   using ::wcstold;
 #endif
 #if _GLIBCXX_USE_C99_LONG_LONG_CHECK || _GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
   extern "C" long long int
-(wcstoll)(const wchar_t * restrict, wchar_t ** restrict, int);
+(wcstoll)(const wchar_t * __restrict, wchar_t ** __restrict, int);
   extern "C" unsigned long long int
-(wcstoull)(const wchar_t * restrict, wchar_t ** restrict, int);
+(wcstoull)(const wchar_t * __restrict, wchar_t ** __restrict, int);
 #endif
 #if !_GLIBCXX_USE_C99_LONG_LONG_DYNAMIC
   using ::wcstoll;



Re: unclusterfuck databases/jxplorer

2011-12-15 Thread Matthieu Herrb
On Wed, Dec 14, 2011 at 10:53:29PM +0100, Matthias Kilian wrote:
> - Make it at least startable (it was unusable after the removal of
>   jdk-1.5, and nobody noticed/complained).
> 
> - Remove MAINTAINER, because of inactivity.
> 
> We may as well just remove it from the tree. If there are real
> users, please speak up!

I use it from time to time to access our ldap directories at work.
Not often enough to have noticed the breakage though.
-- 
Matthieu Herrb



UPDATE: clusterssh -> 4.01_01

2011-12-15 Thread LEVAI Daniel
Hi!


Here is an update to clusterssh -> 4.01_01.
I've added some more DEPENDS, and I've attached the port for the needed
p5-Test-DistManifest (which in turn depends on p5-Module-Manifest, but
I've attached that too :) ).
Major change is the deprecation of the ~/.csshrc file. Now clusterssh
uses the ~/.clusterssh directory.
One can specify in ~/.clusterssh/config the clusters file with eg.:
extra_cluster_file=~/.clusterssh/clusters. The clusters file's syntax is
the same as the /etc/clusters or is simply the same as before in the
~/.csshrc file, with the equal ('=') signs replaced by spaces:

~/.csshrc:
tag=server1 server2

==>becomes:

~/.clusterssh/config:
extra_cluster_file=~/.clusterssh/clusters

~/.clusterssh/clusters:
tag server1 server2


Maintainer kevlo@ says "It looks good to me, please commit it, thanks!".


Daniel



Index: Makefile
===
RCS file: /cvs/ports/security/clusterssh/Makefile,v
retrieving revision 1.8
diff -p -u -r1.8 Makefile
--- Makefile16 Sep 2011 11:41:38 -  1.8
+++ Makefile13 Dec 2011 09:37:10 -
@@ -2,9 +2,8 @@
 
 COMMENT=   secure concurrent multi-server terminal control
 
-DISTNAME=  App-ClusterSSH-4.00_07
-PKGNAME=   clusterssh-4.00.07
-REVISION=  0
+DISTNAME=  App-ClusterSSH-4.01_01
+PKGNAME=   clusterssh-4.01.01
 
 CATEGORIES=security
 
@@ -22,9 +21,16 @@ MASTER_SITES=${MASTER_SITE_SOURCEFORGE:
 
 MODULES=   cpan
 RUN_DEPENDS=   x11/p5-Tk \
-   x11/p5-X11-Protocol
+   x11/p5-X11-Protocol \
+   devel/p5-Try-Tiny \
+   devel/p5-Exception-Class \
+   devel/p5-Readonly \
+   sysutils/p5-File-Which
 BUILD_DEPENDS= ${RUN_DEPENDS}
-REGRESS_DEPENDS=devel/p5-Test-Trap
+REGRESS_DEPENDS=devel/p5-Test-Trap \
+   devel/p5-Test-Pod \
+   devel/p5-Test-Pod-Coverage \
+   devel/p5-Test-DistManifest
 
 MAKE_ENV=  TEST_POD=Yes
 
Index: distinfo
===
RCS file: /cvs/ports/security/clusterssh/distinfo,v
retrieving revision 1.5
diff -p -u -r1.5 distinfo
--- distinfo10 May 2011 09:56:06 -  1.5
+++ distinfo13 Dec 2011 09:37:10 -
@@ -1,5 +1,5 @@
-MD5 (App-ClusterSSH-4.00_07.tar.gz) = sqjS+qiMTxdm0/zpUXC2Ig==
-RMD160 (App-ClusterSSH-4.00_07.tar.gz) = 88+tlalIcAKfw6YczqeciJslQpE=
-SHA1 (App-ClusterSSH-4.00_07.tar.gz) = qwy/vRpUoXf++G/xIaalYIdlZNU=
-SHA256 (App-ClusterSSH-4.00_07.tar.gz) = 
+7lec1+PsTzypo19olSq2JW8XRFVZJkguDNtVLtC2IE=
-SIZE (App-ClusterSSH-4.00_07.tar.gz) = 56422
+MD5 (App-ClusterSSH-4.01_01.tar.gz) = KtzUV9BkdAnIlI32jSaxVQ==
+RMD160 (App-ClusterSSH-4.01_01.tar.gz) = F7Bd6fJaUpe0wy8hObk+ky7JqJc=
+SHA1 (App-ClusterSSH-4.01_01.tar.gz) = JIH1zNj21HAlmZMTrChEBhgwPm8=
+SHA256 (App-ClusterSSH-4.01_01.tar.gz) = 
8WTtpThGywo6fov3+dZ3/kxMzyhQexLM2u6YG0CvBfY=
+SIZE (App-ClusterSSH-4.01_01.tar.gz) = 85995
cvs server: Diffing pkg
Index: pkg/PLIST
===
RCS file: /cvs/ports/security/clusterssh/pkg/PLIST,v
retrieving revision 1.2
diff -p -u -r1.2 PLIST
--- pkg/PLIST   5 Jan 2011 07:06:13 -   1.2
+++ pkg/PLIST   13 Dec 2011 09:37:10 -
@@ -1,4 +1,5 @@
-@comment $OpenBSD: PLIST,v 1.2 2011/01/05 07:06:13 kevlo Exp $
+@comment $OpenBSD$
+bin/ccon
 bin/crsh
 bin/cscp
 bin/cssh
@@ -7,15 +8,22 @@ ${P5SITE}/App/
 ${P5SITE}/App/ClusterSSH/
 ${P5SITE}/App/ClusterSSH.pm
 ${P5SITE}/App/ClusterSSH/Base.pm
+${P5SITE}/App/ClusterSSH/Cluster.pm
+${P5SITE}/App/ClusterSSH/Config.pm
+${P5SITE}/App/ClusterSSH/Helper.pm
 ${P5SITE}/App/ClusterSSH/Host.pm
 ${P5SITE}/App/ClusterSSH/L10N/
 ${P5SITE}/App/ClusterSSH/L10N.pm
 ${P5SITE}/App/ClusterSSH/L10N/en.pm
+@man man/man1/ccon.1
 @man man/man1/crsh.1
 @man man/man1/cssh.1
 @man man/man1/ctel.1
 @man man/man3p/App::ClusterSSH.3p
 @man man/man3p/App::ClusterSSH::Base.3p
+@man man/man3p/App::ClusterSSH::Cluster.3p
+@man man/man3p/App::ClusterSSH::Config.3p
+@man man/man3p/App::ClusterSSH::Helper.3p
 @man man/man3p/App::ClusterSSH::Host.3p
 @man man/man3p/App::ClusterSSH::L10N.3p
 @man man/man3p/App::ClusterSSH::L10N::en.3p

-- 
LÉVAI Dániel
PGP key ID = 0x83B63A8F
Key fingerprint = DBEC C66B A47A DFA2 792D  650C C69B BE4C 83B6 3A8F


p5-Test-DistManifest.tgz
Description: application/tar-gz


p5-Module-Manifest.tgz
Description: application/tar-gz