From owner-svn-ports-head@freebsd.org Tue Aug 25 13:18:30 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B204699AA46; Tue, 25 Aug 2015 13:18:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org (repo.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 A024231D; Tue, 25 Aug 2015 13:18:30 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t7PDIU4I038067; Tue, 25 Aug 2015 13:18:30 GMT (envelope-from ehaupt@FreeBSD.org) Received: (from ehaupt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t7PDIUAi038066; Tue, 25 Aug 2015 13:18:30 GMT (envelope-from ehaupt@FreeBSD.org) Message-Id: <201508251318.t7PDIUAi038066@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: ehaupt set sender to ehaupt@FreeBSD.org using -f From: Emanuel Haupt Date: Tue, 25 Aug 2015 13:18:30 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r395249 - head/net/citrix_ica 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.20 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: Tue, 25 Aug 2015 13:18:30 -0000 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 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}") ; \