From owner-svn-ports-head@FreeBSD.ORG Sun Apr 19 20:55:31 2015 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E7A597A3; Sun, 19 Apr 2015 20:55: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 D5EF5CC7; Sun, 19 Apr 2015 20:55:31 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3JKtV8k050973; Sun, 19 Apr 2015 20:55:31 GMT (envelope-from rakuco@FreeBSD.org) Received: (from rakuco@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3JKtVD1050972; Sun, 19 Apr 2015 20:55:31 GMT (envelope-from rakuco@FreeBSD.org) Message-Id: <201504192055.t3JKtVD1050972@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: rakuco set sender to rakuco@FreeBSD.org using -f From: Raphael Kubo da Costa Date: Sun, 19 Apr 2015 20:55:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r384328 - head/graphics/kipi-plugins-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-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Apr 2015 20:55:32 -0000 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 .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 +.include