From owner-freebsd-ports@FreeBSD.ORG Sun May 25 19:26:00 2003 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5546637B401; Sun, 25 May 2003 19:26:00 -0700 (PDT) Received: from bbnest.dyndns.org (n237099.ap.plala.or.jp [219.165.237.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2E0FA43FAF; Sun, 25 May 2003 19:25:59 -0700 (PDT) (envelope-from bland@mail.ru) Received: from bbnest.dyndns.org (smmsp@localhost [127.0.0.1]) by bbnest.dyndns.org (8.12.9/8.12.9) with ESMTP id h4Q2PvZj088261; Mon, 26 May 2003 11:25:57 +0900 (JST) (envelope-from bland@mail.ru) Received: (from root@localhost) by bbnest.dyndns.org (8.12.9/8.12.9/Submit) id h4Q2Put9088260; Mon, 26 May 2003 11:25:56 +0900 (JST) (envelope-from bland) Date: Mon, 26 May 2003 11:25:56 +0900 (JST) Message-Id: <200305260225.h4Q2Put9088260@bbnest.dyndns.org> To: FreeBSD-gnats-submit@freebsd.org From: Alexander Nedotsukov X-send-pr-version: 3.113 X-GNATS-Notify: cc: freebsd-ports@freebsd.org Subject: graphics/swfdec port broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Alexander Nedotsukov List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 May 2003 02:26:00 -0000 >Submitter-Id: current-users >Originator: Alexander Nedotsukov >Organization: >Confidential: no >Synopsis: graphics/swfdec port broken >Severity: serious >Priority: high >Category: ports >Class: change-request >Release: FreeBSD 5.1-BETA i386 >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 ---