Date: Sun, 19 Apr 2015 20:55:31 +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: r384328 - head/graphics/kipi-plugins-kde4 Message-ID: <201504192055.t3JKtVD1050972@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: rakuco Date: Sun Apr 19 20:55:31 2015 New Revision: 384328 URL: https://svnweb.freebsd.org/changeset/ports/384328 Log: Revert USES=metaport conversion, again. bsd.port.pre.mk and Makefile.common were being included before the many options were being defined. Some of the options depend on Makefile.common to be defined though, so for now revert the USES=metaport conversion to get things back to a working state while a proper fix is devised. PR: 199501 Modified: head/graphics/kipi-plugins-kde4/Makefile Modified: head/graphics/kipi-plugins-kde4/Makefile ============================================================================== --- head/graphics/kipi-plugins-kde4/Makefile Sun Apr 19 20:51:11 2015 (r384327) +++ head/graphics/kipi-plugins-kde4/Makefile Sun Apr 19 20:55:31 2015 (r384328) @@ -4,13 +4,15 @@ PORTNAME= kipi-plugins PORTVERSION= ${DIGIKAM_VER} PORTEPOCH= 1 CATEGORIES= graphics kde +DISTFILES= # MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 kipi graphics plugins (meta port) -USES= metaport +NO_BUILD= yes +NO_INSTALL= yes +NO_MTREE= yes -.include <bsd.port.pre.mk> .include "${.CURDIR}/../digikam-kde4/Makefile.common" OPTIONS_DEFINE= DOCS NLS @@ -28,4 +30,4 @@ ${plugin:tu}_RUN_DEPENDS= kipi-plugin-${ NLS_DEP= digikam-l10n>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-l10n DOCS_DEP= digikam-doc>=${DIGIKAM_VER}:${PORTSDIR}/graphics/digikam-kde4-doc -.include <bsd.port.post.mk> +.include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201504192055.t3JKtVD1050972>