summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-03-28Remove some newlinesmagick1-3/+1
2002-03-28Replace i386--netbsdelf with MACHINE_GNU_PLATFORM.magick1-6/+6
Closes pkg/16107 ogata@isp.qix.org.
2002-03-28Remove PKGREVISION. It causes too many issues with installing/trackingjmc1-2/+1
2002-03-28Fix build on arm-elf.thorpej2-1/+15
2002-03-28Sync with lang/gcc.kent3-93/+94
2002-03-28update to 0.9.7.4:grant3-7/+10
* various bug fixes * allow use of alternate MTA * Spanish, French and Korean translations update MASTER_SITES.
2002-03-28update maintainergrant1-2/+2
2002-03-28update to ptl-2.1.8dmcmahill2-6/+6
changes are: 2001-03-02 Kota ABE <k-abe@media.osaka-cu.ac.jp> * include/setjmp.h: change the name of struct _sigjmp_buf into struct _ptl_sigjmp_buf. FreeBSD 4.2R's <machine/setjmp.h> defines the same struct. 2000-12-07 Kota ABE <k-abe@media.osaka-cu.ac.jp> * src/io_api.c (read_timedwait): fixed: infinite loop when READ() returns with EIO. (<hsaitoh@nts.ricoh.co.jp>). * src/io_api.c (readv_timedwait): ditto.
2002-03-28Update to skipstone 0.8.0jmc3-20/+15
Re-enable package Highlights from CHANGELOG: - Mozilla 0.9.9 Compatibility - Fix in config.mk - Implemented Minimum Font Size in font section in config. - Patch from Muthu Kumar to enable middle clicking on bookmarks from menus and adds folder/link pixmaps to menu bookmarks/folders. - Patch from Peter Balhos, enabled red tabs while loading, must enable from the misc config section first. - Added fr.po by Rolland Dudemaine.
2002-03-28regenjmc1-2/+2
2002-03-28Prevent keyword expansionjmc0-0/+0
2002-03-28regenjmc1-2/+2
2002-03-28Update patch set against a sync of source from gnusrc/dist/toolchain.jmc82-581/+7622
Not very many overall changes. Main ones include 1. Support for powerpc, arm32 and vax 2. Makefile.gcc can now be included by anything which depends on gcc versions. If the version installed isn't 2.95.3 it'll add itself as a BUILD_DEPENDS. (XXX: any of the makefile's in pkgsrc should be checked and change to use this) 3. Remove special PLIST.NetBSD-sparc as it's no longer needed 4. Change post-extract loop to pick up any arch files from FILESDIR without having to hardcode all the archs 5. Remove arch restrictions as this should work on any arch supported by the main source tree as of 03/28/02 6. Add PKGREVISION as this clearly isn't stock 2.95.3 (it doesn't change gcc --version so version checks won't care).
2002-03-28Do the kded fix differently.skrll2-10/+15
Don't mess with startkde which caused timing problems on slower machines (see pkg/16071). Instead, delete the kded module files so that kdeinit falls back to exec(3)ing the binary. (bye bye sed script)
2002-03-28Update scmxx to 0.5.16.1; changes since last revision include:kleink4-78/+5
0.5.16.1 (2002-03-28) changed some variable name to be C89 compliant (see stdin(3)) direct messages to stderr instead of stdout so only data goes to stdout print a slot number message line when receiving bmp,mid,vcs,vcf (especially with "all")
2002-03-28update to verilog-current-20020317dmcmahill3-15/+8
Release Notes for snapshot 20020317 The first difference in this snapshot from the 0.6 release is that vvm is no longer compiled by default. If you want to compile vvm, you must enable it at configure time (--enable-vvm) and rebuild from scratch. Eventually, vvm will disappear from the release altogether. The next major difference is new support for user defined functions. It is new support, so it is bound to be buggy, but it should be somewhat complete. The major problem has been solved, so all that remains are bugs around the edges. The vvp run-time scheduler has been changed slightly. The run time behavior is getting increasingly precise and picky, as larger designs are thrown at the compiler. The change introduced in this snapshot fixes logic gates to not propagate zero-time pulses, and thus fixes some weird bugs in large designs. I've also added initial support for the Verilog 200x pragma comment, which are (* *) pairs. For now, the compiler ignores them as comments. This is what a compiler is supposed to do with anything that is not specifically recognized. Also, Tony (Anthony Bybell) has added LXT dump support. The LXT output file is a waveform output format that is much more compact then VCD. The gtkwave waveform viewer supports the LXT format, and should operate a bit faster when viewing LXT files. For now, there are separate system tasks for managing LXT output ($lxt_dumpvars, etc) but eventually the dump format will be selectable by environment variable or command line switch. This snapshot also includes various random bug fixes and improved error messages for incorrect code.
2002-03-28add net/nsditojun1-1/+2
2002-03-28nsd, authoritative-only nameserveritojun5-0/+64
2002-03-27disable package correctly.sommerfeld3-3/+10
"How am I broken? Let me count the ways...."
2002-03-27Add applicability statement.sommerfeld1-0/+7
2002-03-27Disable nidentd due to checksum mismatch on distfile.sommerfeld1-2/+2
2002-03-27Make this 0.5.16nb1: patch-ab qualifies as a functional change.kleink1-1/+2
2002-03-27Update scmxx to 0.5.16; changes since last revision include:kleink4-5/+77
0.5.16 (2002-03-27) new parameter --reset which resets the phone if it does not respond after a user-aborted file transfer lots of code cleanups changed the read_mytty method to be more cleaner and work with raw mode added read_mytty_limited to read to a boundry instead of a lines end change sending code (sms and files) to makes use of raw mode, so data is really only sent, when no error occurs added is_number method to be more specific than atoi added "all" to file deleting and getting added pipe ability to file getting method do not try to decode unsupported PDU types rearranged this file (now with release dates from this version on) added C45 to the list of supported phones
2002-03-27add & enable nidentdhubertf1-1/+2
2002-03-27Add nidentd-0.3. hubertf6-0/+62
A IPv6 and IPv4+NAT enabled identd that's absed on lsof for all the kernel digging stuff.
2002-03-27Updated cpuflags to 0.21 - add powerpc values from Jon Buller plus someabs2-66/+86
other friendly people on port-macppc. While I'm here rework to check hw.machine_arch first and then hw.model, so we cna handle overlapping model matches between hw.machine_arch. We've not hit any yet, but this is the right thing to do :)
2002-03-27Make it explicit that the warning about mixing LOCALBASE with the rest ofrh1-7/+10
the system applies both ways, i.e., don't set LOCALBASE to where you have your system files, *and vice versa*, as this repeatetly has lead to problems (see PRs 15999 and 16029 for the latest examples).
2002-03-27Update xmame to version 0.59.1.kristerw5-112/+5
Changes since xmame-0.58.3 include: - Everything from MAME 0.59. - Set some more sensible defaults for the various path settings in fileio.c (e.g., XMAMEROOT/samples for samplepath). - Fixed a segfault in psikyosh games. (David Haywood)
2002-03-27do the right thing with freetype2 (patch by agc)perry1-1/+2
2002-03-27Add and enable ruby-uconv.taca1-1/+2
2002-03-27Importing ruby-uconv 0.4.9 package. Here is quote from README.taca4-0/+58
Unicode Conversion Module for Ruby version 0.4.9 Yoshida Masato - Introduction This is the module to convert ISO/IEC 10646 (Unicode) string and Japanese string each other. Supported character encodings are UCS-4, UTF-16, UTF-8, EUC-JP, CP932 (a variant of Shift_JIS for Japanese Windows). This cannot detect character encoding automatically. Note that EUC-JP conversion table has been changed.
2002-03-27Use maildrop as the default gid. PR#16034martti2-5/+14
2002-03-27Fix typo.skrll1-2/+2
2002-03-27Update pkgchk to 1.27abs2-6/+4
When using -f with -i, run fetch for mismatched packages
2002-03-27Add and enable kdeartwork2.skrll1-1/+2
2002-03-27Initial import of a kdeartwork pkg.skrll4-0/+112
2002-03-27Updated postfix to 1.1.6martti3-13/+12
- The new code avoids problems with SMTP servers that will not receive mail with lines longer than the 1000 characters that are allowed by the SMTP standard. - The new code is more graceful in the handling of abnormally long message headers. It will no longer switch from "message header" to "message body" mode in the middle of an abnormally long message header line.
2002-03-26Update ns-remote to 1.6abs2-5/+9
Replace 'ns-remote: not running on display :0.0' error message with more appropriate 'Netscape not running. Spawning new browser in the background' From Benjamin Wong in PR pkg/15615
2002-03-26Update evolution to 1.0.3. Changes are bugfixes and translation updatesrh9-51/+65
only.
2002-03-26Bump PKGREVISION to 1:rh3-3/+18
Prevent check_disk from reporting that procfs and kernfs are 100% full. Beautify configure output to DTRT on NetBSD (not a functional change). From PR pkg/16062 submitted by Murray Armfield <murray@river-styx.org> with some modifications by yours truly.
2002-03-26The command line changes can be found in pgp5(1), not in pgp(1).wennmach1-2/+2
2002-03-26Move MAKE_FLAGS= to after .include "../../mk/bsd.pkg.mk" to ensure it ↵abs1-2/+2
overrides any external settings
2002-03-26Provide the *correct* DESCR file.atatat1-7/+6
2002-03-26Fix a bug when inferring the CXX tag which meant that for certainskrll4-20/+26
libraries the following could occur - a.out platforms: c++rt0.o would be missing and therefore global contstructors would not work. - ELF platforms libstdc++ and libm would not be explicitly linked in. This affected notably libqt and explains the build failure of kdelibs2 on arm32. Bump PKGREVISION and require it.
2002-03-26reset CATDEPS under Linuxabs3-10/+15
2002-03-26add PATCH_DIST_STRIP=-p1 to please linux's patch. Tested to still work with ↵abs1-1/+2
NetBSD
2002-03-26Update ruby-erb package to 1.4.2.taca2-5/+5
2002-03-19 Masatoshi SEKI <m_seki@mva.biglobe.ne.jp> * erbl.rb: add return _eoutvar. * fix trim_mode bug.
2002-03-26Add missing dependency on libiconv.rh3-2/+16
Set runtime link path _before_ linking with the various libraries.
2002-03-26Remove ${PREFIX}/lib/pkgconfig if it is empty at deinstallation. Alsojlam1-2/+3
change "true" to "${TRUE}".
2002-03-26Remove bogus @dirrm linerh1-2/+1