Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
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
|
|
Bump version to 4.50.2.
|
|
with viewers such as Dinotrace.
|
|
|
|
Bump version to 0.10.35nb1.
|
|
and a shared version of the library.
|
|
|
|
(Theoretically... the package seems to be broken.)
|
|
|
|
|
|
Do not automatically add an entry for xfs to /etc/fstab (pointed
out by hubertf).
|
|
Add two paragraphs recommending use of the pkgdiff package.
Improve wording of paragraph about pkg-CHANGES.
|
|
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
|
|
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.
|
|
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.]
|
|
Patch provided by Simon Burge; thanks to Dan McMahill for further testing.
|
|
by CVS.
|
|
|
|
|
|
|
|
--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.
|
|
PR pkg/10470 by Jim Bernard.
|
|
|
|
value of $CC.
|
|
get properly recorded in the library.
|
|
Problem report and fix by SUNAGAWA Keiki <kei_sun@ba2.so-net.ne.jp> in
pkg/10467.
|
|
|
|
|
|
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.
|
|
(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.
|
|
|
|
and maintenance.
|
|
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>.
|
|
* 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)
|
|
|
|
update_dat script for downloading new dat files.
|
|
|
|
|
|
|
|
|
|
|
|
downloads from "ftp.sunet.se".
|
|
|
|
|
|
|
|
|
|
|
|
Adresses pkg/10453.
|
|
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.
|