Bug 63168 - [PATCH] multimedia/xine (0.9.23_1) does not build
Summary: [PATCH] multimedia/xine (0.9.23_1) does not build
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: MANTANI Nobutaka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-21 13:00 UTC by Martin Kaeske
Modified: 2004-02-22 14:16 UTC (History)
1 user (show)

See Also:


Attachments
patch-src:xitk:download.c (417 bytes, text/plain)
2004-02-21 13:00 UTC, Martin Kaeske
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Kaeske 2004-02-21 13:00:45 UTC
	xine does not build if version 7.11.0 of curl is installed. It
	complains about TRUE/FALSE not being defined when compiling
	src/xitk/download.c. The reason for this is that curl doesn't define
	TRUE/FALSE in curl.h anymore. On 14.02.2004 there was a patch committed
	to the xine source. I think we should add this one.

Fix: copy the following file (patch-src:xitk:download.c) to
	multimedia/xine/files and issue 'make install clean' again
How-To-Repeat: 	cd /usr/ports/multimedia/xine
	make install clean
Comment 1 Yen-Ming Lee freebsd_committer freebsd_triage 2004-02-21 16:52:59 UTC
Responsible Changed
From-To: freebsd-ports-bugs->nobutaka

Over to the maintainer.
Comment 2 MANTANI Nobutaka freebsd_committer freebsd_triage 2004-02-22 14:15:42 UTC
State Changed
From-To: open->closed

Committed, thanks!