Date: Thu, 29 May 2014 10:44:53 +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: r355683 - branches/2014Q2/graphics/digikam-kde4 Message-ID: <201405291044.s4TAiriF031188@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Thu May 29 10:44:52 2014 New Revision: 355683 URL: http://svnweb.freebsd.org/changeset/ports/355683 QAT: https://qat.redports.org/buildarchive/r355683/ Log: MFH: r355461 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. 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 Thu May 29 10:39:36 2014 (r355682) +++ branches/2014Q2/graphics/digikam-kde4/Makefile.common Thu May 29 10:44:52 2014 (r355683) @@ -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.*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405291044.s4TAiriF031188>