Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Aug 2024 16:04:24 GMT
From:      Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 2939b6010e80 - main - graphics/s2: Remove GFLAGS and GLOG options
Message-ID:  <202408151604.47FG4OuJ086376@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=2939b6010e80cb8767699d2ed222784d8cbf56f1

commit 2939b6010e80cb8767699d2ed222784d8cbf56f1
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2024-08-15 16:02:08 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2024-08-15 16:02:08 +0000

    graphics/s2: Remove GFLAGS and GLOG options
    
    - Bump PORTREVISION for dependency change
    
    They are replaced by abseil-cpp.
    
    Reference:      https://github.com/google/s2geometry/commit/d1843025b675a06f67c5f5e3eebc9380d7a52e3f
                    https://github.com/google/s2geometry/commit/418c55893f6123b90f2768ed2ec9f5f47fa512de
---
 graphics/s2/Makefile | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/graphics/s2/Makefile b/graphics/s2/Makefile
index a52e84dbc3e8..ae59d354596f 100644
--- a/graphics/s2/Makefile
+++ b/graphics/s2/Makefile
@@ -1,7 +1,7 @@
 PORTNAME=	s2
 PORTVERSION=	0.11.1
 DISTVERSIONPREFIX=	v
-PORTREVISION=	2
+PORTREVISION=	3
 CATEGORIES=	graphics
 
 MAINTAINER=	sunpoet@FreeBSD.org
@@ -30,16 +30,9 @@ GH_ACCOUNT=	google
 GH_PROJECT=	s2geometry
 USE_GITHUB=	yes
 
-OPTIONS_DEFINE=	EXAMPLES GFLAGS GLOG
-OPTIONS_DEFAULT=GFLAGS GLOG
-GFLAGS_DESC=	Use gflags to change command line flags
-GLOG_DESC=	Use glog for logging
+OPTIONS_DEFINE=	EXAMPLES
 
 EXAMPLES_CMAKE_BOOL=	BUILD_EXAMPLES
-GFLAGS_CMAKE_BOOL=	WITH_GFLAGS
-GFLAGS_LIB_DEPENDS=	libgflags.so:devel/gflags
-GLOG_CMAKE_BOOL=	WITH_GLOG
-GLOG_LIB_DEPENDS=	libglog.so:devel/glog
 
 .include <bsd.port.options.mk>
 



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