From owner-svn-ports-head@FreeBSD.ORG Thu Aug 28 06:21:37 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 428D613E; Thu, 28 Aug 2014 06:21:37 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 2DC6E14F1; Thu, 28 Aug 2014 06:21:37 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s7S6Lb5x048534; Thu, 28 Aug 2014 06:21:37 GMT (envelope-from vanilla@FreeBSD.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s7S6LaC9048531; Thu, 28 Aug 2014 06:21:36 GMT (envelope-from vanilla@FreeBSD.org) Message-Id: <201408280621.s7S6LaC9048531@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: vanilla set sender to vanilla@FreeBSD.org using -f From: "Vanilla I. Shu" Date: Thu, 28 Aug 2014 06:21:36 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r366379 - in head/multimedia/xine: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 Aug 2014 06:21:37 -0000 Author: vanilla Date: Thu Aug 28 06:21:36 2014 New Revision: 366379 URL: http://svnweb.freebsd.org/changeset/ports/366379 QAT: https://qat.redports.org/buildarchive/r366379/ Log: Update to version 0.99.9. PR: ports/193041 Submitted by: Ports Fury. Added: head/multimedia/xine/files/patch-src__xitk__skins__xinetic__skinconfig - copied unchanged from r366331, head/multimedia/xine/files/patch-src:xitk:skins:xinetic:skinconfig Deleted: head/multimedia/xine/files/patch-src:xitk:skins:xinetic:skinconfig head/multimedia/xine/files/patch-src_xitk_Imlib-light_load.c head/multimedia/xine/files/patch-src_xitk_main.c head/multimedia/xine/files/patch-src_xitk_network.c head/multimedia/xine/files/patch-src_xitk_session.c Modified: head/multimedia/xine/Makefile head/multimedia/xine/distinfo Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Thu Aug 28 05:49:10 2014 (r366378) +++ head/multimedia/xine/Makefile Thu Aug 28 06:21:36 2014 (r366379) @@ -1,8 +1,7 @@ # $FreeBSD$ PORTNAME= xine -PORTVERSION= 0.99.8 -PORTREVISION= 2 +PORTVERSION= 0.99.9 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -16,7 +15,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap libpng15.so:${PORTSDIR}/graphics/png \ libxine.so:${PORTSDIR}/multimedia/libxine -USES= desktop-file-utils gmake iconv pkgconfig readline \ +USES= desktop-file-utils execinfo gmake iconv pkgconfig readline \ shared-mime-info tar:xz USE_XORG= x11 xext xinerama xscrnsaver xtst xv xxf86vm GNU_CONFIGURE= yes @@ -30,7 +29,6 @@ CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib DOCSDIR= ${PREFIX}/share/doc/xine-ui -XINE_PLUGINSDIR= lib/xine/plugins/2.3 OPTIONS_DEFINE= AALIB CACA CURL DOCS LIRC NLS XFT OPTIONS_DEFAULT= CURL XFT @@ -56,14 +54,13 @@ WIN32_CODECS_RUN_DEPENDS=\ XFT_USE= XORG=xft XFT_CONFIGURE_ENABLE= xft -.include - -.if ${OSVERSION} < 1000052 -LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo -.endif +XINE_PLUGINSDIR= lib/xine/plugins/2.3 post-patch: @${REINPLACE_CMD} -e \ 's|||' ${WRKSRC}/src/aaui/main.c + @${REINPLACE_CMD} -e \ + 's|<\(readline.h\)>|| ; \ + s|<\(history.h\)>||' ${WRKSRC}/src/xitk/network.c .include Modified: head/multimedia/xine/distinfo ============================================================================== --- head/multimedia/xine/distinfo Thu Aug 28 05:49:10 2014 (r366378) +++ head/multimedia/xine/distinfo Thu Aug 28 06:21:36 2014 (r366379) @@ -1,2 +1,2 @@ -SHA256 (xine-ui-0.99.8.tar.xz) = 1ac5a9fc8dbf81f12a8677108bf2b623e70d7adbb83b83912b9cdf00bc78b2a7 -SIZE (xine-ui-0.99.8.tar.xz) = 1758372 +SHA256 (xine-ui-0.99.9.tar.xz) = 8dd180219f546a7be0a5651370996b95b3a38ec97bf01b57d2bd1cb966e591a2 +SIZE (xine-ui-0.99.9.tar.xz) = 1759568 Copied: head/multimedia/xine/files/patch-src__xitk__skins__xinetic__skinconfig (from r366331, head/multimedia/xine/files/patch-src:xitk:skins:xinetic:skinconfig) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/multimedia/xine/files/patch-src__xitk__skins__xinetic__skinconfig Thu Aug 28 06:21:36 2014 (r366379, copy of r366331, head/multimedia/xine/files/patch-src:xitk:skins:xinetic:skinconfig) @@ -0,0 +1,128 @@ +--- src/xitk/skins/xinetic/skinconfig.orig Mon Jan 1 06:58:51 2007 ++++ src/xitk/skins/xinetic/skinconfig Sun Jul 15 19:25:17 2007 +@@ -244,7 +244,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + max_buttons = 7 + } +@@ -304,7 +304,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -318,7 +318,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -332,7 +332,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -350,7 +350,7 @@ + color = #a4abb0 + color_focus = #a4abb0 + color_click = #081e2f +- font = *-helvetica-*-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-*-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -404,7 +404,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -488,7 +488,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + max_buttons = 6 + } +@@ -503,7 +503,7 @@ + color = #9fa4ad + color_focus = #9fa4ad + color_click = #081e2f +- font = *-helvetica-*-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-*-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -694,7 +694,7 @@ + color = #a4aab4 + color_focus = #a4aab4 + color_click = #081e2f +- font = *-helvetica-*-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-*-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -708,7 +708,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -735,7 +735,7 @@ + color = #a4aab4 + color_focus = #a4aab4 + color_click = #081e2f +- font = *-helvetica-*-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-*-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -749,7 +749,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -771,7 +771,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + } + +@@ -855,7 +855,7 @@ + color = #9fa4ad + color_focus = #081e2f + color_click = #081e2f +- font = *-helvetica-bold-o-*-*-12-*-*-*-*-*-*-* ++ font = *-*-bold-o-*-*-12-*-*-*-*-*-*-* + } + max_buttons = 8 + }