Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
build a binary package with this definition would fail as the PLIST is
not correct.
If a package's documentation is overwhelming, it should arguably be handled
in a separate pre-requisite documentation package.
|
|
|
|
do this dynamically. This means that we no longer have to have a
separate pkgsrc copy of bsd.own.mk, which was a maintenance nightmare,
and usually out of date, and quite costly too (with a calculation of
whether NetBSD-current was being run every time the file was read).
Also, on a.out, add ldconfig lines to the generated PLIST only if they're
not already there, rather than if they were previously there, and ignore
the return value from ldconfig, which cannot be trusted. The ldconfig
calls have largely been made obsolete by the use of -rpath, but keep it
for just now for backwards compatibility.
|
|
+ Fix the password routines to use thread-safe functions (getpwnam_r,
getpwent_r, getpwuid_r)
+ Use the ${INSTALL} definition from Makefile.inc rather than install
+ Install make as bmake
This fixes a segmentation violation on Sparc. i386 still has problems.
|
|
|
|
|
|
0. Misc bug fixes, including:
* slrn now honors port information encoded in hostname when
refreshing newsgroups.
1. Tweak to generation of NEWGROUPS server command to make it y2k
compliant. (In my opinion, the protocol is weak in this area)
3. New configuration variable: set simulate_graphic_chars 0
4. Patch from Hubert Figuiere <Hubert.Figuiere@solsoft.fr> to handle
(broken?) knews iso-latin1 mime encoding.
5. New configuration variable: set auto_mark_article_as_read 1
If zero, reading an article will not cause it to be marked as read.
6. It is now possible to specify what headers to show via the .slrnrc
line:
visible_headers "From:,Subject:,Newsgroups:,Followup-To:,Reply-To:"
7. Tweak to group.c:group_sync_group_with_server courtesy of
stesch@parsec.rhein-neckar.de (Stefan Scholl).
|
|
as pointed out by Bjoern Labitzke <hermit@cs.tu-berlin.de> in PR/7359.
While I'm at it, also correct the behaviour when invoked as "pgp5"
(give usage, not unhelpful 'invoked with unknown symbolic link').
|
|
|
|
NetBSD 1.4's wrapper to support arbitrary Mail Transport Agents
|
|
|
|
Changes: Added compass, squiral, xflame, wander, spotlight, and
critical hacks, fixed a bad interaction with VMware as well as
various other minor tweaks/fixes.
|
|
|
|
|
|
|
|
Lots of changes, mostly to make this working again, and with the latest
and greatest gtk release.
|
|
version 2.3. Fixes PR pkg/7239 by Johnny C. Lam.
|
|
This version is much more automated, and includes some more bug fixes:
+ don't try to link with libbsdcompat if you're creating libbsdcompat
+ use -DOLD_GETCWD when building libbsdcompat, so that -current NetBSD
sources can be used (from David Brownlee).
+ install <sys/byteorder.h> with the rest of the include files.
+ fix the whole environment so that it compiles on Solaris 7, and on x86
(thanks, Bill). However, there are still some known problems.
+ add an ftp Makefile, and a pkg_install Makefile.inc showing what needs
to be changed to build those 2 utilities
+ compile and link shared libraries -fPIC rather than -fpic.
+ automatically work out whether we're on a Sparc or i386.
+ all the user needs to do is to set BSDSRCDIR and DESTDIR
appropriately, check /usr/ccs/bin is in the path, and then use Solaris
make (/usr/ccs/bin/make) to make the cross-environment.
|
|
#7632.
|
|
Changes: numerous bugfixes.
|
|
|
|
XXX This file shile should be removed soon.
|
|
fetchmail-5.0.0 (Mon Apr 5 11:00:24 EDT 1999):
* Update for fetchsetup from Kent Robotti.
* Eliminate a realloc error in fetchmail -v -v progress message generation.
* Spanish-language update by Javier Kohen.
* French-language update by Guy Brand.
* Danish summary and description for specgen.sh.
* Henrik Storner's fix for the PGP/mimedecode problem.
* Fix netrc search code to be able to search >1 host entry per file.
* Added heads-up about SpryNet in the FAQ and a test in the autoprobe code.
* Removed the Hotmole script. Instead, the web page and FAQ now refer to it.
fetchmail-4.7.9 (Tue Mar 9 13:25:01 EST 1999):
* Patch by Dan Root to solve an endianness problem in IMAP-K4.
* Fix lexical-analyzer bug that rejected `set nobouncemail',
* Prevent send_bouncemail from stepping on SMTP antispam response.
* Added French internationalization (LC_ALL=fr) from Guy Brand.
* Added Hugo Rabson's script for fetching from Hotmail.
* Test for .fetchmailrc ownership using geteuid() when possible.
* Prevent parsing of delimited protocols from tripping up on a
MIME-armored line consisting of "=2E\r\n".
fetchmail-4.7.8 (Mon Feb 22 10:06:04 EST 1999):
* FreeBSD support for interface and monitor options by Andy Doran <ad@psn.ie>.
* Fixed server-deletion bug in fetchmailconf. Also, handle `port' properly.
* Timestamps now generated into logfiles at start of poll cycle.
* New `nobounce' debugging option (specifically exempted from feature freeze)
allows SMTP error bouncemail to be redirected from sender to local
postmaster.
* Suppress dancing progress dots when syslog is on.
* es.po update by Javier Kohen.
* Added FAQ material on what to do for a "do not relay" sendmail response.
* Can now build under Lynx 3.0.0.
|
|
|
|
tiny/turbo/throttling HTTP server
|
|
are always added to the "make" environment.
|
|
|
|
Multi-user replacement for UNIX talk.
|
|
|
|
|
|
- Use Sleepycat Software's DB library from "db-2.7.3" package.
- Install complete package because we need a tools using the new DB
library.
|
|
|
|
Enabled only for i386 at the moment. It definitely doesn't work on
mips, and I can't test anything else.
|
|
Changes: Redesigned file selector, made plotting plugin not barf
on non-numeric cells, portability patches fixed a couple of broken
casts, new text editor (a heavily modified version of Xed), very
alpha importing of Excel documents using Victor Wagner's xls2csv,
improved recognition of very old Siag files and deallocate unused
rows at the bottom of a sheet.
|
|
|
|
Sleepycat Software's Berkeley DB version 2
This package is dedicated to Christoph Badura.
|
|
|
|
Bradford L. Barrett <brad@ns.eurobase.net>)
In this version, a potential segfault condition that has
been corrected.
|
|
that. Fixes PR#7348 by rhialto@polder.ubc.kun.nl.
|
|
There are way too many changes and new features to list them here.
The most notable change is the introduction of the GRANT system which
requires fixing the privilege tables when upgrading.
See the mysql manual.
XXX Todo: fix installation of mysql.server script.
|
|
"ssh-ip-tunnel".
|
|
|
|
${BINOWN}, for backwards compatibility, as suggested by Manuel (group
ownership doesn't matter, since the directory is mode 700).
|
|
|
|
|
|
|
|
|
|
|
|
on platforms that are prohibited by ONLY_FOR_ARCH/OPSYS etc. so we
can provide distfile-backups even for them.
|