Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 29 Oct 2001 11:10:44 +0900
From:      MANTANI Nobutaka <nobutaka@nobutaka.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31572: Update port: graphics/libxine
Message-ID:  <864rojci1n.wl@triton.nobutaka.com>

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

>Number:         31572
>Category:       ports
>Synopsis:       Update port: graphics/libxine
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 28 18:20:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     MANTANI Nobutaka
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD triton.nobutaka.com 5.0-CURRENT FreeBSD 5.0-CURRENT #11: Sun Oct 28 04:39:30 JST 2001 nobutaka@triton.nobutaka.com:/usr/src/sys/i386/compile/TRITON i386

>Description:

Fix build error of graphics/libxine on -current box.

>How-To-Repeat:
>Fix:

Index: libxine/files/patch-src:input:input_rtp.c
===================================================================
RCS file: libxine/files/patch-src:input:input_rtp.c
diff -N libxine/files/patch-src:input:input_rtp.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ libxine/files/patch-src:input:input_rtp.c	29 Oct 2001 01:48:09 -0000
@@ -0,0 +1,11 @@
+--- src/input/input_rtp.c.orig	Sat Oct 27 19:14:06 2001
++++ src/input/input_rtp.c	Sat Oct 27 19:14:14 2001
+@@ -67,7 +67,6 @@
+ #endif
+ 
+ #include <stdio.h>
+-#include <malloc.h>
+ #include <unistd.h>
+ #include <fcntl.h>
+ #include <string.h>
+
Index: libxine/files/patch-src:libspudec:spu.c
===================================================================
RCS file: libxine/files/patch-src:libspudec:spu.c
diff -N libxine/files/patch-src:libspudec:spu.c
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ libxine/files/patch-src:libspudec:spu.c	29 Oct 2001 01:48:44 -0000
@@ -0,0 +1,10 @@
+--- src/libspudec/spu.c.orig	Sat Oct 27 19:15:22 2001
++++ src/libspudec/spu.c	Sat Oct 27 19:15:31 2001
+@@ -63,7 +63,6 @@
+ #include <unistd.h>
+ #include <string.h>
+ #include <inttypes.h>
+-#include <malloc.h>
+ #include <sys/stat.h>
+ #include <fcntl.h>
+ 


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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