Date: Mon, 26 May 2014 20:59:25 +0000 (UTC) From: Raphael Kubo da Costa <rakuco@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355452 - head/graphics/digikam-kde4 Message-ID: <201405262059.s4QKxPoh065892@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405262059.s4QKxPoh065892>