Commit graph

1745 commits

Author SHA1 Message Date
wiz
65f04d738f Actually, the CONFLICTs should be against libtool<=1.3.5nb11, not <. 2001-04-20 00:07:29 +00:00
wiz
215eaaf00f Add RCS Ids. 2001-04-19 13:28:49 +00:00
wiz
2b09172bad Move BUILD_USES_MSGFMT in DEPENDS section. 2001-04-19 13:04:02 +00:00
jtb
11d367eaa0 Add -DNETLONG=int to CPPFLAGS instead of using a patch. Only link
executables with libm when truly necessary.  Add sparc64 and powerpc support.
Determine endianness at compile time rather than at configuration.
2001-04-19 00:56:33 +00:00
dmcmahill
581faea09b mark as broken for alpha/sparc64 (LP64 problems) 2001-04-18 20:38:21 +00:00
skrll
e575af0c4d Oops. Shouldn't have removed the FILESDIR.
This fixes PR/12690 from Tim Walls <tim.walls@pa.press.net>
2001-04-18 18:08:29 +00:00
dmcmahill
06d35fd3a4 fix the post-patch target to put cweb.1 in the right place
${WRKSRC}/cweb.1 instead of ./cweb.1

Fixes recently noted bulk build problems
2001-04-18 15:15:39 +00:00
agc
caf839dc17 Add distfile size, use sha1 digest 2001-04-18 10:36:28 +00:00
agc
86e2ccf167 Move to sha1 digest, and add distfile size 2001-04-18 10:01:41 +00:00
skrll
65e72cd9d4 Share a common distinfo. 2001-04-17 16:56:15 +00:00
rh
418eec88e3 Update SDL to 1.2.0. This closes PR 12684 by Tomasz Luchowski
<zuntum@netbsd.org>

Changes include:

1.2.0: Added initial support for HP-UX (thanks Stephanie)
1.2.0: Added initial support for BSDI (thanks Kurt)
1.2.0: Fixed blitting 32-bit ARGB images to SDL_OPENGLBLIT screens
1.2.0: Fixed automake build dependencies (thanks Markus!)
1.2.0: Added 24 bpp support to software YUV display functions
1.2.0: Don't bomb trying to get DGA mouse on XFree86 4.0
1.2.0: Added initial support for OSF/Tru64 (thanks Anders)
1.1.8: Fixed joystick hat motion on MacOS
1.1.8: Don't detect mouse and keyboard as joystick on MacOS
1.1.8: Check for OpenGL 1.2 before using 16-bit SDL_OPENGLBLIT
1.1.8: Added support for /dev/sound/* in Linux 2.4
1.1.8: Fixed crash when blitting to RLE encoded surfaces
1.1.8: Fixed 8-bit audio on MacOS X
1.1.8: Fixed keyboard handling on MacOS X and MacOS classic
1.1.8: Fixed mouse cursor visibility when switching apps on MacOS
1.1.8: Implemented semaphore support on MacOS X
1.1.8: Worked around broken sem_getvalue() on MacOS X
1.1.8: Fixed 16-bit big-endian audio on MacOS X and MacOS classic
1.1.8: Fixed mutex locking on Linux glibc 2.0
1.1.8: SDL_Quit() removes the parachute signal handlers
1.1.8: Added NAS audio server support (thanks Erik!)
1.1.8: Added SDL_NOFRAME for frameless windows (thanks Andreas)
1.1.8: Added support for resizable windows on MacOS
1.1.8: Added a function to query the surface clip rectangle
1.1.8: Added a function to query the current event filter
1.1.8: The X11 XVideo adapter is now locked (thanks Jeffrey)
1.1.8: Improved the speed of fullscreen OpenGL on Windows
1.1.8: Added ELO touchscreen support for fbcon (thanks Alex)
1.1.8: Added accelerated MacOS X OpenGL support
1.1.8: Surface lock and unlock operations can now be nested
1.1.8: Optimized fillrect for PPC video memory (thanks Mattias)
1.1.8: Work around "blackout" problem with XVideo acceleration
1.1.8: Obtain correct key state on X11 focus (thanks Mattias)
1.1.8: Fixed keyboard handling on the framebuffer console
1.1.8: Added basic support for VGA16 framebuffer console
1.1.8: Open a new virtual terminal if possible on fbcon
1.1.8: Fixed default audio driver on FreeBSD (thanks Maxim)
1.1.8: Fixed joystick crash on Windows (thanks Pete)
1.1.7: Expanded documentation from the SDL Documentation Project
1.1.7: Report X11 client message events if SYSWMEVENTS enabled
1.1.7: Added support for a single hat on Windows joysticks
1.1.7: The gamma ramp routines now take arrays of Uint16 values
1.1.7: Added initial support for QNX RTP (thanks Patrick)
1.1.7: Added ALSA sound driver (thanks Patrick Trainor)
1.1.7: Added aRts UNIX sound driver (thanks Neil Stevens)
1.1.7: Get keyboard modifier state on input focus on Win32
1.1.7: SDL_ConvertSurface() now accepts SDL_RLEACCEL as a flag
1.1.7: Added initial UnixWare 7 support (thanks rr)
1.1.7: Added working YUY -> RGB conversion code (thanks Eugene)
1.1.7: Fixed video initialization crash on IRIX
1.1.7: Fixed MacOS fullscreen palette code (thanks Darrell)
1.1.7: Fixed background brush flicker on Win32 (thanks Gautier)
1.1.7: Fixed incorrect pitch when switching to window on Win32
1.1.7: Fixed memory leak when switching video modes on Win32
1.1.7: Init of fbcon shouldn't automatically set graphics mode
2001-04-17 16:27:20 +00:00
tron
d87826b48a Add a comment why "USE_LIBTOOL" must not be used in this package. 2001-04-17 11:14:05 +00:00
zuntum
b31c497834 Remove redundant EXTRACT_SUFX, because it's ".tar.gz" by default. 2001-04-17 11:09:09 +00:00
agc
d7d36b3561 + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17 10:57:56 +00:00
agc
5092342d3d + move the distfile digest/checksum value from files/md5 to distinfo
+ move the patch digest/checksum values from files/patch-sum to distinfo
+ include distfile filesizes in distinfo
2001-04-17 09:56:50 +00:00
tron
414df668ac "autoconf" is not required to build this package under Solaris because
the "configure.in" isn't modified by the IPv6 patch.
2001-04-17 07:49:46 +00:00
tron
e1974d465f Disable the IPv6 patch under Solaris because it is not backward compatible
and causes build failures on systems with IPv6 but without KAME API.
2001-04-17 07:44:03 +00:00
jtb
c13d04972b Add and enable p5-BSD-Resource. 2001-04-16 21:31:48 +00:00
jtb
e4d0e2d5a8 Initial import of p5-BSD-Resource.
This module provides a Perl interface to part of the BSD process
resource library.  It allows the use of the {get,set}rlimit and
getrusage BSD C Library routines from perl.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12630.
2001-04-16 21:30:45 +00:00
jtb
d8214c0d6a Add and enable p5-AppConfig. 2001-04-16 18:47:21 +00:00
jtb
0c581aa1b0 Initial import of p5-AppConfig.
AppConfig is a bundle of perl5 modules for parsing configuration files
and command line arguments.  It has a very powerful configuration file
processor and a simple, efficient mechanism for parsing command line
arguments.  It also will use the Getopt::Long module where available
to extend its own command line parsing abilities.

Provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12637.
2001-04-16 18:46:29 +00:00
jtb
06fe18410c Add and enable p5-Parse-Yapp. 2001-04-16 18:04:25 +00:00
jtb
a486a77db2 Initial import of p5-Parse-Yapp.
Yet Another Perl Parser compiler.  Compiles yacc-like LALR grammars to
generate Perl OO parser modules.  It lets you create Perl OO fully
reentrant LALR(1) parser modules (see the Yapp.pm pod pages for more
details) and has been designed to be functionally as close as possible
to yacc, but using the full power of Perl and opened for enhancements.

Package provided by Nathan Ahlstrom <nrahlstr@winternet.com> in PR #12635.
2001-04-16 18:03:25 +00:00
jtb
1963127842 This depends on Emacs. It doesn't install properly for XEmacs yet. 2001-04-16 15:32:27 +00:00
itojun
2d1c3d7b0d bump version number from 1.11nb1 to 1.11nb2, for IPv6 support addition.
suggested From: Matthias Scheler <tron@zhadum.de>
2001-04-16 02:49:43 +00:00
tron
70ade72ca6 Use direct dependence on "libtool-base" package instead of "USE_LIBTOOL"
under Solaris to avoid circular dependence.
2001-04-16 00:57:48 +00:00
dmcmahill
fc5a1a7e79 remove this as part of update to 1.0r (forgot to cvs rm first) 2001-04-16 00:12:33 +00:00
dmcmahill
a0ee707a4a update to tpasm-1.0r
Changes are (note our patch got included in < 1 day!):


Fixed ldx offset by y instruction in 6502 processor
(Thanks Andrew)

Makefile was updated so that .o files always end up in
their respective directories (Thanks Dan)

Makefile was updated to use patterns for locating processors and
output file formats. This allows processors and output file formats to
be added to the assembler simply by placing their source files into
their respective directories. Everything else is automatic.
2001-04-16 00:11:50 +00:00
dmcmahill
882d52e665 add and enable tpasm 2001-04-15 13:03:53 +00:00
dmcmahill
646cdc99a9 initial import of tpasm-1.0q
tpasm is a cross assembler for the following microcontrollers.
Motorola 6805:   6805  68705
Motorola 68hc11: 68hc11
Rockwell 6502:   6502  65c02
Sunplus SPCxxx:
  spc08a   spc21a   spc21a1  spc41a   spc41b   spc41b1  spc41c   spc81a
  spc121a  spc251a  spc512a  spc500a1 spc1000a spc2000a
Intel 8051:
  8031   8032   8051   8052   80c390
Microchip PIC:
  12c508  12c509  12ce518 12ce519 12c671  12c672  16c505  16c52   16c54
  16c55   16c56   16c57   16c58   14000   16c554  16c556  16c558  16c61
  16c62   16c620  16c621  16c622  16c63   16c64   16c642  16c65   16c66
  16c662  16c67   16c71   16c710  16c711  16c715  16c72   16c73   16c74
  16c76   16c77   16f83   16c84   16f84   16f873  16f874  16f876  16f877
  16c923  16c924  17c42   17c43   17c44   17c52   17c56
Atmel AVR:
  avr       attiny10  attiny11  attiny12  attiny15  attiny22  attiny28
  at90s1200 at90s2313 at90s2323 at90s2333 at90s2343 at90s4414 at90s4433
  at90s4434 at90s8515 at90c8534 at90s8535 atmega103 atmega161
Zilog Z80:    z80  z180
2001-04-15 13:02:35 +00:00
jtb
e0ac2818c0 Add an "a" to DISTNAME. Fixes i386 bulk build problem. 2001-04-14 23:20:34 +00:00
jtb
c688464417 Add and enable sml-mode. 2001-04-14 23:09:50 +00:00
jtb
6564ffbd60 Initial import of sml-mode:
SML-MODE is a major Emacs mode for editing Standard ML. It provides
syntax highlighting and automatic indentation and comes with sml-proc
which allows interaction with an inferior SML interactive loop.
2001-04-14 23:08:58 +00:00
jtb
eb0cef2016 Change MAINTAINER section to packages@netbsd.org 2001-04-14 21:43:38 +00:00
rh
efb8a1b88a Update bonobo to 1.0.2.
Notable changes include:

        * Documentation
                * Full C API documentation
                * Lots of nice DIA diagrams
                * preliminary UI XML DTD

        * Storage / Stream
                * fix symlink issues in fs storage
                * fs storage permissions fix
                * improved storage-fs / stream-fs mime typing

        * Event source / Listener
                * event-source fixes
                * event-source cleans
                * event-source re-enterancy fix

        * Property Bag
                * batch property get/set impl.
                * property bag client SEGV fix
                * PropertyBag leak fixes

        * Monikers
                * moniker file extender fix
                * monikers memory leak fix
                * moniker URL registry

        * Any support logic
                * bonobo-arg fixes
                * XML typecode reference fix
                * Fix XML type coding bugs

        * UI handler bits
                * Revert unsafe attempt at AA pixbufs
                * minor XML de-merge logic fix
                * config fixes
                * Always cleanup XML we hand out
                * pixmap <-> XML acceleration

        * Misc fixes
                * fix multiple translation issues
                * gshell fixes
                * include config.h some more
                * control / object destruction race fix
                * Reduce control's memory footprint
2001-04-14 14:16:54 +00:00
jtb
a7bfcaaaaf As Bernd Ernesti pointed out, I mistakenly changed DISTNAME instead of
PKGNAME.
2001-04-13 22:10:52 +00:00
jtb
20208945f7 Enable for NetBSD-*-sparc. 2001-04-13 22:06:08 +00:00
jtb
a9842e8e74 Add a note that this package must be installed with the same PREFIX
as teTeX.
2001-04-13 22:03:13 +00:00
jtb
79107f26f0 Install macros where TeX can find them (viz. ${PREFIX}/share/texmf/tex/noweb).
Install examples.  Bump up version number.
2001-04-13 17:58:51 +00:00
itojun
c38ce95c95 pull and enable IPv6 patch. 2001-04-13 05:33:16 +00:00
jtb
13a6b7f77a Fix a typo. 2001-04-13 01:28:00 +00:00
jtb
8a0cb0f8d4 Some small improvements to the man page. 2001-04-13 00:30:07 +00:00
skrll
b08fa711b8 Provide a vfork in libpthread as suggested in pkg/10801.
There is no need to worry about if its called vfork or __vfork14. The
right one will get built. As vfork is not used internally don't worry
about creating a syscall wrapper.

While I'm here remove a completely unnecessary unistd.h that's looks as
though it was for a early version linux.
2001-04-12 16:10:32 +00:00
skrll
f2ff42269f Previous commit was pretty much useless without this lot.
Support sparc.
XXX fp state needs looking at.
2001-04-12 15:53:30 +00:00
skrll
6ef425cc65 Do the _C_LABEL thing for sparc here as well.
Hopefully fixes pkg/10785
2001-04-12 07:53:17 +00:00
skrll
1706e3b77b Regen. Don't know how this got out of sync. 2001-04-12 07:28:58 +00:00
skrll
35d891d7e7 Add _C_LABEL to the sparc assembler files.
Fixes pkg/11360.
2001-04-12 07:14:58 +00:00
skrll
c2b5cdc42d MD5->SHA1 2001-04-12 07:11:37 +00:00
skrll
890fce1dad There is no need to install a math.h and it can cause problems.
Fixes pkg/10769 from "Rhialto" <rhialto@polderland.nl>
2001-04-11 16:21:21 +00:00
rh
39e7d2da8b This patch was missing. Noted by Dan in private mail. 2001-04-10 22:55:07 +00:00