summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2004-03-31Update openldap to 2.1.29 (latest stable release).xtraeme5-46/+11
Changes: OpenLDAP 2.1.29 Release Fixed slapd SASL invalid authcID crash (ITS#2961) Fixed slapd sasl-regexp debug crash (ITS#3033) Fixed back-bdb empty suffix bug (ITS#2970) Fixed back-bdb IDL avl_delete failure bug (ITS#3004) Fixed libldap assert failure (ITS#2982) OpenLDAP 2.1.28 Release Fixed back-bdb slapadd crash (ITS#2974) Fixed typo in ACL STYLE slap_style_e enum (ITS#3001) Added ACL set logging (ITS#2949) Fixed '=' escape in DN (ITS#3009) Documentation Fixed ldapmodify(1) manpage (ITS#3002) Fixed ldapmodrdn(1) manpage (ITS#3003) OpenLDAP 2.1.27 Release Fixed slapd replog ordering bug (ITS#2512) Fixed slapd uninitialized variable bug Fixed libldap SASL client callbacks (ITS#2926) Build Environment Fixed gai_strerr portability problem (ITS#2643) Fixed DNS res_query portability problem
2004-03-31Miscellaneous nits.jlam1-7/+7
2004-03-31Install files one by one to workaround more feeble install programs.jlam1-7/+10
2004-03-31Miscellenous Makefile cleanups.jlam1-7/+10
2004-03-31This packages doesn't use the compiler.jlam1-2/+3
2004-03-31This package doesn't use the compiler.jlam1-2/+3
2004-03-31This package compiles nothing, so set USE_LANGUAGES to the empty value.jlam1-2/+3
2004-03-31This is a Perl script... no need for compiler here.jlam1-3/+4
2004-03-30Added galeon-devel-1.3.14axtraeme2-2/+4
2004-03-30Initial import of galeon-devel-1.3.14a from pkgsrc-wip.xtraeme5-0/+316
Galeon is a GNOME Web browser based on gecko (the mozilla rendering engine). It's fast, it has a light interface, and it is fully standards-compliant. This version uses GNOME 2, and is a development branch built against www/mozilla-gtk2.
2004-03-30Fix compilation of the SHA1 code on sparc64 by giving each round itssnj2-1/+104
own function.
2004-03-30Added poedit-1.2.5.xtraeme2-2/+4
2004-03-30Initial import of poedit-1.2.5 from pkgsrc-wip.xtraeme4-0/+91
poEdit is a cross-platform gettext catalogs (.po files) editor. It is built with wxWindows toolkit and can run on any platform supported by it (although it was tested only on Unix with GTK+ and Windows). It aims to provide more convenient approach to editing catalogs than launching vi and editing the file by hand. Here is a brief features list: - User friendly way of editing entries. You can easily navigate in large catalogs, easily enter or modify entries (fuzzy flag is automatically removed if you change translation, you can copy original string to translation by pressing Alt-I) - Whitespaces highlighting - Fuzzy and untranslated records highlighting. Furthermore, untranslated and fuzzy translations are displayed at the top of the list - Automatic compilation of .mo files (optional) - Automatic headers update - References browser lets you see where in what context the string is used - You can use poEdit to scan source code for translatable strings - Integration with KDE and GNOME desktops
2004-03-30Note update of streamtuner* pkgs.xtraeme2-3/+5
2004-03-30Update to 0.4.0 and bl3ify.xtraeme4-31/+21
0.4.0 30 March 2004 * Files can now be renamed and deleted * ID3 tags and Vorbis comments can now be edited * The browse function has been enabled (uses www.allmusic.com) * A few minor bugs and memory leaks have been fixed * Because of the inclusion of GPL code, the program license has been changed to GPL * Requires streamtuner 0.12.0 0.3.0 31 January 2004 * Ogg Vorbis support has been implemented (requires libvorbis) * Internationalization has been performed, and a french translation is already available * Now uses libid3tag (part of MAD project) instead of id3lib * Added a duration column * Switched to Autoconf 2.57, Automake 1.7.5 and Libtool 1.5 * Requires streamtuner 0.11.0
2004-03-30Update to 0.3.4 and bl3ify.xtraeme3-13/+14
0.3.4 30 March 2004 * SGML character references are now expanded * URL fields are now visible * Requires streamtuner 0.12.0 0.3.3 31 January 2004 * Internationalization has been performed, and a french translation is already available * Can now login to Live365 (patch by Daniel Caujolle-Bert) * Categories are now reloaded only once per session * Error messages have been simplified * Requires streamtuner 0.11.0
2004-03-30Update to 0.12.1 and bl3ify.xtraeme5-47/+47
0.12.1 30 March 2004 * Fixed bookmarks loading 0.12.0 30 March 2004 * The bookmarks are now global * A preselections handler has been implemented * The properties dialog can now edit a stream * Some streams can now be deleted * HTTP transfers are now compressed if possible (suggested by Marcus Rückert) * HTTP transfers now follow redirections * Socks 5 proxy support has been added * The documentation is now in DocBook format * A splash screen has been implemented * Some icons have been changed * Tabs can now be reordered * GTK+ interactive search has been fixed * Several UI improvements have been performed * The API has been enriched * The overall performance has been greatly improved * Major code cleanups have been performed * Several bugs and memory leaks have been fixed * streamtuner-theme-convert has been removed * Now requires GTK+ version 2.2.2 or superior * Now requires libcurl version 7.10.5 or superior 0.11.1 07 February 2004 * Fixed a deadlock on Linux and other platforms having non-recursive mutexes (reported by Marcus Rückert) * Fixed a crlf parsing bug in transfer code * A minor bug in tab switching has been fixed 0.11.0 31 January 2004 * Reimplemented bookmarks support (unseen since 0.7.3) * Multiple stream selection is now possible (a new event has been added, ST_HANDLER_EVENT_STREAM_TUNE_IN_MULTIPLE) * Categories are now displayed when they are selected * Removed the "Stop tune in" feature and the task dialogs * The stop button now is now global * Removed the category menu and moved its items to the view menu * The transfer API has been improved: - retrieval of HTTP headers - UNIX, DOS and Mac newline support - cleaner API * Introduced the st_action API, obsoleting st_programs * Implemented a minimal m3u and pls API * Added st_handler_set_description() and st_handler_set_home(): a clickable label pointing to the currently selected handler's home is now displayed in the toolbar * GTK_STOCK_REFRESH and GTK_STOCK_STOP now replaces ST_STOCK_RELOAD and ST_STOCK_STOP * Categories now have a descriptive icon * Tab icons can now be hidden * Added an "Always refresh categories" option * The SHOUTcast plugin can now parse the charset information of the Content-Type HTTP header * A SHOUTcast playlist writing bug has been fixed * Multi-threading is now mandatory
2004-03-30Check for !empty(X11_TYPE:Mnative) instead of checking forxtraeme1-2/+2
empty(X11_TYPE:MXFree86), because X11_TYPE=xlibs could be used too...
2004-03-30Teach qt's configure to find libraries/headers inside BUILDLINK_DIR, whichxtraeme1-2/+4
is mandatory if you want Xft2/Xrender support when using X11_TYPE=XFree86.
2004-03-30Remove XFree86/Makefile.common which was causing strange changes in thextraeme1-4/+2
targets, and use ${LOCALBASE}/X11R6 instead of ${X11ROOT}, noted by Jeremy C. Reed (fixes building in qt3 when using X11_TYPE=XFree86).
2004-03-30bl3ifyjlam1-1/+2