Commit graph

12592 commits

Author SHA1 Message Date
wiz
1be090ca43 add (commented out) armv2-netbsd 2000-07-13 22:15:40 +00:00
bjh21
852c8d73fd cross-armv2-netbsd: NetBSD/arm26 cross-build environment (rather experimental) 2000-07-13 21:39:11 +00:00
martin
b75dc92e46 Update pkg to version 0.37b4.1 2000-07-13 20:54:01 +00:00
jlam
cd21254693 Note new "functional" library 2000-07-13 18:27:42 +00:00
jlam
aa00c03e51 Update boost to 1.16.1. Bugfixes, new "functional" library, and better
documentation.
2000-07-13 18:25:32 +00:00
kristerw
e503dc2862 Updated UAE to version 0.8.12:
Changes from last packaged version:

User-visible changes in 0.8.12:
  - Several bugfixes

User-visible changes in 0.8.11:
  - Finally, an accurate copper emulation, thanks to Sam Jordan.
  - Sprite emulation fixes, also due to Sam Jordan.
  - Some CPU emulation fixes (Keith Rollin, Toni Wilen, Lauri Pesonen)
  - Old command line options actually work now.
  - Some floppy related lockups removed.

User-visible changes in 0.8.10:
  - Audio interpolation
  - Bugfixes for
    * disk emulation
    * FPU emulation
    * CPU prefetch emulation (the "compatible" setting).
    * some 2.0+ filesystem packets
    * text-based UI (should compile again)
    * some other parts
  - People like me who liked the old command line options better can now use
    (most of) them again.

User-visible changes in 0.8.9:
  - The filesystem emulation should be able to emulate an Amiga FS more
    accurately.  Script/Pure bits and filenotes are kept.
  - Patrick Ohly contributed SCSI support (currently Linux only) that allows
    you to (e.g.) use CD writers with the emulator.


The package has ben changed to use the NetBSD sound driver instead of oss.
2000-07-13 17:34:38 +00:00
jlam
ce0b824cef Update sgi-stl-docs to 3.3. 2000-07-13 16:38:01 +00:00
jlam
185c1e28c7 Forgot to close an #if with #endif. 2000-07-13 16:20:48 +00:00
agc
f3df20f4fc Reformat the patch to cpumeter.cc so that it applies cleanly.
Add definitions to the environment on Solaris so that xpm is found.
Make the dependency on egcs for Solaris a build dependency.
Re-calculate patch checksums.
2000-07-13 15:48:47 +00:00
abs
9aa9298845 Update to 4.3.1nb1
- Modify webnocol.cgi to find traceroute in /usr/sbin
    - Install the images and audio files in $PREFIX/share/nocol for later use
2000-07-13 15:34:10 +00:00
jlam
dd8cfb5b4e USE_LIBTOOL instead of USE_PKGLIBTOOL. Remove the --cplusplus stuff since
the new libtool takes care of everything for us.
2000-07-13 15:10:33 +00:00
dmcmahill
bf966a0ccc docs file has changed 2000-07-13 12:40:37 +00:00
hubertf
d2131fb905 Remove trailing garbage from RCS Id on first line 2000-07-13 11:40:04 +00:00
abs
840e41a1cd Update to 4.3.1, plus fix replace access to curses with appropriate standard
interfaces so we can compile netconsole on NetBSD-current again.
On a lighter note - lose two previous patches that are now in the main dist.

  Release Notes

    nocol v4.3.1 (Mar 2000)

   Minor release to fix patches.

   1. portmon.c » Missing close() left too many file descriptors
   » Now running check_resp() after receiving EOF from the remote host.
   Should fix problem of receiving data with no \n in entire data stream.
   2. snmpgeneric » Allow specifying client port number
   (joe@hole-in-the.net)
   » Sets MIBFILE_v2 variable also for the mib file
   3. webnocol.cgi Small fix to prevent possible loop.
   4. nocollib.pl Changed 'ps' to '/bin/ps'
   5. hostmon-client Changed 'ps' to '/bin/ps'

    nocol v4.3 (Jan 2000)

   1. Configure Added support for Rhapsody (jrowan@mandli.com) and BSDI
   4.0
   Detect 'whoami' for Solaris
   2. armon, nrmon Handle different levels for registered and
   unregistered routes.
   Removes unregistered route status before deleting all knowledge
   (frank@ansto.gov.au)
   3. bpmon Fixed bug in parsing of bootptest
   4. bsdsignal.c Restores old sigusr1 (dbird@varadm.com)
   5. ciscomon Change in message for 'Inlet temperature'
   6. cmu-snmp New CMU snmp library
   7. etherload Changed includes to allows glibc and older libc in
   linux.c
   8. genweb.pl Fixed Y2K issue; added additional sounds
   (jonz@netrail.com)
   9. hostmon Patches for using 'scp' in addition to rcp/telnet
   (frank@ansto.gov.au).
   Changed regex for parsing of data lines.  Now using split instead of
   regex for $thresindex{}. Put a '^' in all the regexs in the config
   file. Fixed bug with DFspace parsing.
   10. hostmon-client Strip comments from mqueue output.
   Allow running a 'local' file if it exists (frank@ansto.gov.au)
   $port shoud be set AFTER getservbyname().
   Added support for qmail
   Detect ps flags
   11. hostmon-clients/* Ignore NFS mounts. Look at NFS timeouts on
   Solaris.  Run iostat with time interval,  Pagein/pageout code in linux
   (-frank@ansto.gov.au).  Fixed pstat in hostmon.osf1
   (durrell@innocence.com)
   12. keepalive_monitor Bug which kept old processes around
   (avoltmer@replaytv.com)
   13. logstats Added -r option (ornstedt@sonera.se)
   14. mknrmon Create config file for novell routes (frank@ansto.gov.au)
   15. modemmon Added conditionals to support use of 'finger' instead of
   'telnet'
   16. multiping Added  -n option to not use DNS (nscd was slowing down
   multiping)
   17. ndaemon Added new Tcl/Tk interface for X-windows (lwl@godlike.com)
   18. netconsole Added -T <termtype> on command line
   (frank@ansto.gov.au)
   Starts up without prompting if known good terminal type
   19. noclogd Was creating error file in etcdir, changed to PIDDIR for
   consistency
   20. nocol C library event_to_logstr() fixed (dbird@varadm.net)
   21. nocollib.pl Added return 1 at end of library. Fixed bug in
   detecting $PSCMD. Support for BSDI 4.0 socket structures in perl
   libraries. Now using send() and not syswrite(). Retry opening socket
   if send fails.
   22 notifier.pl $repeat was not working, fixed.
   23 perlnocol Makefile.mid now extracts $event_t from
   show_nocol_struct_sizes and edits nocollib.pl
   24. portmon Bug in testing 'connect' only sites (paulg@apnic.net)
   Now uses nonblocking sockets to process many sites in parallel
   properly.
   Added QUIT and SIMULCONNECT keywords.
   Changed array to linked list to allow unlimited number of hosts to
   monitor.
   25. radiusmon Fixed bugs in port insertion (see rcslog)
   26. smbmon New monitor for SMB routes (frank@ansto.gov.au)
   27. snmpgeneric Replacement for snmpmon (elanda@comstar.net)
   28. trapmon Complete rewrite to use the new CMU snmp library. Also
   fixed bug in cmu-snmp/parse.c for() loop.
   29. upsmon Monitor UPSs (frank@ansto.gov.au)
   30. utility/Makefile Replace '@' with \@ in mail addresses.
   31. webnocol.cgi Bug fix to strip trailing siteserverID in http
   cookie. Handle IP addresses in nslookup (frank@ansto.gov.au).
   Clean up $siteaddr before executing (limfung@pacific.net.sg)
2000-07-13 11:09:16 +00:00
itojun
c7420eb79d more correction to IPv4 part 2000-07-13 07:33:08 +00:00
itojun
60d99b7fda correct IPv4-only behavior (upgradede IPv6 patch).
from mcr@sandelman.ottawa.on.ca
2000-07-13 07:30:02 +00:00
jlam
b6c15f1bdd Be more explicit about where the example config files are copied from
during installation.
2000-07-13 01:01:11 +00:00
jlam
3545af642d Remove deprecated ghostscript5 packages made obsolete by print/ghostscript. 2000-07-12 20:53:15 +00:00
jlam
39de2699aa Remove japanese/vfghostscript5 package made obsolete by print/ghostscript.
Closes PR#9102.
2000-07-12 20:48:53 +00:00
jlam
d89d8e8189 Update SGI-STL to 3.3. Changes from version 3.2:
* New feature: concept checks.  The library now does better compile-time
  error checking to make sure that the types used to instantiate
  library templates conform to the templates' requirements.
* Removed two non-standard-conforming extensions: the second, defaulted
  template parameter in bitset, and the third, default template
  parameter in deque.
* Many bug fixes, performance enhancements, and compatibility improvements.
2000-07-12 20:22:42 +00:00
wiz
ffee2ba255 s/USE_CONFIGURE/HAS_CONFIGURE/
bump version to 1.13.
2000-07-12 20:16:40 +00:00
wiz
1a08b2d76e fix DISTNAME, broken by my last commit. Noted by Solar Designer. 2000-07-12 20:15:11 +00:00
jlam
84fe60f2c4 Update CUPS to 1.1. Remove most of the patches; I worked closely with
the author to make this package compile more seamlessly on BSD systems,
and in particular with the NetBSD pkgsrc software collection.

CUPS 1.1 is the newest production (stable) release of CUPS.  It
provides many new features from the 1.0.x releases, including a
new Level 3 PostScript RIP, a new PDF filter, EPSON printer
drivers, IPP/1.1 support, banner page support, and LPD client
support.  Binaries for several platforms are also available.

Major changes in v1.1 include:

	- The text filter now embeds missing fonts.
	- Integrated Xpdf's pdftops filter into CUPS, which is a
	  lightweight and reliable replacement for Ghostscript's
	  PDF support.
	- The web administration interface now allows you to set
	  the default banner pages.
	- Images can now be positioned on the page using the new
	  "position" option.
	- Updated the serial, parallel, and usb backends to do
	  multiple writes and ignore ioctl() errors as needed;
	  this should fix problems with serial printing on old
	  serial drivers and with the UltraSPARC parallel port
	  driver under Solaris 2.7.
	- Now propagate LD_LIBRARY_PATH to child processes from
	  cupsd.
	- Queued remote jobs recreate remote printers as needed
	  when the scheduler is started.
	- Deleting a printer also purges all jobs on that
	  printer.
	- Old job and control files that don't belong to a
	  printer are automatically deleted.
	- cups-lpd now supports options set with lpoptions.
	- The IPP backend now switches to IPP/1.0 if a 1.1
	  request fails.
2000-07-12 20:09:33 +00:00
jlam
32e83de61f Make this package work under ELF. 2000-07-12 20:08:11 +00:00
jlam
ce3044ed3a Back out latest changes which added "-Wl,-R" flags to TCL_LIB_SPEC in
tclConfig.sh.  The correct thing to do requires some more thought and
perhaps some feedback from the Scriptics folks.
2000-07-12 20:07:49 +00:00
tron
eeb9d4f609 Update homepage URL. 2000-07-12 20:02:54 +00:00
tron
a323c3b380 Fix master site list. 2000-07-11 21:37:24 +00:00
tron
f3c1f96acd Use package system's "pppd" in "adsl-connect" and "adsl-setup". 2000-07-11 21:32:44 +00:00
tron
1d32b78b9d Add and enable "rp-pppoe". 2000-07-11 21:25:21 +00:00
tron
49967b97b1 - Add conflict with "rp-pppoe" package.
- Install "pppoe" to "${PREFIX}/sbin".
2000-07-11 21:22:06 +00:00
tron
ba58c15963 Initial import of "rp-pppoe" package:
BSD port of Roaring Penguin's PPPoE client created by Geoff Mottram.
2000-07-11 21:20:35 +00:00
tron
f29843e4e1 Add and enable "ppp" package. 2000-07-11 20:43:28 +00:00
tron
985b728f32 Initial import of "ppp" package:
Point-to-Point Protocol for Internet connections over serial lines

This package is intended as an update for the "ppp" package in older
NetBSD versrion.
2000-07-11 20:41:26 +00:00
agc
4aeac45f89 Make the determination of the pre-req package's installed directory be
a bit more user-friendly.

Introduce a show-{gtk+,imlib,kdebase,qt1,qt2,xpm}-prefix target in
bsd.pkg.mk, and use "${MAKE} show-*-prefix" in package Makefiles.
2000-07-11 14:53:35 +00:00
dmcmahill
2892ff05e1 make iverilog give proper return codes. 2000-07-11 14:35:58 +00:00
wiz
3e28a7e10a fix PLIST for a.out 2000-07-11 13:17:25 +00:00
wiz
44c5d85e8c fix compilation on a.out.
Closes pkg/10559.
2000-07-11 11:23:39 +00:00
agc
6d24f8b58a Fix the English in a comment.
Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
2000-07-11 11:01:06 +00:00
agc
ed3b113d4a Use pkg_info(1) to find the kde installed prefix, rather than hardcoding
it to X11BASE, which will be wrong if xpkgwedge is installed.
2000-07-11 10:58:34 +00:00
agc
ad735af887 Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed.
Use a shell "for" loop in preference to a make ".for" loop
2000-07-11 10:55:32 +00:00
agc
3397061942 Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is installed. 2000-07-11 10:45:58 +00:00
agc
05a65d9a35 Use X11PREFIX in preference to X11BASE, in case xpkgwedge is installed. 2000-07-11 10:40:27 +00:00
agc
dbd34e43d7 Use pkg_info(1) to find out the prefix of the installed imlib package,
rather than using a hardcoded best guess.
2000-07-11 10:39:05 +00:00
agc
90f5ccd5a8 Make this package cooperate with xpkgwedge better by using X11PREFIX
in preference to X11BASE.
2000-07-11 10:33:50 +00:00
agc
847a6766d6 Make this package cooperate with xpkgwedge better.
Use shell "for" loops in preference to make ".for" loops where possible.
2000-07-11 10:30:43 +00:00
agc
035c71114f Use pkg_info(1) to find the installed path of the gtk+ package. 2000-07-11 10:19:37 +00:00
agc
6aaccb76f9 Make this package cooperate with xpkgwedge better by using X11PREFIX in
preference to X11BASE for its installed prefix.
2000-07-11 10:18:03 +00:00
agc
589109735e Use X11PREFIX in preference to X11BASE, to make this package cooperate
better with xpkgwedge.
2000-07-11 10:15:41 +00:00
agc
7f1f39e428 Find out where kde is installed by using pkg_info(1), rather than hardcoding
${X11BASE}.
2000-07-11 10:10:55 +00:00
agc
9b6608ce83 Use X11PREFIX in preference to X11BASE, just in case xpkgwedge is
installed.
2000-07-11 10:06:40 +00:00