Commit graph

5 commits

Author SHA1 Message Date
jlam
7820875fff Remove the abuse of buildlink that was pkg-config/buildlink3.mk. That
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.
2005-08-10 20:56:10 +00:00
wiz
d774725534 Change path from devel/pkgconfig to devel/pkg-config.
No PKGREVISION bump since pkg-config is only a BUILD_DEPENDS.
2005-07-21 16:29:42 +00:00
wiz
fb36973a46 Update to 2.0pre10:
pre10: (2005-05-24)
   - disable ifup every time. heavy for kernel
   - add -s to disable the sniffer
   - better checks in GUI
   - fix gui message
   - port to ACR
   - change distname to wistumbler2-2.00preXX
   - drop some deprecated GTK tips
   - fix return value in error_polling
   - fixups in X/noX modes
   - fixups in stumbler code
   - Add SYSCONFDIR in configure
   - indent code (gg=G)
   - Add Kismet code for gpsdrive sync
     (Christoph Lohmann)

Package change:
Change PKGNAME to wistumbler2{,-gtk} to sync with directory and
program name.
2005-05-25 14:47:05 +00:00
jmmv
97ed16655f No real need to set USE_X11 here. 2004-11-07 21:46:57 +00:00
jmmv
9b2681ab59 Let's get rid of another build def, WISTUMBLER2_USES_GTK, by splitting
wistumbler2 in two packages: wistumbler2, with console support only,
and wistumbler2-gtk, with GTK2 and console support.  This provides a
choice for users of binary packages and lets us catch build problems
in both cases during bulk builds.

While here, fix several issues:
- In the GTK case, depend on pkg-config, needed during the build.
- Patch files during pre-configure, not post-patch.
- Fix the CONF_FILES stuff; it was pointing to non-existent files.
- Reword DESCR.

Because of these changes, that affect the binary package, bump the revision
of wistumbler2 to 1, thus resulting in 2.00pre9nb1.  The new wistumbler2-gtk
package is at version 2.00pre9.
2004-11-07 21:44:21 +00:00