ports/54657: update port: emulators/fceu
Yen-Ming Lee
leeym at utopia.leeym.com
Sun Jul 20 15:20:14 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list