Age | Commit message (Collapse) | Author | Files | Lines |
|
Suggested by Roland Illig, ok'd by various.
|
|
in the process. (More information on tech-pkg.)
Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and
installing .la files.
Bump PKGREVISION (only) of all packages depending directly on the above
via a buildlink3 include.
|
|
All library names listed by *.la files no longer need to be listed
in the PLIST, e.g., instead of:
lib/libfoo.a
lib/libfoo.la
lib/libfoo.so
lib/libfoo.so.0
lib/libfoo.so.0.1
one simply needs:
lib/libfoo.la
and bsd.pkg.mk will automatically ensure that the additional library
names are listed in the installed package +CONTENTS file.
Also make LIBTOOLIZE_PLIST default to "yes".
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bump PKGREVISION on packages depending on graphics/glu due to latest shlib
changes there.
|
|
bulk build problems on alpha.
|
|
back in June. Should fix the kdelibs2 build problem seen in Hubert's
bulk build.
|
|
problems under XFree86 4.3.0 (and with it hopefully PR pkg/21828).
Bump package revision to reflect changes.
|
|
|
|
Makefiles simply need to use this value often, for better or for
worse.
(2) Create a new variable FIX_RPATH that lists variables that should
be cleansed of -R or -rpath values if ${_USE_RPATH} is "no". By
default, FIX_RPATH contains LIBS, X11_LDFLAGS, and LDFLAGS, and
additional variables may be appended from package Makefiles.
|
|
As with the Makefiles, only include Mesa's buildlink when necessary,
otherwise include MesaLib's and/or glu's buildlink.
|
|
Only include Mesa/buildlink2.mk if the package requires all three of
MesaLib, glu and glut - else only include the necessary buildlink2s.
|
|
step as well as the build instead of only the build. Should fix problems
noted in Hubert's recent bulk builds.
|
|
|
|
This now builds on alpha with gcc-2.95.3.
|
|
works fine too.
libtoolize the library builds for solaris, and build shared libraries.
|
|
|
|
|
|
that hold the compiler and linker flags used to find the headers and
libraries because these packages install them into non-standard places.
These variables may be used in package Makefiles by doing:
CPPFLAGS+= ${BUILDLINK_CPPFLAGS.<pkg>}
LDFLAGS+= ${BUILDLINK_LDFLAGS.<pkg>}
|
|
buildlink2.mk files back into the main trunk. This provides sufficient
buildlink2 infrastructure to start merging other packages from the
buildlink2 branch that have already been converted to use the buildlink2
framework.
|
|
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
|
|
pkgsrc. Instead, a new variable PKGREVISION is invented that can get
bumped independent of DISTNAME and PKGNAME.
Example #1:
DISTNAME= foo-X.Y
PKGREVISION= Z
=> PKGNAME= foo-X.YnbZ
Example #2:
DISTNAME= barthing-X.Y
PKGNAME= bar-X.Y
PKGREVISION= Z
=> PKGNAME= bar=X.YnbZ (!)
On subsequent changes, only PKGREVISION needs to be bumped, no more risk
of getting DISTNAME changed accidentally.
|
|
QDir::mkdir and QDir::rmdir work when passed a directory name with trailing
slashes by removing the trailing slashes prior to making the mkdir(2) and
rmdir(2) system calls. KDE2 seems to rely heavily on this behaviour.
|
|
|
|
redefines about which buildlink.mk files would care is BUILDLINK_X11_DIR,
which points to the location of the X11R6 hierarchy used during building.
If x11.buildlink.mk isn't included, then BUILDLINK_X11_DIR defaults to
${X11BASE} (set in bsd.pkg.mk), so its value is always safe to use. Remove
the ifdefs surrounding the use of BUILDLINK_X11_DIR in tk/buildlink.mk and
revert changes to move x11.buildlink.mk before the other buildlink.mk files.
|
|
use X11_BUILDLINK_MK as a test value. Generally just reordering the
inclusions so that x11.buildlink.mk comes before the other buildlink.mk
files will make everthing work.
|
|
|
|
to ${X11BASE} in the header and library search paths into references to
${LOCALBASE}/share/x11-links. These packages should now be strongly-
buildlinked regardless of whether xpkgwedge is installed.
Changes well-tested on NetBSD-1.5X/i386 with and without xpkgwedge and
lightly-tested on NetBSD-1.5.1/alpha without xpkgwedge.
|
|
installation directory in case the package isn't installed.
|
|
BUILDLINK_PREFIX.<pkgname>. This allows buildlink to find X11BASE packages
regardless of whether they were installed before or after xpkgwedge was
installed. Idea by Alistair Crooks <agc@pkgsrc.org>.
|
|
substitutions, so make it so.
|
|
|
|
|
|
|
|
CONFIGURE_ENV and MAKE_ENV.
|
|
comes first.
|
|
-L and rpath specifications in the config files by directly substituting
their final values; this is needed since the configure script directly
manipulates these values via sed and needs the substituted values, not
just ${VAR}. Also honor CXXFLAGS passed in from the environment (possibly
containing optimization flags) during the build.
|
|
${PREFIX}.
|
|
|
|
|
|
Qt 2.3.1 is a bugfix release. It keeps both forward and backward
compatibility (source and binary) with Qt 2.3.0
****************************************************************************
* General *
****************************************************************************
- correctly reinitialize internal data structures on QApplication destruction to
allow the sequential creation of multiple QApplication objects.
- Some bugfixes for the new support for Xft (antialiased fonts on X11)
correct clipping when drawing with Xft
correctly handle family names starting with a number
handle case when no Xft font could be loaded
correctly report bounding rectangles of strings
- Printing on Windows
work around a bug in some HP printer drivers
correctly map between Qt and Windows page sizes
- Improved build on HP/UX, AIX and SCO
****************************************************************************
* Library *
****************************************************************************
- QAction
use unique object names for generated objects
- QCanvasView
even less flicker
- QClipboard on Windows
keep clipboard contents even after application exit
- QDns:
fixed a crash.
- QFont
correctly report fixed pitch on Windows
make inFont work correctly on X11
- QFontDataBase on X11:
report correct sizes when monitor resolution != 75 dpi
some fixes for asian character sets
- QImageIO
fixed saving of paletted PNGs
- QLineEdit
fixed keyboard selection after undo/redo
- QListBox
fix numRows() and numCols() for empty listboxes
- QMovie
some performance optimizations
- QPainter on X11
fixed clipping problems occuring in some cases in paint events
fix drawText when using scaled painters
- QPopupMenu on Windows:
child widgets now receive mouse events
fix placement of menus
- QPrintDialog on X11
more tolerant parsing of /etc/printcap
- QPrinter on X11
search some more places for embeddable fonts
produce smaller postscript when printing grayscale images
- QRichText
fixed a problem in the HTML parser
handle translated painters correctly
fixed endless loop occurring rarely when printing long tables
- QString
fixed toULong for base != 10
- QThread
some smaller fixes in QWaitCondition and sleep functions
don't lock application mutex for console applications
- QToolBar
fixed moving of toolbars between main windows
Insert toolbuttons with associated popup menus as a submenu in the
extension popup
- QUrl / QFileDialog
delete files with special characters
improved processed processing of filenames on different platforms
allow digits in protocol names
- QUrlOperator
some memory leaks are fixed (one of them caused a segmentation
fault if FTP was used and the FTP server timed out)
- QWidget
preserve Widget flags when toggling to and from FullScreen mode.
fixed some focus issues with the menubar's Alt-mode (clearFocus()
did not always behave as desired).
X11 only: fixed mouse move event compression when using
QWidget::scroll().
- QWizard
correct update of finished and next button
- QWorkSpace
fixed minimize/maximize behaviour, hide maximize controls when the
workspace gets hidden
some focus handling fixes
- Windows event processing
Use mouse position at event generation time rather than processing
time.
****************************************************************************
* Extensions *
****************************************************************************
- OpenGL
workaround for some Windows OpenGL drivers
- Browser plugins
fixed OpenGL handling in plugins
****************************************************************************
* Other *
****************************************************************************
- Turn off Windows 2000 fading effects on color depths of less than 32 bit
- Designer:
clear namespace when deleting widgets
- fix some memory leaks in the network module
- Better support for VNC
****************************************************************************
* Changes that might affect runtime behavior *
****************************************************************************
- QWheelEvent
make accept the default state for QWheelEvent as documented
- QPrinter on Windows
unknown page sizes now return QPrinter::Custom instead of the
wrong QPrinter::A4
****************************************************************************
* Qt/Embedded-specific changes *
****************************************************************************
- USB Keyboard support improved.
- Printing support improved.
- Development support for non-Linux platforms (eg. with QVfb on FreeBSD).
- QWSServer/QWSWindow now have a more useable (and documented) API.
- Pixmap brush polygon fills are now supported.
- Fixed freezing of modal widgets inside manager events.
- Bug fixes in masked blit, scrolling, clipped alpha-blended images,
focus handling, and QCopChannel::isRegistered().
- iPAQ buttons F1..F4 are now F9..F12 (F4 pops up Comboboxes!)
- Support for more mice.
- Fixes to compile with GCC 3.0snapshots.
|
|
|
|
Noted by Frederick Bruckman.
|
|
|