svn commit: r369650 - head/net/bmon/files

John Marino marino at FreeBSD.org
Tue Sep 30 17:54:14 UTC 2014


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])
+     ;;
+ 


More information about the svn-ports-head mailing list