Commit graph

5306 commits

Author SHA1 Message Date
tsarna
bba9014b68 RCSid and comment on patch. 1999-04-14 05:11:22 +00:00
tsarna
aa36220459 Deal with our unusually long compiler version string. 1999-04-14 05:00:11 +00:00
proff
15fbca3ca1 fix incorrectly specified oald dependency 1999-04-14 04:59:52 +00:00
tsarna
0437adc2d0 Upgrade to 1.5.2 1999-04-14 04:51:27 +00:00
proff
93f86002ed no-commercial-use -> non-commercial-use 1999-04-14 04:50:20 +00:00
agc
e20be6c347 Remove NOPORTDOCS definition - it was useless anyway, as any attempt to
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.
1999-04-13 15:31:04 +00:00
agc
fed2323244 Use the system version of bsd.own.mk, rather than keeping a pkgsrc-only copy. 1999-04-13 15:07:38 +00:00
agc
f041c79b79 Work out the type of shared libraries once, at "make install" time, and
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.
1999-04-13 14:18:11 +00:00
agc
75f6740792 Bug-fix release:
+ 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.
1999-04-13 08:44:00 +00:00
abs
ceb1a17c6f Fix HOMEPAGE url - from jlovy@multimania.com 1999-04-13 01:25:35 +00:00
hubertf
3dcb0dd2e5 png is at 1.0.3 these days. 1999-04-13 01:00:46 +00:00
mjl
14122c3669 Update to 0.9.5.4. Relevant changes:
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).
1999-04-12 22:30:39 +00:00
mjl
ef9aa6b1a6 Correct "check for binary file" which used signed char erroneously,
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').
1999-04-12 22:19:03 +00:00
tron
0a71b585d3 Add and enable "mailwrapper", fixes PR pkg/7158. 1999-04-12 21:21:33 +00:00
tron
24f39bf15c New "mailwrapper" package inspired by PR pkg/7158 by Greg A. Woods:
NetBSD 1.4's wrapper to support arbitrary Mail Transport Agents
1999-04-12 21:19:32 +00:00
hubertf
72ae85fcb4 xscreensaver is at 3.09 now 1999-04-12 19:46:49 +00:00
hubertf
0265299675 Update to xscreensaver-3.09
Changes: Added compass, squiral, xflame, wander, spotlight, and
critical hacks, fixed a bad interaction with VMware as well as
various other minor tweaks/fixes.
1999-04-12 19:41:14 +00:00
hubertf
c537d6e228 remove two .la files 1999-04-12 18:57:36 +00:00
jlam
dc4de853fb Enable "smalleiffel", fixes PR pkg/7244 by Johnny C. Lam. 1999-04-12 18:38:18 +00:00
jlam
ee6eee599f smalleiffel-0.79 -- the GNU Eiffel compiler 1999-04-12 18:19:27 +00:00
hubertf
37dd656c38 Update to 0.5120
Lots of changes, mostly to make this working again, and with the latest
and greatest gtk release.
1999-04-12 17:57:23 +00:00
jlam
278375232d Update "asapm" package to version 2.6. Mostly *BSD improvements since
version 2.3.  Fixes PR pkg/7239 by Johnny C. Lam.
1999-04-12 17:39:46 +00:00
agc
676afa1e36 Update to latest version of Zoularis.
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.
1999-04-12 14:54:00 +00:00
garbled
4d1c0ee35a Add new patch-af from Thomas Gerner to fix endian bug on pcemu. Closes PR
#7632.
1999-04-12 06:46:15 +00:00
hubertf
fa271580d6 Update to v1.50.
Changes: numerous bugfixes.
1999-04-11 17:51:31 +00:00
tron
809ea071ca Let "configure" recognize NetBSD 1.4. 1999-04-11 12:15:42 +00:00
tron
52be543cc6 Consider NetBSD 1.4 as "current" so that "UVM" is defined again.
XXX This file shile should be removed soon.
1999-04-11 12:07:28 +00:00
frueauf
016b7c4bd8 Update fetchmail to 5.0.0.
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.
1999-04-11 09:00:42 +00:00
tron
9a8ace1ec6 Add and enable "thttpd" package. Fixes PR pkg/7323. 1999-04-10 22:03:29 +00:00
tron
fa678d8737 New "thttpd-2.04" package supplied by Michael Santos in PR pkg/7323:
tiny/turbo/throttling HTTP server
1999-04-10 22:01:10 +00:00
tron
b5a0e0c963 Use "BSD_INSTALL_..." instead of "INSTALL_..." in patches because these
are always added to the "make" environment.
1999-04-10 21:49:05 +00:00
tron
d434f8515c Enable "ytalk" package. 1999-04-10 21:37:29 +00:00
tron
01fede6944 New "ytalk" package supplied by Michael Santos in PR pkg/7323:
Multi-user replacement for UNIX talk.
1999-04-10 21:08:48 +00:00
tron
6a0ce0d892 Better make it clear which "newaliases" and "makemap" must be used. 1999-04-10 18:31:19 +00:00
tron
7058bfac97 Use correct users for owning binaries and manual pages. 1999-04-10 17:22:43 +00:00
tron
ddf91a9494 Major cleanup:
- 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.
1999-04-10 16:41:21 +00:00
simonb
78b9566951 Add an enable gforth. 1999-04-10 13:59:11 +00:00
simonb
d16c046896 gforth: A fast interpreter for the Forth language.
Enabled only for i386 at the moment.  It definitely doesn't work on
mips, and I can't test anything else.
1999-04-10 13:56:57 +00:00
hubertf
dc6e8aeaec Update to 3.1.11.
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.
1999-04-10 02:25:08 +00:00
tron
b049fa3b5f Enable "db" package. 1999-04-09 23:11:53 +00:00
tron
18b7019f33 New "db" package:
Sleepycat Software's Berkeley DB version 2

This package is dedicated to Christoph Badura.
1999-04-09 23:10:28 +00:00
hubertf
a9974cb87e s/DEPENDS/USE_PERL5/, pointed out by Christop Badura 1999-04-09 21:11:13 +00:00
mjl
d2145a13c2 Updated to 1.22-03 as per PR/7341 by D'Arcy J.M. Cain (originally from
Bradford L. Barrett <brad@ns.eurobase.net>)
In this version, a potential segfault condition that has
been corrected.
1999-04-09 20:19:11 +00:00
bad
7ef687321e BUILD_DEPENDS on the pkg version of perl and make sure configure uses
that.  Fixes PR#7348 by rhialto@polder.ubc.kun.nl.
1999-04-09 17:54:26 +00:00
bad
3ec2b3a69e Update to mysql-3.22.21.
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.
1999-04-09 15:39:38 +00:00
tron
8ff92a2fc4 As discussed on "packages@netbsd.org" rename this package to
"ssh-ip-tunnel".
1999-04-09 14:49:06 +00:00
hubertf
e0175bbe79 rename to xview-all to avoid conflicts with other xview packages 1999-04-09 12:20:38 +00:00
agc
d8d880edf3 Make the ${SAMBA_PRIVATE} directory owned by root, rather than
${BINOWN}, for backwards compatibility, as suggested by Manuel (group
ownership doesn't matter, since the directory is mode 700).
1999-04-09 10:55:33 +00:00
agc
b84f0d7f72 Make this package work on Solaris. 1999-04-09 10:46:55 +00:00
agc
4138f4e4d8 Add and enable gnupg. 1999-04-09 09:57:54 +00:00