Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Dec 2023 09:53:40 GMT
From:      Fernando =?utf-8?Q?Apestegu=C3=ADa?= <fernape@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 53d4b27d96ee - main - cad/openvsp: Remove unnecessary patch for libxml2
Message-ID:  <202312220953.3BM9reGw007486@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=53d4b27d96ee636d4d4c8164f247ce347c6b7654

commit 53d4b27d96ee636d4d4c8164f247ce347c6b7654
Author:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
AuthorDate: 2023-12-21 08:07:19 +0000
Commit:     Fernando ApesteguĂ­a <fernape@FreeBSD.org>
CommitDate: 2023-12-22 09:53:23 +0000

    cad/openvsp: Remove unnecessary patch for libxml2
    
    PR:             275864
    Reported by:    diizzy@FreeBSD.org
---
 cad/openvsp/files/patch-src_vsp_CMakeLists.txt | 15 ---------------
 1 file changed, 15 deletions(-)

diff --git a/cad/openvsp/files/patch-src_vsp_CMakeLists.txt b/cad/openvsp/files/patch-src_vsp_CMakeLists.txt
deleted file mode 100644
index 11a853b3d0fc..000000000000
--- a/cad/openvsp/files/patch-src_vsp_CMakeLists.txt
+++ /dev/null
@@ -1,15 +0,0 @@
-Openvsp uses libxml, without explicitly looking for it; in CMake 3.9
-this was still OK as some other module included it. That implicit
-search has gone away, so add it explicitly where it is used.
-
---- src/vsp/CMakeLists.txt.orig	2017-09-16 22:18:44 UTC
-+++ src/vsp/CMakeLists.txt
-@@ -3,6 +3,8 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
- # include the CTest framework
- include(CTest)
- 
-+find_package(libXml2)
-+
- IF("${CMAKE_SYSTEM}" MATCHES "Linux")
- 	SET( LINUX_LIBS
- 		pthread



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