Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Aug 2000 00:05:02 +0200
From:      Maxime Henrion <mhenrion@cybercable.fr>
To:        ports@freebsd.org
Cc:        obrien@FreeBSD.org
Subject:   fix for ngrep port
Message-ID:  <3994788E.5480C415@qualys.com>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------A422A7F71D558B55AF06F226
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

    Hello,

I noticed that ngrep port was broken simply due to the lack of variable
USE_GMAKE. ngrep needs gmake in order to compile.
A patch is attached.

Regards,

Maxime Henrion

PS: i've not subscribed to freebsd-ports mailing list so please Cc: to
my personal email to answer me.

--------------A422A7F71D558B55AF06F226
Content-Type: text/plain; charset=us-ascii;
 name="ngrep.diff"
Content-Transfer-Encoding: 7bit
Content-Disposition: inline;
 filename="ngrep.diff"

*** Makefile.old	Sat Aug 12 00:00:47 2000
--- Makefile	Sat Aug 12 00:00:03 2000
***************
*** 14,19 ****
--- 14,20 ----
  MAINTAINER=	obrien@FreeBSD.org
  
  WRKSRC=		${WRKDIR}/ngrep
+ USE_GMAKE=	yes
  GNU_CONFIGURE=	yes
  ALL_TARGET=	ngrep
  MAN8=		ngrep.8

--------------A422A7F71D558B55AF06F226--



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3994788E.5480C415>