Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 May 2003 11:25:56 +0900 (JST)
From:      Alexander Nedotsukov <bland@mail.r>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        freebsd-ports@FreeBSD.org
Subject:   ports/52683: graphics/swfdec port broken
Message-ID:  <200305260225.h4Q2Put9088260@bbnest.dyndns.org>
Resent-Message-ID: <200305260230.h4Q2UD2d027501@freefall.freebsd.org>

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

>Number:         52683
>Category:       ports
>Synopsis:       graphics/swfdec port broken
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun May 25 19:30:13 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Alexander Nedotsukov
>Release:        FreeBSD 5.1-BETA i386
>Organization:
>Environment:
System: FreeBSD bbnest.dyndns.org 5.1-BETA FreeBSD 5.1-BETA #5: Sat May 10 21:37:53 JST 2003 bland@bbnest.dyndns.org:/usr/obj/usr/src/sys/SU i386


	
>Description:
CONFIGURE_ENV= expression grabled. This results in "configure" and therefore
whole port build failure.
	
>How-To-Repeat:
cd /usr/ports/grpaphics; make configure
	
>Fix:
Apply the patch attached
	

--- Makefile.diff begins here ---
--- Makefile.orig	Mon May 26 11:01:41 2003
+++ Makefile	Mon May 26 11:09:32 2003
@@ -28,7 +28,7 @@
 USE_GETOPT_LONG=	yes
 USE_REINPLACE=	yes
 GNU_CONFIGURE=	yes
-CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS} LDFLAGS="{LDFLAGS}
+CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
 INSTALLS_SHLIB=	yes
 
 CPPFLAGS=	-I${LOCALBASE}/include
--- Makefile.diff ends here ---


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



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