From owner-svn-ports-head@FreeBSD.ORG Fri Dec 20 18:22:32 2013 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 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7D84629; Fri, 20 Dec 2013 18:22:32 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id D3CFC1D5C; Fri, 20 Dec 2013 18:22:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBKIMWXw077551; Fri, 20 Dec 2013 18:22:32 GMT (envelope-from vsevolod@svn.freebsd.org) Received: (from vsevolod@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBKIMWwB077549; Fri, 20 Dec 2013 18:22:32 GMT (envelope-from vsevolod@svn.freebsd.org) Message-Id: <201312201822.rBKIMWwB077549@svn.freebsd.org> From: Vsevolod Stakhov Date: Fri, 20 Dec 2013 18:22:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r337061 - in head/net-mgmt/ng_ipacct: . files 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.17 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: Fri, 20 Dec 2013 18:22:33 -0000 Author: vsevolod Date: Fri Dec 20 18:22:32 2013 New Revision: 337061 URL: http://svnweb.freebsd.org/changeset/ports/337061 Log: - Fix build on systems without /usr/share/mk/bsd.compat.mk Added: head/net-mgmt/ng_ipacct/files/patch-ipacctctl_Makefile (contents, props changed) Modified: head/net-mgmt/ng_ipacct/Makefile Modified: head/net-mgmt/ng_ipacct/Makefile ============================================================================== --- head/net-mgmt/ng_ipacct/Makefile Fri Dec 20 18:21:40 2013 (r337060) +++ head/net-mgmt/ng_ipacct/Makefile Fri Dec 20 18:22:32 2013 (r337061) @@ -3,7 +3,7 @@ PORTNAME= ng_ipacct PORTVERSION= 20061223 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net-mgmt MASTER_SITES= ${MASTER_SITE_LOCAL:S!$!skv/!} \ http://highsecure.ru/distfiles/ Added: head/net-mgmt/ng_ipacct/files/patch-ipacctctl_Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/net-mgmt/ng_ipacct/files/patch-ipacctctl_Makefile Fri Dec 20 18:22:32 2013 (r337061) @@ -0,0 +1,15 @@ +--- ipacctctl/Makefile.orig 2013-12-20 18:19:33.000000000 +0000 ++++ ipacctctl/Makefile 2013-12-20 18:19:52.000000000 +0000 +@@ -5,12 +5,7 @@ + BINDIR?= /usr/local/sbin + + PROG= ipacctctl +-.if !exists(/usr/share/mk/bsd.compat.mk) +-# Pre NOFOO -> NO_FOO system +-NOMAN= YES +-.else + NO_MAN= YES +-.endif + + COPTS+= -g -Wall -Wformat + LDADD+= -lnetgraph