From owner-svn-ports-all@FreeBSD.ORG Mon May 26 22:15:31 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 B1976178; Mon, 26 May 2014 22:15:31 +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 9E8FE2085; Mon, 26 May 2014 22:15:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4QMFVgQ002154; Mon, 26 May 2014 22:15:31 GMT (envelope-from rakuco@svn.freebsd.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4QMFVS2002153; Mon, 26 May 2014 22:15:31 GMT (envelope-from rakuco@svn.freebsd.org) Message-Id: <201405262215.s4QMFVS2002153@svn.freebsd.org> From: Raphael Kubo da Costa Date: Mon, 26 May 2014 22:15:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r355461 - 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 22:15:31 -0000 Author: rakuco Date: Mon May 26 22:15:31 2014 New Revision: 355461 URL: http://svnweb.freebsd.org/changeset/ports/355461 QAT: https://qat.redports.org/buildarchive/r355461/ Log: Makefile.common: Move a few other variables outside the NO_BUILD block. Just setting USES=tar:bzip2 is not enough, as ports such as graphics/kipi-plugin-facebook would still report an invalid distfile if NO_BUILD was passed. We now unconditionally set DISTNAME, DISTINFO_FILE and LICENSE besides USES. Modified: head/graphics/digikam-kde4/Makefile.common Modified: head/graphics/digikam-kde4/Makefile.common ============================================================================== --- head/graphics/digikam-kde4/Makefile.common Mon May 26 22:09:14 2014 (r355460) +++ head/graphics/digikam-kde4/Makefile.common Mon May 26 22:15:31 2014 (r355461) @@ -110,21 +110,20 @@ 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} +DISTINFO_FILE= ${.CURDIR}/../../graphics/digikam-kde4/distinfo LICENSE?= GPLv2 +USES+= tar:bzip2 + +.if !defined(NO_BUILD) USES+= cmake USE_KDE4+= automoc4 kdehier kdeprefix kdelibs USE_QT4+= qmake_build moc_build rcc_build uic_build WRKSRC?= ${WRKDIR}/${DISTNAME}/extra/${PORTNAME} -DISTINFO_FILE= ${.CURDIR}/../../graphics/digikam-kde4/distinfo - . if defined(KIPI_PLUGIN) CONFLICTS_INSTALL= kipi-plugins-2.*