Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2014 21:18:00 +0000 (UTC)
From:      Raphael Kubo da Costa <rakuco@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r355455 - branches/2014Q2/graphics/digikam-kde4
Message-ID:  <201405262118.s4QLI0tM075324@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rakuco
Date: Mon May 26 21:18:00 2014
New Revision: 355455
URL: http://svnweb.freebsd.org/changeset/ports/355455
QAT: https://qat.redports.org/buildarchive/r355455/

Log:
  MFH: r355452
  
  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.
  
  Approved by:	portmgr (bapt)

Modified:
  branches/2014Q2/graphics/digikam-kde4/Makefile.common
Directory Properties:
  branches/2014Q2/   (props changed)

Modified: branches/2014Q2/graphics/digikam-kde4/Makefile.common
==============================================================================
--- branches/2014Q2/graphics/digikam-kde4/Makefile.common	Mon May 26 21:11:38 2014	(r355454)
+++ branches/2014Q2/graphics/digikam-kde4/Makefile.common	Mon May 26 21:18:00 2014	(r355455)
@@ -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



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