summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-01-14Make compile with gcc-2.x.wiz2-1/+57
2004-01-14Remove a directory handled by gnome-dirs package.xtraeme1-2/+1
2004-01-14Note update of amule to 1.2.4.jmmv1-1/+2
2004-01-14Update to 1.2.4: small bugfixing release for the "file completion" bug.jmmv2-6/+5
2004-01-14Fix build bug with cc -g, patch submitted by john heasley.manu3-3/+66
2004-01-14PKGREVISION++salo2-5/+5
Sync with chat/silc-client update.
2004-01-14Note chat/silc-client update.salo1-1/+2
2004-01-14Updated to version 1.0.1.salo4-11/+9
When you are upgrading from a prior release to SILC Client 1.0.1, there are two issues you have to take special care of: First of all the default theme (as defined in the file default.theme in the source package) has changed. You may need to update your personal theme to reflect those changes. The second change affects the filename used to store the session data when /DETACH'ing. If you have detached from a SILC network with your old client and want to resume the session with SILC Client 1.0.1, you first have to /SET session_filename session After successfully resuming your session, you can revert the setting to its default "session.$chatnet" again. Changes: -------- - /NOTICE and /ACTION command now both take a mandatory target argument and an option -sign flag. Both work in channels and queries, /IGNORE now correctly treats both. default.theme has changed, please update your theme. Closes #1. - /SILCNET [ADD|REMOVE|LIST] command to manage different SILC networks. - /SMSG and /MMSG now correctly open new query windows if wished. - New settings session_filename defines the filename used to store session information generated by /DETACH. A setting like session.$chatnet allows you to detach from different networks.
2004-01-14Disable sound support as proposed by Martin Husemann to make xemacs compilemagick1-1/+3
under -current, until i found out why it suddenly fails.
2004-01-14Fix build with gcc3agc2-1/+17
2004-01-14isync update has been done (thanks, seb).wiz1-2/+1
2004-01-14Note removal of remaining KDE1 packages.wiz1-1/+8
2004-01-14Remove some more (not yet even buildlinked) KDE1 packages,wiz44-1277/+6
since KDE1 has been removed. Noted by agc.
2004-01-14Sort options.wiz1-6/+6
2004-01-14Remove incorrect "@dirrm share/gnome/apps/Internet". This directory istron1-2/+1
created by the "gnome-dirs" package.
2004-01-14security/racoonitojun1-1/+2
2004-01-14upgrade to 2004/1/14 tar.gz. fixes hash validation problem posted to bugtraq.itojun2-8/+7
2004-01-14relax the requirement for a >= 64bit off_t to enable long longgrant2-3/+3
support, as some systems with a < 64bit off_t have long long support.
2004-01-14use LL for long long suffix.grant1-3/+3
2004-01-14Note update of createbuildlink to 3.0rh1-1/+2
2004-01-14Update createbuildlink to 3.0. This now adds -2 and -3 options to createrh3-26/+89
either buildlink2.mk or buildlink3.mk files.
2004-01-14Add warning to IGNORE_RECOMMENDED entry.wiz1-2/+6
2004-01-14Add some buildlink3.mk files.jlam2-0/+37
2004-01-14Make Evolution "GNOME 2" pkgsrc compatible with these changes:xtraeme4-82/+124
1) s/USE_X11BASE/USE_X11/ 2) Enable IPv6 if USE_INET6 is enabled. 3) Use GConf2 schemas.mk framework, and GCONF2_SCHEMAS pointing to the schemas files. 4) There's no need to depend on gnome1-dirs, we'll use gnome2-dirs instead. 5) Use PKGCONFIG_OVERRIDE poiting to pkgconfig's files. 6) Previous buildlink2 file had gnome1 dependencies... 7) There's no need to depend on net/soup package... so bump PKGREVISION.
2004-01-14Fix typo.wiz1-2/+2
2004-01-14 Add *RECOMMENDED variables as discussed on tech-pkg@ to allow for a morerh5-6/+78
fine-grained distinction between required versions of pre-requisites (DEPENDS) and versions that are recommended for security or library ABI consistency reasons (RECOMMENDED). The contents of ${RECOMMENDED} are added to DEPENDS unless IGNORE_RECOMMENDED is set to YES, in which case a warning will be printed and IGNORE_RECOMMENDED will be added to BUILD_DEFS. Add a corresponding BUILDLINK_RECOMMENDED.<pkg> variable for use with buildlink2 and buildlink3.
2004-01-14Note update of xmms-nebulus to 0.6.0xtraeme1-1/+2
2004-01-14Update to 0.6.0, provided by Michal Pasternak in PR pkg/23851.xtraeme2-6/+6
Changes: * v 0.6.0: Add support for SDL_ttf. Bug fixes. * v 0.5.0: Store the configuration in the xmms config file. * v 0.4.0: Rewriting of the tunnel effect. One new effect "child" (instead of blob). Fix possible crash on GeForce4 (patch by Ashvin Mysore <ashvin@z-ha-dum.flatirons.org>.
2004-01-14Fix typo, mailmain->mailman :-)xtraeme1-2/+2
2004-01-14Add missing `*', noted by Min Sik Kim in private email.xtraeme1-2/+2
2004-01-14Note update of math/gcalctool to 4.3.35xtraeme2-3/+3
2004-01-14Update to 4.3.35, provided by Min Sik Kim in PR pkg/24011.xtraeme4-22/+41
Changes sinec 4.2.83: o Many bug fixes. o Further work on enhancement request 125873. As the user is typing in input, the display will now show the thousands separator (if checked). o On a Solaris keyboard, Shift-"^" is GDK_asciicircum/GDK_SHIFT_MASK. This keyval/state pair needed to be added to the Xor recognized mappings. o gcalctool can now optionally show the thousands seperator character for fixed point numbers displayed in the decimal base. Same for numbers stored in the memory registers. There is a new "Show Thousands Separator" menu entry in the View menu to set this. o Online help updated. o Updated the gcalctool man pages. o Install "gnome-calculator" symlink as reqested by Glynn Foster.
2004-01-14Accept any python executable with _PYTHON_PATCH_SCRIPT_SED; previousxtraeme1-2/+2
scheme only accepts `python', so if we have a script which uses: #!/path/to/python23 PYTHON_PATCH_SCRIPTS will fail. Fix provided by Min Sik Kim in PR pkg/24069.
2004-01-14Note update of misc/xchm to 0.8.10xtraeme1-1/+2
2004-01-14Update to 0.8.10, provided by Min Sik Kim in PR pkg/24049.xtraeme3-6/+19
Changes since 0.8: * 0.8.1 Major feature enhancement masked as minor number release + added real Microsoft-like $FIftiMain index-based global search. The searches are as fast as possible now. - removed the 'Case sensitive' checkbox because index search can't use it anyway. + added support for 'javascript:fullSize' URLs. + beautified the font dialog a bit. + fixed empty title in the titlebar bug. + refined the synchronization between the contents tree and the wxHtmlWindow displayed page. * 0.8.2 Bug fixes and improvements: + added 'find in page' code (wxWindows 2.5.x only). + added 'copy text' code (wxWindows 2.5 only). + added a 'find in page' dialog that hopefully pops up on Ctrl-F :) (wxWindows 2.5.x only) + added a popup menu with common options (back, forward, copy selection, find in page) that pops up when the user right clicks the HTML window. + beautified the tree control and enabled variable sizes for the tree items. * 0.8.3 Bug fixes: + fixed a relative path bug (i.e. for file paths like ../directory/file) both for HTML pages and images (had to override wxHtmlWindow::OnOpeningURL()). + made the fonts change if necessary so that alternative encodings can be used (such as Russian or Chinese). * 0.8.4 Minor bugfix: + corrected a bug that crashed xchm if the user tried to open a .chm file that is not present on disk. * 0.8.5 Major bugfixes: + made xCHM properly handle weird charset languages (Russian, Chinese) properly even when xCHM is being linked with the GTK2/Unicode version of wxWindows. * 0.8.6 Minor bugfixes: + corrected a bug that made xCHM refuse to load pages with /absolute/paths. + corrected a bug that made xCHM refuse to load pages with ./in/current/dir paths. * 0.8.7 Minor feature enhancements: + the contents panel sash position persists between sessions. + decreased the default application font size from 14 to 12. + added opened files history support. * 0.8.8 Major feature enhancements: + all the wxListBox widgets have been replaced with wxListCtrl derived controls. + added real-time searchable index support via a new 'Index' panel (status / selected index word changes as you type). + suppressed unhelpful error messages while loading a page. + hacked around wxWindows file system handler bug. GetMimeTypeFromExt() couldn't figure out that pages that ended in ".HTM" (as opposed to lowercase ".htm") are of "text/html" MIME type. * 0.8.9 Bugfix release: + checking for the u_intXX_t types with autoconf. + the detection of the book title, home page, index and contents files is reliable. + applied FreeBSD port patch. * 0.8.10 Bugfix / enhancements release: + fixed a horizontal scrollbar repainting bug that occured in the search and index tabs. + added Chanler White Mac OS X patch to be able to launch open a .chm file by double-clicking on it on Mac OS X.
2004-01-14Note update of mailman to 2.1.4xtraeme1-1/+2
2004-01-14Update to 2.1.4, provided by Min Sik Kim in PR pkg/24083.xtraeme4-17/+432
Changes: - Close some cross-site scripting vulnerabilities in the admin pages (CAN-2003-0965). - New languages: Catalan, Croatian, Romanian, Slovenian. - New mm_cfg.py/Defaults.py variable PUBLIC_MBOX which allows the site administrator to disable public access to all the raw list mbox files (this is not a per-list configuration). - Expanded header filter rules under Privacy -> Spam Filters. Now you can specify regular expression matches against any header, with specific actions tied to those matches. - Rework the SMTP error handling in SMTPDirect.py to avoid scoring bounces for all recipients when a permanent error code is returned by the mail server (e.g. because of content restrictions). - Promoted SYNC_AFTER_WRITE to a Default.py/mm_cfg.py variable and make it control syncing on the config.pck file. Also, we always flush and sync message files. - Reduce archive bloat by not storing the HTML body of Article objects in the Pipermail database. A new script bin/rb-archfix was added to clean up older archives. - Proper RFC quoting for List-ID descriptions. - PKGDIR can be passed to the make command in order to specify a different directory to unpack the distutils packages in misc. (SF bug 784700). - Improved logging of the origin of subscription requests. - Misc bugfixes.
2004-01-13Make this compile with gcc-3.3 by replacing multi-line stringsjschauma2-1/+348
"foo string" in inline asm with "foo\n" "string" (Noted in agc's latest bulk build.)
2004-01-13Note update of net/ttt to 1.8xtraeme1-1/+2
2004-01-13Updated to 1.8, this closes PR pkg/24086.xtraeme4-58/+10
Changes: o Compiles with gcc3 (switch from varargs.h to stdarg.h) o Builds with BLT24z/tk8.4/tcl8.4 o minor bug fixes
2004-01-13Initial import.xtraeme1-140/+7
2004-01-13Added FreeBSD to ONLY_FOR_PLATFORM, this works perfectly...xtraeme1-2/+2
2004-01-13Note subversion-0.36.0 update.epg1-1/+2
2004-01-13Update to Version 0.36.0 [Beta Interim 1]epg3-33/+32
(branching 13 January 2004, from /branches/1.0-stabilization) http://svn.collab.net/repos/svn/tags/0.36.0 User-visible changes: * add cancellation suport to svnadmin and svnlook (r8222) * runtime 'store-password' option renamed to 'store-auth-creds' (r8014) * 'svn blame' changes: - now shows correct revision info (r8035-6) - responds to cancellation better (r8129) * svnserve changes: - added '--inetd' option; now required to speak with stdin/stdout (r8205) - added '--listen-port' and '--listen-host' options (r8001-2) - removed '-u' option (r8003) - ignore SIGPIPE (no more repos lockups when you terminate a pipe) (r8140) * lots of Book work (many newly-documented Apache and svnserve topics) Developer-visible changes: * bugfix: svnserve network crash (r8142) * bugfix: return result_rev from svn_client_checkout correctly (r8096) * bugfix: fs history harvesting code (r8154) * bugfix: memory leak in mod_dav_svn (r8223) * bugfixes in edge-cases of status and update (r8114-5) * make 'svn blame' work with 18n and uri-escaped filenames (r8023, 8030, 8040) * small bugfixes to authentication system (r8006, r8235) * standardize error message formatting (r8218) * load RA modules as foo.so.0, not foo.so (r8098) * various core API changes: - use constructor for svn_client_cxt_t (r8053-4) - anchor/target may use NULL for target (r8216) - stop using apr_ symbols (r8219) - rename to 'svn_repos_authz_func_t' (r8213) - add pool parameter to finish_report and abort_report (r8215) * numerous changes to Perl and Java bindings, to keep up with C API.
2004-01-13Note update of sylpheed-gtk2 to 0.9.8axtraeme1-1/+2
2004-01-13Update to 0.9.8axtraeme2-8/+9
Changes: * 0.9.8a * The bug that caused the failure of cache data read has been fixed. * 0.9.8 * The offline mode has been implemented. * The performance of the scanning of MH folders has been improved on the platforms which support d_type in 'struct dirent'. * The error checking on moving/deleting messages has become strict. * When getting IMAP4 message list, it now fallbacks to FETCH command if server doesn't fully support SEARCH command. * Outbox for accounts are now correctly chosen when sending from queue. * Gettext has been upgraded to 0.12.1. * IPv6 support is now enabled by default. * Other bugfixes have been made. * 0.9.7 * The vulnerability in SMTP response handling, which is exploitable by a malicious SMTP server, has been fixed. * The structure of folder system has been sorted out. * The checking of the existence of IMAP root directory has been modified.
2004-01-13Make this compile (fix strncmp syntax - patches submitted to maintainer).jschauma2-1/+15
Fixes problem seen in agc's latest bulk build.
2004-01-13Move the contents of do-build target to do-install, and use NO_BUILD=yes,xtraeme1-11/+3
so we can build it without root permissions, suggested by Julio Merino in private email.
2004-01-13Make this build on NetBSD-current.kristerw2-1/+14
2004-01-13Set PERL5_REQD to 5.8 instead of 5.8.0. Suggested by Alistair Crooks.epg1-2/+2