Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 28 Mar 2021 21:09:43 +0000 (UTC)
From:      Matthias Andree <mandree@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r569414 - head/multimedia/qmmp-qt5
Message-ID:  <202103282109.12SL9h9X003732@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mandree
Date: Sun Mar 28 21:09:43 2021
New Revision: 569414
URL: https://svnweb.freebsd.org/changeset/ports/569414

Log:
  multimedia/qmmp-qt5: fix leftover files
  
  Remove INSTALL_ICONS to solve this build issue:
  
  [00:11:58] =>> Checking for extra files and directories
  [00:12:00] =>> Error: Files or directories left over:
  [00:12:00] share/icons/hicolor/icon-theme.cache
  
  INSTALL_ICONS is documented as not required for Qt-based ports.
  
  PR:		254245
  Submitted by:	mandree@
  Approved by:	maintainer timeout, 16d, liangtai.s16@gmail.com

Modified:
  head/multimedia/qmmp-qt5/Makefile

Modified: head/multimedia/qmmp-qt5/Makefile
==============================================================================
--- head/multimedia/qmmp-qt5/Makefile	Sun Mar 28 21:02:48 2021	(r569413)
+++ head/multimedia/qmmp-qt5/Makefile	Sun Mar 28 21:09:43 2021	(r569414)
@@ -2,7 +2,7 @@
 
 PORTNAME=	qmmp
 PORTVERSION=	1.2.0
-PORTREVISION=	9
+PORTREVISION=	10
 CATEGORIES=	multimedia
 MASTER_SITES=	http://qmmp.ylsoftware.com/files/ \
 	SF/qmmp-dev/${PORTNAME}/
@@ -291,7 +291,6 @@ PLIST_SUB+=	SHLIB_VER=${PORTVERSION:C/-.*//}
 
 PATHFIX_CMAKELISTSTXT=	\\"CMakeLists.txt -exec grep -l /pkgconfig {} +\\"
 PORTDOCS=	README README.RUS AUTHORS
-INSTALLS_ICONS=	yes
 
 post-patch:
 	@${GREP} -L '${LOCALBASE}/lib/oss' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202103282109.12SL9h9X003732>