svn commit: r461079 - branches/2018Q1/net/xprobe/files

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


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

Log:
  MFH: r461078
  
  Fix build with Clang 6
  
  Approved by:	ports-secteam (blanket)

Added:
  branches/2018Q1/net/xprobe/files/patch-src-defines.h.in
     - copied unchanged from r461078, head/net/xprobe/files/patch-src-defines.h.in
Modified:
Directory Properties:
  branches/2018Q1/   (props changed)

Copied: branches/2018Q1/net/xprobe/files/patch-src-defines.h.in (from r461078, head/net/xprobe/files/patch-src-defines.h.in)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2018Q1/net/xprobe/files/patch-src-defines.h.in	Tue Feb  6 17:36:35 2018	(r461079, copy of r461078, head/net/xprobe/files/patch-src-defines.h.in)
@@ -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-branches mailing list