freebsd-ports/sysutils/dar
Yasuhiro Kimura c14a8f470e sysutils/dar: Fix failure to detect libgcrypt
Currently configure script fails to detect libgcrypt as following.

configure:24491: checking for libgcrypt usability
configure:24561: c++ -o conftest -O2 -pipe -fstack-protector-strong -fno-strict-aliasing   -I/usr/local/include  -fstack-protector-strong  conftest.cpp -llzma -lbz2 -lz -ldl  >&5
ld: error: undefined symbol: gcry_check_version
>>> referenced by conftest.cpp
>>>               /tmp/conftest-5a5403.o:(main)
c++: error: linker command failed with exit code 1 (use -v to see invocation)

It happens because '-L/usr/local/lib' is lacked from options to
compile conftest. So fix it by adding 'localbase' to USES.

Bump PORTREVISION as GCRYPT option is ON by default.

PR:             267312
Reported by:	Graham Menhennitt (in freebsd-ports ML)
MFH:		2022Q4
2022-10-25 02:50:27 -05:00
..
files sysutils/dar: Update version 2.5.14=>2.7.7 2022-09-27 15:00:11 -05:00
distinfo sysutils/dar: Update version 2.5.14=>2.7.7 2022-09-27 15:00:11 -05:00
Makefile sysutils/dar: Fix failure to detect libgcrypt 2022-10-25 02:50:27 -05:00
pkg-descr Remove WWW entries moved into port Makefiles 2022-09-07 23:58:51 +02:00
pkg-plist sysutils/dar: Update version 2.5.14=>2.7.7 2022-09-27 15:00:11 -05:00