From owner-svn-ports-head@FreeBSD.ORG Wed Oct 22 05:35:18 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 6F247740; Wed, 22 Oct 2014 05:35:18 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5C2EB6B9; Wed, 22 Oct 2014 05:35:18 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s9M5ZICN035344; Wed, 22 Oct 2014 05:35:18 GMT (envelope-from pi@FreeBSD.org) Received: (from pi@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s9M5ZI3b035343; Wed, 22 Oct 2014 05:35:18 GMT (envelope-from pi@FreeBSD.org) Message-Id: <201410220535.s9M5ZI3b035343@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: pi set sender to pi@FreeBSD.org using -f From: Kurt Jaeger Date: Wed, 22 Oct 2014 05:35:18 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r371343 - head/net X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Oct 2014 05:35:18 -0000 Author: pi Date: Wed Oct 22 05:35:17 2014 New Revision: 371343 URL: https://svnweb.freebsd.org/changeset/ports/371343 QAT: https://qat.redports.org/buildarchive/r371343/ Log: net/macchanger: Add to the build PR: 187363 Pointy hat to: myself Modified: head/net/Makefile Modified: head/net/Makefile ============================================================================== --- head/net/Makefile Wed Oct 22 05:34:34 2014 (r371342) +++ head/net/Makefile Wed Oct 22 05:35:17 2014 (r371343) @@ -340,6 +340,7 @@ SUBDIR += luasocket SUBDIR += lvwimax SUBDIR += mDNSResponder + SUBDIR += macchanger SUBDIR += mad_fcl SUBDIR += mcast-tools SUBDIR += mediastreamer