Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 Dec 2017 23:17:25 +0000 (UTC)
From:      Benjamin Kaduk <bjk@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r456187 - head/net/openafs/files
Message-ID:  <201712122317.vBCNHPA1023444@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bjk (doc committer)
Date: Tue Dec 12 23:17:25 2017
New Revision: 456187
URL: https://svnweb.freebsd.org/changeset/ports/456187

Log:
  Follow-up to r455921 -- fix typo
  
  The 11.1-specific param.h files had a comment with a typo in it and
  no closing tag, causing the build to fail.
  
  Approved by:	mandree (ports committer)
  MFH:		2017Q4
  Pointy hat to:	bjk

Modified:
  head/net/openafs/files/patch-src_config_param.i386__fbsd__111.h
  head/net/openafs/files/patch-src_config_param.i386__fbsd__120.h

Modified: head/net/openafs/files/patch-src_config_param.i386__fbsd__111.h
==============================================================================
--- head/net/openafs/files/patch-src_config_param.i386__fbsd__111.h	Tue Dec 12 21:55:42 2017	(r456186)
+++ head/net/openafs/files/patch-src_config_param.i386__fbsd__111.h	Tue Dec 12 23:17:25 2017	(r456187)
@@ -5,7 +5,7 @@
 +#define	AFS_PARAM_H
 +
 +/* Machine / Operating system information */
-+/* XXX temporarilyuse old sysname until new one is assigned
++/* XXX temporarily use old sysname until new one is assigned */
 +#define SYS_NAME	"i386_fbsd_110"
 +#define SYS_NAME_ID	SYS_NAME_ID_i386_fbsd_110
 +

Modified: head/net/openafs/files/patch-src_config_param.i386__fbsd__120.h
==============================================================================
--- head/net/openafs/files/patch-src_config_param.i386__fbsd__120.h	Tue Dec 12 21:55:42 2017	(r456186)
+++ head/net/openafs/files/patch-src_config_param.i386__fbsd__120.h	Tue Dec 12 23:17:25 2017	(r456187)
@@ -5,7 +5,7 @@
 +#define	AFS_PARAM_H
 +
 +/* Machine / Operating system information */
-+/* XXX temporarilyuse old sysname until new one is assigned
++/* XXX temporarily use old sysname until new one is assigned */
 +#define SYS_NAME	"i386_fbsd_110"
 +#define SYS_NAME_ID	SYS_NAME_ID_i386_fbsd_110
 +



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