Subject: CVS commit: pkgsrc
To: None <pkgsrc-changes@NetBSD.org>
From: Julio M. Merino Vidal <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 11/07/2004 21:44:22
Module Name: pkgsrc
Committed By: jmmv
Date: Sun Nov 7 21:44:22 UTC 2004
Modified Files:
pkgsrc/doc: CHANGES
pkgsrc/net: Makefile
pkgsrc/net/wistumbler2: DESCR Makefile
Added Files:
pkgsrc/net/wistumbler2: Makefile.common
pkgsrc/net/wistumbler2-gtk: DESCR Makefile
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -r1.7756 -r1.7757 pkgsrc/doc/CHANGES
cvs rdiff -r1.512 -r1.513 pkgsrc/net/Makefile
cvs rdiff -r1.1.1.1 -r1.2 pkgsrc/net/wistumbler2/DESCR
cvs rdiff -r1.8 -r1.9 pkgsrc/net/wistumbler2/Makefile
cvs rdiff -r0 -r1.1 pkgsrc/net/wistumbler2/Makefile.common
cvs rdiff -r0 -r1.1 pkgsrc/net/wistumbler2-gtk/DESCR \
pkgsrc/net/wistumbler2-gtk/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.