Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Sep 2014 17:54:14 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r369650 - head/net/bmon/files
Message-ID:  <201409301754.s8UHsELQ026251@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Tue Sep 30 17:54:13 2014
New Revision: 369650
URL: http://svnweb.freebsd.org/changeset/ports/369650
QAT: https://qat.redports.org/buildarchive/r369650/

Log:
  net/bmon: Unbreak on DF (Not all BSDs have "BSD" in their name)

Added:
  head/net/bmon/files/
  head/net/bmon/files/patch-configure.ac   (contents, props changed)

Added: head/net/bmon/files/patch-configure.ac
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/bmon/files/patch-configure.ac	Tue Sep 30 17:54:13 2014	(r369650)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2014-07-06 11:51:29 UTC
++++ configure.ac
+@@ -164,7 +164,7 @@ case ${target_os} in
+ 	AC_DEFINE_UNQUOTED(SYS_SUNOS, "1", [operating system])
+     ;;
+ 
+-    *bsd*)
++    *bsd*|dragonfly*)
+ 	AC_DEFINE_UNQUOTED(SYS_BSD, "1", [operating system])
+     ;;
+ 



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