svn commit: r508172 - head/net/wireshark/files

Joe Marcus Clarke marcus at FreeBSD.org
Mon Aug 5 14:01:29 UTC 2019


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


More information about the svn-ports-head mailing list