confirm dd42e4a92d336ce7ee57aaebee2e487239d00b3f

2011-07-13 Thread sqldownunder-request
Mailing list subscription confirmation notice for mailing list
sqldownunder

We have received a request from ports@openbsd.org for subscription of
your email address, "ports@openbsd.org", to the
sqldownun...@list.sqldownunder.com mailing list.  To confirm that you
want to be added to this mailing list, simply reply to this message,
keeping the Subject: header intact.  Or visit this web page:


http://prdlxvm0001.codify.net/mailman/confirm/sqldownunder/dd42e4a92d336ce7ee57aaebee2e487239d00b3f


Or include the following line -- and only the following line -- in a
message to sqldownunder-requ...@list.sqldownunder.com:

confirm dd42e4a92d336ce7ee57aaebee2e487239d00b3f

Note that simply sending a `reply' to this message should work from
most mail readers, since that usually leaves the Subject: line in the
right form (additional "Re:" text in the Subject: is okay).

If you do not wish to be subscribed to this list, please simply
disregard this message.  If you think you are being maliciously
subscribed to the list, or have any other questions, send them to
sqldownunder-ow...@list.sqldownunder.com.



update: fossil-20110713230341

2011-07-13 Thread James Turner
Attached is an updated diff for fossil. I've removed gnupg as a run
depend since by default fossil will not sign commits and I don't think
a lot of people use this feature.

Tested on amd64. Thanks.
Index: Makefile
===
RCS file: /cvs/ports/devel/fossil/Makefile,v
retrieving revision 1.26
diff -u -p -r1.26 Makefile
--- Makefile30 May 2011 09:37:01 -  1.26
+++ Makefile14 Jul 2011 01:21:02 -
@@ -2,7 +2,7 @@
 
 COMMENT =  simple distributed software configuration management
 
-VERSION =  20110523151112
+VERSION =  20110713230341
 DISTNAME = fossil-src-${VERSION}
 PKGNAME =  fossil-${VERSION}
 CATEGORIES =   devel www
@@ -31,7 +31,6 @@ MAKE_FLAGS =  TCC="${CC} -Wall -DFOSSIL_
 WANTLIB =  c crypto ssl z
 
 MODULES =  lang/tcl
-RUN_DEPENDS =  security/gnupg
 
 REGRESS_DEPENDS =  ${MODTCL_RUN_DEPENDS}
 
Index: distinfo
===
RCS file: /cvs/ports/devel/fossil/distinfo,v
retrieving revision 1.19
diff -u -p -r1.19 distinfo
--- distinfo30 May 2011 09:37:01 -  1.19
+++ distinfo14 Jul 2011 01:21:02 -
@@ -1,5 +1,5 @@
-MD5 (fossil-src-20110523151112.tar.gz) = 9ZtffzuPR5jyy8qRbB8LjQ==
-RMD160 (fossil-src-20110523151112.tar.gz) = qXLFQBqgM2NCy3vNNmZg2ey6exQ=
-SHA1 (fossil-src-20110523151112.tar.gz) = I/n5iMKnEWb8TGEgmZr1NHMx6/M=
-SHA256 (fossil-src-20110523151112.tar.gz) = 
Js57I5u8TQCgJrsz/r+yZuMgoKCaIwl4L04P2825jPU=
-SIZE (fossil-src-20110523151112.tar.gz) = 2309227
+MD5 (fossil-src-20110713230341.tar.gz) = 7ZFrwNuF8w6t0N5F9ryVrQ==
+RMD160 (fossil-src-20110713230341.tar.gz) = wAM6aFRX4DLuqK2YBL5hEh6MhJI=
+SHA1 (fossil-src-20110713230341.tar.gz) = QRYvTbZxEhC8GScUFEVOlT40jF4=
+SHA256 (fossil-src-20110713230341.tar.gz) = 
rBkoGJVIkzufdrb5GuPMIQBd3cLqo5fm3l/+e2G5sBg=
+SIZE (fossil-src-20110713230341.tar.gz) = 2528443
Index: patches/patch-src_main_mk
===
RCS file: /cvs/ports/devel/fossil/patches/patch-src_main_mk,v
retrieving revision 1.9
diff -u -p -r1.9 patch-src_main_mk
--- patches/patch-src_main_mk   30 May 2011 09:37:01 -  1.9
+++ patches/patch-src_main_mk   14 Jul 2011 01:21:02 -
@@ -1,12 +1,12 @@
 $OpenBSD: patch-src_main_mk,v 1.9 2011/05/30 09:37:01 gsoares Exp $
 src/main.mk.orig   Wed May 25 10:41:58 2011
-+++ src/main.mkFri May 27 11:05:34 2011
-@@ -891,7 +891,7 @@ $(OBJDIR)/zip.o:   $(OBJDIR)/zip_.c $(OBJDIR)/zip.h  $(S
+--- src/main.mk.orig   Wed Jul 13 19:06:14 2011
 src/main.mkWed Jul 13 21:17:23 2011
+@@ -892,7 +892,7 @@ $(OBJDIR)/zip.o:   $(OBJDIR)/zip_.c $(OBJDIR)/zip.h  $(S
  
  $(OBJDIR)/zip.h:  $(OBJDIR)/headers
  $(OBJDIR)/sqlite3.o:  $(SRCDIR)/sqlite3.c
 -  $(XTCC) -DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 
-DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_STAT2 
-Dlocaltime=fossil_localtime -DSQLITE_ENABLE_LOCKING_STYLE=0 -c 
$(SRCDIR)/sqlite3.c -o $(OBJDIR)/sqlite3.o
 +  $(XTCC) -DHAVE_STDINT_H=1 -DHAVE_INTTYPES_H=1 
-DSQLITE_OMIT_LOAD_EXTENSION=1 -DSQLITE_THREADSAFE=0 
-DSQLITE_DEFAULT_FILE_FORMAT=4 -DSQLITE_ENABLE_STAT2 
-Dlocaltime=fossil_localtime -DSQLITE_ENABLE_LOCKING_STYLE=0 -c 
$(SRCDIR)/sqlite3.c -o $(OBJDIR)/sqlite3.o
  
- $(OBJDIR)/shell.o:$(SRCDIR)/shell.c
-   $(XTCC) -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 
-Dfopen=fossil_fopen -c $(SRCDIR)/shell.c -o $(OBJDIR)/shell.o
+ $(OBJDIR)/shell.o:$(SRCDIR)/shell.c $(SRCDIR)/sqlite3.h
+   $(XTCC) -Dmain=sqlite3_shell -DSQLITE_OMIT_LOAD_EXTENSION=1 -c 
$(SRCDIR)/shell.c -o $(OBJDIR)/shell.o


net/amsn will die

2011-07-13 Thread Christian Weisgerber
Somebody needs to talk to the upstream developers of net/amsn or
get involved into development themselves.  amsn, or some (essential?
optional?) part of it, relies on the included CxImage image
manipulation library, which in turn has code that doesn't use the
proper libpng API but instead pokes around directly in libpng's
private data structures.

At the moment the port still builds thanks to the serious contortions
I added last week, but this is unsustainable, and if it doesn't get
fixed in some way, the port will become permanently BROKEN sooner
or later.

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



Re: packaging error in x11/gtk+2

2011-07-13 Thread Stuart Henderson
On 2011-07-12, STeve Andre'  wrote:
> I have seen this twice now in 4 months, where getting a new tree
> was the solution.  Next time this happens I'm going to put the
> suspect one away, and then compare it with the new (hopefully)
> good one.
>
> If others who've crashed into CVS problems can shed light on
> why this happens, I'd be all ears...

Don't know if it might be the case here, but I would be very wary
of switching between an anoncvs server running gnu cvs and one running
opencvs. "cvs -d $CVSROOT version" will show you what it's running.




Re: error in nagios build?

2011-07-13 Thread Stuart Henderson
On 2011-07-13, James Hartley  wrote:
> I was building Nagios with a i386 snapshot from 11 July 2011 & the ports
> tree downloaded following installation the same day.  When building Nagios,
> I got the following error when installing the package.  I did not find
> anything in the archives reporting this before.  Is this PEBKAC user error,
> or useful information?  Thanks.

You built it in net/nagios, which has a bunch of subdirectories (see Makefile),
so you've ended up building nagios twice (once with directory structure for a
chroot jail and once without) as well as various plugins.

You probably wanted to build in net/nagios/nagios (maybe with FLAVOR=chroot
maybe not), though if you're looking for this type of software I would
_highly_ recommend using Icinga instead - see ports/net/icinga/core.

Basic use of Icinga with the "legacy" CGI interface is very similar to
Nagios (from which it was forked), supports the same plugins, but has
many improvements (usability, stability, predictability ;-) it's updated
regularly (the port is tracking these quite closely), and the developers
really seem to go out of their way to make life easier for users and
packagers.




error in nagios build?

2011-07-13 Thread James Hartley
I was building Nagios with a i386 snapshot from 11 July 2011 & the ports
tree downloaded following installation the same day.  When building Nagios,
I got the following error when installing the package.  I did not find
anything in the archives reporting this before.  Is this PEBKAC user error,
or useful information?  Thanks.

===> Installing nagios-3.2.3p3-chroot from /usr/ports/packages/i386/all/
Can't install nagios-3.2.3p3-chroot because of conflicts (nagios-3.2.3p3)
--- nagios-3.2.3p3-chroot --
Can't install nagios-3.2.3p3-chroot: conflicts
*** Error code 1

Stop in /usr/ports/net/nagios/nagios (line 1729 of
/usr/ports/infrstructure/mk/bsd.port.mk).
*** Error code 1

Stop in /usr/ports/net/nagios/nagios (line 2251 of
/usr/ports/infrastructure/mk/bsd.port.mk).
===> Exiting net/nagios/nagios,chroot with an error
*** Error code 1

Stop in /usr/ports/net/nagios (line 138 of /usr/ports/infrastructure/mk/
bsd.port.subdir.mk).


Re: Update lang/newlisp 10.2.16 ==> 10.3.0

2011-07-13 Thread Amit Kulkarni
Ok. don't do anything then.

getting this a lot these days :-)

On Wed, Jul 13, 2011 at 12:49 PM, Ted Walther  wrote:
> Although it is officially a "dev" version, there was no new development.
>  Only
> bugfixes.  The JSON module was incomplete (and not even included), and there
> was a buffer overflow fixed in the parser.  So if you could please revert to
> what I had, that would provide the best experience for everyone who uses the
> newlisp port.
>
> Changelog here:
> http://www.newlisp.org/downloads/development/CHANGES-10.3.1.txt
>
> Ted
>
> On Tue, Jul 12, 2011 at 04:52:06PM -0500, Amit Kulkarni wrote:
>>
>> emailing the maintainer also...
>> changed the HOMEPAGE because maintainer doesn't have distfile for 10.3.0
>> and 10.3.1 is a dev version?
>>
>> thanks
>>
>> Index: Makefile
>> ===
>> RCS file: /cvs/ports/lang/newlisp/Makefile,v
>> retrieving revision 1.2
>> diff -u Makefile
>> --- Makefile    27 Oct 2010 09:36:34 -      1.2
>> +++ Makefile    12 Jul 2011 21:43:04 -
>> @@ -2,9 +2,8 @@
>> # Makefile prepared Sat Feb 13 11:r7:14 PST 2010 by Ted Walther
>> 
>>
>> COMMENT=        newLISP is a LISP like, general purpose scripting language
>> -DISTNAME=      newlisp-10.2.16
>> +DISTNAME=      newlisp-10.3.0
>> CATEGORIES=     lang
>> -REVISION=      0
>> HOMEPAGE=       http://newlisp.org/
>> MAINTAINER=     Ted Walther 
>>
>> @@ -16,7 +15,7 @@
>>
>> WANTLIB += c m ncurses readline
>>
>> -MASTER_SITES=          http://dpkg.reactor-core.org/port/
>> +MASTER_SITES=          ${HOMEPAGE}/downloads/
>> EXTRACT_SUFX=           .tgz
>>
>> SEPARATE_BUILD=         simple
>> Index: distinfo
>> ===
>> RCS file: /cvs/ports/lang/newlisp/distinfo,v
>> retrieving revision 1.1.1.1
>> diff -u distinfo
>> --- distinfo    27 Oct 2010 08:13:32 -      1.1.1.1
>> +++ distinfo    12 Jul 2011 21:43:04 -
>> @@ -1,5 +1,5 @@
>> -MD5 (newlisp-10.2.16.tgz) = fDvieLAbKro736VAHGParQ==
>> -RMD160 (newlisp-10.2.16.tgz) = ng3sGIjzgxBFqui2FoN/1V4d3yo=
>> -SHA1 (newlisp-10.2.16.tgz) = I9woeZYpMQQX47tK4GP8m1LAVyM=
>> -SHA256 (newlisp-10.2.16.tgz) =
>> x0gZuojMCZDort9xFWarx4O1KVW+2hy/pRmilQ0+Dg8=
>> -SIZE (newlisp-10.2.16.tgz) = 1491005
>> +MD5 (newlisp-10.3.0.tgz) = FJYo35lqMVTHoobLsF9lqA==
>> +RMD160 (newlisp-10.3.0.tgz) = MZ6q5FpyOxmwflLPZX8Fo2bHYaw=
>> +SHA1 (newlisp-10.3.0.tgz) = aMHYIJL7WNBFbd5sgTqiQvvuZp0=
>> +SHA256 (newlisp-10.3.0.tgz) =
>> yKS97lueohNxUcuHln5wgnV9xzfTlfVcZHodRoL/Hiw=
>> +SIZE (newlisp-10.3.0.tgz) = 1494142
>> Index: pkg/PLIST
>> ===
>> RCS file: /cvs/ports/lang/newlisp/pkg/PLIST,v
>> retrieving revision 1.1.1.1
>> diff -u pkg/PLIST
>> --- pkg/PLIST   27 Oct 2010 08:13:32 -      1.1.1.1
>> +++ pkg/PLIST   12 Jul 2011 21:43:04 -
>> @@ -1,6 +1,6 @@
>> @comment $OpenBSD: PLIST,v 1.1.1.1 2010/10/27 08:13:32 todd Exp $
>> bin/newlisp
>> -@bin bin/newlisp-10.2.16
>> +@bin bin/${FULLPKGNAME}
>> bin/newlisp-edit
>> bin/newlispdoc
>> @man man/man1/newlisp.1
>> @@ -19,61 +19,61 @@
>> share/doc/newlisp/newLISPdoc.html
>> share/doc/newlisp/newlisp_index.html
>> share/doc/newlisp/newlisp_manual.html
>> -share/newlisp-10.2.16/
>> -share/newlisp-10.2.16/guiserver/
>> -share/newlisp-10.2.16/guiserver.jar
>> -share/newlisp-10.2.16/guiserver.lsp
>> -share/newlisp-10.2.16/guiserver/allfonts-demo.lsp
>> -share/newlisp-10.2.16/guiserver/animation-demo.lsp
>> -share/newlisp-10.2.16/guiserver/border-layout-demo.lsp
>> -share/newlisp-10.2.16/guiserver/button-demo.lsp
>> -share/newlisp-10.2.16/guiserver/clipboard-demo.lsp
>> -share/newlisp-10.2.16/guiserver/cursor-demo.lsp
>> -share/newlisp-10.2.16/guiserver/drag-demo.lsp
>> -share/newlisp-10.2.16/guiserver/font-demo.lsp
>> -share/newlisp-10.2.16/guiserver/frameless-demo.lsp
>> -share/newlisp-10.2.16/guiserver/html-demo.lsp
>> -share/newlisp-10.2.16/guiserver/image-demo.lsp
>> -share/newlisp-10.2.16/guiserver/midi-demo.lsp
>> -share/newlisp-10.2.16/guiserver/midi2-demo.lsp
>> -share/newlisp-10.2.16/guiserver/mouse-demo.lsp
>> -share/newlisp-10.2.16/guiserver/move-resize-demo.lsp
>> -share/newlisp-10.2.16/guiserver/pinballs-demo.lsp
>> -share/newlisp-10.2.16/guiserver/properties-demo.lsp
>> -share/newlisp-10.2.16/guiserver/rotation-demo.lsp
>> -share/newlisp-10.2.16/guiserver/shapes-demo.lsp
>> -share/newlisp-10.2.16/guiserver/sound-demo.lsp
>> -share/newlisp-10.2.16/guiserver/stroke-demo.lsp
>> -share/newlisp-10.2.16/guiserver/tabs-demo.lsp
>> -share/newlisp-10.2.16/guiserver/textrot-demo.lsp
>> -share/newlisp-10.2.16/guiserver/uppercase.lsp
>> -share/newlisp-10.2.16/guiserver/widgets-demo.lsp
>> -share/newlisp-10.2.16/guiserver/word-count.lsp
>> -share/newlisp-10.2.16/init.lsp.example
>> -share/newlisp-10.2.16/modules/
>> -share/newlisp-10.2.16/modules/canvas.lsp
>> -share/newlisp-10.2.16/modules/cgi.lsp
>> -share/newlisp-10.2.16/modules/crypto.lsp
>> -share/newlisp-10.2.16/m

Re: UPDATE: java/junit 3.8.2 ==> 4.8.2

2011-07-13 Thread Amit Kulkarni
  COMMENT=     regression testing utility for use with the Java language

 -VERSION=     3.8.2
 +VERSION=     4.8.2
>>>
>>> You cannot eliminate JUnit 3.8 because there are still things that
>>> use it that don't work on 4, at least last time I checked.
>>>
>>
>> Can you elaborate what things? I will report if they still don't work,
>> or if they work now.
>>
>>
> Hi,
>
> There are two ports with a specific dependency set.
>
> databases/postgresql-jdbc
> geo/jeoip
>
> They use STEM-=3.8.2:java/junit, so are insisting on the specific version
> 3.8.2, your change will break these.
>

Nigel/ Ian,

I compile tested both jeoip and pgsql-jdbc with newer junit, both on
amd64. Can somebody who uses either report success or failure with the
diff I sent earlier? There are only few ports which use junit, and I
think I covered them both. libre/open office build without junit. Are
the libre/open office which are causing problem with junit?

kili@,
I was planning on working on the newest pgsql-jdbc (which is a dev
version) since it works with jdk1.7.

btw, anybody working on latest jdk1.7 b147 which is probably going to
be final build?

thanks



Re: NEW: py-zeya (Zeya)

2011-07-13 Thread Remi Pointel
On Wed, 13 Jul 2011 19:09:23 +0200
Remi Pointel  wrote:

> On Mon, 11 Jul 2011 19:14:00 +0200
> David Coppa  wrote:
> > On Mon, 11 Jul 2011, David Coppa wrote:
> > 
> > > Hi all,
> > > 
> > > This is a port of Zeya, a nice HTML5 web music server.
> > 
> > New version, as I've fixed some glitches...
> 
> Hello,
> 
> I can't listen more than 1 song.
> I listen the first song, and if I click on "next", or directly another song 
> it does not work.
> 
> Do you have the same ?

>From another PC, it works fine.

So I think you can forget my previous remark.
ok rpointel@.

Cheers,

Remi.



Re: UPDATE: java/junit 3.8.2 ==> 4.8.2

2011-07-13 Thread Matthias Kilian
On Wed, Jul 13, 2011 at 05:33:17PM +0100, Nigel Taylor wrote:
> >>You cannot eliminate JUnit 3.8 because there are still things that
> >>use it that don't work on 4, at least last time I checked.
> >>
> >
> >Can you elaborate what things? I will report if they still don't work,
> >or if they work now.
> 
> There are two ports with a specific dependency set.
> 
> databases/postgresql-jdbc

That one needs an update anyway (will do so next weekend, and also
check with a newer junit).

Ciao,
Kili



Re: NEW: py-zeya (Zeya)

2011-07-13 Thread Remi Pointel
On Mon, 11 Jul 2011 19:14:00 +0200
David Coppa  wrote:
> On Mon, 11 Jul 2011, David Coppa wrote:
> 
> > Hi all,
> > 
> > This is a port of Zeya, a nice HTML5 web music server.
> 
> New version, as I've fixed some glitches...

Hello,

I can't listen more than 1 song.
I listen the first song, and if I click on "next", or directly another song it 
does not work.

Do you have the same ?

Remi.



Re: UPDATE: java/junit 3.8.2 ==> 4.8.2

2011-07-13 Thread Nigel Taylor

On 07/13/11 16:09, Amit Kulkarni wrote:

  COMMENT= regression testing utility for use with the Java language

-VERSION= 3.8.2
+VERSION= 4.8.2


You cannot eliminate JUnit 3.8 because there are still things that
use it that don't work on 4, at least last time I checked.



Can you elaborate what things? I will report if they still don't work,
or if they work now.



Hi,

There are two ports with a specific dependency set.

databases/postgresql-jdbc
geo/jeoip

They use STEM-=3.8.2:java/junit, so are insisting on the specific 
version 3.8.2, your change will break these.



Regards

Nigel Taylor



Re: UPDATE: java/junit 3.8.2 ==> 4.8.2

2011-07-13 Thread Amit Kulkarni
>>  COMMENT=     regression testing utility for use with the Java language
>>
>> -VERSION=     3.8.2
>> +VERSION=     4.8.2
>
> You cannot eliminate JUnit 3.8 because there are still things that
> use it that don't work on 4, at least last time I checked.
>

Can you elaborate what things? I will report if they still don't work,
or if they work now.



Re: UPDATE: java/junit 3.8.2 ==> 4.8.2

2011-07-13 Thread Ian Darwin
>  COMMENT= regression testing utility for use with the Java language
>  
> -VERSION= 3.8.2
> +VERSION= 4.8.2

You cannot eliminate JUnit 3.8 because there are still things that 
use it that don't work on 4, at least last time I checked.



Re: [wip] Python 3.2

2011-07-13 Thread remi . pointel

On Mon, 27 Jun 2011 20:54:39 +0200, Remi Pointel wrote:

Hello,

I have worked on porting Python 3.2 (with jasper@ and Henry Precheur,
thanks).
It has been imported because having it intree will allow more people
to work on it.

Now, this port needs a lot of work to be linked to the build, so
please test and report problems you could have.

Thanks for your help.

Regards,


Hello,

Python 3.2.1 have been released.

Attached is the diff to update Python 3.2 to Python 3.2.1.

Could you test the diff and make regress on arch != amd64 and sparc64, 
and send me the results please.


Thanks a lot,

Remi.Index: Makefile.inc
===
RCS file: /cvs/ports/lang/python3/Makefile.inc,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile.inc
--- Makefile.inc	29 Jun 2011 11:58:31 -	1.2
+++ Makefile.inc	11 Jul 2011 19:20:08 -
@@ -8,21 +8,17 @@
 SHARED_ONLY=	Yes
 
 COMMENT-main=	interpreted object-oriented programming language
-#COMMENT-bsddb=	Berkeley db module for Python
 COMMENT-gdbm=	GNU dbm module for Python
 COMMENT-idle=	IDE for Python
 COMMENT-tests=	Python test suite
 COMMENT-tkinter=tk GUI module for Python
-#COMMENT-tools=	extra tools for Python
 
 DISTNAME=	Python-${VERSION}${PATCHLEVEL}
 PKGNAME-main=	python3-${VERSION}${PATCHLEVEL}
-#PKGNAME-bsddb=	python3-bsddb-${VERSION}${PATCHLEVEL}
 PKGNAME-gdbm=	python3-gdbm-${VERSION}${PATCHLEVEL}
 PKGNAME-idle=	python3-idle-${VERSION}${PATCHLEVEL}
 PKGNAME-tests=	python3-tests-${VERSION}${PATCHLEVEL}
 PKGNAME-tkinter=python3-tkinter-${VERSION}${PATCHLEVEL}
-#PKGNAME-tools=	python3-tools-${VERSION}${PATCHLEVEL}
 CATEGORIES=	lang
 MASTER_SITES=	http://www.python.org/ftp/${PSUBDIR}/ \
 		http://python.mirrors.pair.com/pub/${PSUBDIR}/
@@ -40,7 +36,6 @@ PERMIT_PACKAGE_FTP=	Yes
 PERMIT_DISTFILES_CDROM=	Yes
 PERMIT_DISTFILES_FTP=	Yes
 
-#MULTI_PACKAGES=	-main -tests -tools -gdbm -idle -tkinter -bsddb
 MULTI_PACKAGES=		-main -tests -gdbm -idle -tkinter
 
 # Python 2.6 lists BSD db 4.6.x as unstable on most architectures (see
@@ -58,14 +53,10 @@ LIB_DEPENDS-main =	archivers/bzip2
 RUN_DEPENDS-main =
 WANTLIB-main =		ssl panelw m crypto c util z readline pthread \
 			ncursesw stdc++ expat bz2 ffi
-#.if ${VERSION} == "2.5" || ${VERSION} == "2.6" || ${VERSION} == "2.7"
 LIB_DEPENDS-main +=	databases/sqlite3 \
 			devel/libffi
 WANTLIB-main +=		sqlite3
-#.endif
 
-#LIB_DEPENDS-bsddb =	databases/db/v4
-#WANTLIB-bsddb =		lib/db4/db>=4
 LIB_DEPENDS-gdbm =	databases/gdbm \
 			lang/python3/${VERSION},-main
 WANTLIB-gdbm =		gdbm>=3 python${VERSION}m
Index: 3.2/Makefile
===
RCS file: /cvs/ports/lang/python3/3.2/Makefile,v
retrieving revision 1.2
diff -u -p -r1.2 Makefile
--- 3.2/Makefile	29 Jun 2011 11:58:31 -	1.2
+++ 3.2/Makefile	11 Jul 2011 19:20:08 -
@@ -1,7 +1,7 @@
 # $OpenBSD: Makefile,v 1.2 2011/06/29 11:58:31 rpointel Exp $
 
 VERSION =		3.2
-#PATCHLEVEL =		.1
+PATCHLEVEL =		.1
 SHARED_LIBS =		python3.2m 1.0
 
 AUTOCONF_VERSION =	2.68
Index: 3.2/distinfo
===
RCS file: /cvs/ports/lang/python3/3.2/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- 3.2/distinfo	27 Jun 2011 18:44:13 -	1.1.1.1
+++ 3.2/distinfo	11 Jul 2011 19:20:08 -
@@ -1,5 +1,5 @@
-MD5 (Python-3.2.tgz) = Xv6Dinh4sXD2co1+XXUXrw==
-RMD160 (Python-3.2.tgz) = ZjNunO0jujmUACcImlYYVsdxKIA=
-SHA1 (Python-3.2.tgz) = LAhGV4anDYz5vTKctrC0Sduo+N0=
-SHA256 (Python-3.2.tgz) = J7Nb/LvwHelWTAJl1ytYuj/z1W3wYVdlNy8qoJ3CDak=
-SIZE (Python-3.2.tgz) = 12673043
+MD5 (Python-3.2.1.tgz) = bCqjSBytt733TmJf/8NSsg==
+RMD160 (Python-3.2.1.tgz) = XLNNNndcMqYdrh06Uva+JTk/c0c=
+SHA1 (Python-3.2.1.tgz) = AA/2XbmC+8ZPqVonN6f6Eoc+yTE=
+SHA256 (Python-3.2.1.tgz) = fP8p2YRpbZ/ox76lTaW5rTas7zP/XPDT435NEvshxXI=
+SIZE (Python-3.2.1.tgz) = 12713430
Index: 3.2/patches/patch-Lib_test_test_capi_py
===
RCS file: 3.2/patches/patch-Lib_test_test_capi_py
diff -N 3.2/patches/patch-Lib_test_test_capi_py
--- /dev/null	1 Jan 1970 00:00:00 -
+++ 3.2/patches/patch-Lib_test_test_capi_py	11 Jul 2011 19:20:08 -
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- Lib/test/test_capi.py.orig	Sat Jul  9 08:58:50 2011
 Lib/test/test_capi.py	Mon Jul 11 15:15:28 2011
+@@ -91,6 +91,7 @@
+ if False and support.verbose:
+ print("(%i)"%(len(l),))
+ 
++@unittest.skipIf(sys.platform.startswith("openbsd"), "blocking on OpenBSD")
+ def test_pendingcalls_threaded(self):
+ 
+ #do every callback on a separate thread
Index: 3.2/patches/patch-Lib_test_test_io_py
===
RCS file: 3.2/patches/patch-Lib_test_test_io_py
diff -N 3.2/patches/patch-Lib_test_test_io_py
--- /dev/null	1 Jan 1970 00:00:00 -
+++ 3.2/patches/patch-Lib_test_test_io_py	11 Jul 2011 19:20:08 -
@@ -0,0 +1,44 @@
+$OpenBSD$
+--- Lib/test/t

Offres emplois pour vous

2011-07-13 Thread duloiscarole

Bonjour,

 des nouveaux offres emplois pour vous 
http://www.universfreeads.com/emplois.php 


..



Re: net/aiccu: add a rc script

2011-07-13 Thread David Coppa
On Wed, 13 Jul 2011, Antoine Jacoutot wrote:

> On Wed, 13 Jul 2011, David Coppa wrote:
> 
> > OK?
> > Is the script correct?
> 
> It looks fine yes. But you need to make sure you tested _all_ rc_cmd.

# /etc/rc.d/aiccu start
aiccu(ok)
# pgrep aiccu   

  
12468
# /etc/rc.d/aiccu check 
# echo $?   

  
0
# /etc/rc.d/aiccu stop  
aiccu(ok)
# /etc/rc.d/aiccu check 
# echo $?
1
# /etc/rc.d/aiccu start 
aiccu(ok)
# pgrep aiccu   
17948
# /etc/rc.d/aiccu restart
aiccu(ok)
aiccu(ok)
# pgrep aiccu 
15109
# /etc/rc.d/aiccu reload  
/etc/rc.d/aiccu: reload is not supported



Re: net/aiccu: add a rc script

2011-07-13 Thread Antoine Jacoutot
On Wed, 13 Jul 2011, David Coppa wrote:

> OK?
> Is the script correct?

It looks fine yes. But you need to make sure you tested _all_ rc_cmd.


> 
> ciao,
> david
> 
> Index: Makefile
> ===
> RCS file: /cvs/ports/net/aiccu/Makefile,v
> retrieving revision 1.3
> diff -u -p -r1.3 Makefile
> --- Makefile  18 Oct 2010 18:36:45 -  1.3
> +++ Makefile  13 Jul 2011 08:03:52 -
> @@ -5,6 +5,7 @@ COMMENT=  SixXS automatic IPv6 connectivi
>  VERSION= 20070115
>  DISTNAME=aiccu_${VERSION}
>  PKGNAME= aiccu-${VERSION}
> +REVISION=0
>  CATEGORIES=  net
>  HOMEPAGE=http://www.sixxs.net/tools/aiccu/
>  
> Index: pkg/MESSAGE
> ===
> RCS file: /cvs/ports/net/aiccu/pkg/MESSAGE,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 MESSAGE
> --- pkg/MESSAGE   13 Feb 2007 20:30:48 -  1.1.1.1
> +++ pkg/MESSAGE   13 Jul 2011 08:03:52 -
> @@ -1,12 +1,2 @@
>  Go to www.sixxs.net and get a free account.
>  Edit ${SYSCONFDIR}/aiccu.conf and insert your account data.
> -
> -You can start the daemon like this:
> -${PREFIX}/sbin/aiccu start
> -
> -Add the following to the /etc/rc.local script to start the daemon on boot:
> -
> -if [ -x ${PREFIX}/sbin/aiccu -a -f ${SYSCONFDIR}/aiccu.conf ]; then
> -echo -n ' aiccu'
> -${PREFIX}/sbin/aiccu start
> -fi
> Index: pkg/PLIST
> ===
> RCS file: /cvs/ports/net/aiccu/pkg/PLIST,v
> retrieving revision 1.1.1.1
> diff -u -p -r1.1.1.1 PLIST
> --- pkg/PLIST 13 Feb 2007 20:30:48 -  1.1.1.1
> +++ pkg/PLIST 13 Jul 2011 08:03:52 -
> @@ -5,3 +5,5 @@ share/examples/aiccu/
>  share/examples/aiccu/aiccu.conf
>  @mode 600
>  @sample ${SYSCONFDIR}/aiccu.conf
> +@mode
> +@rcscript ${RCDIR}/aiccu
> Index: pkg/aiccu.rc
> ===
> RCS file: pkg/aiccu.rc
> diff -N pkg/aiccu.rc
> --- /dev/null 1 Jan 1970 00:00:00 -
> +++ pkg/aiccu.rc  13 Jul 2011 08:03:52 -
> @@ -0,0 +1,19 @@
> +#!/bin/sh
> +#
> +# $OpenBSD$
> +
> +daemon="${TRUEPREFIX}/sbin/aiccu"
> +
> +. /etc/rc.d/rc.subr
> +
> +rc_reload=NO
> +
> +rc_start() {
> + ${rcexec} "${daemon} start"
> +}
> +
> +rc_stop() {
> + ${daemon} stop
> +}
> +
> +rc_cmd $1
> 

-- 
Antoine



net/aiccu: add a rc script

2011-07-13 Thread David Coppa
OK?
Is the script correct?

ciao,
david

Index: Makefile
===
RCS file: /cvs/ports/net/aiccu/Makefile,v
retrieving revision 1.3
diff -u -p -r1.3 Makefile
--- Makefile18 Oct 2010 18:36:45 -  1.3
+++ Makefile13 Jul 2011 08:03:52 -
@@ -5,6 +5,7 @@ COMMENT=SixXS automatic IPv6 connectivi
 VERSION=   20070115
 DISTNAME=  aiccu_${VERSION}
 PKGNAME=   aiccu-${VERSION}
+REVISION=  0
 CATEGORIES=net
 HOMEPAGE=  http://www.sixxs.net/tools/aiccu/
 
Index: pkg/MESSAGE
===
RCS file: /cvs/ports/net/aiccu/pkg/MESSAGE,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 MESSAGE
--- pkg/MESSAGE 13 Feb 2007 20:30:48 -  1.1.1.1
+++ pkg/MESSAGE 13 Jul 2011 08:03:52 -
@@ -1,12 +1,2 @@
 Go to www.sixxs.net and get a free account.
 Edit ${SYSCONFDIR}/aiccu.conf and insert your account data.
-
-You can start the daemon like this:
-${PREFIX}/sbin/aiccu start
-
-Add the following to the /etc/rc.local script to start the daemon on boot:
-
-if [ -x ${PREFIX}/sbin/aiccu -a -f ${SYSCONFDIR}/aiccu.conf ]; then
-echo -n ' aiccu'
-${PREFIX}/sbin/aiccu start
-fi
Index: pkg/PLIST
===
RCS file: /cvs/ports/net/aiccu/pkg/PLIST,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 PLIST
--- pkg/PLIST   13 Feb 2007 20:30:48 -  1.1.1.1
+++ pkg/PLIST   13 Jul 2011 08:03:52 -
@@ -5,3 +5,5 @@ share/examples/aiccu/
 share/examples/aiccu/aiccu.conf
 @mode 600
 @sample ${SYSCONFDIR}/aiccu.conf
+@mode
+@rcscript ${RCDIR}/aiccu
Index: pkg/aiccu.rc
===
RCS file: pkg/aiccu.rc
diff -N pkg/aiccu.rc
--- /dev/null   1 Jan 1970 00:00:00 -
+++ pkg/aiccu.rc13 Jul 2011 08:03:52 -
@@ -0,0 +1,19 @@
+#!/bin/sh
+#
+# $OpenBSD$
+
+daemon="${TRUEPREFIX}/sbin/aiccu"
+
+. /etc/rc.d/rc.subr
+
+rc_reload=NO
+
+rc_start() {
+   ${rcexec} "${daemon} start"
+}
+
+rc_stop() {
+   ${daemon} stop
+}
+
+rc_cmd $1



Re: Problem packaging lang/llvm-gcc4

2011-07-13 Thread Landry Breuil
On Tue, Jul 12, 2011 at 08:19:19PM -0400, STeve Andre' wrote:
>   This is on a i386-current system:
> 
> OpenBSD 4.9-current (GENERIC.MP) #0: Mon Jul 11 22:17:38 EDT 2011
> 
> 
> Lang/llvm-gcc4 builds but does not package.  After a bulk build I cleaned
> everything and tried just this, with the same results:

That's known, and being worked on.

Landry