summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-07-01generate dsa host key in post-install.itojun1-1/+6
2000-07-01use more recent code from kame(7/1).itojun2-4/+4
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
2000-06-30Use release version instead of pre-release version. No functional change.wiz2-7/+5
Bump version to 4.50.2.
2000-06-30make the default timescale in the output VCD files be 1ns for compatibilitydmcmahill2-1/+16
with viewers such as Dinotrace.
2000-06-30defuzzitojun2-8/+7
2000-06-30Add bugfixes from glibc and build a shared library version of libintl.danw10-10/+258
Bump version to 0.10.35nb1.
2000-06-30Update to gmp-3.0.1, including new functions, autoconf/libtool support,danw6-85/+19
and a shared version of the library.
2000-06-30depend on gmp>=2.0.2 rather than gmp-2.0.2danw1-2/+2
2000-06-30Update this to build with either gmp 2.0.2 or gmp 3.0.x.danw4-11/+63
(Theoretically... the package seems to be broken.)
2000-06-30Remove some dirs from this list that are handled somewhere else (perl)hubertf1-4/+1
2000-06-30Remove some more smartness from Makefilewennmach2-17/+5
2000-06-30Remove unneccessary patch-ai.wennmach4-25/+4
Do not automatically add an entry for xfs to /etc/fstab (pointed out by hubertf).
2000-06-30Update list of categories (no more corba).wiz1-11/+23
Add two paragraphs recommending use of the pkgdiff package. Improve wording of paragraph about pkg-CHANGES.
2000-06-30Update to qt-2.1.1, use LIBTOOL and sort PLIST.skrll6-805/+809
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
2000-06-30Update Packages.txt to reflect reality - there has been a way ofagc1-17/+16
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.
2000-06-30Make this package xpkgwedge-safe by using the new X11PREFIX definitionagc12-27/+27
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.]
2000-06-30Don't use kvm_read for cp_time, use sysctl instead.wiz2-5/+73
Patch provided by Simon Burge; thanks to Dan McMahill for further testing.
2000-06-30Replace one occurence of "$NetBSD$" by something that won't be replacedhubertf1-2/+2
by CVS.
2000-06-29Add support for timestamps.jwise3-2/+73
2000-06-29correct typo in commented out perl5-current entrywiz1-2/+2
2000-06-29add commented out i386-cygwin32wiz1-1/+2
2000-06-29Update to support C++ in a different way to pkglibtool. There is noskrll3-14/+47
--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.
2000-06-29Fix saving of user-defined colors. Patches by Brian Smith supplied intron3-1/+111
PR pkg/10470 by Jim Bernard.
2000-06-29And check in new checksum for patch-bd.wrstuden1-2/+2
2000-06-29Make work with recent changes to lint which pays attention to thewrstuden1-6/+8
value of $CC.
2000-06-28Add library dependencies on libtool link-command line, so that theywiz2-6/+6
get properly recorded in the library.
2000-06-28Include bsd.prefs.mk for proper handling of NO_EXTRA_FONTS.wiz1-1/+3
Problem report and fix by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in pkg/10467.
2000-06-28eliminate a few more makes from being forked off in the clean-depends areadmcmahill1-4/+14
2000-06-28only clean depends with the "clean-depends" target, not the top leveldmcmahill1-5/+9
2000-06-28rework how the DEPENDS tree is traversed in the 'clean-depends' target.dmcmahill1-10/+35
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.
2000-06-28Remove the user setting of the USE_LOCALBASE_FOR_X11 definition.agc4-31/+16
(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.
2000-06-28add & enable pkgdiffwiz1-1/+2
2000-06-28Import of pkgdiff & friends, some tools for easier patch creationwiz10-0/+408
and maintenance.
2000-06-28Update to pre-release 4.50D. Fixes pkg/10461.wiz2-5/+7
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>.
2000-06-27 * some whitespace fixhubertf1-5/+36
* 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)
2000-06-27Add update_dat script missing from previous commitrh1-0/+18
2000-06-27Update uvscan-dat to 4083. Changes include detection of new viruses and anrh3-6/+11
update_dat script for downloading new dat files.
2000-06-27Remove RCS Id from contect in "patch-ae" to get a valid patch checksum.tron2-5/+4
2000-06-27Regen.tron1-2/+2
2000-06-27Use "ncurses" under NetBSD 1.4 to get the curses version of "tali".tron3-2/+40
2000-06-27Use Brian's "netbsd.org" e-mail address as maintainer.tron1-2/+2
2000-06-27Fix "xosview" to build under NetBSD 1.5 again.tron4-9/+35
2000-06-27Remove duplicate slash in master site list which breaks at leasttron1-2/+2
downloads from "ftp.sunet.se".
2000-06-27Update distname to reflect 4.0 -> 4.1 bump.kleink1-2/+2
2000-06-27fix ELF lib pathshubertf1-2/+10
2000-06-27add USE_LIBTOOL and LTCONFIG_OVERRIDE since the pkg uses libtooldmcmahill1-1/+3
2000-06-27fix ELF lib pathshubertf2-0/+16
2000-06-27Fix to confirm to hier(7), PKGLIBTOOL->LIBTOOLhubertf7-91/+163
2000-06-27Add all libraries to link step of gdk_imlib.wiz3-2/+22
Adresses pkg/10453.
2000-06-27Update to 4.1. Changes:hubertf3-8/+50
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.