Switch qmmp to USES=libarchive
The LIB_DEPENDS line can also be satisfied by base libarchive, which then leads to problems at configure time because the CMake code looks for ports libarchive. This is hidden as long as CMake depends on the ports version of libarchive. PR: 226538 Approved by: tcberner (mentor), liangtai.s16@gmail.com (maintainer) Differential Revision: https://reviews.freebsd.org/D14655
This commit is contained in:
parent
fa2e282d74
commit
aee392c1ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=464599
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= qmmp
|
||||
PORTVERSION= 1.2.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://qmmp.ylsoftware.com/files/ \
|
||||
SF/qmmp-dev/${PORTNAME}/
|
||||
@ -209,7 +210,7 @@ ANALYZER_DESC= Support spectrum analyzer visualization
|
||||
ANALYZER_CMAKE_BOOL= USE_ANALYZER
|
||||
|
||||
ARCHIVE_DESC= Read archived media file
|
||||
ARCHIVE_LIB_DEPENDS= libarchive.so:archivers/libarchive
|
||||
ARCHIVE_USES= libarchive
|
||||
ARCHIVE_CMAKE_BOOL= USE_ARCHIVE
|
||||
|
||||
CONVERTER_DESC= Support file type converter
|
||||
|
@ -2,6 +2,7 @@
|
||||
|
||||
PORTNAME= qmmp
|
||||
PORTVERSION= 0.11.0
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= multimedia
|
||||
MASTER_SITES= http://qmmp.ylsoftware.com/files/ \
|
||||
SF/qmmp-dev/${PORTNAME}/
|
||||
@ -209,7 +210,7 @@ ANALYZER_DESC= Support spectrum analyzer visualization
|
||||
ANALYZER_CMAKE_BOOL= USE_ANALYZER
|
||||
|
||||
ARCHIVE_DESC= Read archived media file
|
||||
ARCHIVE_LIB_DEPENDS= libarchive.so:archivers/libarchive
|
||||
ARCHIVE_USES= libarchive
|
||||
ARCHIVE_CMAKE_BOOL= USE_ARCHIVE
|
||||
|
||||
CONVERTER_DESC= Support file type converter
|
||||
|
Loading…
Reference in New Issue
Block a user