Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Aug 2013 16:05:17 GMT
From:      John Marino <freebsd@marino.st>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/181404: [PATCH] unbreak devel/gnustep
Message-ID:  <201308191605.r7JG5HRR064735@oldred.freebsd.org>
Resent-Message-ID: <201308191610.r7JGA0I6067866@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         181404
>Category:       ports
>Synopsis:       [PATCH] unbreak devel/gnustep
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Aug 19 16:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     John Marino
>Release:        
>Organization:
>Environment:
>Description:
devel/gnustep is marked broken because of conflicting plists.  The reason why the plists conflict is that the backends are slave ports and create packages with nearly identical plists.

However, devel/gnustep will build if you invoke the single backend option (patch attached).

To make it install all the backends will require a rework of the masked backends to only contain unique files.  Therefore this fix is "quick 'n dirty" but it's better than broken.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2013-08-19 15:44:19.089563000 +0000
+++ Makefile
@@ -11,7 +11,8 @@ EXTRACT_ONLY=	# empty
 MAINTAINER=	c.petrik.sosa@gmail.com
 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


>Release-Note:
>Audit-Trail:
>Unformatted:



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