file's sole purpose was to provide a dependency on pkg-config and set
some environment variables. Instead, turn pkg-config into a "tool"
in the tools framework, where the pkg-config wrapper automatically
adds PKG_CONFIG_LIBDIR to the environment before invoking the real
pkg-config.
For all package Makefiles that included pkg-config/buildlink3.mk, remove
that inclusion and replace it with USE_TOOLS+=pkg-config.
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.
Changes in the package:
- Use subst.mk instead of a custom pre-configure.
- Depend on gnome2-dirs, gnugo and pkgconfig.
- Drop useless regexx dependency.
Changes since previous versions:
- ccgo 0.3.3 to 0.3.4
* allow reviving marked-dead groups when scoring local games
* fix compatibiliy with new IGS
* fix ignored handicaps in importing SGF files
* update State when getting own info
* allow undo when playing with computer
- ccgo 0.3.2 to 0.3.3
* support SGF files with handicap setup at root node
* allow handicaps in matches with gnugo
* minor enhancements
- ccgo 0.3.0 to 0.3.2
* internationalization
* remove dependancy on regexx
* many fixes