svn commit: r395249 - head/net/citrix_ica
Emanuel Haupt
ehaupt at FreeBSD.org
Tue Aug 25 13:18:30 UTC 2015
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 at 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 at FreeBSD.org
+MAINTAINER= ehaupt at 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}") ; \
More information about the svn-ports-head
mailing list