From owner-svn-ports-all@FreeBSD.ORG Thu Aug 22 23:34:32 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 5E5E4A07; Thu, 22 Aug 2013 23:34:32 +0000 (UTC) (envelope-from marino@FreeBSD.org) 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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4B4572E75; Thu, 22 Aug 2013 23:34:32 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id r7MNYWwE016744; Thu, 22 Aug 2013 23:34:32 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id r7MNYWk7016743; Thu, 22 Aug 2013 23:34:32 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201308222334.r7MNYWk7016743@svn.freebsd.org> From: John Marino Date: Thu, 22 Aug 2013 23:34:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r325244 - head/devel/gnustep 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.14 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: Thu, 22 Aug 2013 23:34:32 -0000 Author: marino Date: Thu Aug 22 23:34:31 2013 New Revision: 325244 URL: http://svnweb.freebsd.org/changeset/ports/325244 Log: Unbreak devel/gnustep The problem with GNUStep is that most of the backends are slave ports with nearly identical pkg-plists. To properly fix, the slave port pkg-plists need to be mutually exclusive. This will take a bit of work. In the meantime, the port can be unbroken by specifying a signal backend. It makes the port lose effectiveness as a meta package, but at least it will build now. That's better than being broken. PR: 181404 Approved by: bapt/culot (mentors, implicit) Modified: head/devel/gnustep/Makefile Modified: head/devel/gnustep/Makefile ============================================================================== --- head/devel/gnustep/Makefile Thu Aug 22 23:25:49 2013 (r325243) +++ head/devel/gnustep/Makefile Thu Aug 22 23:34:31 2013 (r325244) @@ -3,6 +3,7 @@ PORTNAME= gnustep PORTVERSION= 1.24.0 +PORTREVISION= 1 CATEGORIES= devel lang gnustep MASTER_SITES= # empty DISTFILES= # empty @@ -11,7 +12,8 @@ EXTRACT_ONLY= # empty MAINTAINER= ports@FreeBSD.org COMMENT= Objective-C libraries based on the OpenStep standard -BROKEN= gnustep backend dependencies install files into the same place +# Backends are slave ports with conflicting plists +WITH_GNUSTEP_SINGLE_BACKEND=yes NO_BUILD= yes NO_INSTALL= yes