svn commit: r461078 - head/net/xprobe/files

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Feb 6 17:35:16 UTC 2018


Author: sunpoet
Date: Tue Feb  6 17:35:16 2018
New Revision: 461078
URL: https://svnweb.freebsd.org/changeset/ports/461078

Log:
  Fix build with Clang 6
  
  MFH:		2018Q1

Added:
  head/net/xprobe/files/patch-src-defines.h.in   (contents, props changed)

Added: head/net/xprobe/files/patch-src-defines.h.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/net/xprobe/files/patch-src-defines.h.in	Tue Feb  6 17:35:16 2018	(r461078)
@@ -0,0 +1,11 @@
+--- src/defines.h.in.orig	2005-07-27 08:38:17 UTC
++++ src/defines.h.in
+@@ -24,7 +24,7 @@
+ 
+ #define VERSION "@VERSION@"
+ #define BANNER \
+-"\nXprobe2 v."VERSION\
++"\nXprobe2 v." VERSION \
+ " Copyright (c) 2002-2005 fyodor at o0o.nu, ofir at sys-security.com, meder at o0o.nu"\
+ "\n"
+ 


More information about the svn-ports-head mailing list