pkgsrc.git
23 years agoMerge from vendor branch TNF:
jwise [Mon, 3 Jul 2000 03:50:13 +0000 (03:50 +0000)]
Merge from vendor branch TNF:
Reimport this in the right place:

Initial import of jakarta-ant-3.1, a java-based make(1) replacement which
is starting to be used by a lot of java-based projects.

23 years agoReimport this in the right place:
jwise [Mon, 3 Jul 2000 03:50:13 +0000 (03:50 +0000)]
Reimport this in the right place:

Initial import of jakarta-ant-3.1, a java-based make(1) replacement which
is starting to be used by a lot of java-based projects.

23 years agoAdd and enable jakarta-ant
jwise [Mon, 3 Jul 2000 03:45:51 +0000 (03:45 +0000)]
Add and enable jakarta-ant

23 years agoUpdate to postfix-19991231-pl08
sommerfeld [Mon, 3 Jul 2000 02:46:18 +0000 (02:46 +0000)]
Update to postfix-19991231-pl08

Major changes with postfix-19991231-pl08:
=========================================

Specify "body_checks = regexp:/etc/postfix/body_checks" for a quick
and dirty emergency content filter that looks at non-header lines
one line at a time (including MIME headers inside the message body).
Details in conf/sample-filter.cf.

Incompatible changes with postfix-19991231-pl07:
================================================

As required by RFC 822, Postfix now inserts a generic destination
message header when no destination header is present.  The text is
specified via the undisclosed_recipients_header configuration
parameter (default:  "To: undisclosed-recipients:;").

23 years agoupgrade fro 2.1.1p1 to 2.1.1p2.
itojun [Sun, 2 Jul 2000 22:07:56 +0000 (22:07 +0000)]
upgrade fro 2.1.1p1 to 2.1.1p2.

--- recent changelogs
20000701
 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>
 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>
 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna Vinschen
   <vinschen@cygnus.com>
 - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
 - (djm) Added check for broken snprintf() functions which do not correctly
   terminate output string and attempt to use replacement.
 - (djm) Released 2.1.1p2

20000628
 - (djm) Fixes to lastlog code for Irix
 - (djm) Use atomicio in loginrec
 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support for
   Irix 6.x array sessions, project id's, and system audit trail id.
 - (djm) Added 'distprep' make target to simplify packaging
 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIA
   support. Enable using "USE_SIA=1 ./configure [options]"

20000627
 - (djm) Fixes to login code - not setting li->uid, cleanups
 - (djm) Formatting

20000626
 - (djm) Better fix to aclocal tests from Garrick James <garrick@james.net>
 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>
 - (djm) Added password expiry checking (no password change support)
 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OK
   based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
 - (djm) Fix fixed EGD code.
 - OpenBSD CVS update
   - provos@cvs.openbsd.org  2000/06/25 14:17:58
     [channels.c]
     correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>

20000623
 - (djm) Use sa_family_t in prototype for rresvport_af. Patch from
   Svante Signell <svante.signell@telia.com>
 - (djm) Autoconf logic to define sa_family_t if it is missing
 - OpenBSD CVS Updates:
   - markus@cvs.openbsd.org  2000/06/22 10:32:27
     [sshd.c]
     missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL
   - djm@cvs.openbsd.org     2000/06/22 17:55:00
     [auth-krb4.c key.c radix.c uuencode.c]
     Missing CVS idents; ok markus

20000622
 - (djm) Automatically generate host key during "make install". Suggested
   by Gary E. Miller <gem@rellim.com>
 - (djm) Paranoia before kill() system call
 - OpenBSD CVS Updates:
   - markus@cvs.openbsd.org  2000/06/18 18:50:11
     [auth2.c compat.c compat.h sshconnect2.c]
     make userauth+pubkey interop with ssh.com-2.2.0
   - markus@cvs.openbsd.org  2000/06/18 20:56:17
     [dsa.c]
     mem leak + be more paranoid in dsa_verify.
   - markus@cvs.openbsd.org  2000/06/18 21:29:50
     [key.c]
     cleanup fingerprinting, less hardcoded sizes
   - markus@cvs.openbsd.org  2000/06/19 19:39:45
     [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c]
     [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h]
     [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h]
     [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h]
     [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c]
     [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c]
     [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c]
     [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c]
     [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h]
     OpenBSD tag
   - markus@cvs.openbsd.org  2000/06/21 10:46:10
     sshconnect2.c missing free; nuke old comment

20000620
 - (djm) Replace use of '-o' and '-a' logical operators in configure tests
   with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx>
   to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>
 - (djm) Typo in loginrec.c

20000618
 - (djm) Add summary of configure options to end of ./configure run
 - (djm) Not all systems define RUSAGE_SELF & RUSAGE_CHILDREN. Report from
   Michael Stone <mstone@cs.loyola.edu>
 - (djm) rusage is a privileged operation on some Unices (incl.
   Solaris 2.5.1). Report from Paul D. Smith <pausmith@nortelnetworks.com>
 - (djm) Avoid PAM failures when running without a TTY. Report from
   Martin Petrak <petrak@spsknm.schools.sk>
 - (djm) Include sys/types.h when including netinet/in.h in configure tests.
   Patch from Jun-ichiro itojun Hagino <itojun@iijlab.net>
 - (djm) Started merge of Ben Lindstrom's <mouring@pconline.com> NeXT support
 - OpenBSD CVS updates:
   - deraadt@cvs.openbsd.org 2000/06/17 09:58:46
     [channels.c]
     everyone says "nix it" (remove protocol 2 debugging message)
   - markus@cvs.openbsd.org  2000/06/17 13:24:34
     [sshconnect.c]
     allow extended server banners
   - markus@cvs.openbsd.org  2000/06/17 14:30:10
     [sshconnect.c]
     missing atomicio, typo
   - jakob@cvs.openbsd.org   2000/06/17 16:52:34
     [servconf.c servconf.h session.c sshd.8 sshd_config]
     add support for ssh v2 subsystems. ok markus@.
   - deraadt@cvs.openbsd.org 2000/06/17 18:57:48
     [readconf.c servconf.c]
     include = in WHITESPACE; markus ok
   - markus@cvs.openbsd.org  2000/06/17 19:09:10
     [auth2.c]
     implement bug compatibility with ssh-2.0.13 pubkey, server side
   - markus@cvs.openbsd.org  2000/06/17 21:00:28
     [compat.c]
     initial support for ssh.com's 2.2.0
   - markus@cvs.openbsd.org  2000/06/17 21:16:09
     [scp.c]
     typo
   - markus@cvs.openbsd.org  2000/06/17 22:05:02
     [auth-rsa.c auth2.c serverloop.c session.c auth-options.c auth-options.h]
     split auth-rsa option parsing into auth-options
     add options support to authorized_keys2
   - markus@cvs.openbsd.org  2000/06/17 22:42:54
     [session.c]
     typo

20000613
 - (djm) Fixes from Andrew McGill <andrewm@datrix.co.za>:
  - Platform define for SCO 3.x which breaks on /dev/ptmx
  - Detect and try to fix missing MAXPATHLEN
 - (djm) Fix short copy in loginrec.c (based on patch from Phill Camp
   <P.S.S.Camp@ukc.ac.uk>

20000612
 - (djm) Glob manpages in RPM spec files to catch compressed files
 - (djm) Full license in auth-pam.c
 - (djm) Configure fixes from SAKAI Kiyotaka <ksakai@kso.netwk.ntt-at.co.jp>
 - (andre) AIX, lastlog, configure fixes from Tom Bertelson <tbert@abac.com>:
  - Don't try to retrieve lastlog from wtmp/wtmpx if DISABLE_LASTLOG is
     def'd
  - Set AIX to use preformatted manpages

20000610
 - (djm) Minor doc tweaks
 - (djm) Fix for configure on bash2 from Jim Knoble <jmknoble@jmknoble.cx>

20000609
 - (djm) Patch from Kenji Miyake <kenji@miyake.org> to disable utmp usage
   (in favour of utmpx) on Solaris 8

20000606
 - (djm) Cleanup of entropy.c. Reorganised code, removed second pass through
   list of commands (by default). Removed verbose debugging (by default).
 - (djm) Increased command entropy estimates and default entropy collection
   timeout
 - (djm) Remove duplicate headers from loginrec.c
 - (djm) Don't add /usr/local/lib to library search path on Irix
 - (djm) Fix rsh path in RPMs. Report from Jason L Tibbitts III
   <tibbs@math.uh.edu>
 - (djm) Warn user if grabs fail in GNOME askpass. Patch from Zack Weinberg
   <zack@wolery.cumb.org>
 - (djm) OpenBSD CVS updates:
  - todd@cvs.openbsd.org
    [sshconnect2.c]
    teach protocol v2 to count login failures properly and also enable an
    explanation of why the password prompt comes up again like v1; this is NOT
    crypto
  - markus@cvs.openbsd.org
    [readconf.c readconf.h servconf.c servconf.h session.c ssh.1 ssh.c sshd.8]
    xauth_location support; pr 1234
    [readconf.c sshconnect2.c]
    typo, unused
    [session.c]
    allow use_login only for login sessions, otherwise remote commands are
    execed with uid==0
    [sshd.8]
    document UseLogin better
    [version.h]
    OpenSSH 2.1.1
    [auth-rsa.c]
    fix match_hostname() logic for auth-rsa: deny access if we have a
    negative match or no match at all
    [channels.c hostfile.c match.c]
    don't panic if mkdtemp fails for authfwd; jkb@yahoo-inc.com via
    kris@FreeBSD.org

23 years agoUpdate darcnes to 20000625.
wiz [Sun, 2 Jul 2000 01:05:15 +0000 (01:05 +0000)]
Update darcnes to 20000625.
Changes from the web-page:
o Added driver-specific menu support to the X version.
o Broke all non-X versions (what, you didn't see this coming?).
o Added a reset menu item for the Apple ][ driver (it's now somewhat
  usable).
o Fixed unix sound and CD interfaces to automatically detect what type
  of system to compile for.
o Added support for Inserting/Removing FDS disks, and changing which
  side is up.
o Fixed "Error 24" problem reading many FDS disks (still need write
  support and timer IRQs).
o Fixed GTK version (yes, this one is tested).
o Fixed Makefile to allow overriding gtk-config (necessary for my system).
o More tweaks to the 68000 core (no it doesn't work).
o Cleaned up mapper 23 code (untested).
o Removed mapper vsync hooks (they weren't being used).
o Fixed NES palette mirroring (longstanding oops).
o More untested fixes to the Allegro and SVGALib ports (let's hope
  they work this time).

23 years agoAdd FAQ entry: "Could not find bsd.own.mk" - what's wrong?
hubertf [Sat, 1 Jul 2000 20:12:03 +0000 (20:12 +0000)]
Add FAQ entry: "Could not find bsd.own.mk" - what's wrong?

23 years agoIf ONLY_FOR_PLATFORM included NetBSD-1.4[Z][A-Z]-i386, include
david [Sat, 1 Jul 2000 19:42:26 +0000 (19:42 +0000)]
If ONLY_FOR_PLATFORM included NetBSD-1.4[Z][A-Z]-i386, include
NetBSD-1.5_ALPHA-i386

23 years agoremove librep (moved to lang/)
danw [Sat, 1 Jul 2000 04:15:29 +0000 (04:15 +0000)]
remove librep (moved to lang/)

23 years agoadd rep-gtk and sawfish
danw [Sat, 1 Jul 2000 04:14:45 +0000 (04:14 +0000)]
add rep-gtk and sawfish

23 years agosawfish 0.28.1
danw [Sat, 1 Jul 2000 04:13:30 +0000 (04:13 +0000)]
sawfish 0.28.1

a GNOME-aware window manager that is fully configurable in Lisp

23 years agoMerge from vendor branch TNF:
danw [Sat, 1 Jul 2000 04:13:30 +0000 (04:13 +0000)]
Merge from vendor branch TNF:
sawfish 0.28.1

a GNOME-aware window manager that is fully configurable in Lisp

23 years agoUpdate to rep-gtk-0.11
danw [Sat, 1 Jul 2000 03:40:20 +0000 (03:40 +0000)]
Update to rep-gtk-0.11

23 years agoUpdate to librep 0.12.2
danw [Sat, 1 Jul 2000 03:39:47 +0000 (03:39 +0000)]
Update to librep 0.12.2

23 years agoRemove this: it is a duplicate of lang/librep
danw [Sat, 1 Jul 2000 03:38:58 +0000 (03:38 +0000)]
Remove this: it is a duplicate of lang/librep

23 years agopkgdiff now only generates output at all if the files differ.
wiz [Sat, 1 Jul 2000 02:38:56 +0000 (02:38 +0000)]
pkgdiff now only generates output at all if the files differ.
mkpatches doesn't generate empty patches, and warns if name and name.orig
don't differ.
Bump version to 0.91.

23 years agoUpdate links to 0.92. Adds a man page, and the following changes from
wiz [Sat, 1 Jul 2000 01:17:59 +0000 (01:17 +0000)]
Update links to 0.92. Adds a man page, and the following changes from
the NEWS file:
o Frames
o Bookmarks
o Support for more languages
o Mailto: and telnet: link types
o -dump, -source
o -anonymous

23 years agogenerate dsa host key in post-install.
itojun [Sat, 1 Jul 2000 01:16:39 +0000 (01:16 +0000)]
generate dsa host key in post-install.

23 years agouse more recent code from kame(7/1).
itojun [Sat, 1 Jul 2000 01:11:32 +0000 (01:11 +0000)]
use more recent code from kame(7/1).

changes from 6/14:
- improved internal data garbage collection
- avoid sending packet that constitutes invalid exchange
- "non_auth" setting will avoid negotiating ESP authentication
- improve notify message

23 years agoUse release version instead of pre-release version. No functional change.
wiz [Fri, 30 Jun 2000 23:28:19 +0000 (23:28 +0000)]
Use release version instead of pre-release version. No functional change.
Bump version to 4.50.2.

23 years agomake the default timescale in the output VCD files be 1ns for compatibility
dmcmahill [Fri, 30 Jun 2000 19:55:06 +0000 (19:55 +0000)]
make the default timescale in the output VCD files be 1ns for compatibility
with viewers such as Dinotrace.

23 years agodefuzz
itojun [Fri, 30 Jun 2000 19:36:06 +0000 (19:36 +0000)]
defuzz

23 years agoAdd bugfixes from glibc and build a shared library version of libintl.
danw [Fri, 30 Jun 2000 17:07:36 +0000 (17:07 +0000)]
Add bugfixes from glibc and build a shared library version of libintl.
Bump version to 0.10.35nb1.

23 years agoUpdate to gmp-3.0.1, including new functions, autoconf/libtool support,
danw [Fri, 30 Jun 2000 16:52:56 +0000 (16:52 +0000)]
Update to gmp-3.0.1, including new functions, autoconf/libtool support,
and a shared version of the library.

23 years agodepend on gmp>=2.0.2 rather than gmp-2.0.2
danw [Fri, 30 Jun 2000 16:30:24 +0000 (16:30 +0000)]
depend on gmp>=2.0.2 rather than gmp-2.0.2

23 years agoUpdate this to build with either gmp 2.0.2 or gmp 3.0.x.
danw [Fri, 30 Jun 2000 16:29:17 +0000 (16:29 +0000)]
Update this to build with either gmp 2.0.2 or gmp 3.0.x.
(Theoretically... the package seems to be broken.)

23 years agoRemove some dirs from this list that are handled somewhere else (perl)
hubertf [Fri, 30 Jun 2000 15:57:06 +0000 (15:57 +0000)]
Remove some dirs from this list that are handled somewhere else (perl)

23 years agoRemove some more smartness from Makefile
wennmach [Fri, 30 Jun 2000 15:03:12 +0000 (15:03 +0000)]
Remove some more smartness from Makefile

23 years agoRemove unneccessary patch-ai.
wennmach [Fri, 30 Jun 2000 13:36:03 +0000 (13:36 +0000)]
Remove unneccessary patch-ai.
Do not automatically add an entry for xfs to /etc/fstab (pointed
out by hubertf).

23 years agoUpdate list of categories (no more corba).
wiz [Fri, 30 Jun 2000 11:09:53 +0000 (11:09 +0000)]
Update list of categories (no more corba).
Add two paragraphs recommending use of the pkgdiff package.
Improve wording of paragraph about pkg-CHANGES.

23 years agoUpdate to qt-2.1.1, use LIBTOOL and sort PLIST.
skrll [Fri, 30 Jun 2000 10:42:58 +0000 (10:42 +0000)]
Update to qt-2.1.1, use LIBTOOL and sort PLIST.

Changes are...

Qt 2.1.1 is a bugfix release. It keeps both forward and backward
compatibility (source and binary) with Qt 2.1.

****************************************************************************
*     General    *
****************************************************************************

- Many documentation improvements

- Various compilation problems relating to particular versions of xlC,
MipsPRO, Solaris, Japanese Windows, old X11 libraries, and gcc 2.7.2
fixed

- 64bit HP build targets added

- Qt OpenGL Extension updated; see details in qt/extensions/opengl/CHANGES

- As usual, many minor bugfixes, too small to be mentioned here.

****************************************************************************
*     Specific    *
****************************************************************************

QToolbar: fix of layout-saving when moving out of dock

QAccel: Support for non-alphanumeric keys

QPrinter: Better tolerance for PS interpreter peculiarities

QPainter: drawText() with rasterOp on Windows

QIconView: Drawing fixes

QDate: Ensure invalid status when created with invalid values

Motif Dnd: Fix possible crash

QWorkSpace: Proper minmize/maximize activation

QListBox: Optimization: better performance for lists with thousands of
elements. Selection problem fixed.

QFont: Fontset matching fix for X11

QMultiLineEdit: Wordwrap/selection workaround

QTabBar: Refresh layout after style change. Optimization.

QTimer: Zero-timers on Windows speedup

QFileDialog: Correct caption on Windows

QComboBox: Accept only left button. Do proper font propagation.

QMenuBar: Accept only left button

QDialog: Modal dialogs after QApplication::exec() returns

QWidget: Optimization: fewer server roundtrips

QCheckBox: Fixed mask drawing

QSpinBox: Accept '-' key, for negative values

Dnd: Allow disabling on X11

QFontDatabase: Use QApplication's charset as default,
and fixed garbage on Win2000

23 years agoUpdate Packages.txt to reflect reality - there has been a way of
agc [Fri, 30 Jun 2000 10:23:28 +0000 (10:23 +0000)]
Update Packages.txt to reflect reality - there has been a way of
installing X11 packages in ${LOCALBASE} for a while now.
Document the new X11PREFIX definition, which points to X11BASE by
default, or LOCALBASE if xpkgwedge is installed.

23 years agoMake this package xpkgwedge-safe by using the new X11PREFIX definition
agc [Fri, 30 Jun 2000 10:04:48 +0000 (10:04 +0000)]
Make this package xpkgwedge-safe by using the new X11PREFIX definition
in preference to X11BASE when trying to find the installed location of
X11 libraries, programs and headers (which will change if xpkgwedge is
installed).

[X11BASE reflects the location of the X11 libs, headers and programs.
X11PREFIX reflects the installed location of X11 packages.]

23 years agoDon't use kvm_read for cp_time, use sysctl instead.
wiz [Fri, 30 Jun 2000 03:13:37 +0000 (03:13 +0000)]
Don't use kvm_read for cp_time, use sysctl instead.
Patch provided by Simon Burge; thanks to Dan McMahill for further testing.

23 years agoReplace one occurence of "$NetBSD$" by something that won't be replaced
hubertf [Fri, 30 Jun 2000 01:56:08 +0000 (01:56 +0000)]
Replace one occurence of "$NetBSD$" by something that won't be replaced
by CVS.

23 years agoAdd support for timestamps.
jwise [Thu, 29 Jun 2000 14:26:40 +0000 (14:26 +0000)]
Add support for timestamps.

23 years agocorrect typo in commented out perl5-current entry
wiz [Thu, 29 Jun 2000 10:08:11 +0000 (10:08 +0000)]
correct typo in commented out perl5-current entry

23 years agoadd commented out i386-cygwin32
wiz [Thu, 29 Jun 2000 10:06:49 +0000 (10:06 +0000)]
add commented out i386-cygwin32

23 years agoUpdate to support C++ in a different way to pkglibtool. There is no
skrll [Thu, 29 Jun 2000 08:06:06 +0000 (08:06 +0000)]
Update to support C++ in a different way to pkglibtool. There is no
--cplusplus option is should just work. Thanks to Todd Verling for
help with this.

I've been sitting on this update while I played with
deplibs_check_method for a.out. There seems to be a problem related
to dlopen stuff if file_magic is used. Still investigating.

Version bumped to nb4.

23 years agoFix saving of user-defined colors. Patches by Brian Smith supplied in
tron [Thu, 29 Jun 2000 07:20:41 +0000 (07:20 +0000)]
Fix saving of user-defined colors. Patches by Brian Smith supplied in
PR pkg/10470 by Jim Bernard.

23 years agoAnd check in new checksum for patch-bd.
wrstuden [Thu, 29 Jun 2000 03:03:07 +0000 (03:03 +0000)]
And check in new checksum for patch-bd.

23 years agoMake work with recent changes to lint which pays attention to the
wrstuden [Thu, 29 Jun 2000 03:01:36 +0000 (03:01 +0000)]
Make work with recent changes to lint which pays attention to the
value of $CC.

23 years agoAdd library dependencies on libtool link-command line, so that they
wiz [Wed, 28 Jun 2000 23:18:30 +0000 (23:18 +0000)]
Add library dependencies on libtool link-command line, so that they
get properly recorded in the library.

23 years agoInclude bsd.prefs.mk for proper handling of NO_EXTRA_FONTS.
wiz [Wed, 28 Jun 2000 21:50:24 +0000 (21:50 +0000)]
Include bsd.prefs.mk for proper handling of NO_EXTRA_FONTS.
Problem report and fix by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in
pkg/10467.

23 years agoeliminate a few more makes from being forked off in the clean-depends area
dmcmahill [Wed, 28 Jun 2000 17:35:53 +0000 (17:35 +0000)]
eliminate a few more makes from being forked off in the clean-depends area

23 years agoonly clean depends with the "clean-depends" target, not the top level
dmcmahill [Wed, 28 Jun 2000 16:39:23 +0000 (16:39 +0000)]
only clean depends with the "clean-depends" target, not the top level

23 years agorework how the DEPENDS tree is traversed in the 'clean-depends' target.
dmcmahill [Wed, 28 Jun 2000 16:05:44 +0000 (16:05 +0000)]
rework how the DEPENDS tree is traversed in the 'clean-depends' target.
now, each branch is only traversed once instead of possibly multiple times.

depending on the size of the DEPENDS list, the speedup is _huge_.  For example
   make clean CLEANDEPENDS=yes
in x11/gnome now takes around 12 minutes instead of 4 hours on a DECstation
5000/240.

Thanks to Hubert for help and suggestions on this.  Look for more changes to
come as this same problem exists in other areas.

23 years agoRemove the user setting of the USE_LOCALBASE_FOR_X11 definition.
agc [Wed, 28 Jun 2000 15:02:33 +0000 (15:02 +0000)]
Remove the user setting of the USE_LOCALBASE_FOR_X11 definition.
(Users can still set it if they want, but it won't make much
difference).

In bsd.pkg.mk, check for the presence of the xpkgwedge package to
determine whether to use LOCALBASE for X11 programs.  Set
_USE_LOCALBASE_FOR_X11 (an internal definition) if xpkgwedge is
installed. Remove BUILD_DEPENDS on xpkgwedge (it would always have
been true anyway).

Add a new X11PREFIX definition, which reflects the PREFIX for X11
packages, and set it to LOCALBASE or X11BASE accordingly.

Remove all references to USE_LOCALBASE_FOR_X11 from the xpkgwedge
package.

In all, make the installation of xpkgwedge a tad less clumsy.

24 years agoadd & enable pkgdiff
wiz [Wed, 28 Jun 2000 01:43:34 +0000 (01:43 +0000)]
add & enable pkgdiff

24 years agoImport of pkgdiff & friends, some tools for easier patch creation
wiz [Wed, 28 Jun 2000 01:42:43 +0000 (01:42 +0000)]
Import of pkgdiff & friends, some tools for easier patch creation
and maintenance.

24 years agoMerge from vendor branch TNF:
wiz [Wed, 28 Jun 2000 01:42:43 +0000 (01:42 +0000)]
Merge from vendor branch TNF:
Import of pkgdiff & friends, some tools for easier patch creation
and maintenance.

24 years agoUpdate to pre-release 4.50D. Fixes pkg/10461.
wiz [Wed, 28 Jun 2000 00:40:45 +0000 (00:40 +0000)]
Update to pre-release 4.50D. Fixes pkg/10461.
BSD-relevant changes:
o Updated FreeBSD, NetBSD, NeXTSTEP, OpenBSD, and OpenStep support to
  report "no PCB" and the values of the SO_CANTSENDMORE and
  SO_CANTRCVMORE state flags when a socket structure has no inpcb
  pointer.
o Upgraded support for FreeBSD 5.0-CURRENT.  Ben Smithurst
  <ben@scientia.demon.co.uk> supplied patches and did testing.  David
  O'Brien <obrien@NUXI.com> supplied a test system.  The update included
  dropping the Fctty part of file descriptor file system support,
  conditional on a Configure script test.  I propagated those changes to
  BSDI, NetBSD, and OpenBSD in anticipation of their having the
  modification in the future.
o Added support for 64 bit file sizes and offsets on BSDI, FreeBSD,
  NetBSD, and OpenBSD, based on a report from Dan Nelson
  <dnelson@emsphone.com>.  Dan supplied a patch and did FreeBSD testing.
o Added Configure script recognition of NetBSD 1.5, based on a report
  from Andrew Brown <atatat@atatdot.net>.

24 years ago * some whitespace fix
hubertf [Tue, 27 Jun 2000 20:14:45 +0000 (20:14 +0000)]
 * some whitespace fix
 * s/.MAKEFLAGS/MAKEFLAGS/ in one place
 * add check-shlibs target. Need to at least document that later. :)
   (Should be added at end of root-install target, to check if the pkg's
   binaries/libs will find the shared libs they need)

24 years agoAdd update_dat script missing from previous commit
rh [Tue, 27 Jun 2000 10:18:48 +0000 (10:18 +0000)]
Add update_dat script missing from previous commit

24 years agoUpdate uvscan-dat to 4083. Changes include detection of new viruses and an
rh [Tue, 27 Jun 2000 10:18:07 +0000 (10:18 +0000)]
Update uvscan-dat to 4083.  Changes include detection of new viruses and an
update_dat script for downloading new dat files.

24 years agoRemove RCS Id from contect in "patch-ae" to get a valid patch checksum.
tron [Tue, 27 Jun 2000 08:37:41 +0000 (08:37 +0000)]
Remove RCS Id from contect in "patch-ae" to get a valid patch checksum.

24 years agoRegen.
tron [Tue, 27 Jun 2000 08:34:38 +0000 (08:34 +0000)]
Regen.

24 years agoUse "ncurses" under NetBSD 1.4 to get the curses version of "tali".
tron [Tue, 27 Jun 2000 08:30:48 +0000 (08:30 +0000)]
Use "ncurses" under NetBSD 1.4 to get the curses version of "tali".

24 years agoUse Brian's "netbsd.org" e-mail address as maintainer.
tron [Tue, 27 Jun 2000 08:17:46 +0000 (08:17 +0000)]
Use Brian's "netbsd.org" e-mail address as maintainer.

24 years agoFix "xosview" to build under NetBSD 1.5 again.
tron [Tue, 27 Jun 2000 08:15:51 +0000 (08:15 +0000)]
Fix "xosview" to build under NetBSD 1.5 again.

24 years agoRemove duplicate slash in master site list which breaks at least
tron [Tue, 27 Jun 2000 06:15:12 +0000 (06:15 +0000)]
Remove duplicate slash in master site list which breaks at least
downloads from "ftp.sunet.se".

24 years agoUpdate distname to reflect 4.0 -> 4.1 bump.
kleink [Tue, 27 Jun 2000 05:03:49 +0000 (05:03 +0000)]
Update distname to reflect 4.0 -> 4.1 bump.

24 years agofix ELF lib paths
hubertf [Tue, 27 Jun 2000 03:18:03 +0000 (03:18 +0000)]
fix ELF lib paths

24 years agoadd USE_LIBTOOL and LTCONFIG_OVERRIDE since the pkg uses libtool
dmcmahill [Tue, 27 Jun 2000 02:33:16 +0000 (02:33 +0000)]
add USE_LIBTOOL and LTCONFIG_OVERRIDE since the pkg uses libtool

24 years agofix ELF lib paths
hubertf [Tue, 27 Jun 2000 01:55:16 +0000 (01:55 +0000)]
fix ELF lib paths

24 years agoFix to confirm to hier(7), PKGLIBTOOL->LIBTOOL
hubertf [Tue, 27 Jun 2000 01:32:14 +0000 (01:32 +0000)]
Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOL

24 years agoAdd all libraries to link step of gdk_imlib.
wiz [Tue, 27 Jun 2000 01:13:49 +0000 (01:13 +0000)]
Add all libraries to link step of gdk_imlib.
Adresses pkg/10453.

24 years agoUpdate to 4.1. Changes:
hubertf [Tue, 27 Jun 2000 00:51:42 +0000 (00:51 +0000)]
Update to 4.1. Changes:

No user-visible changes; removed some 4.0 future use comments that had
accidentally been left in the DTD and fixed a couple of incorrect FPIs.
See 40chg.txt for a list of the significant changes.

24 years agounify esound dependencies in gnome packages
wiz [Tue, 27 Jun 2000 00:29:10 +0000 (00:29 +0000)]
unify esound dependencies in gnome packages

24 years agorename Size* to .Size*
wiz [Mon, 26 Jun 2000 23:53:33 +0000 (23:53 +0000)]
rename Size* to .Size*

24 years agoRemove obvious pasto.
jlam [Mon, 26 Jun 2000 23:07:37 +0000 (23:07 +0000)]
Remove obvious pasto.

24 years agomake sure local font directory exists before trying to install to it.
dmcmahill [Mon, 26 Jun 2000 22:12:35 +0000 (22:12 +0000)]
make sure local font directory exists before trying to install to it.

24 years agoUpdate gnumeric to 0.56. In addition to the following changes, this also
rh [Mon, 26 Jun 2000 21:55:50 +0000 (21:55 +0000)]
Update gnumeric to 0.56.  In addition to the following changes, this also
fixes PR 10454 by Jasper Wallace.

Changes include:
 * Stf importer bug fixes and enhancements.
 * Speedup workbook exit, copy/paste.
 * Improve cut/copy/paste.
 * Improve col/row resize.
 * Undo for copy/paste, autofill, col/row resize
 * More work on formula guru.
 * Extend auto-fill to support months and years.
 * Some translation bugs.
 * Tooltips for combo boxes.
 * Synchronize list selection with entry field in combo boxes.
 * Make  units in print setup dialog user selectable.
 * More dialog polishing.
 * Sorting now moves styles with the elements
 * Sorting now detects headers when sorting
 * Added two perl scripts for translation help/maintainence.
   Also added is a README.tools file, explaining how to use these.
 * Fix tricky Excel import problem.
 * Split libole2 out into a standalone package.
 * Added support for autocompletion.
 * Changed a bunch of internals to work with StyleFormats instead
   of throwing strings around.
 * Improved the optimization of styles.
 * Fix ROUND.
 * Make sorts stable.
 * Make sorts faster.
 * Updated: da (Kenneth), de (Karl), ja (Oka/Nakai), no
   (Kjartan), pt (Jesus), ru (Valek), maybe more.
 * Update not new, but not mentioned the last time: it (Leandro).

24 years agoAdd and enable libole2
rh [Mon, 26 Jun 2000 21:39:56 +0000 (21:39 +0000)]
Add and enable libole2

24 years agoInitial import of libole2-0.1.5, an OLE2 streams parsing library.
rh [Mon, 26 Jun 2000 21:38:18 +0000 (21:38 +0000)]
Initial import of libole2-0.1.5, an OLE2 streams parsing library.

24 years agoMerge from vendor branch TNF:
rh [Mon, 26 Jun 2000 21:38:18 +0000 (21:38 +0000)]
Merge from vendor branch TNF:
Initial import of libole2-0.1.5, an OLE2 streams parsing library.

24 years ago- make this work on sparc. The original code used #ifdef(__sparc__) to do
dmcmahill [Mon, 26 Jun 2000 21:02:09 +0000 (21:02 +0000)]
- make this work on sparc.  The original code used #ifdef(__sparc__) to do
  SunOS/Solaris specific stuff.

24 years agoUpdate dependency on guile-slib to 2c8.
jlam [Mon, 26 Jun 2000 20:52:33 +0000 (20:52 +0000)]
Update dependency on guile-slib to 2c8.

24 years agoAdd patches to fix a possible buffer overflow attacks with the "SITE EXEC"
rh [Mon, 26 Jun 2000 20:09:35 +0000 (20:09 +0000)]
Add patches to fix a possible buffer overflow attacks with the "SITE EXEC"
command.
Bump revision to 2.6.0nb1

24 years ago-add sparc and mipsel support. Thanks to soda for help on the mipsel part.
dmcmahill [Mon, 26 Jun 2000 18:05:46 +0000 (18:05 +0000)]
-add sparc and mipsel support.  Thanks to soda for help on the mipsel part.

-it has been suggested (Soren) that the routines in sysdeps/freebsd/prockernel.c
 are of minimal use anyway and should just be disabled.

-it has also been suggested (Soren) that the right way anyway is to use the KERN_PROC2 sysctl.
 I do not have a recent enough machine to try this (this sysctl was not part of
 NetBSD-1.4.2).

24 years agoUpdate gnucash to 1.4.1
rh [Mon, 26 Jun 2000 17:03:11 +0000 (17:03 +0000)]
Update gnucash to 1.4.1

Changes include:

 * bug fixes
 * translations are loaded correctly
 * totally revamped interface, customizable from within the GUI
 * transaction auto-completion
 * New reporting system, including several new reports and much
   improved existing ones
 * internationalisation
 * new Japanese translations
 * updated documentation
 * fixes for 64-bit architectures
 * user interface improvements

24 years agoInitial import of g-wrap-0.9.4, a tool for importing types, functions, and
rh [Mon, 26 Jun 2000 16:57:09 +0000 (16:57 +0000)]
Initial import of g-wrap-0.9.4, a tool for importing types, functions, and
constants into guile.

24 years agoMerge from vendor branch TNF:
rh [Mon, 26 Jun 2000 16:57:09 +0000 (16:57 +0000)]
Merge from vendor branch TNF:
Initial import of g-wrap-0.9.4, a tool for importing types, functions, and
constants into guile.

24 years agoonly allow these packages on APM capable machines.
dmcmahill [Mon, 26 Jun 2000 16:44:22 +0000 (16:44 +0000)]
only allow these packages on APM capable machines.

24 years agoMainly cosmetic changes from previous:
simonb [Mon, 26 Jun 2000 14:11:51 +0000 (14:11 +0000)]
Mainly cosmetic changes from previous:
 + move includes files from middle of bsd-44.c module to top.
 + remove unused variables.

24 years agoUse the kern.proc (or kern.proc2 if available) sysctl directly, so that
simonb [Mon, 26 Jun 2000 07:54:42 +0000 (07:54 +0000)]
Use the kern.proc (or kern.proc2 if available) sysctl directly, so that
libkvm isn't needed, and skill/snice can run without setgid.  Tested on
1.3.3, 1.4 and 1.5A, and should work all the way back to NetBSD 0.8.

Note: applies for NetBSD only, not Solaris :)

24 years agoUpdate gnome meta-package to 1.2.1, tracking latest updates of individual
rh [Mon, 26 Jun 2000 06:52:33 +0000 (06:52 +0000)]
Update gnome meta-package to 1.2.1, tracking latest updates of individual
gnome packages.

24 years agoadd & enable hugelatex & jadetex
hubertf [Mon, 26 Jun 2000 02:29:51 +0000 (02:29 +0000)]
add & enable hugelatex & jadetex

24 years agoTeX macros needed to produce DVI/PDF files from TeX code generated
hubertf [Mon, 26 Jun 2000 02:27:41 +0000 (02:27 +0000)]
TeX macros needed to produce DVI/PDF files from TeX code generated
by the jade SGML processor.

24 years agoMerge from vendor branch TNF:
hubertf [Mon, 26 Jun 2000 02:27:41 +0000 (02:27 +0000)]
Merge from vendor branch TNF:
TeX macros needed to produce DVI/PDF files from TeX code generated
by the jade SGML processor.

24 years agoLaTeX format files with large limits needed e.g. by jadetex
hubertf [Mon, 26 Jun 2000 02:26:06 +0000 (02:26 +0000)]
LaTeX format files with large limits needed e.g. by jadetex
to process files converted from SGML.

24 years agoMerge from vendor branch TNF:
hubertf [Mon, 26 Jun 2000 02:26:06 +0000 (02:26 +0000)]
Merge from vendor branch TNF:
LaTeX format files with large limits needed e.g. by jadetex
to process files converted from SGML.

24 years agoxref README.IPv6
hubertf [Mon, 26 Jun 2000 01:27:29 +0000 (01:27 +0000)]
xref README.IPv6

24 years agoUse $INSTALL_COOKIE in one appropriate place
hubertf [Mon, 26 Jun 2000 01:19:09 +0000 (01:19 +0000)]
Use $INSTALL_COOKIE in one appropriate place

24 years agoadd & enable SDL
wiz [Mon, 26 Jun 2000 01:10:06 +0000 (01:10 +0000)]
add & enable SDL

24 years agoInitial import of SDL, a multimedia library mainly for games.
wiz [Mon, 26 Jun 2000 01:09:09 +0000 (01:09 +0000)]
Initial import of SDL, a multimedia library mainly for games.
Currently using pth instead of 'real' pthreads, and some parts (mainly
audio and obviously thread support) don't work correctly because of
that (unproven-pthreads misses pthread_cancel & friends to make it
work), but there are some programs that do.

24 years agoMerge from vendor branch TNF:
wiz [Mon, 26 Jun 2000 01:09:09 +0000 (01:09 +0000)]
Merge from vendor branch TNF:
Initial import of SDL, a multimedia library mainly for games.
Currently using pth instead of 'real' pthreads, and some parts (mainly
audio and obviously thread support) don't work correctly because of
that (unproven-pthreads misses pthread_cancel & friends to make it
work), but there are some programs that do.

24 years agoupdate to gmake 3.79.1
deberg [Sun, 25 Jun 2000 20:00:45 +0000 (20:00 +0000)]
update to gmake 3.79.1

* .SECONDARY with no prerequisites now prevents any target from being
  removed because make thinks it's an intermediate file, not just those
  listed in the makefile.

* New configure option --disable-nsec-timestamps will keep make from
  using sub-second timestamps on systems which support it.  If your
  build process depends on proper timestamp-preserving behavior of tools
  like "cp -p" you might need this option, since "cp -p" (right now)
  doesn't preserve the sub-second portion of the timestamp.

24 years agoFixed homepage URL.
mason [Sun, 25 Jun 2000 19:55:13 +0000 (19:55 +0000)]
Fixed homepage URL.

24 years agoUpdate gnome-libs to 1.2.3. Changes are bugfixes and catalog updates.
rh [Sun, 25 Jun 2000 19:06:21 +0000 (19:06 +0000)]
Update gnome-libs to 1.2.3.  Changes are bugfixes and catalog updates.