From owner-freebsd-ports@freebsd.org Thu Feb 4 07:38:35 2016 Return-Path: Delivered-To: freebsd-ports@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C4D23A9B463 for ; Thu, 4 Feb 2016 07:38:35 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: from mail-wm0-x231.google.com (mail-wm0-x231.google.com [IPv6:2a00:1450:400c:c09::231]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 62572B60 for ; Thu, 4 Feb 2016 07:38:35 +0000 (UTC) (envelope-from lists@eitanadler.com) Received: by mail-wm0-x231.google.com with SMTP id r129so198377369wmr.0 for ; Wed, 03 Feb 2016 23:38:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=eitanadler.com; s=0xdeadbeef; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=Xfo49jJjfF/Msiu51ebk6v27/BIy32S61DeW4JnOQY0=; b=FP2oJSRzJWB8OrG5DF7D+jMgqcSDD31eLZ5afvkV9AFCSA47rRcomgqbazJKHYh3IH qj9CDbxXNAfWExqOhV7Kds4hno12CJKDx1kLlnUEjjHGAmu+pXd3Byah8sSzz5V+cR+2 Wpxdfro4nD58CCRlhdnmul6RINT5//y+4YzoM= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc:content-type; bh=Xfo49jJjfF/Msiu51ebk6v27/BIy32S61DeW4JnOQY0=; b=TNx3lIHOlbCuTKVUgg4n1wQdtCruIH7qweGp8Ug9geyOGJoGVlorOdWZakg9Y40GbT +jY2jkr2EAExExKuWjHn/BHV8zwV4RsG+43ZmuxR3AC+meSxhFUovdErO0LMO+sFopte jsIfsuoUofvs5NX+UTwv9eE7t4UlyfBFVGgTzJ9StH32OfE4s+A1VlT+LV8NpZCZGE4L KjHKwB2jWM+j4ED36t4LxmgKK/bY0/DEmN32jxUqXZzIlI0MKwD/U6aIUVvoNWKbZryB uEslLhHNDUM38/X8myrLfNir7T7hFka2z7uAcU60FILSywmzk0+UzKYoGxPtF3LcV8+s qaWA== X-Gm-Message-State: AG10YOTV5tAbSojWS5DfAu3B0RARs27FXEsLsfgihsXFS5HGCPdqGLoRHgJ5/SYeLXfwYjrj7xvS9sQg4Phjyg== X-Received: by 10.194.203.168 with SMTP id kr8mr6537439wjc.168.1454571513846; Wed, 03 Feb 2016 23:38:33 -0800 (PST) MIME-Version: 1.0 Received: by 10.28.184.22 with HTTP; Wed, 3 Feb 2016 23:37:56 -0800 (PST) In-Reply-To: References: From: Eitan Adler Date: Wed, 3 Feb 2016 23:37:56 -0800 Message-ID: Subject: Re: New port attempt assistance: sngrep To: jungle Boogie Cc: freebsd ports Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Feb 2016 07:38:35 -0000 On 3 February 2016 at 23:35, jungle Boogie wrote: > Hello All, > > Another application which I've worked with the developer to make it > better on FreeBSD is sngrep: > https://github.com/irontec/sngrep > > Still being new to porting applications, my attempt isn't working well. Do you have a complete ports tree somewhere on your system? If so, make sure to set PORTSDIR correctly. If not you'll want to check out a copy from subversion. -- Eitan Adler