summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-12-27Fix typo (hi jmmv :).seb1-2/+2
2003-12-27avoid a compile time error on 64 bit platforms: can't pass int * to amrg2-6/+12
fucntion (sysctl(3)) expecting size_t *.
2003-12-27+ bogofilter-0.15.13.wiz1-1/+2
2003-12-27Override predefined "USE_INET6" if "USE_SOCKS" is defined.tron1-2/+2
2003-12-27If "USE_INET6" is already defined (e.g. by NetBSD-current's "bsd.own.mk")tron1-4/+10
convert it to uppercase to make checks in packages like "bind9" work.
2003-12-27Remove some unused options (missed in previous).xtraeme1-6/+1
2003-12-27tweak MESSAGE.grant2-6/+7
2003-12-27x = x = ...wiz2-4/+4
is funny, but unnecessary.
2003-12-27add patch to fix build on FreeBSD, where there is no be64toh macro.grant2-1/+23
from Michal Pasternak in PR pkg/23894.
2003-12-27bomb to prevent silent failure if we're unable to rename a filegrant1-2/+2
before subst'ing it. previously, only a warning would be printed and the .subst_done cookie(s) would be created, indicating that the subst target was successful when it really was not.
2003-12-27remove somewhat bogus test for text files, which was dependent on thegrant1-18/+12
output of file(1) which reports too many false negatives (not detecting a file as a text file when it really is). package developers are aware of which files the subst operation applies to, since they need to specify the filenames, so this test is not really required. it's also not inconceivable that one would want to subst over a non-text file, which is now possible.
2003-12-27as per the Makefile and previous revisions, filter_pv.so is only builtgrant1-2/+2
if libXv.so exists, so we need to tweak the PLIST accordingly. noted by veego.
2003-12-26Initialize PLATFORM so that the Makefile does not breakwiz1-1/+3
on unsupported platforms.
2003-12-26Note updates of libxml2 to 2.6.4 and libxslt to 1.1.2.jmmv1-1/+3
2003-12-26Update to 1.1.2, from Min Sik Kim in PR pkg/23896 with some changes by me:jmmv4-28/+37
1.1.2: * libxlst/numbers.c: fixed xsl:number level="any" for Bug 129057 * libxslt/numbers.c: added namespace comparison for xsl:number count function (Bug 129057) * tests/docs/Makefile.am tests/docs/bug-139.xml tests/general/Makefile.am tests/general/bug-139*: added test for entities parsing (Bug #129489) * tests/docs/Makefile.am tests/docs/bug-138.xml tests/general/Makefile.am tests/general/bug-138*: added test for namespace problem (Bug #129624) * xsltproc.c: fixed #129327 make sure parser flags get transmitted to the transformation context * libxslt/documents.c libxslt/transform.c libxslt/xsltInternals.h libxslt/xsltutils.c libxslt/xsltutils.h: add a new call xsltSetCtxtParseOptions() to update parsing options in document() * libxslt/keys.c: fixed second problem on #122483, namespace definitions must be propagated to keys. * tests/docs/Makefile.am tests/docs/bug-137.xml tests/general/Makefile.am tests/docs/bug-137*: added test to the regression for bug #122483 * libxslt/transform.c: added the cast needed to fix #129188 warning * libexslt/transform.c: fixed Bug 129624 (erroneous output of namespaces) * libexslt/date.c: fixed several routines to assure empty string returned (rather than a string object with a null string pointer) (Bug 129561) * doc/Makefile.am doc/site.xsl doc/api.xsl doc/newapi.xsl doc/xslt.html doc/apibuild.py doc/EXSLT doc/EXSLT/exslt.html: enhanced documentation to include exslt; rebuilt docs * libxslt/xsltutils.h * doc/* document XSLT_TRACE macro (sort of) and rebuild docs * win32/Makefile.mingw win32/configure.js: tried to fix mingw build, no success, it still works halfway. * win32/Makefile.* win32/configure.js libxslt/xsltexports.h libexslt/exsltexports.h libxslt/win32config.h: msvc and mingw compilation fixes. 1.1.1: - code cleanup (William Brack) - Windows: Makefile improvements (Igor Zlatkovic) - documentation improvements: William Brack, libexslt man page (Jonathan Wakely) - param in EXSLT functions (Shaun McCance) - XSLT debugging improvements (Mark Vakoc) - bug fixes: number formatting (Bjorn Reese), exslt:tokenize (William Brack), key selector parsing with | reported by Oleg Paraschenko, xsl:element with computed namespaces (William Brack), xslt:import/include recursion detection (William Brack), exslt:function used in keys (William Brack), bug when CDATA_SECTION are foun in the tree (William Brack), entities handling when using XInclude.
2003-12-26Update to 2.6.4, from Min Sik Kim in PR pkg/23895 with some changes by me:jmmv6-28/+45
2.6.4: Dec 24 2003: - Windows build fixes (Igor Zlatkovic) - Some serious XInclude problems reported by Oleg Paraschenko and - Unix and Makefile packaging fixes (me, William Brack, - Documentation improvements (John Fleck, William Brack), example fix (Lucas Brasilino) - bugfixes: xmlTextReaderExpand() with xmlReaderWalker, XPath handling of NULL strings (William Brack) , API building reader or parser from filedescriptor should not close it, changed XPath sorting to be stable again (William Brack), xmlGetNodePath() generating '(null)' (William Brack), DTD validation and namespace bug (William Brack), XML Schemas double inclusion behaviour 2.6.3: Dec 10 2003: - documentation updates and cleanup (DV, William Brack, John Fleck) - added a repository of examples, examples from Aleksey Sanin, Dodji Seketeli, Alfred Mickautsch - Windows updates: Mark Vakoc, Igor Zlatkovic, Eric Zurcher, Mingw (Kenneth Haley) - Unicode range checking (William Brack) - code cleanup (William Brack) - Python bindings: doc (John Fleck), bug fixes - UTF-16 cleanup and BOM issues (William Brack) - bug fixes: ID and xmlReader validation, XPath (William Brack), xmlWriter (Alfred Mickautsch), hash.h inclusion problem, HTML parser (James Bursa), attribute defaulting and validation, some serialization cleanups, XML_GET_LINE macro, memory debug when using threads (William Brack), serialization of attributes and entities content, xmlWriter (Daniel Schulman) - XInclude bugfix, new APIs and update to the last version including the namespace change. - XML Schemas improvements: include (Robert Stepanek), import and namespace handling, fixed the regression tests troubles, added examples based on Eric van der Vlist book, regexp fixes - preliminary pattern support for streaming (needed for schemas constraints), added xmlTextReaderPreservePattern() to collect subdocument when streaming. - various fixes in the structured error handling
2003-12-26Wildcard dependency on p5-Template-Toolkit.wiz1-2/+2
2003-12-26Depend on latest kdebase-1*.wiz11-22/+22
2003-12-26Newest teTeX1-sharesrc is 1.0.1, so 1.0.[2-9]*wiz1-2/+2
does not match -- change to 1.0.[1-9]*
2003-12-26Fix typo in previous.wiz1-2/+2
2003-12-26enchant-1.1.3 update done, mention move of abiword2 to abiword.wiz1-3/+6
Fix PKGNAME in some older entries.
2003-12-26+ nut-9.6.wiz1-1/+2
2003-12-26abiword -> abiword1, abiword2 -> abiword.wiz7-385/+2
2003-12-26Update to 2.0.2 (move abiword2 package here and change PKGNAME, really).wiz16-721/+369
2003-12-26Note that this is based on gtk1 and a newer version is out.wiz2-2/+7
Add conflicts with other abiword packages.
2003-12-26Re-import abiword-1.x branch as abiword1 package.wiz15-0/+737
2003-12-26Update to 1.1.3:wiz4-17/+18
1.1.3: Now with shiny new Hspell support (requires hspell 0.7). Other than that, no changes have been made since the 1.1.2 release. 1.1.2: Has Jordi's Ispell bugfix in it plus the new Hspell backend. 1.1.0: New Enchant release. This fixes some ispell-compatibility mode problems (i.e. the command line program), specifically related to charsets. This also fixes some other charset issues that affected our Ispell and Myspell backends. Big thanks to Raphael Finkel and egmont@uhulinux.hu (Egmont Koblinger) Everyone is strongly encouraged to upgrade. It exports 1 more function and maintains API/ABI compability. AbiWord 2.1.0 depends on this released version or a CVS equivalent. 1.0: :)
2003-12-26print-PLIST target pipeline modifications:seb1-32/+36
- reduce the number of components with pervasive awk usage. - handle Info directory file when it is not `info/dir'. Notice that print-PLIST substitutions are now made globally (awk's gsub()) when previously the sed substitution commands did not have the 'g'lobal flag. While here fix PKGVERSION substitution just like PLIST_SUBST's PKGVERSION element is handled in ${PLIST} target i.e. without considering the 'nb${PKGREVISION}' suffix. While here give COMMON_DIRS variable a more "internal type" name: _PRINT_PLIST_COMMON_DIRS.
2003-12-26Note update of "bidwatcher" package to version 1.3.11.tron1-1/+2
2003-12-26Update "bidwatcher" package to version 1.3.11. Changes sinc 1.3.11rc1:tron2-6/+5
- Added appropriate pre-approval error message - Made failed parse messages a little less ambiguous - Fixed uppercase password problem: eBay uses all lowercase - Fixed password error message - Update so we get feedback on auctions as they are added - Add a bunch of encoding checking from Klaus Singvogel
2003-12-26Deal with info files.seb1-1/+3
2003-12-26Updated transcode to 0.6.11.jmmv2-3/+3
2003-12-26Update to 0.6.11:jmmv4-23/+32
Bugfix audio core; fix AC3 pass-thru. Bugfix audio core; undefined symbol in lame lib. Bugfix for --accel on PPC (not supported) Bugfix for -J extsub; fix vertical shifting up. Bugfix for -J hqdn3d; fix typo and default value printout. Bugfix for -J logo; flipping with animated images Bugfix for -J subtitler; shift was broken. Bugfix for -J text; enable the filter core Bugfix for -x ffmpeg; deals with NULL frames Bugfix for -x im; handle 16bit image files. Bugfix for -x xml; fix DV import. Bugfix for -y dvraw; Pass-thru video but not audio did not work. Bugfix for -y ffmpeg; make it thread-safe. Bugfix for -y ffmpeg; vhq is gone, use mdb=0-9. Bugfix for -y pcm; fixed floating point division. Bugfix for MacOSX; lots of stack thrashing fixes Bugfix for avitools; fix audio syncing (again!) Bugfix for avitools; pass-thru 0byte frames Bugfix for dvd_reader, keeps tcprobe from crashing Bugfix for export audio; -E is now used consistently Bugfix for tcprobe; segfault reading chapter table. Bugfix for tcprobe; segfault when reading data from stdin CHANGE: ffmpeg is now used to decode MPEG4 video. CHANGE: how the PTS is probed from a vob CHANGE: with pass-thru, suggest -y raw,raw. Docu; Description of UYVY colorspace. Docu; tcprobe(1) uptodate Docu; transcode(1) uptodate with additions to various options. Improved -J smartyuv; altivec support and fixes Improved -J subtitler; upgrade to latest upstream version Improved -x im; probing and reading SGI image files. Improved -x/-y pvm; support for more codecs. Improved -y ffmpeg; enable altivec support on Macs. Improved -y ffmpeg; keyframe detection in pass-thru mode. Improved AVI support; support for obscure nandub padding. Improved autostuff; upgrade libtool, automake and autoconf Improved avitools; detect an VBR audio track, more robust. Improved binary filesize; libavcodec only linked once. Improved configure; Fix X11 detection. Improved configure; debug option --enable-maintainer-mode. Improved export module documentation Improved option -Z; much smarter now (see manpage) Improved split mode; the base can be taken from output file. Improved tcscan -x mpeg2; print bitrate information. Improved transcode help; Looks more nice. New Pass-thru mode for MPEG2 files (with opt. requantize). New filter -J detectclipping; find black areas New filter -J whitebalance; corrects broken white balance. New internal colorspace UYVY for higher quality New option --dvd_access_delay; increase if you have problems. New option --ext to set the filename extension(s) New option --uyvy; support for a native 4:2:2 format New util tcrequant; requantize an MPEG2-ES stream. Removed -y sampeg; never did anything useful. Upgraded -y xvid4 to the latest API Upgraded included libavcodec to 0.4.8 (4683)
2003-12-26libcaca updated to 0.5.jmmv2-3/+3
2003-12-26Update to 0.5:jmmv3-6/+13
Changes between 0.4 and 0.5: * palette optimisation for the S-Lang driver to work around the colour pair shortage bug * minor compilation fix Changes between 0.3 and 0.4: * preliminary X11 graphics driver * support for simultaneously compiled-in drivers * honour the CACA_DRIVER, CACA_GEOMETRY and CACA_FONT environment variables * more documentation
2003-12-26add FreeBSD to a conditional to fix a build problem on FreeBSD.grant6-12/+12
from Michal Pasternak in PR pkg/23867.
2003-12-26"Solaris" is not a valid OPSYS. s/Solaris/SunOS/grant1-2/+2
"thou shalt not blindly apply patches".
2003-12-26* ruby-1.8.1 has released and I'll take it.taca1-3/+2
* -ruby-webrick-1.3.1 (already updated)
2003-12-25note update of py-wxWindows to 2.4.2.4recht1-1/+2
2003-12-25update to 2.4.2.4recht3-8/+32
changes: - Use wxSTC in the demo for displaying the soucre code of the samples. - Updated to Scintilla 1.54. - Lots of bug fixes and such from the wxWindows folks. - Added wxPython.lib.newevent from Miki Tebeka. Its usage is - demonstrated in the Threads sample in the demo. - Updates to wxMaskedEditCtrl. - Added wxMaskedNumCtrl. - Added Chris Barker's FloatCanvas.
2003-12-25note update of roundup to 0.6.4recht1-1/+2
2003-12-25update to roundup-0.6.4recht2-5/+5
Fixed: - fixed date arithmetic to not allow day-of-month == 0 (sf bug 853306) - fixed date arithmetic to limit hours-per-day to 24, not 60 - hard-coded python2.3-ism (socket.timeout) fixed - fixed activity displaying as future because of Date arithmetic fix in 0.6.3 (sf bug 842027). - fix Windows service mode for roundup-server (sf bug 819890) - fixed #white in cgitb (thanks Henrik Levkowetz)
2003-12-25Generalize *BSD support, but try INT64_MAX first, only falling back tofredb2-7/+11
QUAD_MAX as a last resort if it's defined. Reviewed by tron. Partial fix for PR pkg/23879.
2003-12-25Better make that NetBSD-2*-i386 (only).fredb1-2/+2
2003-12-25Add a few other platforms reasonably expected to be supported, includingfredb1-2/+3
NetBSD-2* and FreeBSD. Should close PR pkg/23882.
2003-12-25Note update of www/squid pacakge to 2.5.4nb6.taca1-1/+2
2003-12-25Update squid package to 2.5.4nb6.taca7-6/+98
- Remove --disable-internal-dns. It could be still enabled by adding to SQUID_CONFIGURE_ARGS in /etc/mk.conf. It found that external dnsserver has some problem, performance disadvantage on Solaris 8. - Apply eight official patches. o Incomplete objects may appear stuck in the cache synopsis Under certain conditions incomplete objects may appear stuck in the cache, not even reload giving a new fresh copy. severity Major date 2003-12-23 01:23 bugzilla #876 versions Squid-2.5 and earlier platforms All workaround Compiling squid with --disable-http-violations completely avoids the issue. Setting "half_closed_clients off" and making quick_abort as aggressively aborting as possible by "quick_abort_min 0 KB" and "quick_abort_max 0 KB" mostly hides the problem. o assertion failed: pinger.c:187: "icmp_pktsize <= MAX_PKT_SZ" synopsis In Squids built with --enable-icmp the pinger helper may exit with the above assertion failure if Squid receives a request with a very long host name. severity Minor date 2003-12-23 01:23 bugzilla #865 versions Squid-2.5 and earlier platforms All workaround Don't build squid with --enable-icmp. This is generally recommended anyway unless you are absolutely sure you want to ICMP PING random sites all over the Internet to measure RTT information even if this may trigger IDS systems etc. o 000 status code being logged for redirects (should be 302) synopsis Redirects initiated by redirector helpers was logged as TCP_MISS/000 instead of the expected TCP_MISS/302. This patch corrects this and should also correct log_mime_hdrs output for the same. severity Minor date 2003-12-21 16:21 bugzilla #869 versions Squid-2.5 and earlier platforms All o Update of Russian error pages synopsis In a current version threre is a problem. The absence of "yo" letter. ("e" with 2 dots ). People prefer to write "E" instead "yo", that is not quite correct, like "How r u" intstead "How are you?" severity Cosmetic date 2003-12-21 15:21 bugzilla #864 versions Squid-2.5 and earlier platforms All o Added 'urllogin' ACL type synopsis This is not a fix for a Squid bug. It is a new feature to workaround an MSIE6 bug that uses control characters to obfuscate the true origin server hostname. You can use the 'urllogin' acl TYPE to deny HTTP requests that contain certain characters in the URL login field. severity Medium date 2003-12-19 16:19 versions Squid-2.5 and earlier platforms All workaround Patch MSIE6, if/when the patch becomes available. o DNS resolver has too short MAXHOSTNAME synopsis Squid would not process hostnames longer than 128 characters. This affects few hosts on the internet, but with the growing use of iDNA it's becoming an issue. severity Minor date 2003-12-18 01:18 bugzilla #842 versions Squid-2.5 and earlier platforms All workaround None. o Squid refuses to start if "pid_filename none" is specified synopsis Contrary to the documentation "pid_filename none" is not accepted and Squid refuses to start. severity Minor date 2003-12-17 21:17 bugzilla #868 versions Squid-2.5 and earlier platforms All o cache_peer max-conn=.. option does not work synopsis Due to the a accounting mismatch in the number of open connections to peers the cache_peer max-conn=.. option does not work. This issue is also seen as very high numbers in the OPEN CONN peer statistics via cachemgr. severity Minor date 2003-12-20 20:20 bugzilla #867 versions Squid-2.5 and earlier platforms All - Separate MESSAGE files into each platform.
2003-12-25Update squid package to 2.5.4nb6.taca1-25/+0
- Remove --disable-internal-dns. It could be still enabled by adding to SQUID_CONFIGURE_ARGS in /etc/mk.conf. It found that external dnsserver has some problem, performance disadvantage on Solaris 8. - Apply eight official patches. o Incomplete objects may appear stuck in the cache synopsis Under certain conditions incomplete objects may appear stuck in the cache, not even reload giving a new fresh copy. severity Major date 2003-12-23 01:23 bugzilla #876 versions Squid-2.5 and earlier platforms All workaround Compiling squid with --disable-http-violations completely avoids the issue. Setting "half_closed_clients off" and making quick_abort as aggressively aborting as possible by "quick_abort_min 0 KB" and "quick_abort_max 0 KB" mostly hides the problem. o assertion failed: pinger.c:187: "icmp_pktsize <= MAX_PKT_SZ" synopsis In Squids built with --enable-icmp the pinger helper may exit with the above assertion failure if Squid receives a request with a very long host name. severity Minor date 2003-12-23 01:23 bugzilla #865 versions Squid-2.5 and earlier platforms All workaround Don't build squid with --enable-icmp. This is generally recommended anyway unless you are absolutely sure you want to ICMP PING random sites all over the Internet to measure RTT information even if this may trigger IDS systems etc. o 000 status code being logged for redirects (should be 302) synopsis Redirects initiated by redirector helpers was logged as TCP_MISS/000 instead of the expected TCP_MISS/302. This patch corrects this and should also correct log_mime_hdrs output for the same. severity Minor date 2003-12-21 16:21 bugzilla #869 versions Squid-2.5 and earlier platforms All o Update of Russian error pages synopsis In a current version threre is a problem. The absence of "yo" letter. ("e" with 2 dots ). People prefer to write "E" instead "yo", that is not quite correct, like "How r u" intstead "How are you?" severity Cosmetic date 2003-12-21 15:21 bugzilla #864 versions Squid-2.5 and earlier platforms All o Added 'urllogin' ACL type synopsis This is not a fix for a Squid bug. It is a new feature to workaround an MSIE6 bug that uses control characters to obfuscate the true origin server hostname. You can use the 'urllogin' acl TYPE to deny HTTP requests that contain certain characters in the URL login field. severity Medium date 2003-12-19 16:19 versions Squid-2.5 and earlier platforms All workaround Patch MSIE6, if/when the patch becomes available. o DNS resolver has too short MAXHOSTNAME synopsis Squid would not process hostnames longer than 128 characters. This affects few hosts on the internet, but with the growing use of iDNA it's becoming an issue. severity Minor date 2003-12-18 01:18 bugzilla #842 versions Squid-2.5 and earlier platforms All workaround None. o Squid refuses to start if "pid_filename none" is specified synopsis Contrary to the documentation "pid_filename none" is not accepted and Squid refuses to start. severity Minor date 2003-12-17 21:17 bugzilla #868 versions Squid-2.5 and earlier platforms All o cache_peer max-conn=.. option does not work synopsis Due to the a accounting mismatch in the number of open connections to peers the cache_peer max-conn=.. option does not work. This issue is also seen as very high numbers in the OPEN CONN peer statistics via cachemgr. severity Minor date 2003-12-20 20:20 bugzilla #867 versions Squid-2.5 and earlier platforms All
2003-12-25print-pkg-size-this target:seb1-4/+4
- properly quote any filenames in ${PLIST} before feeding them to xargs. This allows latest textproc/docbook-xsl package to be registered with its correct size because it contains a file with a single quote in its name. XXX pkg_add does not like this filename anyway. - fix the awk script that parse ${PLIST} so pathname containing space (hence awk's NF > 1) are not removed from size calculation. Many thanks to atatat@ to remind me the proper way to quote a shell word.
2003-12-25Updated nut to 9.5.wiz2-3/+3