mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
Update to 3.9.2
- This version does not build with ninja, so disable it for now; - Remove unneeded patch; - While here, silent down post-patch operations. With hat: puppet
This commit is contained in:
parent
58e32e7bfa
commit
87f3101ee1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=451908
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= facter
|
||||
PORTVERSION= 3.9.0
|
||||
PORTREVISION?= 3
|
||||
PORTVERSION= 3.9.2
|
||||
CATEGORIES?= sysutils
|
||||
MASTER_SITES= http://downloads.puppetlabs.com/facter/
|
||||
|
||||
@ -12,7 +11,7 @@ COMMENT= Cross-platform library for retrieving facts from OS
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
USES= cmake compiler:c++11-lib ssl
|
||||
USES= cmake:noninja compiler:c++11-lib ssl
|
||||
|
||||
BROKEN_DragonFly= DragonFly is not supported upstream
|
||||
BROKEN_powerpc64= fails to compile: collection.cc: 'stoi' was not declared in this scope
|
||||
@ -43,7 +42,7 @@ OPTIONS_SUB= yes
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
||||
@${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|g' \
|
||||
${WRKSRC}/lib/src/facts/posix/collection.cc \
|
||||
${WRKSRC}/lib/src/util/config/posix/config.cc
|
||||
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1505384928
|
||||
SHA256 (facter-3.9.0.tar.gz) = 5c80cae72e7d9457b8a0d28dfc3c030d7dbe5dc38c5418aa8f237928290ac9f7
|
||||
SIZE (facter-3.9.0.tar.gz) = 335644
|
||||
TIMESTAMP = 1507718795
|
||||
SHA256 (facter-3.9.2.tar.gz) = 7111b36a9179baa23f8faca185a4905200f096c2ee52d901dcd64796a66d4760
|
||||
SIZE (facter-3.9.2.tar.gz) = 335812
|
||||
|
@ -1,14 +0,0 @@
|
||||
--- lib/CMakeLists.txt.orig 2017-09-12 21:43:10 UTC
|
||||
+++ lib/CMakeLists.txt
|
||||
@@ -189,6 +189,11 @@ elseif ("${CMAKE_SYSTEM_NAME}" MATCHES "
|
||||
"src/facts/linux/processor_resolver.cc"
|
||||
"src/facts/linux/virtualization_resolver.cc"
|
||||
"src/util/bsd/scoped_ifaddrs.cc"
|
||||
+ "src/facts/freebsd/virtualization_resolver.cc"
|
||||
+ "src/facts/freebsd/memory_resolver.cc"
|
||||
+ "src/facts/freebsd/zfs_resolver.cc"
|
||||
+ "src/facts/freebsd/zpool_resolver.cc"
|
||||
+ "src/facts/freebsd/operating_system_resolver.cc"
|
||||
)
|
||||
set(LIBFACTER_PLATFORM_LIBRARIES
|
||||
${BLKID_LIBRARIES}
|
Loading…
Reference in New Issue
Block a user