ports/52683: graphics/swfdec port broken

Alexander Nedotsukov bland at mail.r
Mon May 26 02:30:15 UTC 2003


>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 at 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:



More information about the freebsd-ports-bugs mailing list