git: 7fd558244ee5 - main - graphics/podofo*: Fix OPENSSL_LIBRARIES
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 06 Sep 2023 20:54:08 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=7fd558244ee5612c701e41ddd649715820c9cb73 commit 7fd558244ee5612c701e41ddd649715820c9cb73 Author: Jonathan Chen <jonc@chen.org.nz> AuthorDate: 2023-09-06 20:50:50 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2023-09-06 20:50:50 +0000 graphics/podofo*: Fix OPENSSL_LIBRARIES - Bump PORTREVISION for package change PR: 267942 Reported by: Trond Endrestol <Trond.Endrestol@ximalas.info> --- graphics/podofo/Makefile | 4 ++-- graphics/podofo09/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/graphics/podofo/Makefile b/graphics/podofo/Makefile index 9876b0f1ecba..97f868e7e33b 100644 --- a/graphics/podofo/Makefile +++ b/graphics/podofo/Makefile @@ -1,6 +1,6 @@ PORTNAME= podofo PORTVERSION= 0.10.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MAINTAINER= sunpoet@FreeBSD.org @@ -25,7 +25,7 @@ USE_GNOME= libxml2 CFLAGS+= -I${LOCALBASE}/include/fast_float CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \ -DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \ - -DOPENSSL_LIBRARIES=${OPENSSLDIR} + -DOPENSSL_LIBRARIES=${OPENSSLLIB} CMAKE_OFF= PODOFO_BUILD_EXAMPLES PODOFO_BUILD_LIB_ONLY PODOFO_BUILD_STATIC PODOFO_BUILD_TEST PODOFO_BUILD_TOOLS CMAKE_TESTING_ON= PODOFO_BUILD_TEST USE_LDCONFIG= yes diff --git a/graphics/podofo09/Makefile b/graphics/podofo09/Makefile index 411b44ef89bc..f486d6298bb9 100644 --- a/graphics/podofo09/Makefile +++ b/graphics/podofo09/Makefile @@ -1,6 +1,6 @@ PORTNAME= podofo PORTVERSION= 0.9.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics print MASTER_SITES= SF PKGNAMESUFFIX= 09 @@ -21,7 +21,7 @@ USES= cmake compiler:c++11-lang cpe dos2unix pkgconfig ssl CMAKE_ARGS= -DFONTCONFIG_LIBRARIES=${LOCALBASE}/lib/libfontconfig.so \ -DOPENSSL_INCLUDE_DIR=${OPENSSLINC} \ - -DOPENSSL_LIBRARIES=${OPENSSLDIR} + -DOPENSSL_LIBRARIES=${OPENSSLLIB} CMAKE_ON= PODOFO_BUILD_SHARED PODOFO_BUILD_STATIC USE_LDCONFIG= yes