From owner-freebsd-x11@FreeBSD.ORG Sat Sep 24 01:00:02 2011 Return-Path: Delivered-To: freebsd-x11@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2652B106566C for ; Sat, 24 Sep 2011 01:00:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id EEF858FC14; Sat, 24 Sep 2011 01:00:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p8O1014j094253; Sat, 24 Sep 2011 01:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p8O101Nm094250; Sat, 24 Sep 2011 01:00:01 GMT (envelope-from gnats) Resent-Date: Sat, 24 Sep 2011 01:00:01 GMT Resent-Message-Id: <201109240100.p8O101Nm094250@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-x11@FreeBSD.org Resent-Cc: dave4431@verizon.net Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, h h Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id ACBBD1065673 for ; Sat, 24 Sep 2011 00:55:36 +0000 (UTC) (envelope-from aakuusta@gmail.com) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 438148FC1B for ; Sat, 24 Sep 2011 00:55:35 +0000 (UTC) Received: by fxg9 with SMTP id 9so5600702fxg.13 for ; Fri, 23 Sep 2011 17:55:35 -0700 (PDT) Received: by 10.223.44.89 with SMTP id z25mr5999855fae.42.1316825735129; Fri, 23 Sep 2011 17:55:35 -0700 (PDT) Received: from nil (tor-exit-router42-readme.formlessnetworking.net. [199.48.147.42]) by mx.google.com with ESMTPS id a1sm12903372fab.4.2011.09.23.17.55.28 (version=SSLv3 cipher=OTHER); Fri, 23 Sep 2011 17:55:33 -0700 (PDT) Message-Id: <86ehz64v4e.fsf@gmail.com> Date: Sat, 24 Sep 2011 04:55:13 +0400 From: h h To: FreeBSD-gnats-submit@FreeBSD.org X-GNATS-Notify: dave4431@verizon.net Cc: Subject: ports/160963: [patch] x11/bigreqsproto: disable specs X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 24 Sep 2011 01:00:02 -0000 >Number: 160963 >Category: ports >Synopsis: [patch] x11/bigreqsproto: disable specs >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-x11 >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Sep 24 01:00:01 UTC 2011 >Closed-Date: >Last-Modified: >Originator: h h >Release: FreeBSD 9.0-BETA2 amd64 >Organization: >Environment: >Description: We already disable specs for other *proto ports: $ fgrep /specs x11*/*proto*/Makefile x11/recordproto/Makefile: s/specs//' ${WRKSRC}/Makefile.in x11/scrnsaverproto/Makefile: s/specs//' ${WRKSRC}/Makefile.in x11/xcmiscproto/Makefile: @${REINPLACE_CMD} '/^SUBDIRS =/,/^$$/ s/specs//' \ x11/xextproto/Makefile: @${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in cf. http://docs.freebsd.org/cgi/mid.cgi?201109230009.58639.dave4431 >How-To-Repeat: 1. install either of: textproc/fop textproc/xmlto xorg-sgml-doctools (no port?) 2. install x11/bigreqsproto The port would either fail to build or build&install with incorrect plist. >Fix: --- a.diff begins here --- Index: x11/bigreqsproto/Makefile =================================================================== RCS file: /a/.csup/ports/x11/bigreqsproto/Makefile,v retrieving revision 1.3 diff -u -p -r1.3 Makefile --- x11/bigreqsproto/Makefile 25 Feb 2011 16:52:08 -0000 1.3 +++ x11/bigreqsproto/Makefile 23 Sep 2011 23:26:34 -0000 @@ -14,4 +14,9 @@ COMMENT= BigReqs extension headers XORG_CAT= proto +CONFIGURE_ARGS= --disable-specs + +post-patch: .SILENT + ${REINPLACE_CMD} '/^SUBDIR/s/specs//' ${WRKSRC}/Makefile.in + .include Index: x11/bigreqsproto/pkg-plist =================================================================== RCS file: /a/.csup/ports/x11/bigreqsproto/pkg-plist,v retrieving revision 1.3 diff -u -p -r1.3 pkg-plist --- x11/bigreqsproto/pkg-plist 25 Feb 2011 16:52:08 -0000 1.3 +++ x11/bigreqsproto/pkg-plist 23 Sep 2011 23:27:39 -0000 @@ -1,6 +1,4 @@ include/X11/extensions/bigreqsproto.h include/X11/extensions/bigreqstr.h libdata/pkgconfig/bigreqsproto.pc -%%DOCSDIR%%/bigreq.xml -@dirrm %%DOCSDIR%% @dirrmtry include/X11/extensions --- a.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: