Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 8 Aug 2016 14:41:55 +0000 (UTC)
From:      Emanuel Haupt <ehaupt@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r419855 - in head/net-mgmt/driftnet: . files
Message-ID:  <201608081441.u78Eft57018625@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ehaupt
Date: Mon Aug  8 14:41:55 2016
New Revision: 419855
URL: https://svnweb.freebsd.org/changeset/ports/419855

Log:
  Pacify portlint and stage-qa.

Modified:
  head/net-mgmt/driftnet/Makefile
  head/net-mgmt/driftnet/files/patch-driftnet.c

Modified: head/net-mgmt/driftnet/Makefile
==============================================================================
--- head/net-mgmt/driftnet/Makefile	Mon Aug  8 14:39:13 2016	(r419854)
+++ head/net-mgmt/driftnet/Makefile	Mon Aug  8 14:41:55 2016	(r419855)
@@ -3,7 +3,7 @@
 
 PORTNAME=	driftnet
 PORTVERSION=	0.1.6
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	net-mgmt
 MASTER_SITES=	http://www.ex-parrot.com/~chris/driftnet/ \
 		http://www.vanheusden.com/mirrors/
@@ -17,8 +17,9 @@ LICENSE_FILE=	${WRKSRC}/COPYING
 LIB_DEPENDS=	libgif.so:graphics/giflib
 BUILD_DEPENDS=	makedepend:devel/makedepend
 
+USES=		gettext-runtime gmake jpeg
 USE_GNOME=	gtk12
-USES=		gmake jpeg
+USE_XORG=	x11 xext xi
 
 ALL_TARGET=	default
 PLIST_FILES=	bin/driftnet man/man1/driftnet.1.gz

Modified: head/net-mgmt/driftnet/files/patch-driftnet.c
==============================================================================
--- head/net-mgmt/driftnet/files/patch-driftnet.c	Mon Aug  8 14:39:13 2016	(r419854)
+++ head/net-mgmt/driftnet/files/patch-driftnet.c	Mon Aug  8 14:41:55 2016	(r419855)
@@ -1,6 +1,6 @@
---- driftnet.c.orig	Tue Jul  9 21:26:41 2002
-+++ driftnet.c	Tue Aug 20 02:30:35 2002
-@@ -254,8 +254,8 @@
+--- driftnet.c.orig	2002-07-09 19:26:41 UTC
++++ driftnet.c
+@@ -254,8 +254,8 @@ void usage(FILE *fp) {
  "\n"
  "  -h               Display this help message.\n"
  "  -v               Verbose operation.\n"
@@ -11,7 +11,7 @@
  "  -p               Do not put the listening interface into promiscuous mode.\n""  -a               Adjunct mode: do not display images on screen, but save\n"
  "                   them to a temporary directory and announce their names on\n"
  "                   standard output.\n"
-@@ -313,7 +313,7 @@
+@@ -313,7 +313,7 @@ void terminate_on_signal(int s) {
  void setup_signals(void) {
      int *p;
      /* Signals to ignore. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608081441.u78Eft57018625>