From owner-svn-ports-head@FreeBSD.ORG Thu May 15 10:45:20 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 E0B9B66F; Thu, 15 May 2014 10:45:20 +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 CE66729C6; Thu, 15 May 2014 10:45:20 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s4FAjKZx018015; Thu, 15 May 2014 10:45:20 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s4FAjKNO018014; Thu, 15 May 2014 10:45:20 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201405151045.s4FAjKNO018014@svn.freebsd.org> From: Tijl Coosemans Date: Thu, 15 May 2014 10:45:20 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r354107 - head/multimedia/xine 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 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, 15 May 2014 10:45:21 -0000 Author: tijl Date: Thu May 15 10:45:20 2014 New Revision: 354107 URL: http://svnweb.freebsd.org/changeset/ports/354107 QAT: https://qat.redports.org/buildarchive/r354107/ Log: - Remove USE_XORG=xt. - Leave WIN32_CODECS option off by default to get an official package. - Remove iconv configure argument. ICONV_CONFIGURE_ARG is always empty. Modified: head/multimedia/xine/Makefile Modified: head/multimedia/xine/Makefile ============================================================================== --- head/multimedia/xine/Makefile Thu May 15 10:41:21 2014 (r354106) +++ head/multimedia/xine/Makefile Thu May 15 10:45:20 2014 (r354107) @@ -2,6 +2,7 @@ PORTNAME= xine PORTVERSION= 0.99.8 +PORTREVISION= 1 CATEGORIES= multimedia MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-ui/${PORTVERSION} DISTNAME= ${PORTNAME}-ui-${PORTVERSION} @@ -17,7 +18,7 @@ LIB_DEPENDS= libjpeg.so:${PORTSDIR}/grap USES= desktop-file-utils gmake iconv pkgconfig readline \ shared-mime-info tar:xz -USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm +USE_XORG= x11 xext xinerama xscrnsaver xtst xv xxf86vm GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-vdr-keys \ --disable-nvtvsimple \ @@ -34,7 +35,6 @@ XINE_PLUGINSDIR= lib/xine/plugins/2.3 OPTIONS_DEFINE= AALIB CACA CURL DOCS LIRC NLS XFT OPTIONS_DEFAULT= CURL XFT OPTIONS_DEFINE_i386= WIN32_CODECS -OPTIONS_DEFAULT_i386= WIN32_CODECS OPTIONS_SUB= yes AALIB_LIB_DEPENDS= libaa.so:${PORTSDIR}/graphics/aalib @@ -62,10 +62,6 @@ XFT_CONFIGURE_ENABLE= xft LIB_DEPENDS+= libexecinfo.so:${PORTSDIR}/devel/libexecinfo .endif -.if empty(ICONV_CONFIGURE_ARG) -CONFIGURE_ARGS+= --without-libiconv-prefix -.endif - post-patch: @${REINPLACE_CMD} -e \ 's|||' ${WRKSRC}/src/aaui/main.c