svn commit: r354107 - head/multimedia/xine

Tijl Coosemans tijl at FreeBSD.org
Thu May 15 10:45:21 UTC 2014


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|<string.h>|<strings.h>|' ${WRKSRC}/src/aaui/main.c


More information about the svn-ports-head mailing list