Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 18:59:45 GMT
From:      Guillaume Bibaut <yom@iaelu.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/183030: graphics/edje does not currently support STAGE
Message-ID:  <201310161859.r9GIxjb9024611@oldred.freebsd.org>
Resent-Message-ID: <201310161910.r9GJA0nA074129@freefall.freebsd.org>

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

>Number:         183030
>Category:       ports
>Synopsis:       graphics/edje does not currently support STAGE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 16 19:10:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Guillaume Bibaut
>Release:        9.2-RELEASE
>Organization:
-
>Environment:
FreeBSD iaelu.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0: Fri Sep 27 12:34:12 CEST 2013     root@iaelu.net:/usr/obj/usr/src/sys/IAELUNET  amd64
>Description:
graphics/edje does not currently support STAGE
>How-To-Repeat:
by trying to compile graphics/edje
>Fix:
add :

NO_STAGE=yes

to the graphics/edje/Makefile


Patch attached with submission follows:

--- /usr/ports/graphics/edje/Makefile	2013-10-13 23:53:44.000000000 +0200
+++ /poudriere/ports/default/ports/graphics/edje/Makefile	2013-10-16 20:42:51.843417657 +0200
@@ -22,6 +22,7 @@
 USE_EFL_ECORE=	evas file imf imf_evas
 USE_LUA=	5.1+
 USE_LDCONFIG=	yes
+NO_STAGE=	yes
 
 CONFIGURE_ARGS+=	--without-vim
 


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



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