Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 23:34:32 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325244 - head/devel/gnustep
Message-ID:  <201308222334.r7MNYWk7016743@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308222334.r7MNYWk7016743>