Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Sep 2021 10:07:29 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 4785287ca3c7 - main - devel/tclap: Add forgotten files/ directory.
Message-ID:  <202109071007.187A7TiP025904@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=4785287ca3c778f13e5c2b82d07dd00c3a72bf7f

commit 4785287ca3c778f13e5c2b82d07dd00c3a72bf7f
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2021-09-07 10:07:04 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2021-09-07 10:07:04 +0000

    devel/tclap: Add forgotten files/ directory.
---
 devel/tclap/files/patch-CMakeLists.txt | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/devel/tclap/files/patch-CMakeLists.txt b/devel/tclap/files/patch-CMakeLists.txt
new file mode 100644
index 000000000000..55470e0a172a
--- /dev/null
+++ b/devel/tclap/files/patch-CMakeLists.txt
@@ -0,0 +1,16 @@
+--- CMakeLists.txt.orig	2021-09-07 09:26:56 UTC
++++ CMakeLists.txt
+@@ -25,7 +25,13 @@ install(FILES "${PROJECT_BINARY_DIR}/tclap/TCLAPConfig
+   DESTINATION include/tclap
+   )
+ 
++if (FREEBSD_DOCS)
+ add_subdirectory(docs)
++endif()
++if (FREEBSD_EXAMPLES)
+ add_subdirectory(examples)
++endif()
++if (FREEBSD_TESTS)
+ add_subdirectory(tests)
++endif()
+ add_subdirectory(include/tclap)



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