svn commit: r355455 - branches/2014Q2/graphics/digikam-kde4
Raphael Kubo da Costa
rakuco at FreeBSD.org
Mon May 26 21:18:01 UTC 2014
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
More information about the svn-ports-branches
mailing list