Date: Tue, 25 Aug 2015 13:18:30 +0000 (UTC) From: Emanuel Haupt <ehaupt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395249 - head/net/citrix_ica Message-ID: <201508251318.t7PDIUAi038066@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ehaupt Date: Tue Aug 25 13:18:29 2015 New Revision: 395249 URL: https://svnweb.freebsd.org/changeset/ports/395249 Log: - Disable ClientAudio in module.ini as this requires epoll_create which is not yet implemented in linux abi - Take maintainership Notified by: Sergey Nasonov <snasonov@bcc.ru> Modified: head/net/citrix_ica/Makefile Modified: head/net/citrix_ica/Makefile ============================================================================== --- head/net/citrix_ica/Makefile Tue Aug 25 13:15:17 2015 (r395248) +++ head/net/citrix_ica/Makefile Tue Aug 25 13:18:29 2015 (r395249) @@ -3,12 +3,12 @@ PORTNAME= citrix_ica PORTVERSION= 13.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net comms linux MASTER_SITES= # DISTNAME= linuxx86-13.2.0.322243 -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ehaupt@FreeBSD.org COMMENT= Citrix(R) Presentation Server(TM) client ONLY_FOR_ARCHS= i386 amd64 @@ -52,6 +52,11 @@ pre-fetch: .endfor .endif +post-patch: +# linux syscall epoll_create is not yet implemented + @${REINPLACE_CMD} -e 's|^ClientAudio=On|ClientAudio=Off|' \ + ${WRKSRC}/linuxx86/linuxx86.cor/nls/*/module.ini + do-install: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${STAGEDIR}${PREFIX}|g' ${WRKDIR}/linuxx86/hinst @if (test -d "${CDIR}") ; \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508251318.t7PDIUAi038066>