Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Dec 2013 18:22:32 +0000 (UTC)
From:      Vsevolod Stakhov <vsevolod@FreeBSD.org>
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
Message-ID:  <201312201822.rBKIMWwB077549@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312201822.rBKIMWwB077549>