summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-10-30Fix EVAL_PREFIX.skrll2-4/+4
2000-10-30visit x11/hantermitojun1-1/+2
2000-10-30hanterm, xterm with korean-language input support embedded.itojun7-0/+43
NOTE: pkg/{COMMENT,DESCR} are taken from freebsd ports-current.
2000-10-30Update to roller-1.6: mainly adds postfix support.kim2-4/+4
2000-10-30Test for big- vs. little-endian MIPS.mycroft2-7/+21
2000-10-30Enable x11/openmotif, editors/biewmjl2-2/+4
2000-10-30Initial import of biew-5.2.0, a binary viewer/editor with built-inmjl8-0/+86
disassembler.
2000-10-30Really dead now.mycroft2-38/+0
2000-10-30Changes from taya:mycroft4-57/+64
* Run regxpcom and regchrome at package install time. (Otherwise time stamp changes can cause the registry to be regenerated the first time Mozilla is started up anyway.) * Arrange to have user-{locale,skins}.rdf generated automatically.
2000-10-29Add and enable sawfish-replibsjlam1-1/+2
2000-10-29librep Lisp libraries for sawfishjlam5-0/+26
2000-10-29Remove redundant and useless portions of DESCR.jlam1-6/+0
2000-10-29Move client.la and related files to a separate sawfish-replibs package.jlam6-26/+101
This fixes the problem reported in PR#11327 where the client libs install under ${LOCALBASE} while the rest of sawfish install under ${X11PREFIX}.
2000-10-29Fix NSPR thread initialization for MIPS. (Similar issue to Alpha; we have tomycroft2-5/+6
set $t9 to the called function's address.)
2000-10-29Move distfiles to separate subdir.mjl1-1/+2
2000-10-29Make the -Bsymbolic hack key off $DLL_SUFFIX, so that it automatically happensmycroft2-6/+6
for other a.out platforms (not that Mozilla has been ported to them yet).
2000-10-29Update fetchmail{conf} to 5.5.5.frueauf6-22/+24
fetchmail-5.5.5 (Tue Oct 17 17:50:46 EDT 2000), 19523 lines: * Killed a nasty segfault due to double-freeing of the header block. * Updated Danish internationalization by Byrial Jensen. * Added FAQ item X7 on attachment hangs. fetchmail-5.5.4 (Sun Oct 8 10:57:37 EDT 2000), 19518 lines: * Fall back on the computed queryname if we need the DNS name of a a host and can't get it. Resolves Debian bug #69199. * Andrej Borsenkow's fix for configuration with new SOCKS. * Pavel Roskin's fix to build the RPM without libcrypto (Red Hat changed the library name to libk5crypto in 6.2). * Peter Backes's sm-hybrid patch added to contrib; more FAQ item T1 changes. * Emiliano's patch to make dropdelivered and envelope interact properly. * In fetchmailconf, always reset the port number when changing protocols. * Patrick Bihan-Faou's changes to use sysctl() for interface checking so fetchmail doesn't have to be suid kmem.
2000-10-29needs -R to find libgdbmtsarna1-2/+3
2000-10-29Add patch to work around unusual shell script error. Possible bug in /bin/sh?jlam2-4/+18
Fix discovered by IWAMOTO Toshihiro <iwamoto@sat.t.u-tokyo.ac.jp>.
2000-10-29Project moved to SourceForge. Mark broken until a new release is made.tsarna2-8/+9
2000-10-29Update for Python 2.0tsarna2-52/+52
2000-10-29Initial import of OpenMotif 2.1.30. Based on the FreeBSD and OpenBSDmjl18-0/+1185
packages, with some adaptations to our pkg framework.
2000-10-29upgrade to 0.89a. address PR 11331 (packaging mistake in 0.89?)itojun2-4/+4
2000-10-29Correct varargs macro for NetBSD/powerpc.mycroft2-1/+15
2000-10-29POSTFIX_VERP is not supported. remove it from BUILD_DEFS. from kimmoitojun1-2/+2
2000-10-29I was on crack. It is still necessary to generate these files at install time.mycroft5-6/+50
Instead, update to a current, correct version.
2000-10-29add KAIST fonts. fix date tag to today.itojun3-5/+22
2000-10-29Update to 1.5.4.pooka5-101/+100
Changes since 1.3.9: * ported to qt2 * playlist support * important bugfixes
2000-10-29visit fonts/ksc5601fonts.itojun1-1/+2
2000-10-29a collection of ksc5601 (korean) X11 fontsitojun6-0/+201
2000-10-29MANINSTALL no longer plays a role with this package.kim1-2/+2
2000-10-29Make linking with PCRE work.kim1-2/+2
2000-10-29Installing our own user-{locales,skins}.rdf is unnecessary, dumb, and breaksmycroft6-42/+7
the editor. So, install the ones generated at build time instead.
2000-10-29Fix dtoa() for NetBSD/arm.mycroft2-1/+15
Mozilla works on arm32 now.
2000-10-28add and enable netriswiz1-1/+2
2000-10-28Initial import of netris-0.5 package, provided by Philipp Huberwiz5-0/+34
in pkg/10838, slightly fixed up by me: Everybody's darling T*tris in a networked version
2000-10-28I guess I forgot to commit the patch checksum...kim1-1/+2
2000-10-28For a.out systems, link component with -Bsymbolic. Otherwise some intra-modulemycroft2-1/+25
symbols resolve incorrectly (e.g. the RegisterSelf methods in the converter modules). This *almost* fixes Mozilla on arm32...
2000-10-28Update to darcnes-20001011. Changes are some CPU fixes and some codewiz4-12/+25
shuffling (for details visit the homepage).
2000-10-28NSPR and XPTC support for arm32.mycroft6-11/+357
2000-10-28Make sure that "libintl" is found on systems without "xpkgwedge", too.tron1-2/+3
2000-10-28Add work arroung for multi user problems caused by debug code in 4.76 totron2-2/+12
wrapper script.
2000-10-28USE_X11BASE instead of USE_X11. This avoids the silly situation wherepooka1-2/+3
eg. qt2-libs is prefixed differently from the qt2 master package. Bump version to nb1
2000-10-28upgrade to 2.20b. main purpose for this upgrade is security fix.itojun2-4/+4
--- New in version 2.20b: * Corrected version of Marcel Telka's ssi fix. My bad. New in version 2.20: * Performance improvements to the timer package via hashing, and double-linking / sorting the lists. Partially based on a suggestion by Michal Ostrowski. * Performance improvement to the mmap cache package, from Evan Jones. * Minor Linux fix for open files limit, from Jordan Ritter. * Fix for null ClientData, which picky compilers didn't like. * Unknown sockaddr type becomes a non-fatal error, preventing a DOS attack. * Close extraneous file descriptors on CGI calls - from Russell Dill. * Security fixes for the external ssi program, from ghandi@dopesquad.net and Wolfgang Rupprecht. * Fix to make the ssi program elide the HTML comment sequence, from Marcel Telka. * Red Hat packaging updates from Bennett Todd. * Throttling fix from Tom Pavel.
2000-10-28Update to 0.8.13.mjl2-4/+4
Changes: New dissectors include H.261, TPKT, and IGRP, RTP and RTCP were re-written, and many other dissectors were updated and improved. The wiretap library enables Ethereal to read Nokia-firewall tcpdump files, Shomiti Surveyor 3.x files, pppd log files (pppdump format), and NetXRay ATM files.
2000-10-27Update tnef to version 0.15. Main change since 0.14.1 is to add abilityjwise2-4/+4
to overwrite existing files, with or without confirmation.
2000-10-27Create a link "/usr/share/opera" in "/emul/linux" pointing at thetron2-2/+7
real location of the shared file directory.
2000-10-27Update librep to 0.13.2. Changes from version 0.13.1:jlam3-254/+269
* Fix `define' so that it tracks bound variables and ignores shadowed keywords when traversing code * Added checks to compilation process for the kind of missing shared-library problems that many people see * Fixed the `install-aliases' shell script
2000-10-27Add libavl.mjl1-1/+2
2000-10-27This is version 1.4 of libavl, a library in ANSI C for manipulation ofmjl5-0/+30
balanced binary trees. Functions for use with three varieties of AVL tree and one type of red-black tree are included. There is full documentation, including an explanation of what AVL and red-black trees are and why you'd use them.