NetBSD source update | 1 Aug 2009 04:00
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/audio/rhythmbox/Makefile
P pkgsrc/audio/rhythmbox/PLIST
U pkgsrc/audio/rhythmbox/distinfo
U pkgsrc/audio/rhythmbox/patches/patch-aa
U pkgsrc/audio/rhythmbox/patches/patch-ab
cvs update: pkgsrc/databases/jdbc-mysql31/.nfsC6EF is no longer in the repository
P pkgsrc/devel/Makefile
P pkgsrc/devel/cunit/Makefile
U pkgsrc/devel/p5-MooseX-Declare/DESCR
U pkgsrc/devel/p5-MooseX-Declare/Makefile
U pkgsrc/devel/p5-MooseX-Declare/distinfo
P pkgsrc/doc/CHANGES-2009
cvs update: pkgsrc/mk/emacs.mk is no longer in the repository
P pkgsrc/net/coherence/distinfo
P pkgsrc/pkgtools/url2pkg/Makefile
P pkgsrc/pkgtools/url2pkg/files/url2pkg.pl

Killing core files:

Updating tar files:

building list of README.html files
pkgsrc: collecting ... building .gz ... replacing... building .bz2 ... replacing...
pkgsrc-readmes: collecting ... building .gz ... replacing... building .bz2 ... replacing... done

(Continue reading)

Eric Schnoebelen | 1 Aug 2009 06:00
Favicon

jabberd2 update review?

I successfully imported udns into net/udns (well, I'll say
successfully until someone says otherwise.)

Now, the reason for having udns, jabberd2.  I'd like to update
the version in pkgsrc/chat/jabberd2 from 2.1.24 to 2.2.9.  2.2.9
has been in pkgsrc-wip as wip/jabberd2 for a while, and I've
been running in production on jabber.cirr.com for a while.

I've attached the diffs for review and commentary.

I'd like to update the package on Tuesday, 4 August, in the pm
UTC.  Please comment or object by then!

Thanks,
	Eric Schnoebelen	
	schnoebe <at> netbsd.org

--
Eric Schnoebelen		eric <at> cirr.com		http://www.cirr.com
	"We are interested in artificial intelligence because there
	  is so much less of the natural kind around these days."
diff -Nrbuw -x CVS chat/jabberd2/DESCR wip/jabberd2/DESCR
--- chat/jabberd2/DESCR	2004-03-28 13:44:05.000000000 -0600
+++ wip/jabberd2/DESCR	2008-01-17 11:01:56.000000000 -0600
 <at>  <at>  -4,4 +4,4  <at>  <at> 
 messaging platform, and an IM network that offers functionality similar
 to legacy IM systems such as AIM, ICQ, MSN, and Yahoo.

(Continue reading)

OBATA Akio | 1 Aug 2009 08:01
Picon

Re: jabberd2 update review?

http://mail-index.netbsd.org/pkgsrc-users/2009/07/24/msg010293.html
http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39212

--

-- 
"Of course I love NetBSD":-)
OBATA Akio / obache <at> NetBSD.org

Tonnerre LOMBARD | 1 Aug 2009 13:53
Picon

Re: Python 2.3 support

Salut,

On Fri, Jul 31, 2009 at 05:00:23PM +0200, Joerg Sonnenberger wrote:
> databases/py-ZODB

Isn't that required for some SOAP stuff?

> security/mixminion

I guess that might be of interest to some people.

> security/py-gnutls

wipe(1) it out! ;-)

> sysutils/xentools12

Wasn't xen 1.2 recently removed from NetBSD? I think that
removed the last interested parties.

> www/ap-python

I really do think people need that?

			Tonnerre
Tonnerre LOMBARD | 1 Aug 2009 13:55
Picon

Re: Python 2.3 support

Salut,

On Fri, Jul 31, 2009 at 12:47:41PM -0400, Greg Troxel wrote:
> This is the only one that jumped out at me as maybe mattering.  2.3 is
> ancient, and anything not keeping up is obviously unmaintained.  I
> suppose anyone running apache 1.3 is really behind in updating, so I
> don't object, just thinking out loud.

There are many valid reasons to run Apache 1.3 even these days, one
of them being licensing.

				Tonnerre
Greg Troxel | 1 Aug 2009 15:44
Picon

Re: jabberd2 update review?


"OBATA Akio" <obache <at> netbsd.org> writes:

> http://mail-index.netbsd.org/pkgsrc-users/2009/07/24/msg010293.html
> http://www.netbsd.org/cgi-bin/query-pr-single.pl?number=39212

Eric and I have been talking, and that's his PR.  Basically he is going
to bring his 2.2.9 version from wip into real pkgsrc.
David Holland | 1 Aug 2009 19:42
Picon

Re: quoting hell with space in download location

On Wed, Jul 29, 2009 at 06:21:57PM +0200, Roland Illig wrote:
 > > On Tue, Jul 28, 2009 at 11:16:22PM +0200, Roland Illig wrote:
 > > > The := syntax is usually used as ${FOO:%.c=%.o}, so any percent
 > > > character is interpreted specially, as documented in the make(1)
 > >  man page.
 > > 
 > > Ugh. (When was that (mis)feature added to make?)
 > 
 > That's long ago, namely 1994-03-05.

Bleh. Well, too late to disown it. :(

--

-- 
David A. Holland
dholland <at> netbsd.org

Dave Vollenweider | 1 Aug 2009 21:15

Re: Python 2.3 support

On Fri, 31 Jul 2009 17:00:23 +0200
Joerg Sonnenberger <joerg <at> britannica.bec.de> wrote:

> Hi all,
> as discussed a while ago, the following is the list of packages that
> support only Python 2.3. Is there any interest in this packages left?
> 
[snip]
> net/pygopherd

I actually created a package for it in pkgsrc-wip over two years ago since the one in pkgsrc proper was and
still is out-of-date (2.0.16 in pkgsrc-wip, 2.0.9 in pkgsrc proper) and no one was maintaining it.  In the
pkgsrc-wip version I took out the PYTHON_VERSIONS_ACCEPTED variable.  I used it first with Python 2.4 and
am currently using it with Python 2.5.  I've had no problems using it with either version.

Development on pygopherd seems to have stopped, so I haven't done much with the package lately.  That said,
since I actually run a Gopher server and I use pygopherd for it, I'll continue to maintain the pkgsrc-wip
package.  You can do what you want with the pygopherd package in pkgsrc proper.

--

-- 
- Dave V.
NetBSD source update | 2 Aug 2009 03:13
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/bootstrap/README.IRIX
P pkgsrc/bootstrap/bootstrap
P pkgsrc/cad/electric/Makefile
P pkgsrc/cad/electric/distinfo
P pkgsrc/cad/electric/patches/patch-ac
U pkgsrc/cad/electric/patches/patch-ad
U pkgsrc/cad/electric/patches/patch-ae
P pkgsrc/cross/dasm/distinfo
P pkgsrc/cross/dasm/patches/patch-aa
P pkgsrc/devel/Makefile
U pkgsrc/devel/ETL/DESCR
U pkgsrc/devel/ETL/Makefile
U pkgsrc/devel/ETL/PLIST
U pkgsrc/devel/ETL/buildlink3.mk
U pkgsrc/devel/ETL/distinfo
P pkgsrc/devel/eclipse/Makefile
P pkgsrc/devel/libatomic_ops/distinfo
U pkgsrc/devel/libatomic_ops/patches/patch-af
P pkgsrc/doc/CHANGES-2009
P pkgsrc/doc/TODO
P pkgsrc/emulators/dega/distinfo
U pkgsrc/emulators/dega/patches/patch-ab
P pkgsrc/games/knightcap/distinfo
P pkgsrc/games/knightcap/patches/patch-ad
P pkgsrc/geography/garmin-utils/distinfo
(Continue reading)

Joerg Sonnenberger | 2 Aug 2009 03:48
Picon

Re: Python 2.3 support

On Sat, Aug 01, 2009 at 01:53:05PM +0200, Tonnerre LOMBARD wrote:
> On Fri, Jul 31, 2009 at 05:00:23PM +0200, Joerg Sonnenberger wrote:
> > databases/py-ZODB
> 
> Isn't that required for some SOAP stuff?

Well, as dependency only py-IndexedCatalog uses it. I think almost
anyone is using the version from newer Zope releases.

> > security/mixminion
> 
> I guess that might be of interest to some people.

Yeah, the wip version should be polished and replace it.

> > sysutils/xentools12
> 
> Wasn't xen 1.2 recently removed from NetBSD? I think that
> removed the last interested parties.

Yes, all supported NetBSD versions are Xen 2+, I think.

> > www/ap-python
> 
> I really do think people need that?

I don't know if anyone is using this combination still. That's why I am
asking.

Joerg
(Continue reading)


Gmane