Skip to content

Commit

Permalink
sysutils/dar: Fix build with llvm16
Browse files Browse the repository at this point in the history
- Update version 2.7.9=>2.7.10

Changelog: https://github.com/Edrusb/DAR/releases/tag/v2.7.10

Sponsored by:	The FreeBSD Foundation
  • Loading branch information
5u623l20 committed Jun 29, 2023
1 parent 3fa1be5 commit d9dda5a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
10 changes: 8 additions & 2 deletions sysutils/dar/Makefile
@@ -1,5 +1,5 @@
PORTNAME= dar
PORTVERSION= 2.7.9
PORTVERSION= 2.7.10
CATEGORIES= sysutils archivers
MASTER_SITES= SF

Expand Down Expand Up @@ -64,6 +64,12 @@ ZLIB_CONFIGURE_OFF= --disable-libz-linking
ZSTD_LIB_DEPENDS= libzstd.so:archivers/zstd
ZSTD_CONFIGURE_OFF= --disable-libzstd-linking

.include <bsd.port.pre.mk>

.if ${COMPILER_TYPE} == clang && ${COMPILER_VERSION} >= 160
USE_CXXSTD= c++14
.endif

post-patch:
@${REINPLACE_CMD} -e \
's|(char \*\*) \(\&inptr,\)|\1| ; \
Expand All @@ -72,4 +78,4 @@ post-patch:
${REINPLACE_CMD} -e \
's|$$(pkgdatadir)|$$(docdir)|g'

.include <bsd.port.mk>
.include <bsd.port.post.mk>
6 changes: 3 additions & 3 deletions sysutils/dar/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1680123262
SHA256 (dar-2.7.9.tar.gz) = 1c609f691f99e6a868c0a6fcf70d2f5d2adee5dc3c0cbf374e69983129677df5
SIZE (dar-2.7.9.tar.gz) = 2418755
TIMESTAMP = 1688003460
SHA256 (dar-2.7.10.tar.gz) = 2b091480858d774e3f15f4e8eb69c4e2ccc405f80f25cc073d389a228b3a9623
SIZE (dar-2.7.10.tar.gz) = 2418752
2 changes: 1 addition & 1 deletion sysutils/dar/pkg-plist
Expand Up @@ -92,7 +92,7 @@ include/dar/wrapperlib.hpp
lib/libdar64.a
lib/libdar64.so
lib/libdar64.so.6000
lib/libdar64.so.6000.5.1
lib/libdar64.so.6000.6.0
libdata/pkgconfig/libdar64.pc
man/man1/dar.1.gz
man/man1/dar_cp.1.gz
Expand Down

0 comments on commit d9dda5a

Please sign in to comment.