NetBSD source update | 1 Dec 2010 02:06
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/audio/Makefile
P pkgsrc/audio/libmp3splt/Makefile
P pkgsrc/audio/libmp3splt/PLIST
U pkgsrc/audio/libmp3splt/distinfo
U pkgsrc/audio/libmp3splt/patches/patch-aa
P pkgsrc/audio/libmusicbrainz/Makefile
P pkgsrc/audio/libmusicbrainz/PLIST
P pkgsrc/audio/libmusicbrainz/distinfo
P pkgsrc/audio/mp3splt/Makefile
U pkgsrc/audio/mp3splt/distinfo
cvs update: pkgsrc/audio/mp3splt/patches/patch-aa is no longer in the repository
cvs update: pkgsrc/audio/mp3splt/patches/patch-ab is no longer in the repository
U pkgsrc/audio/mp3splt-gtk/DESCR
U pkgsrc/audio/mp3splt-gtk/Makefile
U pkgsrc/audio/mp3splt-gtk/PLIST
U pkgsrc/audio/mp3splt-gtk/distinfo
U pkgsrc/audio/mp3wrap/DESCR
U pkgsrc/audio/mp3wrap/Makefile
U pkgsrc/audio/mp3wrap/PLIST
U pkgsrc/audio/mp3wrap/distinfo
P pkgsrc/converters/libwpg/Makefile
P pkgsrc/databases/gramps3/Makefile
P pkgsrc/databases/gramps3/PLIST
P pkgsrc/databases/gramps3/distinfo
P pkgsrc/devel/monotone/Makefile
(Continue reading)

Brook Milligan | 1 Dec 2010 03:16

Re: "doc" option

David Brownlee writes:
 > There seem to be two different issues in this thread. I think we
 > should consider them separately. Also there may be some options under
 > each which have not been considered:
 > a) Eliminating docs on systems with limited storage
 > b) Avoiding the cost of building building depends such as tex &
 > doxygen to generate docs for some packages

There might actually be a third use case:

c) Install only docs on some systems.  This is the flip side of a)
above.  For example, one might have a small system or a server that
has no direct need for docs and a client system, say from which the
server is managed, that has no direct need of the binaries but for
which the docs would be useful.

Cheers,
Brook

NetBSD source update | 2 Dec 2010 02:08
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/comms/obexapp/Makefile
P pkgsrc/comms/obexapp/files/obexapp.sh
P pkgsrc/doc/CHANGES-2010
P pkgsrc/doc/TODO
P pkgsrc/editors/Makefile
P pkgsrc/editors/lyx/Makefile
P pkgsrc/editors/lyx/PLIST
U pkgsrc/editors/lyx/distinfo
U pkgsrc/editors/xournal/DESCR
U pkgsrc/editors/xournal/Makefile
U pkgsrc/editors/xournal/PLIST
U pkgsrc/editors/xournal/distinfo
P pkgsrc/fonts/font-sun-misc/Makefile
P pkgsrc/fonts/font-xfree86-type1/Makefile
P pkgsrc/graphics/libgdiplus/Makefile
U pkgsrc/graphics/libgdiplus/distinfo
P pkgsrc/inputmethod/ibus-anthy/Makefile
U pkgsrc/inputmethod/ibus-anthy/distinfo
P pkgsrc/lang/Makefile
U pkgsrc/lang/ficl/DESCR
U pkgsrc/lang/ficl/Makefile
U pkgsrc/lang/ficl/PLIST
U pkgsrc/lang/ficl/distinfo
P pkgsrc/lang/mono/Makefile
P pkgsrc/lang/mono/PLIST.common
(Continue reading)

NetBSD source update | 3 Dec 2010 02:07
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/archivers/p5-Archive-Tar/Makefile
U pkgsrc/archivers/p5-Archive-Tar/distinfo
P pkgsrc/audio/pulseaudio/Makefile
P pkgsrc/audio/pulseaudio/distinfo
P pkgsrc/audio/pulseaudio/patches/patch-ad
P pkgsrc/bootstrap/README.FreeBSD
P pkgsrc/comms/p5-Device-Gsm/Makefile
U pkgsrc/comms/p5-Device-Gsm/distinfo
P pkgsrc/converters/p5-JSON/Makefile
U pkgsrc/converters/p5-JSON/distinfo
P pkgsrc/converters/p5-MIME-Base64/Makefile
U pkgsrc/converters/p5-MIME-Base64/distinfo
P pkgsrc/converters/p5-MIME-Base64/patches/patch-aa
P pkgsrc/devel/confuse/Makefile
U pkgsrc/devel/confuse/distinfo
cvs update: pkgsrc/devel/confuse/patches/patch-aa is no longer in the repository
P pkgsrc/devel/libev/Makefile
P pkgsrc/devel/libev/buildlink3.mk
U pkgsrc/devel/libev/distinfo
P pkgsrc/devel/makedepend/Makefile
U pkgsrc/devel/makedepend/distinfo
U pkgsrc/devel/makedepend/patches/patch-aa
P pkgsrc/devel/mercurial/Makefile
U pkgsrc/devel/mercurial/distinfo
P pkgsrc/devel/p5-Date-Manip/Makefile
(Continue reading)

David Brownlee | 3 Dec 2010 16:33
Gravatar

Recommended way to rebuild a bootstrap binary kit

What is the recommended way to rebuild the binary bootstrap kit on an
existing system? some form of chroot?
Also, is there any way to create a new tar (--gzip-binary-kit) without
having to nuke & rebuild the bootstrap packages?

thanks :)

David Brownlee | 3 Dec 2010 19:33
Gravatar

How to handle a font dependency (munin-server)

I'm deploying munin to a Centos box, with X11_TYPE=modular.

If just the munin-server package is installed in generates graphs with
missing fonts (all glyphs are small boxes).
Installing meta-pkgs/modular-xorg-fonts fixes the issue. I can
probably drill down to the offending font itself.

How do we encode a dependency on an x11 font or fonts for a package,
such that it will not break on a non modular X11 install?

Joerg Sonnenberger | 3 Dec 2010 20:42
Picon

Re: How to handle a font dependency (munin-server)

On Fri, Dec 03, 2010 at 06:33:12PM +0000, David Brownlee wrote:
> How do we encode a dependency on an x11 font or fonts for a package,
> such that it will not break on a non modular X11 install?

.if ${X11_TYPE} == "modular"
DEPENDS += ...
.endif 

Joerg

David Brownlee | 3 Dec 2010 21:25
Picon

Re: How to handle a font dependency (munin-server)

On 3 December 2010 19:42, Joerg Sonnenberger <joerg <at> britannica.bec.de> wrote:
> On Fri, Dec 03, 2010 at 06:33:12PM +0000, David Brownlee wrote:
>> How do we encode a dependency on an x11 font or fonts for a package,
>> such that it will not break on a non modular X11 install?
>
> .if ${X11_TYPE} == "modular"
> DEPENDS += ...
> .endif

That really was obvious  :) thanks

NetBSD source update | 4 Dec 2010 02:46
Picon

daily pkgsrc CVS update output


Updating pkgsrc tree:
? pkgsrc/INDEX
? pkgsrc/README-IPv6.html
? pkgsrc/README-all.html
P pkgsrc/devel/gst-plugins0.10-pango/Makefile
P pkgsrc/doc/CHANGES-2010
P pkgsrc/doc/TODO
U pkgsrc/filesystems/perfuse/builtin.mk
P pkgsrc/games/ltris/Makefile
P pkgsrc/games/ltris/PLIST
P pkgsrc/games/ltris/distinfo
P pkgsrc/games/ltris/patches/patch-ab
P pkgsrc/graphics/clutter/Makefile
P pkgsrc/graphics/clutter/PLIST
U pkgsrc/graphics/clutter/distinfo
P pkgsrc/graphics/exiv2/Makefile
P pkgsrc/graphics/exiv2/PLIST
P pkgsrc/graphics/exiv2/distinfo
P pkgsrc/graphics/gst-plugins0.10-cairo/Makefile
P pkgsrc/graphics/gthumb/Makefile
P pkgsrc/graphics/gthumb/PLIST
U pkgsrc/graphics/gthumb/distinfo
cvs update: pkgsrc/graphics/gthumb/patches/patch-aa is no longer in the repository
P pkgsrc/graphics/libgexiv2/Makefile
P pkgsrc/graphics/libgexiv2/distinfo
U pkgsrc/graphics/libgexiv2/patches/patch-ab
U pkgsrc/graphics/libgexiv2/patches/patch-ac
U pkgsrc/graphics/libgexiv2/patches/patch-ad
U pkgsrc/graphics/libgexiv2/patches/patch-ae
(Continue reading)

David Brownlee | 4 Dec 2010 18:53
Gravatar

Packages with DISTFILEs containing '/'

I'm trying to put together a (local) package which includes a set of
java jvm monitoring plugins for munin.
Effectively I'm trying to download each of the following to a unique
filename (in a normal web browser jvm-memory/version/1/download is
redirected to a magic POST which results in the file 'jvm-memory-v1'.

Any thoughts on how I would do this in pkgsrc, or maybe a pointer to
an existing package which exhibits the right magic? :)

Thanks

http://exchange.munin-monitoring.org/plugins/jvm-memory/version/1/download
http://exchange.munin-monitoring.org/plugins/jvm_sun_memory/version/1/download
http://exchange.munin-monitoring.org/plugins/jvm-thread-info/version/1/download
http://exchange.munin-monitoring.org/plugins/jvm_sun_tenuredgcs/version/1/download
http://exchange.munin-monitoring.org/plugins/jvm_sun_minorgcs/version/1/download


Gmane