ports/55444: ports/multimedia/libxine ports/multimedia/xine make: fatal errors encountered due to extra ()
tjs
tjs at cdpa.nsysu.edu.tw
Sun Aug 10 12:40:11 UTC 2003
>Number: 55444
>Category: ports
>Synopsis: ports/multimedia/libxine ports/multimedia/xine make: fatal errors encountered due to extra ()
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Sun Aug 10 05:40:09 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator: Jin-Shan Tseng
>Release: FreeBSD 5.1-RELEASE i386
>Organization:
NSYSU-CDPA
>Environment:
System: FreeBSD Pluto.CDPA.nsysu.edu.tw 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Tue Jun 17 03:11:32 CST 2003 tjs at Pluto.CDPA.nsysu.edu.tw:/usr/obj/usr/src/sys/CDPA-Pluto i386
>Description:
ports/multimedia/libxine ports/multimedia/xine make: fatal errors encountered due to extra ()
>How-To-Repeat:
On the box and make then you will see it
ports/multimedia/libxine
"Makefile", line 53: warning: String comparison operator should be either == or !=
"Makefile", line 53: Malformed conditional ((${OSVERSION} < 500028))
"Makefile", line 53: Missing dependency operator
"Makefile", line 55: if-less endif
"Makefile", line 55: Need an operator
make: fatal errors encountered -- cannot continue
>Fix:
diff -ruN multimedia/libxine/Makefile.orig multimedia/libxine/Makefile
--- multimedia/libxine/Makefile.orig Sun Aug 10 20:25:39 2003
+++ multimedia/libxine/Makefile Sun Aug 10 20:25:56 2003
@@ -50,7 +50,7 @@
.include <bsd.port.pre.mk>
# PRId64 macro is not defined
-.if (${OSVERSION} < 500028)
+.if ${OSVERSION} < 500028
EXTRA_PATCHES= ${PATCHDIR}/extra-patch-src:xine-engine:audio_out.c
.endif
diff -ruN multimedia/xine/Makefile.orig multimedia/xine/Makefile
--- multimedia/xine/Makefile.orig Sun Aug 10 20:28:17 2003
+++ multimedia/xine/Makefile Sun Aug 10 20:28:55 2003
@@ -49,7 +49,7 @@
.endif
# mbrtowc() is not implemented
-.if (${OSVERSION} < 500039)
+.if ${OSVERSION} < 500039
CONFIGURE_ARGS+= --disable-mbs
.endif
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list