From owner-svn-ports-all@FreeBSD.ORG Mon May 26 20:59:26 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 28C47CFD; Mon, 26 May 2014 20:59:26 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 15EA82AB7; Mon, 26 May 2014 20:59:26 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QKxPCi065893; Mon, 26 May 2014 20:59:25 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QKxPoh065892; Mon, 26 May 2014 20:59:25 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201405262059.s4QKxPoh065892@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 26 May 2014 20:59:25 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355452 - head/graphics/digikam-kde4 X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2014 20:59:26 -0000 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