Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
This is a bugfix release.
|
|
Changes:
- DESCR has 80 columns
- better COMMENT
- sync buildlink2.mk with reality
- style nits
1.2.4:
======
- numerous bugfixes, too many to mention. see ChangeLog for details
- print plug-in now depends on libgimpprint
|
|
|
|
dependency bumps.
|
|
|
|
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".]
|
|
|
|
rmdir -> ${RMDIR}
rm -> ${RM} (${RM} added to PLIST_SUBST)
chmod -> ${CHMOD}
chown -> ${CHOWN}
|
|
I didn't find a useful changelog - seems to be a bugfix and documentation
update release
|
|
|
|
dependencies (pointed by Thomas Klausner)
|
|
- Set PKGREVISION=1
Fixes pkg/15487 by Chris Richards
|
|
|
|
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.
|
|
avoid a hidden dependency on libiconv.so if it's installed in ${LOCALBASE}.
It's also possible now to build gimp without accidentally pulling in older
gimp headers from an installed gimp package. Also allow
gnome-libs/buildlink.mk to pull in much of the dependencies.
* Remove patch to pass $(INTLDEPS) to the compiler in modules/Makefile as
the gettext headers are found in ${BUILDLINK_DIR}/include which is already
passed through in CFLAGS.
* Remove GNOME_CONFIG=no from CONFIGURE_ENV. This was a leftover from when
there was a separate gimp-helpbrowser package that depended on gnome-libs
while the main gimp package only needed GTK+ and graphics libs. Since
there is only one consolidated gimp package now, we need the gnome-libs
dependency (more specifically, libgtkxhtml.so) to be correctly found for
the helpbrowser plugin to be built.
* Add settings for MPEG, LIBMPEG, and GAP_DECODE_MPEG to properly support
the MPEG library from graphics/mpeg-lib that changed it's name.
* Change -Wl,-E (conditionalized on ELF) to -Wl,--export-dynamic which works
across both the ELF and a.out linkers.
|
|
buildlink glue file.
|
|
|
|
works on system where "kdemultimedia" version 2.x is installed.
|
|
This release fixes a large number of bugs, adds a couple of new
translations, and features a complete rewrite of the help pages
|
|
adapt by moving CPPFLAGS settings to top-level, and removing explicit
inclusion of CPPFLAGS into MAKE_ENV and CONFIGURE_ENV.
|
|
Noted by Frederick Bruckman.
|
|
installed (I wonder why this wasn't catched in bulk builds...)
|
|
|
|
+ move the patch digest/checksum values from files/patch-sum to distinfo
|
|
support to follow. Note this in documentation.
Bump revision of libtool to nb3 and update dependencies.
Update (sort) known affected PLISTs.
Fixes pkg/12368 by Kimmo Suominen <kim@tac.nyc.ny.us>
Fixes problems with cross/* noted on tech-pkg and packages by
Chuck Cranor <chuck@research.att.com>, and
Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
|
|
using the newest PNG library won't work on system with an older one. To
prevent such problems with precompiled binary packages require at least
"png-1.0.9nb1" in all dependences.
|
|
|
|
|
|
|
|
|
|
Patches from Martti Kuparinen in pkg/12223
Too many changes to list and no obvious URL for the ChangeLog file
|
|
out of date - it was based on a.out OBJECT_FMT, and added entries in the
generated PLISTs to reflect the symlinks that ELF packages uses. It also
tried to be clever, and removed and recreated any symbolic links that were
created, which has resulted in some fun, especially with packages which
use dlopen(3) to load modules. Some recent changes to our ld.so to bring
it more into line with other Operating Systems also exposed some cracks.
+ Modify bsd.pkg.mk and its shared object handling, so that PLISTs now contain
the ELF symlinks.
+ Don't mess about with file system entries when handling shared objects in
bsd.pkg.mk, since it's likely that libtool and the BSD *.mk processing will
have got it right, and have a much better idea than we do.
+ Modify PLISTs to contain "ELF symlinks"
+ On a.out platforms, delete any "ELF symlinks" from the generated PLISTs
+ On ELF platforms, no extra processing needs to be done in bsd.pkg.mk
+ Modify print-PLIST target in bsd.pkg.mk to add dummy symlink entries on
a.out platforms
+ Update the documentation in Packages.txt
With many thanks to Thomas Klausner for keeping me honest with this.
|
|
|
|
This fixes an uninstall problem.
|
|
|
|
by many package.
|
|
deinstallation.
|
|
over the place when loading patterns during startup (which prevented
plugins from loading)
This will be fixed in gimp 1.2.1.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
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.
|