summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-03-31According to blackbook's webpage: "Blackbook is no longer developed orjmmv6-42/+3
maintained. The coding style is not compatible with the newer GCCs and the author is not willing to fix it." Therefore, remove this package. Pointed out by the maintainer, Sergio Jimenez.
2004-03-31I'm not working on openoffice 1.1.1skrll1-2/+2
2004-03-31Note mplayer, gmplayer, and mencoder updates to 1.0rc3nb2.wiz1-1/+4
2004-03-31Upgrade mplayer, gmplayer, and mencoder to PKGREVISION 2:wiz7-9/+25
Fix remotely exploitable buffer overflow.
2004-03-31add a note to qt 3.3 that it needs kde > 3.2recht1-2/+2
2004-03-31Note update of balsa2 to 2.0.17.recht1-1/+2
2004-03-31update to 2.0.17recht5-19/+32
changes: - build on GNOME-2.6 - fix some GPGME interaction problems. - yet another set of minor fixes.
2004-03-31Explicitly include pkgconfig's buildlink3.mk file.jmmv1-1/+2
2004-03-31Get rid of dd workaround for old paxes (last seen in NetBSD before 1.5;wiz1-6/+4
bootstrap pax doesn't need it either). Closes PR 18814 by Greg A. Woods.
2004-03-31Note update of "xsane" package to version 0.90nb4.tron1-1/+2
2004-03-31Install in "${LOCALBASE}" not in "${X11BASE}", bump package revisiontron2-5/+4
because of this.
2004-03-31-ethereal (thanks, cube!)wiz1-2/+1
2004-03-31Use buildlink3 framework and enable pkgviews installation. Now cursesminskim4-21/+19
and ossaudio libraries are handled through their buildlink3.mk files.
2004-03-31Ensure that we use the db3 library, even if the db4 one gets pulled injlam1-4/+11
as an indirect dependency.
2004-03-31Note new version of OpenSSL.cube1-3/+3
2004-03-31replace use of GUNZIP_CMD with GZCAT. minor whitespace tweak.grant1-3/+3
2004-03-31Convert to use krb5.buildlink3.mk.jlam1-10/+28
2004-03-31Remove extra CVS id to avoid patch failures.tron2-5/+4
2004-03-31if NO_BUILD is defined, default to an empty USE_LANGUAGES.grant1-1/+6
2004-03-31Remove "sinclude" statements using incorrect pathnames from "config.m4"tron3-1/+21
because they make automake 1.8.x fail.
2004-03-31Rearrange sections to make pkglint happy.minskim1-3/+3
2004-03-31tweak whitespace in commentgrant1-2/+2
2004-03-31Miscellaneous nits and reorderings to more closely matchjlam1-21/+23
cyrus-imapd22/Makefile.
2004-03-31fix comment about needing patch(1).grant1-2/+2
2004-03-31compiler.mk is needed for CC_VERSION checks, not bsd.prefs.mk.sketch1-2/+2
2004-03-31Since revision 1.155 of bsd.prefs.mk, compiler.mk is required in packagesketch1-2/+2
Makefiles for testing CC_VERSION, not bsd.prefs.mk. Reflect that change in the provided example.
2004-03-31Updated gtkglext to 0.7.1nb5.snj1-1/+2
2004-03-31Override gdkglext.pc to get more goodies. Bump PKGREVISION to 5.snj1-6/+6
Closes PR pkg/20674.
2004-03-31Allow cdrtools-ossdvd as cdrecord too.wiz1-2/+2
2004-03-31USE_LANGUAGES=c c++snj1-4/+4
2004-03-31Find the expat libraries and headers if they come from /usr/X11R6.jlam1-2/+4
2004-03-31bl3ify IglooFTP, s/USE_X11BASE/USE_X11, bump PKGREVISION.xtraeme2-6/+7
2004-03-31Move the check for USE_X11 after bsd.builtin.mk included since that filejlam1-15/+20
may indirectly set USE_X11. This should fix using some of the builtin X11 software to build non-X11 packages.
2004-03-31bl3ifyxtraeme1-6/+6
2004-03-31Note update of ethereal to version 0.10.3.cube1-1/+2
XXX There are still issues on -1-6 branch. The behaviour of ethereal on XXX this platform is _very_ weird and so far I haven't been able to find XXX the bug. Since at least the previous pkgsrc version had that bug, I XXX prefer updating the package now, while I keep hunting the weird bug.
2004-03-31Update to 0.10.3. This release fixes several critical vulnerabilities incube3-19/+48
some packet dissectors, you're strongly advised to update. Changes from 0.10.0: => New and updated features (in 0.10.3) o Display filters now support the bitwise and (&) operator. o Protocol hierarchy statistics now have bandwidth columns. o The capture dialog has a new layout. (in 0.10.2) o The user interface has received further updates. The Statistics menu layout has been improved, as well as the capture options dialog layout. (in 0.10.1) o Several updates were made to Ethereal's user interface. The "File" menu now has a "most recently used" list. The help menu was greatly expanded. o The "matches" operator now handles more data types. For example, you can now use smtp matches joespammer@example.com as a display filter. o I/O statistics now support 1ms resolution. => Bugs fixed (in 0.10.3) o http://www.ethereal.com/appnotes/enpa-sa-00013.html => Other notes o A lot of packet dissectors were either added or updated, as well as some capture file formats handlers.
2004-03-31Let KERBEROS imply SASL_USE_GSSAPI.jlam1-3/+5
2004-03-31Add -c option to ${GUNZIP_CMD} preventing uncompress distfiles itself.taca1-2/+2
2004-03-31No longer used.snj1-19/+0
2004-03-31Updated py-sqlite to 0.5.0.snj2-3/+3
2004-03-31Update to 0.5.0. No changelog available, but this seems to be a minorsnj2-10/+10
bugfix release. Closes PR pkg/24663.
2004-03-31Updated sqlite to 2.8.13.snj2-3/+3
2004-03-31Update to sqlite-2.8.13. Closes PR pkg/24660.snj29-272/+40
FreeBSD 4 portability hint from Michal Pasternak. Some of the changes since 2.8.5 include: * Refactor parts of the code in order to make the code footprint smaller. The code is now also a little bit faster. * The built-in min() and max() functions now honor the difference between NUMERIC and TEXT datatypes. * New HH:MM:SS modifier to the built-in date/time functions. * Add function prototypes for the database encryption API. * Fix a bug that might corrupt the rollback journal if a power failure or external program halt occurs in the middle of a COMMIT. * Reduce the size and increase the speed of various modules. * Fix a potential database corruption problem on Unix. * Fix a 32-bit integer overflow problem that could result in corrupt indices in a database if large negative numbers (less than -2147483648) were inserted into a indexed numeric column. * Fix a locking problem on multi-threaded Linux implementations. * Fix a critical bug introduced in 2.8.0 which could cause database corruption. * The VACUUM command now works with the non-callback API * If the name of the database is an empty string, open a new database in a temporary file that is automatically deleted when the database is closed. * Performance enhancements in the lemon-generated parser * Documentation updates and typo fixes * Removed support for the Oracle8 outer join syntax. * Allow GLOB and LIKE operators to work as functions. * Make sure the journal file directory entry is committed to disk before writing the database file.
2004-03-31Add missing .if eaten by my fat fingers in vi.jlam1-2/+2
2004-03-31Pass along any GMAKE_LOCALE to sub-makes so that the value is preservedjlam1-1/+2
from the environment.
2004-03-31Update abiword to 2.0.5xtraeme4-9/+8
Changes: o Remove the coquille plugin from the RPM spec file. o Fix a crash on editting tables with multiple windows (bug 6332). o Fix stylesheet handling in wv. o Use FREEP() instead of delete[] on UT_strdup.
2004-03-31vim-kde updated to 6.2.14.snj1-2/+1
2004-03-31Update xmame and xmess packages to 0.80.1.xtraeme6-20/+28
Changes: Release 0.80.1, 13 March 2004 - Everything from MAME 0.80 (http://x.mame.net/changes-mame.html) and MESS 0.80 (http://x.mame.net/changes-mess.html). - Improved support for GNU make's -j option, which can especially benefit SMP and SMT machines. (Arnaud G. Gibert) pkgsrc changes: o Make esound support optional via USE_ESOUND (by default is NO).
2004-03-31Updated vim-kde to 6.2.14.snj1-1/+2
2004-03-31Update to 6.2.14. KDE-specific changes unknown.snj3-779/+968
General changes include: * Zillions of miscellaneous bugfixes * Support for editing Arabic text * :try command and exception handling * Support for PostScript printing in various 8-bit encodings