svn commit: r418989 - head/devel/omniNotify/files

Antoine Brodin antoine at FreeBSD.org
Sun Jul 24 08:04:02 UTC 2016


Author: antoine
Date: Sun Jul 24 08:04:01 2016
New Revision: 418989
URL: https://svnweb.freebsd.org/changeset/ports/418989

Log:
  Fix build on FreeBSD 12

Modified:
  head/devel/omniNotify/files/patch-configure

Modified: head/devel/omniNotify/files/patch-configure
==============================================================================
--- head/devel/omniNotify/files/patch-configure	Sun Jul 24 04:35:06 2016	(r418988)
+++ head/devel/omniNotify/files/patch-configure	Sun Jul 24 08:04:01 2016	(r418989)
@@ -1,6 +1,6 @@
---- configure.orig	2003-10-13 01:51:19.000000000 +0700
-+++ configure	2014-12-14 18:57:55.000000000 +0600
-@@ -2952,9 +2952,16 @@
+--- configure.orig	2003-10-12 18:51:19 UTC
++++ configure
+@@ -2952,9 +2952,17 @@ case "$host" in
    *-*-irix*)     platform_name="IRIX";     os_version="6";;
    *-*-aix*)      platform_name="AIX";      os_version="4";;
    *-*-darwin*)   platform_name="Darwin";   os_version="1";;
@@ -17,6 +17,7 @@
 +  *-*-freebsd9.*) platform_name="FreeBSD";  os_version="5";;
 +  *-*-freebsd10.*) platform_name="FreeBSD";  os_version="5";;
 +  *-*-freebsd11.*) platform_name="FreeBSD";  os_version="5";;
++  *-*-freebsd12.*) platform_name="FreeBSD";  os_version="5";;
    *-*-sco*)      platform_name="OSR5";     os_version="5";;
  esac
  


More information about the svn-ports-all mailing list