From aee392c1ed3cf601f214eb1048594a938e5276df Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Thu, 15 Mar 2018 16:19:20 +0000 Subject: [PATCH] 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 --- multimedia/qmmp-qt5/Makefile | 3 ++- multimedia/qmmp/Makefile | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/multimedia/qmmp-qt5/Makefile b/multimedia/qmmp-qt5/Makefile index 8493763b8491..ae698c468466 100644 --- a/multimedia/qmmp-qt5/Makefile +++ b/multimedia/qmmp-qt5/Makefile @@ -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 diff --git a/multimedia/qmmp/Makefile b/multimedia/qmmp/Makefile index e1515f69a459..34b9c490fc75 100644 --- a/multimedia/qmmp/Makefile +++ b/multimedia/qmmp/Makefile @@ -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