Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 5 Aug 2019 14:01:29 +0000 (UTC)
From:      Joe Marcus Clarke <marcus@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r508172 - head/net/wireshark/files
Message-ID:  <201908051401.x75E1TKJ061787@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcus
Date: Mon Aug  5 14:01:28 2019
New Revision: 508172
URL: https://svnweb.freebsd.org/changeset/ports/508172

Log:
  Fix a patch to make sure dumpcap.1.gz is installed no matter what.

Modified:
  head/net/wireshark/files/extra-patch-doc_CMakeLists.txt

Modified: head/net/wireshark/files/extra-patch-doc_CMakeLists.txt
==============================================================================
--- head/net/wireshark/files/extra-patch-doc_CMakeLists.txt	Mon Aug  5 13:59:25 2019	(r508171)
+++ head/net/wireshark/files/extra-patch-doc_CMakeLists.txt	Mon Aug  5 14:01:28 2019	(r508172)
@@ -1,6 +1,6 @@
---- doc/CMakeLists.txt.orig2	2019-03-04 18:52:33.373076000 -0500
-+++ doc/CMakeLists.txt	2019-03-04 18:54:06.412930000 -0500
-@@ -100,23 +100,7 @@ if (BUILD_xxx2deb)
+--- doc/CMakeLists.txt.orig	2019-08-05 13:37:15 UTC
++++ doc/CMakeLists.txt
+@@ -100,23 +100,8 @@ if (BUILD_xxx2deb)
  endif()
  
  set(MAN1_INSTALL_FILES
@@ -10,7 +10,7 @@
 -	${CMAKE_CURRENT_BINARY_DIR}/ciscodump.1
 -	${CMAKE_CURRENT_BINARY_DIR}/ciscodump.1
 -	${CMAKE_CURRENT_BINARY_DIR}/dftest.1
--	${CMAKE_CURRENT_BINARY_DIR}/dumpcap.1
+ 	${CMAKE_CURRENT_BINARY_DIR}/dumpcap.1
 -	${CMAKE_CURRENT_BINARY_DIR}/editcap.1
 -	${CMAKE_CURRENT_BINARY_DIR}/mergecap.1
 -	${CMAKE_CURRENT_BINARY_DIR}/randpkt.1



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