Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jul 2003 23:09:55 +0800 (CST)
From:      Yen-Ming Lee <leeym@utopia.leeym.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54657: update port: emulators/fceu
Message-ID:  <20030720150955.13F993EA3F4@utopia.leeym.com>
Resent-Message-ID: <200307201520.h6KFKC8l052108@freefall.freebsd.org>

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

>Number:         54657
>Category:       ports
>Synopsis:       update port: emulators/fceu
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jul 20 08:20:11 PDT 2003
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:



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