svn commit: r346941 - head/multimedia/xine
Juergen Lock
nox at FreeBSD.org
Mon Mar 3 17:49:10 UTC 2014
Author: nox
Date: Mon Mar 3 17:49:10 2014
New Revision: 346941
URL: http://svnweb.freebsd.org/changeset/ports/346941
QAT: https://qat.redports.org/buildarchive/r346941/
Log:
- Turns out USES= iconv is enough to fix the build afterall.
- No PORTREVISION bump as there's no funcional change.
Submitted by: tijl (via private email)
Modified:
head/multimedia/xine/Makefile
Modified: head/multimedia/xine/Makefile
==============================================================================
--- head/multimedia/xine/Makefile Mon Mar 3 17:43:16 2014 (r346940)
+++ head/multimedia/xine/Makefile Mon Mar 3 17:49:10 2014 (r346941)
@@ -19,7 +19,8 @@ LIB_DEPENDS= libexecinfo.so:${PORTSDIR}/
USE_XZ= yes
USE_XORG= x11 xext xinerama xscrnsaver xt xtst xv xxf86vm
-USES= desktop-file-utils gmake pkgconfig shared-mime-info readline
+USES= desktop-file-utils gmake pkgconfig shared-mime-info readline \
+ iconv
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-vdr-keys \
--disable-nvtvsimple
@@ -72,9 +73,6 @@ post-patch:
@${REINPLACE_CMD} -e \
's|: install-docsDATA|:|' ${WRKSRC}/${file}
.endfor
- @${REINPLACE_CMD} -e \
- 's|\(xine_LDADD =\)|\1 \$$(LTLIBICONV)|' \
- ${WRKSRC}/src/xitk/Makefile.in
post-install:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
More information about the svn-ports-head
mailing list