From owner-svn-ports-all@freebsd.org Sat Nov 23 12:59:58 2019 Return-Path: Delivered-To: svn-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 9525B1B4DA6; Sat, 23 Nov 2019 12:59:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 47KtgL3TBCz42PG; Sat, 23 Nov 2019 12:59:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 56C57C3BC; Sat, 23 Nov 2019 12:59:58 +0000 (UTC) (envelope-from amdmi3@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id xANCxwhn010594; Sat, 23 Nov 2019 12:59:58 GMT (envelope-from amdmi3@FreeBSD.org) Received: (from amdmi3@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id xANCxvEL010592; Sat, 23 Nov 2019 12:59:57 GMT (envelope-from amdmi3@FreeBSD.org) Message-Id: <201911231259.xANCxvEL010592@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: amdmi3 set sender to amdmi3@FreeBSD.org using -f From: Dmitry Marakasov Date: Sat, 23 Nov 2019 12:59:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r518231 - head/x11/xorgproto X-SVN-Group: ports-head X-SVN-Commit-Author: amdmi3 X-SVN-Commit-Paths: head/x11/xorgproto X-SVN-Commit-Revision: 518231 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Nov 2019 12:59:58 -0000 Author: amdmi3 Date: Sat Nov 23 12:59:57 2019 New Revision: 518231 URL: https://svnweb.freebsd.org/changeset/ports/518231 Log: - OPTIONize docs PR: 241811 Submitted by: amdmi3 Approved by: maintainer timeout (x11, 2 weeks) Modified: head/x11/xorgproto/Makefile head/x11/xorgproto/pkg-plist Modified: head/x11/xorgproto/Makefile ============================================================================== --- head/x11/xorgproto/Makefile Sat Nov 23 12:55:47 2019 (r518230) +++ head/x11/xorgproto/Makefile Sat Nov 23 12:59:57 2019 (r518231) @@ -14,6 +14,8 @@ CONFIGURE_ARGS= --without-fop \ --without-xsltproc \ --disable-specs +OPTIONS_DEFINE= DOCS + pre-patch: @${MKDIR} ${WRKSRC}/man Modified: head/x11/xorgproto/pkg-plist ============================================================================== --- head/x11/xorgproto/pkg-plist Sat Nov 23 12:55:47 2019 (r518230) +++ head/x11/xorgproto/pkg-plist Sat Nov 23 12:59:57 2019 (r518231) @@ -153,14 +153,14 @@ libdata/pkgconfig/xf86driproto.pc libdata/pkgconfig/xf86vidmodeproto.pc libdata/pkgconfig/xineramaproto.pc libdata/pkgconfig/xproto.pc -%%DOCSDIR%%/PM_spec -%%DOCSDIR%%/compositeproto.txt -%%DOCSDIR%%/damageproto.txt -%%DOCSDIR%%/dri2proto.txt -%%DOCSDIR%%/dri3proto.txt -%%DOCSDIR%%/fixesproto.txt -%%DOCSDIR%%/presentproto.txt -%%DOCSDIR%%/randrproto.txt -%%DOCSDIR%%/renderproto.txt -%%DOCSDIR%%/resproto.txt -%%DOCSDIR%%/xv-protocol-v2.txt +%%PORTDOCS%%%%DOCSDIR%%/PM_spec +%%PORTDOCS%%%%DOCSDIR%%/compositeproto.txt +%%PORTDOCS%%%%DOCSDIR%%/damageproto.txt +%%PORTDOCS%%%%DOCSDIR%%/dri2proto.txt +%%PORTDOCS%%%%DOCSDIR%%/dri3proto.txt +%%PORTDOCS%%%%DOCSDIR%%/fixesproto.txt +%%PORTDOCS%%%%DOCSDIR%%/presentproto.txt +%%PORTDOCS%%%%DOCSDIR%%/randrproto.txt +%%PORTDOCS%%%%DOCSDIR%%/renderproto.txt +%%PORTDOCS%%%%DOCSDIR%%/resproto.txt +%%PORTDOCS%%%%DOCSDIR%%/xv-protocol-v2.txt