svn commit: r456187 - head/net/openafs/files

Benjamin Kaduk bjk at FreeBSD.org
Tue Dec 12 23:17:26 UTC 2017


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
 +


More information about the svn-ports-all mailing list