ports/73163: [UPDATE] multimedia/xine: readline update breaks build on 4.x

Frank J.Laszlo laszlof at vonostingroup.com
Tue Oct 26 14:10:41 UTC 2004


>Number:         73163
>Category:       ports
>Synopsis:       [UPDATE] multimedia/xine: readline update breaks build on 4.x
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 26 14:10:35 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Frank J. Laszlo
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
>Environment:
System: FreeBSD ion.franksworld.org 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Mon Feb 23 20:45:55 GMT 2004 root at wv1u.btc.adaptec.com:/usr/obj/usr/src/sys/GENERIC i386


	
>Description:
	Maintainer CC'd.
	After the upgrade of devel/readline to version 5. xine fails to build on 4.x. This is due to a dependency on
	libreadline.so.4, which is now libreadline.so.5 from devel/readline. PORTREVISION bumped. Maintainer please
	verify and test changes. Thanks

>How-To-Repeat:
	cd /usr/ports/multimedia/xine && make install
>Fix:

	

--- xine-0.99.2_1.diff begins here ---
--- xine.orig/Makefile	Tue Oct 26 09:03:09 2004
+++ xine/Makefile	Tue Oct 26 09:04:51 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=	xine
 PORTVERSION=	0.99.2
+PORTREVISION=	1
 CATEGORIES=	multimedia
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -61,8 +62,8 @@
 .endif
 
 .if ${OSVERSION} < 502000
-BUILD_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
-RUN_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.4:${PORTSDIR}/devel/readline
+BUILD_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
+RUN_DEPENDS+=	${LOCALBASE}/lib/libreadline.so.5:${PORTSDIR}/devel/readline
 CONFIGURE_ARGS+=	--with-readline=${LOCALBASE}
 .endif
 
--- xine-0.99.2_1.diff ends here ---


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



More information about the freebsd-ports-bugs mailing list