svn commit: r355452 - head/graphics/digikam-kde4

Raphael Kubo da Costa rakuco at FreeBSD.org
Mon May 26 20:59:26 UTC 2014


Author: rakuco
Date: Mon May 26 20:59:25 2014
New Revision: 355452
URL: http://svnweb.freebsd.org/changeset/ports/355452
QAT: https://qat.redports.org/buildarchive/r355452/

Log:
  Makefile.common: Always set USES=tar:bzip2.
  
  Setting USES=bzip2 inside the NO_BUILD block caused problems for FreeBSD's
  distfile fetcher, which apparently set that flag and was getting an invalid
  distfile to fetch from the KDE mirrors.
  
  The rest of the NO_BUILD block needs more attention, but I'll let makc@ and
  jhale@ handle that since it's not my area.

Modified:
  head/graphics/digikam-kde4/Makefile.common

Modified: head/graphics/digikam-kde4/Makefile.common
==============================================================================
--- head/graphics/digikam-kde4/Makefile.common	Mon May 26 20:36:26 2014	(r355451)
+++ head/graphics/digikam-kde4/Makefile.common	Mon May 26 20:59:25 2014	(r355452)
@@ -110,12 +110,13 @@ vkontakte_DESC=		Export images to VKonta
 # wallpaper_DESC=	Set image as background on desktop
 yandexfotki_DESC=	Export images to Yandex web service
 
+USES+=		tar:bzip2
+
 .if !defined(NO_BUILD)
 DISTNAME=	digikam-${DIGIKAM_VER}
 
 LICENSE?=	GPLv2
 
-USE_BZIP2=	yes
 USES+=		cmake
 USE_KDE4+=	automoc4 kdehier kdeprefix kdelibs
 USE_QT4+=	qmake_build moc_build rcc_build uic_build


More information about the svn-ports-all mailing list