summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-01-30annotate patch file with comments from Yorick Hardygdt2-4/+9
&data issue filed as http://www.cups.org/str.php?L3079 and fixed in cups svn 28 minutes later. The deeper issue is that firefox3 defines SHA1_Update in nss and cups uses openssl and the nss symbol wins; hence any use of RAND_seed fails.
2009-01-30* convert manual dependency of bison to USE_TOOLS.obache2-9/+7
* requirement of tar is came from ancient custom do-extract target, removed. * add DESTDIR support to ptlib.
2009-01-30MAKE_JOBS_SAFE=no ( or failed to link due to broken .lo files).obache1-1/+3
2009-01-29Note initial addition of p5-Cisco-Abbrev version 0.02 asseb1-1/+2
net/p5-Cisco-Abbrev into The NetBSD Packages Collection. The Perl 5 module Cisco::Abbrev converts between Cisco canonical interface names (i.e. GigabitEthernet0/1) and the abbreviated forms often output by their devices (i.e. Gi0/1).
2009-01-29Add & enable p5-Cisco-Abbrevseb1-1/+2
2009-01-29Initial import of p5-Cisco-Abbrev version 0.02 in the NetBSD Packagesseb3-0/+27
Collection. The Perl 5 module Cisco::Abbrev converts between Cisco canonical interface names (i.e. GigabitEthernet0/1) and the abbreviated forms often output by their devices (i.e. Gi0/1).
2009-01-29Don't descend into (recently removed) netsaint-*.shattered1-5/+1
2009-01-29Remove NetSaint packages. Last NetSaint release (0.0.7) was in 2002; itshattered37-1919/+0
was superseded by Nagios (in pkgsrc since 2006). Official announcement: http://marc.info/?l=netsaint-announce&m=101503609823404&w=2 OK by wiz@.
2009-01-29Note update of textproc/p5-Text-CSV_XS to version 0.60seb1-1/+2
2009-01-29Update from version 0.58 to version 0.60.seb2-6/+6
Upstream changes: 2009-01-27 0.60 - H.Merijn Brand <h.m.brand@xs4all.nl> * Optimize for threaded perls. (Goro Fuji, RT#42517) Non-threaded perls won't notice 2009-01-23 0.59 - H.Merijn Brand <h.m.brand@xs4all.nl> * Wrong e-mail in META.yml * Missing $IO argument in bind_columns example (docs only) * Upped Copyright notices to 2009 * Added warning for parse () (RT#42261) * Small optimisations (Goro Fuji, RT#42517) * ppport.h updated to 3.15 * Added git clone command to README * ppport.h updated to 3.16-pre * Optimize getline/print method calls (Goro Fuji, RT#42517) * Decode *_char attributes for perl 5.8.2 and up
2009-01-29Note initial addition of p5-Net-CIDR-Set version 0.10 asseb1-1/+2
net/p5-Net-CIDR-Set into The NetBSD Packages Collection. The Perl 5 module Net::CIDR::Set represents sets of IP addresses and allows standard set operations (union, intersection, membership test etc) to be performed on them. In spite of the name it can work with sets consisting of arbitrary ranges of IP addresses - not just CIDR blocks. Both IPv4 and IPv6 addresses are handled - but they may not be mixed in the same set.
2009-01-29Add & enable p5-Net-CIDR-Setseb1-1/+2
2009-01-29Initial import of p5-Net-CIDR-Set version 0.10 in the NetBSD Packagesseb3-0/+32
Collection. The Perl 5 module Net::CIDR::Set represents sets of IP addresses and allows standard set operations (union, intersection, membership test etc) to be performed on them. In spite of the name it can work with sets consisting of arbitrary ranges of IP addresses - not just CIDR blocks. Both IPv4 and IPv6 addresses are handled - but they may not be mixed in the same set.
2009-01-29Note PKGREVISION bump of kpathsea.minskim1-1/+2
2009-01-29Do bump PKGREVISION for the previous commit.minskim1-2/+2
2009-01-29Use $TEXMFSYSVAR to store fonts generated by TeX.minskim2-3/+12
Otherwise, packages running latex (e.g., converters/bibtex2html) may create files under $HOME. Bump PKGREVISION.
2009-01-29Add some missing html documentation installed with the latest version.abs2-2/+18
Bump PKGREVISION For reference, in case configure is picking up something different, here is what it found on my system: GEGL docs: yes SIMD: sse:yes mmx:yes enscript: yes GIO: yes GTK+: yes Ruby: yes Cairo: yes Pango: yes pangocairo: yes GDKPixbuf: yes JPEG: yes PNG: yes OpenEXR: yes rsvg: yes
2009-01-29Fix missing operator in last commit.joerg1-2/+2
2009-01-29xzgv crashes when it tries to render 32-bit pixels (alpha+rgb, 8 bitshattered3-2/+178
each) to 24-bit visuals (happens with modular-xorg-server 1.4 and newer). Add patch from http://bugs.debian.org/457252. OK by wiz@.
2009-01-29Updated multimedia/libmpeg3 to 1.8abs8-56/+121
1.8 - Better table of contents generation & handling of ID3 tags. pkgsrc changes: - Fix broken build on NetBSD by reworking the mares nest of non Linux #ifdefs in mpeg3io.c - build was broken by a previous __DragonFly__ or __APPLE_ build fix - Add new patch for 1.8 to avoid Linux DVD ioctls
2009-01-29Remove a redundant entry in DEPENDS.minskim1-2/+1
2009-01-29Sort.shattered1-3/+3
OK by wiz@.
2009-01-29sysutils/memtestplus options were renamed a year ago (memtesplus-iso -> iso,shattered1-2/+2
memtesplus-serialconsole -> serialconsole). Document them. OK by wiz@.
2009-01-29Fix DESTDIR.joerg2-4/+6
2009-01-29Needs pkg-config. Prepare for destdir.joerg1-7/+8
2009-01-29Needs intltool.joerg1-2/+2
2009-01-29Fix installation.joerg2-4/+7
2009-01-29Fix DESTDIR.joerg2-2/+6
2009-01-29Fix DESTDIR installation.joerg1-1/+3
2009-01-29Delete share/doc/midori/user on deinstall.ahoka2-3/+4
2009-01-29Needs libtool.joerg1-1/+2
2009-01-29Regen.joerg1-2/+2
2009-01-29Needs libtool.joerg1-1/+2
2009-01-29Add patch to not call RAND_seed. Works around problem where firefox3gdt3-3/+26
crashes when opening the printing dialog. Fix based on concept from Yorick Hardy, but bugs are my fault.
2009-01-29Note update of the "ffmpeg" package to version 20080727nb7.tron1-1/+2
2009-01-29Add fix for buffer overflow in 4xm movie format decoder based on atron3-3/+26
patch from "ffmpeg" SVN.
2009-01-29Note update of www/p5-App-Nopaste to version 0.10seb1-1/+2
2009-01-29Update from version 0.07 to version 0.10.seb2-6/+10
Pkgsrc changes: - Add dependency on devel/p5-Config-INI for Gist support and avoid dependency on the Perl 5 Git module (not in pkgsrc?) for the same Upstream changes: 0.10 Wed Jan 28 18:48:55 2009 I was a little too aggressive in my s/user/login/ (Sartak) 0.09 Wed Jan 28 18:34:31 2009 The parameter for gist is "user" not "login" (Ricardo SIGNES) 0.08 Thu Jan 22 21:44:51 2009 Optional authentication for Gist, by Ricardo SIGNES.
2009-01-29Add a note about where to send patches upstream:jmcneill1-1/+4
# NOTE: Please send a copy of any patches that are not pkgsrc-specific # to <pulseaudio-discuss@mail.0pointer.de>
2009-01-29Force a new version of libcdio for API compatibility (otherwise buildingsborrill1-1/+2
the cdda module fails).
2009-01-29Fix MASTER_SITES.joerg1-2/+2
2009-01-29Add example fstab entrysborrill1-2/+6
2009-01-29Add RCS Id.wiz2-2/+4
2009-01-29Revert previous changesborrill1-2/+1
2009-01-29Revert previous. joerg@ pointed out he has committed a more general fixsborrill2-12/+1
in the linux emulation.
2009-01-29Add message that for most binary programs a Linux compatible procfs isjoerg3-3/+6
needed.
2009-01-29Fix patch.joerg1-1/+1
2009-01-29Update MASTER_SITES.joerg1-2/+2
2009-01-29Update nspluginwrappersborrill1-1/+2
2009-01-29Add MESSAGE explaining linux procfs requirementsborrill2-1/+12