to address issues with NetBSD-6(and earlier)'s fontconfig not being
new enough for pango.
While doing that, also bump freetype2 dependency to current pkgsrc
version.
Suggested by tron in PR 47882
Shared directories can now be created independently by the pacakges
needing them and will be removed automatically by pkg_delete when empty.
Packages needing empty directories can use the @pkgdir command in PLIST.
Discussed and ok'd in thread starting at
http://mail-index.netbsd.org/tech-pkg/2009/06/30/msg003546.html
developer is officially maintaining the package.
The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list). Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
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