From owner-svn-ports-all@FreeBSD.ORG Tue Apr 22 12:17:17 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 26A04432; Tue, 22 Apr 2014 12:17:17 +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 139BB1E3D; Tue, 22 Apr 2014 12:17:17 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s3MCHG3L010782; Tue, 22 Apr 2014 12:17:16 GMT (envelope-from bapt@svn.freebsd.org) Received: (from bapt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s3MCHG8P010781; Tue, 22 Apr 2014 12:17:16 GMT (envelope-from bapt@svn.freebsd.org) Message-Id: <201404221217.s3MCHG8P010781@svn.freebsd.org> From: Baptiste Daroussin Date: Tue, 22 Apr 2014 12:17:16 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r351817 - head/x11-toolkits/gnomemm 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.17 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: Tue, 22 Apr 2014 12:17:17 -0000 Author: bapt Date: Tue Apr 22 12:17:16 2014 New Revision: 351817 URL: http://svnweb.freebsd.org/changeset/ports/351817 QAT: https://qat.redports.org/buildarchive/r351817/ Log: Support stage Modified: head/x11-toolkits/gnomemm/Makefile Modified: head/x11-toolkits/gnomemm/Makefile ============================================================================== --- head/x11-toolkits/gnomemm/Makefile Tue Apr 22 12:16:22 2014 (r351816) +++ head/x11-toolkits/gnomemm/Makefile Tue Apr 22 12:17:16 2014 (r351817) @@ -12,17 +12,15 @@ EXTRACT_ONLY= # empty MAINTAINER= bland@FreeBSD.org COMMENT= The "meta-port" for the powerful C++ bindings to the GNOME2 libraries -LIB_DEPENDS= gconfmm-2.6.1:${PORTSDIR}/devel/gconfmm26 \ - gnomevfsmm-2.6.1:${PORTSDIR}/devel/gnome-vfsmm \ - glademm-2.4.1:${PORTSDIR}/devel/libglademm24 \ - gnomecanvasmm-2.6.1:${PORTSDIR}/graphics/libgnomecanvasmm26 \ - gnomemm-2.6.1:${PORTSDIR}/x11/libgnomemm26 \ - gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26 +LIB_DEPENDS= libgconfmm-2.6.so:${PORTSDIR}/devel/gconfmm26 \ + libgnomevfsmm-2.6.so:${PORTSDIR}/devel/gnome-vfsmm \ + libglademm-2.4.so:${PORTSDIR}/devel/libglademm24 \ + libgnomecanvasmm-2.6.so:${PORTSDIR}/graphics/libgnomecanvasmm26 \ + libgnomemm-2.6.so:${PORTSDIR}/x11/libgnomemm26 \ + libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26 NO_BUILD= yes -LATEST_LINK= gnomemm2 +NO_INSTALL= yes +NO_MTREE= yes -do-install: # empty - -NO_STAGE= yes .include