From leeym@utopia.leeym.com  Sun Jul 20 08:10:15 2003
Return-Path: <leeym@utopia.leeym.com>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id C1FFE37B4D4
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 08:10:15 -0700 (PDT)
Received: from utopia.leeym.com (utopia.leeym.com [61.218.64.93])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 1693A43FA3
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 08:10:15 -0700 (PDT)
	(envelope-from leeym@utopia.leeym.com)
Received: from localhost (localhost [127.0.0.1])
	by utopia.leeym.com (Postfix) with ESMTP id B3E8C3EA3F5
	for <FreeBSD-gnats-submit@freebsd.org>; Sun, 20 Jul 2003 23:10:12 +0800 (CST)
Received: by utopia.leeym.com (Postfix, from userid 1000)
	id 13F993EA3F4; Sun, 20 Jul 2003 23:09:55 +0800 (CST)
Message-Id: <20030720150955.13F993EA3F4@utopia.leeym.com>
Date: Sun, 20 Jul 2003 23:09:55 +0800 (CST)
From: Yen-Ming Lee <leeym@utopia.leeym.com>
Reply-To: Yen-Ming Lee <leeym@utopia.leeym.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: update port: emulators/fceu
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         54657
>Category:       ports
>Synopsis:       update port: emulators/fceu
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    maho
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 20 08:20:11 PDT 2003
>Closed-Date:    Sun Jul 20 23:19:10 PDT 2003
>Last-Modified:  Sun Jul 20 23:19:10 PDT 2003
>Originator:     Yen-Ming Lee
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD utopia.leeym.com 5.1-RELEASE FreeBSD 5.1-RELEASE #41: Thu Jul 10 06:18:32 CST 2003 root@utopia.leeym.com:/mnt/obj/usr/src/sys/UTOPIA i386

>Description:
	
Unassociated shell command break the port.

>How-To-Repeat:

# cd /usr/ports/emulators/fceu && make -V PKGNAME
"Makefile", line 40: Unassociated shell command "@${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes.""
make: fatal errors encountered -- cannot continue

>Fix:

	

--- fceu.diff begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/emulators/fceu/Makefile,v
retrieving revision 1.1
diff -u -r1.1 Makefile
--- Makefile	20 Jul 2003 11:51:26 -0000	1.1
+++ Makefile	20 Jul 2003 15:06:38 -0000
@@ -36,11 +36,11 @@
 CFLAGS+=        -mcpu=i686 -march=i686 -mfancy-math-387
 .endif # i386
 .endif
+
+pre-everything::
 .if !defined(WITH_OPTIMIZED_FLAGS)
 	@${ECHO} "You can optimize by setting WITH_OPTIMIZED_FLAGS=yes."
 .endif
-
-pre-everything::
 .if !defined(NOPORTDOCS) && !defined(TECH_DOC_INSTALL)
 	@${ECHO_MSG} "You can install technical documents"
 	@${ECHO_MSG} "by defining TECH_DOC_INSTALL"
--- fceu.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->maho 
Responsible-Changed-By: leeym 
Responsible-Changed-When: Sun Jul 20 08:44:46 PDT 2003 
Responsible-Changed-Why:  
Over to previous committer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54657 
State-Changed-From-To: open->closed 
State-Changed-By: maho 
State-Changed-When: Sun Jul 20 23:18:32 PDT 2003 
State-Changed-Why:  
It has also pointed out by will and now I've fixed. 
Many thanks for your submission! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=54657 
>Unformatted:
