From pi@f10.opsec.eu  Mon Oct  7 18:33:47 2013
Return-Path: <pi@f10.opsec.eu>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	(using TLSv1 with cipher ADH-AES256-SHA (256/256 bits))
	(No client certificate requested)
	by hub.freebsd.org (Postfix) with ESMTP id EF302CF1
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Oct 2013 18:33:47 +0000 (UTC)
	(envelope-from pi@f10.opsec.eu)
Received: from f10.opsec.eu (fa8.opsec.eu [IPv6:2001:14f8:200:4::2])
	(using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
	(No client certificate requested)
	by mx1.freebsd.org (Postfix) with ESMTPS id 838512854
	for <FreeBSD-gnats-submit@freebsd.org>; Mon,  7 Oct 2013 18:33:47 +0000 (UTC)
Received: from pi by f10.opsec.eu with local (Exim 4.80.1 (FreeBSD))
	(envelope-from <pi@f10.opsec.eu>)
	id 1VTFci-000MYR-6I; Mon, 07 Oct 2013 20:33:40 +0200
Message-Id: <E1VTFci-000MYR-6I@f10.opsec.eu>
Date: Mon, 07 Oct 2013 20:33:40 +0200
From: Kurt Jaeger <fbsd-ports@opsec.eu>
Reply-To: Kurt Jaeger <fbsd-ports@opsec.eu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: edwin@mavetju.org
Subject: [patch update] net/ngrep fix build on 10a4
X-Send-Pr-Version: 3.114
X-GNATS-Notify: edwin@mavetju.org

>Number:         182807
>Category:       ports
>Synopsis:       [patch update] net/ngrep fix build on 10a4
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    edwin
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 07 18:40:00 UTC 2013
>Closed-Date:    Sat Oct 19 17:45:10 UTC 2013
>Last-Modified:  Sat Oct 19 17:45:10 UTC 2013
>Originator:     Kurt Jaeger
>Release:        FreeBSD 10.0-ALPHA4 amd64
>Organization:
-
>Environment:
System: FreeBSD f10.opsec.eu 10.0-ALPHA4 FreeBSD 10.0-ALPHA4 #0 r255933: Sun Sep 29 02:50:54 UTC 2013 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64

>Description:
	net/ngrep fails to build on 10a4, see

	http://opsec.eu/backup/20131007-ngrep-fail

>How-To-Repeat:
	cd /usr/ports/net/ngrep
	make

>Fix:

diff -r -u -N net/ngrep/Makefile /usr/home/pi/myp/net/ngrep/Makefile
--- net/ngrep/Makefile	2013-10-01 21:13:45.000000000 +0200
+++ /usr/home/pi/myp/net/ngrep/Makefile	2013-10-07 20:22:20.000000000 +0200
@@ -11,7 +11,7 @@
 
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}
 USE_BZIP2=	yes
-USE_GMAKE=	yes
+USES=		gmake
 ALL_TARGET=	ngrep
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-pcap-restart
diff -r -u -N net/ngrep/files/patch-Makefile.in /usr/home/pi/myp/net/ngrep/files/patch-Makefile.in
--- net/ngrep/files/patch-Makefile.in	2013-10-01 21:13:45.000000000 +0200
+++ /usr/home/pi/myp/net/ngrep/files/patch-Makefile.in	2013-10-07 20:30:36.000000000 +0200
@@ -1,5 +1,5 @@
---- Makefile.in.orig	Thu Feb 24 17:24:22 2005
-+++ Makefile.in	Thu Feb 24 17:24:27 2005
+--- Makefile.in.orig	2013-10-07 20:30:11.000000000 +0200
++++ Makefile.in	2013-10-07 20:30:23.000000000 +0200
 @@ -25,7 +25,7 @@
  
  bindir      = $(prefix)/bin
@@ -9,3 +9,12 @@
  
  BINDIR_INSTALL = $(prefix)/bin
  MANDIR_INSTALL = $(mandir)/man8
+@@ -63,7 +63,7 @@
+ 	rm -f config.status config.cache config.log config.h Makefile 
+ 
+ $(REGEX_OBJS): $(REGEX_OBJS:.o=.c) $(REGEX_DIR)/*.h
+-	$(MAKE) $(MAKEFLAGS) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
++	$(MAKE) -C $(REGEX_DIR) $(notdir $(REGEX_OBJS))
+ 
+ $(OBJS): Makefile ngrep.c ngrep.h
+ 
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->edwin 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Oct 7 18:40:09 UTC 2013 
Responsible-Changed-Why:  
edwin@mavetju.org => edwin@ (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182807 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Mon Oct 7 18:40:11 UTC 2013 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182807 

From: Edwin Groothuis <edwin@FreeBSD.org>
To: edwin@mavetju.org
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/182807: [patch update] net/ngrep fix build on 10a4
Date: Mon, 7 Oct 2013 18:40:10 UT

 Maintainer of net/ngrep,
 
 Please note that PR ports/182807 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/182807
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org

From: Kurt Jaeger <pi@opsec.eu>
To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org
Cc: Kurt Jaeger <fbsd-ports@opsec.eu>
Subject: Re: ports/182807: [patch update] net/ngrep fix build on 10a4
Date: Sat, 19 Oct 2013 13:14:33 +0200

 Hi!
 
 > Thank you very much for your problem report.
 > It has the internal identification `ports/182807'.
 > The individual assigned to look at your
 > report is: freebsd-ports-bugs. 
 
 Please close the ticket, some similar fix was applied in
 
 http://svnweb.freebsd.org/ports?view=revision&revision=329759
 
 -- 
 pi@opsec.eu            +49 171 3101372                         7 years to go !
State-Changed-From-To: feedback->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Oct 19 17:44:51 UTC 2013 
State-Changed-Why:  
similar fix applied. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=182807 
>Unformatted:
