Date: 26 Oct 2004 09:09:44 -0000 From: "Frank J.Laszlo" <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Cc: nobutaka@FreeBSD.org Subject: ports/73163: [UPDATE] multimedia/xine: readline update breaks build on 4.x Message-ID: <20041026090944.78571.qmail@ion.franksworld.org> Resent-Message-ID: <200410261410.i9QEAZeH053444@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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@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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041026090944.78571.qmail>