NetBSD source update | 1 Sep 2011 03:08
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/audio/akode/distinfo
U pkgsrc/audio/akode/patches/patch-akode-lib-converter.cpp
U pkgsrc/audio/akode/patches/patch-akode-lib-crossfader.cpp
U pkgsrc/audio/akode/patches/patch-akode-lib-fast_resampler.cpp
U pkgsrc/audio/akode/patches/patch-akode-lib-volumefilter.cpp
P pkgsrc/databases/db4/Makefile
P pkgsrc/databases/ruby-dm-types/Makefile
U pkgsrc/devel/pythontidy/DESCR
U pkgsrc/devel/pythontidy/Makefile
U pkgsrc/devel/pythontidy/PLIST
U pkgsrc/devel/pythontidy/distinfo
U pkgsrc/devel/pythontidy/patches/patch-pythontidy.py
P pkgsrc/doc/CHANGES-2011
P pkgsrc/doc/TODO
P pkgsrc/games/zombies/Makefile
P pkgsrc/games/zombies/distinfo
P pkgsrc/games/zombies/patches/patch-aa
P pkgsrc/graphics/magicpoint/Makefile
P pkgsrc/inputmethod/ibus-m17n/Makefile
U pkgsrc/inputmethod/ibus-m17n/distinfo
P pkgsrc/lang/openjdk7/Makefile
P pkgsrc/lang/python24/Makefile
P pkgsrc/math/ruby-spreadsheet/Makefile
U pkgsrc/math/ruby-spreadsheet/distinfo
P pkgsrc/meta-pkgs/kde4/kde4.mk
(Continue reading)

Brook Milligan | 1 Sep 2011 07:10

Re: sysutils/strigi cannot find textproc/libxml2 in bootstrap pkgsrc

Thomas Klausner writes:
 > This patch looks good.
 > When you commit it, please bump PKGREVISION.

Below is a full patch against HEAD with the bump included.  I would
appreciate any additional comments as I have a couple of questions
still:

- Should I be using  <at> PREFIX <at>  or  <at> LOCALBASE <at> ?  What gets substituted
  here will be used by other packages when they try to use cmake in
  their own build process.  Thus, the point is to locate pkgsrc stuff
  that has already been installed as dependencies.  However, I am not
  entirely sure I understand the distinction between these two
  variables.

- While I was at it, I also made sure that references to X11R* were
  preceded by  <at> X11BASE <at>  things as a means of anticipating similar
  problems in the future with X11.  Thoughts on this?

Thanks for taking a look at this stuff.

Cheers,
Brook

===========================================================================

? devel/cmake/patches/patch-Modules_FindX11.cmake
Index: chat/spectrum/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/chat/spectrum/Makefile,v
(Continue reading)

Edgar Fuß | 1 Sep 2011 11:52
Picon
Favicon

Re: sysutils/strigi cannot find textproc/libxml2 in bootstrap pkgsrc

> +BUILDLINK_ABI_DEPENDS.cmake?=	cmake>=2.8.5nb1
I'm unfamiliar with ABI_DEPENDS, but is it intentional that this is ?=, not +=
OBATA Akio | 1 Sep 2011 12:48
Picon

Re: sysutils/strigi cannot find textproc/libxml2 in bootstrap pkgsrc

On Thu, 01 Sep 2011 18:52:04 +0900, Edgar Fuß <ef <at> math.uni-bonn.de> wrote:

>> +BUILDLINK_ABI_DEPENDS.cmake?=	cmake>=2.8.5nb1
> I'm unfamiliar with ABI_DEPENDS, but is it intentional that this is ?=, not +=

Nothing will depend on cmake ABI, so just API should be bumped instead.

And I don't know the reason why some packages is bumped its PKGREVISION.

--

-- 
OBATA Akio / obache <at> NetBSD.org

Brook Milligan | 1 Sep 2011 19:06

Re: sysutils/strigi cannot find textproc/libxml2 in bootstrap pkgsrc

OBATA Akio writes:
 > On Thu, 01 Sep 2011 18:52:04 +0900, Edgar Fuß <ef <at> math.uni-bonn.de> wrote:
 > 
 > >> +BUILDLINK_ABI_DEPENDS.cmake?=	cmake>=2.8.5nb1
 > > I'm unfamiliar with ABI_DEPENDS, but is it intentional that this is ?=, not +=
 > 
 > Nothing will depend on cmake ABI, so just API should be bumped instead.
 > 
 > And I don't know the reason why some packages is bumped its PKGREVISION.

Both of these are a result of a revision bump on all packages that
depend on cmake (see pkgtools/revbump).  I must confess I am uncertain
of the BUILDLINK_*_DEPENDS part, though.  Thomas, perhaps you can
respond to these questions?

Cheers,
Brook

NetBSD source update | 2 Sep 2011 03:26
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/chat/telepathy-logger/Makefile
P pkgsrc/comms/p5-Device-XBee-API/Makefile
U pkgsrc/comms/p5-Device-XBee-API/distinfo
P pkgsrc/comms/spandsp/distinfo
U pkgsrc/comms/spandsp/patches/patch-src_gsm0610__rpe.c
P pkgsrc/databases/ruby-dm-types/distinfo
cvs update: pkgsrc/databases/ruby-dm-types/patches/patch-aa is no longer in the repository
P pkgsrc/devel/Makefile
P pkgsrc/doc/CHANGES-2011
P pkgsrc/doc/pkgsrc-2011Q2
P pkgsrc/inputmethod/ibus-table-chinese/Makefile
U pkgsrc/inputmethod/ibus-table-chinese/distinfo
U pkgsrc/inputmethod/ibus-table-chinese/patches/patch-Modules_DateTimeFormat.cmake
U pkgsrc/inputmethod/ibus-table-chinese/patches/patch-Modules_ManageEnvironment.cmake
P pkgsrc/inputmethod/ibus-table-chinese/patches/patch-ab
P pkgsrc/inputmethod/ibus-table-chinese/patches/patch-ac
P pkgsrc/inputmethod/ibus-table-chinese/patches/patch-ad
P pkgsrc/net/bind98/Makefile
P pkgsrc/net/bind98/PLIST
P pkgsrc/net/bind98/distinfo
P pkgsrc/net/bind98/patches/patch-configure
U pkgsrc/net/bind98/patches/patch-contrib_dlz_drivers_sdlz__helper.c
P pkgsrc/security/openssh/options.mk
P pkgsrc/sysutils/strace/Makefile
P pkgsrc/sysutils/strace/distinfo
(Continue reading)

Takahiro Kambe | 2 Sep 2011 06:16
Picon

Default Ruby and Rails version

Hi.

Currently, default version of Ruby package is ruby18, 1.8.7.
I think it is time to switch it to ruby19, 1.9.2 with better
functionality and performance.

Note that after switched *default* version, ruby18 would be still
supported by pkgsrc.

These packages which don't work on ruby 1.9.2 at least.

	audio/amarok-kde3
	converters/ruby-uconv
	devel/rake
	devel/ruby-debug-base
	devel/ruby-debug
	devel/ruby-debug-extra
	devel/ruby-debug-ide
	devel/ruby-eet
	devel/ruby-linecache
	devel/ruby-rbx-require-relative
	emulators/kenigma
	graphics/ruby-clutter
	graphics/ruby-clutter-cairo
	graphics/ruby-clutter-core
	graphics/ruby-clutter-gtk
	inputmethod/prime
	multimedia/ruby-clutter-gst
	net/dnsdoctor
	security/opendnssec
(Continue reading)

NetBSD source update | 3 Sep 2011 04:16
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/doc/CHANGES-2011
P pkgsrc/doc/pkgsrc-2011Q2
cvs update: pkgsrc/graphics/aview/MESSAGE is no longer in the repository
P pkgsrc/net/tcl-scotty/Makefile
P pkgsrc/net/tcl-scotty/distinfo
P pkgsrc/net/tcl-scotty/patches/patch-aa
P pkgsrc/net/tcl-scotty/patches/patch-ab
P pkgsrc/net/tcl-scotty/patches/patch-ac
P pkgsrc/net/tcl-scotty/patches/patch-ad
P pkgsrc/net/tcl-scotty/patches/patch-af
P pkgsrc/net/tcl-scotty/patches/patch-ag
U pkgsrc/net/tcl-scotty/patches/patch-ah

Killing core files:

Updating tar files:

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

Updating pkgsrc-2011Q2 pkgsrc tree (/ftp/pub/pkgsrc/pkgsrc-2011Q2):
P pkgsrc/comms/spandsp/distinfo
U pkgsrc/comms/spandsp/patches/patch-src_gsm0610__rpe.c
(Continue reading)

NetBSD source update | 4 Sep 2011 03:28
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/archivers/nulib2/Makefile
P pkgsrc/archivers/nulib2/distinfo
P pkgsrc/archivers/nulib2/patches/patch-aa
P pkgsrc/archivers/nulib2/patches/patch-ab
P pkgsrc/archivers/nulib2/patches/patch-ac
P pkgsrc/archivers/nulib2/patches/patch-ad
P pkgsrc/archivers/nulib2/patches/patch-ae
P pkgsrc/archivers/nulib2/patches/patch-af
P pkgsrc/audio/adplug/distinfo
U pkgsrc/audio/adplug/patches/patch-adplugdb_adplugdb_cpp
P pkgsrc/comms/hylafax/distinfo
P pkgsrc/comms/hylafax/patches/patch-ae
P pkgsrc/cross/uisp/distinfo
U pkgsrc/cross/uisp/patches/patch-src_dapa_c
P pkgsrc/databases/Makefile
U pkgsrc/databases/pgbouncer/DESCR
U pkgsrc/databases/pgbouncer/Makefile
U pkgsrc/databases/pgbouncer/PLIST
U pkgsrc/databases/pgbouncer/distinfo
U pkgsrc/databases/pgbouncer/files/pgbouncer.sh
P pkgsrc/doc/CHANGES-2011
P pkgsrc/graphics/giflib/Makefile
P pkgsrc/graphics/giflib/PLIST
P pkgsrc/graphics/giflib/distinfo
cvs update: pkgsrc/graphics/giflib/patches/patch-aa is no longer in the repository
(Continue reading)

NetBSD source update | 5 Sep 2011 03:07
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/archivers/bzip2/files/Makefile
P pkgsrc/archivers/squsq/distinfo
P pkgsrc/archivers/squsq/patches/patch-aa
U pkgsrc/archivers/squsq/patches/patch-tr2_c
P pkgsrc/audio/amp/distinfo
P pkgsrc/audio/amp/patches/patch-ae
P pkgsrc/audio/amp/patches/patch-af
P pkgsrc/audio/gramofile/distinfo
U pkgsrc/audio/gramofile/patches/patch-bplaysrc_bplay_c
P pkgsrc/audio/moc/distinfo
P pkgsrc/audio/moc/patches/patch-ab
P pkgsrc/audio/moc/patches/patch-ad
P pkgsrc/audio/moc-devel/distinfo
P pkgsrc/audio/moc-devel/patches/patch-aa
P pkgsrc/audio/mp3_check/distinfo
P pkgsrc/audio/mp3_check/patches/patch-ab
P pkgsrc/audio/mp3info/distinfo
U pkgsrc/audio/mp3info/patches/patch-configure
P pkgsrc/audio/mserv-devel/distinfo
P pkgsrc/audio/mserv-devel/patches/patch-ab
P pkgsrc/audio/p5-MP3-Tag/Makefile
P pkgsrc/audio/splay/distinfo
U pkgsrc/audio/splay/patches/patch-configure
P pkgsrc/audio/squeezeboxserver/Makefile
P pkgsrc/audio/terminatorx/distinfo
(Continue reading)


Gmane