* should not cause any conflicts with the new bulk-package targets,
* didn't contain a reason for why they were disabled or
* were disabled for some false reason (and a IGNORE/BROKEN in the pkg's
Makefile would be more appropriate)
Changes since 3.24: * New hack, `nerverot'.
* Added BSD kernel panic to `bsod'.
* New version of `shadebobs'.
* New version of `petri'.
* Updated `webcollage' to handle recent Altavista URL
format changes; made it search the AP photo gallery.
* Revamped command-line options of `sonar' and made it
properly handle subnets.
* The `bubbles' hack can now trickle up or down the screen
.
* The `xsublim' hack can now read its text from programs.
* Support for GLE version 3 in `extrusion'.
* Fixed compilation problems in `maze'.
* Fixed a rare crash in `flow'.
* Fixes for minor installation problems.
libs at one time because of needing a -fPIC version of /usr/lib/c++rt0.o. However,
kde fails to build with only the static libs and a large part of pkgsrc needs a
/usr/lib/c++rt0.o compiled -fPIC anyway. A -fPIC version of /usr/lib/c++rt0.o
is available on ftp.netbsd.org courtesy of David Brownlee.
to the Xbae widget set. As a package, split out the Motif-1.2-compatible
libraries into a separate package. This package now contains just the
main (Motif-2.0-compatible) LessTif libraries, headers, and documentation.
There's no reason to degrade package maintainability just to appease
pkglint.
Also find xpm headers if xpkgwedge is installed. Closes PR#8373 by
Michael South <msouth@scruz.net>.
which takes entries of the format <make-definition-name>=<pkgname>. This
has not been added to MAKEFLAGS because (a) premature optimisation is the
root of all evil, and (b) because the .for loop used to implement this
shows the wrong results when multiple prefices are evaluated.
Modify all the package Makefiles to use EVAL_PREFIX, thereby simplifying
them considerably.
ALso simplify the logic to calculate the prefix as well.
fixes and added functionality. Libsigc++ and gnome-- have been split away
into separate software packages.
Closes PR#10213 by Bernd Sieker <bsieker@freenet.de>.
package's prefix would not work as part of the environment specification
via MAKE_ENV (as it would not be executed in the correct directory).
Fix this by invoking pkg_info(1) directly, not via an intermediate make(1)
step - this is not as clean, but more effective (i.e. it works).
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.
xpkgwedge once, before any other packages have been installed, and
never to delete it. This change finds the prefix of the installed
pre-req package using pkg_info(1), and allows packages to be found in
${X11BASE} and ${LOCALBASE}, not just ${X11PREFIX} - from mail from
Dave Sainty <dave@dtsp.co.nz>, munged slightly by myself.
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
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.]