summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-06-08Define "HAVE_OPENWINDOWS" if we are using OpenWindows as X11 distributiontron1-1/+6
under Solaris.
2001-06-08Update gone to version 1.3.2bzuntum2-5/+5
Changes: 1.3.2a: * Fixed the signaling handling routine, hi() to handle indefinite locking (thanks again to Blake Winton) 1.3.2: * Added support for locking the terminal indefinitely (thanks to Blake Winton <bwinton@iname.com>)
2001-06-08Import the Semantic Bovinator for Emacs. Lexer, parser-generator, andcjones4-0/+121
parser. Required for JDE.
2001-06-08Added the latest stable speedbar, a tree-structured file browser forcjones4-0/+101
Emacs. Required for JDE. Note that speedbar is already included with Emacs; this is a newer version.
2001-06-08Use wildcard dependence on "p5-HTML-Parser" package.tron1-2/+2
2001-06-08Add eieio, which is a CLOS implementation for Emacs. Needed for JDE.cjones4-0/+82
2001-06-08Don't shift graphics higher, which makes them drop off the page in letterwiz2-15/+1
style. pkg/13056 by Ben Wong.
2001-06-08Fix broken "xpkwedge" patch which unconditionally modifiestron2-8/+10
"USRLIBDIRPATH" causing build problems under Solaris.
2001-06-08Add license and restrictions.jtb1-1/+6
From the README: Distribution without fee is permitted as long as all copyright notices are included.
2001-06-08Add license and restrictions to astrolog.jtb1-1/+6
2001-06-08Add license for misc/astrolog.jtb1-0/+27
2001-06-07install mtrace6(8).itojun2-7/+15
2001-06-07LICENSE=glimpse-licensejtb1-1/+2
2001-06-07Add COPYRIGHT file from textproc/glimpse.jtb1-0/+30
2001-06-07LICENSE=no-commercial-usejtb1-1/+3
;# Redistribution for non-commercial purpose, with or without ;# modification, is granted as long as all copyright notices are ;# retained. THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ;# ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED.
2001-06-07Remove USE_LIBINTL as nothing uses libintl.a, and passjlam1-2/+2
-I${BUILDLINK}/include through via CPPFLAGS as well as CFLAGS to ensure that readline/readline.h is found by the configure script. Fixes pkg/13110 by Jesse Off.
2001-06-07Note dependency on php-pcre.jlam1-1/+2
2001-06-07Add and enable php3-pcre.jlam1-1/+2
2001-06-07php3-pcre: Perl-compatible regular expressions for PHP3jlam3-0/+33
This package is a placeholder that just depends on php3.
2001-06-07Remove "post-configure" target for Solaris which is not necessary withtron1-8/+1
revision 1.750 of "mk/bsd.pkg.mk".
2001-06-07Fix comment to make it relevant for PCRE, not LDAP.jlam1-1/+1
2001-06-07Fix typo in "IMAKE_MAN_CMD" for Solaris.tron1-2/+2
2001-06-07Add conflict with freetype<1.3.1 to freetype-lib and freetype-utils.jlam1-1/+3
Fixes pkg/13084 by Bill Squier <groo@old-ones.com>.
2001-06-07Update cpuflags to 0.3abs2-7/+12
Correctly distinguish a dnard from a strongarm based risc-pc, and fall back to the safer risc-pc flags in case of doubt.
2001-06-07Fix thinko in last commit.tron1-6/+7
2001-06-07Add patches missing from commit that did the following modifications:jlam3-0/+46
* Use NetBSD's getpass() function instead of the homegrown one, as the homegrown one doesn't seem to hide the password when it is being entered. * Add a rc.d style script to start cfsd, and also install the documentation for the filesystem. * Rename c* commands to cfs_* to avoid conflicts with coda programs with a similar name.
2001-06-07* Use NetBSD's getpass() function instead of the homegrown one, as thejlam5-78/+216
homegrown one doesn't seem to hide the password when it is being entered. * Add a rc.d style script to start cfsd, and also install the documentation for the filesystem. * Rename c* commands to cfs_* to avoid conflicts with coda programs with a similar name.
2001-06-07Use "/usr/ccs/bin/make" under Solaris if "USE_IMAKE" is defined.tron1-3/+6
2001-06-07Set "X11BASE" much earlier under Solaris to get "USE_MESA" and "USE_XPM"tron1-2/+4
working if "X11BASE" is not set by the user.
2001-06-07Recognize mipseb (for NetBSD/sgimips).wiz2-1/+26
Patch from pkg/13132 by Rafal Boni.
2001-06-07Add mirror site in Finland and Germany.tron1-2/+4
2001-06-07Add missing "INFO_FILES" assignment.tron1-1/+2
2001-06-07Update cpuflags to 0.2 - handle arm6, arm7 & strongarm in riscpc and dnardabs4-8/+12
2001-06-07Add and enable nslintrh1-1/+2
2001-06-07Initial import of nslint-2.0.2, a name server consistency checker for BINDrh6-0/+72
provided in PR 13134 by Stoned Elipot <Stoned.Elipot@script.jussieu.fr>
2001-06-07Enable cpuflagsabs1-1/+2
2001-06-07Re-import cpuflags under develabs6-0/+144
2001-06-07Move cpuflags to develabs5-90/+1
2001-06-07upgrade to postfix-20010228-pl03.itojun3-36/+40
changes since pl02: 20010501 Bugfix: The SMTP server's 550 in reply to DATA should be a 554 response. And it wasn't Sendmail. Claus Assman. Bugfix: the INSTALL.sh test for non-interactive upgrade broke rooted installations that specify settings via the environment. Simon Mudd. Bugfix: mailq output is now really flushed one message at a time. File: sendmail/sendmail.c. 20010507 Bugfix: with soft_bounce=yes, the SMTP server would log 5xx replies even though it would send 4xx replies to the client (Phil Howard, ipal.net). File: smtpd/smtpd_check.c. 20010523 Bugfix: postsuper's temporary file detection logic needed fixing. Bugfix: memory leak in the LDAP client module. Alain Thivillon, France Teaser - Groupe Firstream. 20010525 Bugfix: the SMTP and LMTP clients claimed that a queue file needed to be delivered again (even when all recipients were erased from the queue file) when no QUIT or RSET reply was received (by default, this does not happen with SMTP mail because the SMTP client does not wait for QUIT replies and does not send RSET to deliver mail). As a result of the same bug the LMTP client followed a dangling pointer when sending QUIT after process idle timeout while the LMTP server had disconnected. Files: smtp/smtp_proto.c, lmtp/lmtp_proto.c.
2001-06-07Update p5-CGI to 2.75.2. Changes include a fix for a syntax error injlam3-16/+11
a subroutine definition.
2001-06-07Add patch missing from update to perl 5.6.1.jlam1-0/+51
2001-06-07Update perl to 5.6.1. Changes from perl-5.6.0 include many bug fixes,jlam27-662/+342
the plugging of several memory leaks, fixes to the regular expression engine, the addition of a Unicode character classes, better support for 64-bit platorms, and updates of many modules in the base Perl Library. See perldelta.pod for more details. Also update p5-Data-Dumper, p5-Devel-DProf, and p5-Devel-Peek to the latest versions distributed with the perl-5.6.1 sources, and libperl to 5.6.1 to match the perl package.
2001-06-07Change maintainer's mail address, requested on IRChubertf2-4/+4
2001-06-07LICENSE=amiwm-licensejtb1-1/+3
2001-06-07Add the LICENSE file from wm/amiwm.jtb1-0/+44
2001-06-06Fix warning output if new file is smaller than old one.wiz2-3/+3
Noted by Kimmo Suominen. Bump to 1.9.
2001-06-06Fix distinfo. Noted by Nathan Ahlstrom in pkg/13124.wiz1-3/+3
2001-06-06compinstall isn't really a builtin function, one needs to autoload it.jtb1-3/+3
2001-06-06LICENSE=srp_client-licensejtb1-1/+3
2001-06-06Add srp_client-license as an ACCEPTABLE_LICENSES option.jtb1-1/+4