- Update to v2007-10-R2
- Update my email address Approved by: erwin (mentor)
This commit is contained in:
parent
1421acadf3
commit
911d5e6128
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=203354
@ -6,12 +6,12 @@
|
||||
#
|
||||
|
||||
PORTNAME= spectools
|
||||
PORTVERSION= 200710.r1
|
||||
PORTVERSION= 200710.r2
|
||||
CATEGORIES= net-mgmt
|
||||
MASTER_SITES= http://www.kismetwireless.net/code/
|
||||
DISTNAME= spectools-2007-10-R1
|
||||
DISTNAME= spectools-2007-10-R2
|
||||
|
||||
MAINTAINER= henrik@brixandersen.dk
|
||||
MAINTAINER= brix@FreeBSD.org
|
||||
COMMENT= Tools for the 2.4GHz Wi-Spy spectrum analyzers from MetaGeek LLC
|
||||
|
||||
LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (spectools-2007-10-R1.tar.gz) = f38ac4d04680a2b62d9bfb9cff6b2ab3
|
||||
SHA256 (spectools-2007-10-R1.tar.gz) = e11b150db4c562f365ed77968bf1a3d02a33ddb55c88765656a77cf555e471b7
|
||||
SIZE (spectools-2007-10-R1.tar.gz) = 190822
|
||||
MD5 (spectools-2007-10-R2.tar.gz) = 1796b9c454a624936efdd8d95faf0da1
|
||||
SHA256 (spectools-2007-10-R2.tar.gz) = fc79ad4f32276fab2da17c28a7af514085612eb479a59d79b1e7349f1e321756
|
||||
SIZE (spectools-2007-10-R2.tar.gz) = 198839
|
||||
|
@ -1,49 +0,0 @@
|
||||
--- configure.in.orig 2007-10-08 18:29:44.000000000 +0200
|
||||
+++ configure.in 2007-10-09 18:28:21.000000000 +0200
|
||||
@@ -135,10 +135,10 @@ dnl Let them override the gtk version
|
||||
AC_ARG_WITH(gtk-version,
|
||||
[ --with-gtk-version=\[1|2\] Force a GTK version instead of autodetect ],
|
||||
[
|
||||
- if test "$withval" == "1" ; then
|
||||
+ if test "$withval" = "1" ; then
|
||||
AC_MSG_WARN(*** Overriding GTK detection to use GTK1 only ***)
|
||||
forcegtk=1
|
||||
- elif test "$withval" == "2" ; then
|
||||
+ elif test "$withval" = "2" ; then
|
||||
AC_MSG_WARN(*** Overriding GTK detection to use GTK2 only ***)
|
||||
forcegtk=2
|
||||
fi
|
||||
@@ -193,7 +193,7 @@ if test "$GTK_CONFIG"x != "x"; then
|
||||
GTKLIBS="$LIBS"
|
||||
LIBS="$olfl"
|
||||
|
||||
- if test "$GTK2" == "yes"; then
|
||||
+ if test "$GTK2" = "yes"; then
|
||||
AC_DEFINE(HAVE_LIB_GTK2, 1, we have libgtk2.x)
|
||||
else
|
||||
AC_MSG_WARN(*** GTK1 being used. GTK2 is preferred and GTK1 support may vanish in future releases ***)
|
||||
--- configure.orig 2007-10-08 18:29:44.000000000 +0200
|
||||
+++ configure 2007-10-09 18:32:58.000000000 +0200
|
||||
@@ -4573,11 +4573,11 @@ fi
|
||||
# Check whether --with-gtk-version was given.
|
||||
if test "${with_gtk_version+set}" = set; then
|
||||
withval=$with_gtk_version;
|
||||
- if test "$withval" == "1" ; then
|
||||
+ if test "$withval" = "1" ; then
|
||||
{ echo "$as_me:$LINENO: WARNING: *** Overriding GTK detection to use GTK1 only ***" >&5
|
||||
echo "$as_me: WARNING: *** Overriding GTK detection to use GTK1 only ***" >&2;}
|
||||
forcegtk=1
|
||||
- elif test "$withval" == "2" ; then
|
||||
+ elif test "$withval" = "2" ; then
|
||||
{ echo "$as_me:$LINENO: WARNING: *** Overriding GTK detection to use GTK2 only ***" >&5
|
||||
echo "$as_me: WARNING: *** Overriding GTK detection to use GTK2 only ***" >&2;}
|
||||
forcegtk=2
|
||||
@@ -4889,7 +4889,7 @@ _ACEOF
|
||||
GTKLIBS="$LIBS"
|
||||
LIBS="$olfl"
|
||||
|
||||
- if test "$GTK2" == "yes"; then
|
||||
+ if test "$GTK2" = "yes"; then
|
||||
|
||||
cat >>confdefs.h <<\_ACEOF
|
||||
#define HAVE_LIB_GTK2 1
|
Loading…
Reference in New Issue
Block a user