summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-04-02update to 1.3p1. removes debugging clause (mistakenly avoids forking childs)itojun2-4/+4
2001-04-02Make it clear that this is version 2 of apache in the COMMENT.agc1-2/+2
2001-04-02Forgot to regen. Thanks to zuntum.minoura1-1/+2
2001-04-02Add missing dependency on libglade.rh1-1/+2
2001-04-02Move p5-MLDBM package into databasesagc1-2/+1
2001-04-02Move p5-MLDBM package into databases categoryagc6-53/+0
2001-04-02databases/p5-MLDBM is a duplicate of devel/p5-MLDBM.agc5-12/+41
Merge the two packages into one, in the databases category.
2001-04-02clean up a few more shardshubertf1-1/+3
2001-04-02Correct the bug that it tests errno is non-zero to determine an errorminoura1-0/+12
occurred or not. This bug is found in the original source; already reported to gnome.org.
2001-04-02upgrade to 20010228-pl01.itojun4-30/+6
20010313 Bugfix: the RFC 822 untokenizer quoted newlines inside comments. File: global/tok822_parse.c. 20010316 Cleanup: removed an extraneous warning when a queue file write error happened. 20010321 Workaround: LMTP connection caching never worked for destinations starting with unix: or inet:. File: lmtp/lmtp_connect.c. 20010322 Portability: Solaris <2.6 does not have srandom() and random() in libc. File: util/rand_sleep.c. It does not have to be cryptographically strong. Bugfix: the fast ETRN flush server could not handle [ipaddr] or domain names with one-character hostname part. This fix changes the destination to logfile name mapping, so that you need to populate the new files with "sendmail -q". The old files go away automatically. File: flush/flush.c. 20010327 Speed up mailq (sendmail -bp) display by flushing output after each file. File: showq/showq.c. Portability: missing string.h includes, %p wants (void *), Lamont Jones, HP. 20010328 Bugfix: swapped logic caused cleanup to stall when the queue file size exceeded the file size limit by less than one the VSTREAM buffer size, so that the "file too big" was detected after flushing the last queue file record. File: cleanup/cleanup.c. 20010329 Portability: workaround for missing prototype problem in dict_ldap.c. This module should move to the global directory, because it depends on Postfix main.cf parameter information.
2001-04-02Bump audit-packages to 1.6.agc2-6/+8
Always touch the downloaded vulnerability list, so that the audit-packages script doesn't moan erroneously. From Jim Bernard, in PR 12457.
2001-04-02Update:jun3-5/+7
1.95b117 (2001/04/01) mew-dist release * Try to send a message even if smtp-auth is t and a server does not support SMTP AUTH. * Defining mew-mime-content-disposition. Obsoleting mew-content-disposition-inline-list and mew-mime-content-type-ignore-cdp. * Creating mew-theme.el. * Try to decode even if a message is truncated.
2001-04-02use English message on external viewer setup.itojun2-1/+15
2001-04-02Enable wmfishtimemjl1-1/+2
2001-04-02Initial import of wmfishtime, a dockable clock application withmjl4-0/+27
clock, date and fish (and bubbles).
2001-04-02Update to 1.0.10. Updates are bug fixes and MMX support.mjl2-5/+5
Moved some error checking from png_handle_IHDR to png_set_IHDR. Added PNG_NO_READ_SUPPORTED and PNG_NO_WRITE_SUPPORTED macros. Revised png_mmx_support() function in pnggccrd.c Restored version 1.0.8 PNG_WRITE_EMPTY_PLTE_SUPPORTED behavior in pngwutil.c Fixed memory leak in contrib/visupng/PngFile.c Fixed bugs in png_combine_row() in pnggccrd.c and pngvcrd.c (C version) Added warnings when retrieving or setting gamma=0. Increased the first part of msg buffer from 16 to 18 in png_chunk_warning(). Fixed bug in progressive reading (pngpread.c) with small images (height < 8).
2001-04-02Regen.jtb1-2/+2
2001-04-02Missed second instance of `plplot_linkage` which should have been changedjtb1-2/+2
to `plplot-config --libs`.
2001-04-01Use WRKSRC when compiling/installing instead of WRKDIRzuntum1-3/+3
2001-04-01add & enable cronologzuntum1-1/+2
2001-04-01Initial import of cronolog-1.6.1zuntum6-0/+57
"cronolog" is a simple program that reads log messages from its input and writes them to a set of output files, the names of which are constructed using template and the current date and time. The template uses the same format specifiers as the Unix date command (which are the same as the standard C strftime library function). "cronolog" is intended to be used in conjunction with a Web server, such as Apache to split the access log into daily or monthly logs.
2001-04-01Remove redundant MAKE_ENVzuntum2-5/+4
2001-04-01Update to 0.9.7.0.1 (= 0.9.7.0a). Changes:mjl2-4/+5
slrn does not crash in spool mode. S-Lang versions < 1.4.0 can be used; in this case, the set_utf8_conversion_table intrinsic is not available.
2001-04-01fix broken shell script. Its [ "$foo" = "$bar" ] not [ "$foo" == "$bar"].dmcmahill2-1/+27
2001-04-01add missing entry. Now the binary package actually will contain something.dmcmahill1-1/+2
2001-04-01Make shared memory rights the same on systems without SHM_R/SHM_W definedmartin3-9/+14
and -current. Cosmetic changes in Makefile.
2001-04-01ipadic 2.2.4 really needs chanse-2.2.4 or later.taca1-2/+2
2001-04-01Fix quotingzuntum2-4/+4
2001-04-01Actually be more forgiving about with version of qt2-designerskrll1-2/+2
2001-04-01Correct BUILD_DEPENDS for qt2-designer.skrll1-2/+2
2001-04-01Update "gtm" package to version 0.4.9. Changes since version 0.4.7:tron3-16/+19
- Added man pages of the gtm and gtm_applet thanks to Christian Marillat <marillat@wanadoo.fr>. - Fixed a couple of bugs - The buttons on the download info page where not disable on startup - Wrong error message if the file already existed in the download dir when the new download was added. Replace the file to solve it - Correct wrong English strings (thanks #i18n people) - Wrong call to gtk_rc_get_style instead of gtk_widget_get_style - Added new log text box to the application and removed all the poping windows for download log events - Added the ability to auto hide the download info page, controled from the preferences dialog box - Added a toolbar button to toggle the download info page (removed the show download info page from the preferences dialog box) - Master switch to pause the auto start of the downloads. Added new preference to keep the state of the pause button after an application restart - Fixed UI problems on the preferences dialog box - Compacted the download info page - Fixed lots of bugs - Make all the error dialog boxes parented so they don't go away from the window generating the error - Update the check interface time without a restart - BUG 8 - When BUG 2 was fixed dialog for the numeric download was missed - New icon on the list for the not started state (sourceforge bug #208692) - When loading a file not downloaded gave an error of already existing file - If the auto download was unset because an error occurred and the user had the option to stop download on a error this auto download change was not saved on the configuration file - Changing the auto download from the dialog properties stopped the download - If you do a restart the percentage on the list doesn't get updated right away - If the file size is unspecified the downloaded size and the total and session time doesn't grow - Hide the progress bar on the download info if it doesn't make sense - If the download is complete show the downloaded file size instead of unspecified in the case downloads of unknown size - Sharpen the application icon This update was contributed by Mario Kemper in PR pkg/12519.
2001-03-31Add "lib/X11/doc/html/xpaint.1.html" to the package list dynamicallytron1-1/+8
because XFree86 4.0.x installs this file.
2001-03-31Remove "lib/X11/doc/html/xpaint.1.html" which isn't installed by versiontron1-2/+1
2.6.1.
2001-03-31Create the right directory before trying to install documentation.skrll1-3/+3
${MKDIR} -> ${INSTALL_DATA_DIR}
2001-03-31Make output of patchdiff more readable. A bit of tidy up while I'm here.skrll2-15/+9
Bump to 0.99 (what's next 0.100?)
2001-03-31Update xmame to 0.37b13.1.kristerw4-6/+29
Changes since 0.37b12.1 - Everything from MAME 0.37b13. - Numerous updates to the OpenGL target. (Sven Goethel) - Added Photon2 display support for the QNX target. (Travis Coady) - You can now run "make clean68k" before building with a different 68k core. (Mike Coates) - Applied a patch from StretchMAME that prevents a bunch of games from segfaulting on startup. (Shyouzou Sugitani) - A fix for the sprites in CVS games. (Nicola Salmoria)
2001-03-31Both packages conflict -- each has program named 'animate'. Discoveredjtb2-2/+6
by Lex Wennmacher's investigations.
2001-03-31Note that it is necessary to copy the plplot include files tojtb1-1/+3
${WRKSRC}/plplot so that they will found. This is ugly -- but what can we do?
2001-03-31Don't use optimization for compiling "bytesex.c".jtb1-3/+4
2001-03-31d1mach.f i1mach.f and r1mach.f should be compiled without optimization.jtb1-0/+2
2001-03-31Note that the tests run during configuration should not be optimized.jtb1-3/+7
2001-03-31Otter doesn't respect CFLAGS because -O2 optimization causes the programjtb1-2/+5
to malfunction. While here, change COMMENT to "Automated Deduction System".
2001-03-31Update mkpatches to pick up changes to files outside ${WRKSRC}.skrll2-24/+24
I now have no excuse for not including RCSids in patches. Bump version to 0.98.
2001-03-31gcc is now default compiler on Zoularis, so remove if ${OPSYS} == "SunOS"zuntum2-10/+2
Suggested by Matthias Scheler.
2001-03-31Quoting in MAKE_ENVzuntum1-2/+2
2001-03-31Use recent IPv6 patchzuntum2-5/+5
2001-03-31o CC=gcc -> CC="${CC}"zuntum2-6/+6
o fix quoting
2001-03-31SED substitution in one line instead of threezuntum1-4/+2
2001-03-31o Fix/add quotingzuntum9-18/+18
o Respect ${CFLAGS}
2001-03-31Fix MAKE_ENV (quoting)zuntum1-18/+18