From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 25 14:40:02 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E8B4ECE8 for ; Mon, 25 Mar 2013 14:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B5C15384 for ; Mon, 25 Mar 2013 14:40:02 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r2PEe23v050323 for ; Mon, 25 Mar 2013 14:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r2PEe285050322; Mon, 25 Mar 2013 14:40:02 GMT (envelope-from gnats) Resent-Date: Mon, 25 Mar 2013 14:40:02 GMT Resent-Message-Id: <201303251440.r2PEe285050322@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yasuhiro KIMURA Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 88AFAAA1 for ; Mon, 25 Mar 2013 14:33:57 +0000 (UTC) (envelope-from yasu@home.utahime.org) Received: from gate.utahime.jp (gate.utahime.jp [183.180.29.210]) by mx1.freebsd.org (Postfix) with ESMTP id 5FB7D323 for ; Mon, 25 Mar 2013 14:33:57 +0000 (UTC) Received: from eastasia.home.utahime.org (mail.home.utahime.org [192.168.174.1]) by gate.utahime.jp (Postfix) with ESMTP id 3FCBB61FC3; Mon, 25 Mar 2013 23:33:49 +0900 (JST) Received: from eastasia.home.utahime.org (localhost [127.0.0.1]) by localhost-backdoor.home.utahime.org (Postfix) with ESMTP id 142EB4E63C; Mon, 25 Mar 2013 23:33:49 +0900 (JST) Received: by eastasia.home.utahime.org (Postfix, from userid 1000) id DC2604E62F; Mon, 25 Mar 2013 23:33:48 +0900 (JST) Message-Id: <20130325143348.DC2604E62F@eastasia.home.utahime.org> Date: Mon, 25 Mar 2013 23:33:48 +0900 (JST) From: Yasuhiro KIMURA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/177374: [PATCH] editors/tamago: add DOCS to OPTIONS_DEFINE X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Mar 2013 14:40:03 -0000 >Number: 177374 >Category: ports >Synopsis: [PATCH] editors/tamago: add DOCS to OPTIONS_DEFINE >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 25 14:40:01 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yasuhiro KIMURA >Release: FreeBSD 9.1-RELEASE-p1 amd64 >Organization: >Environment: System: FreeBSD xxxx 9.1-RELEASE-p1 FreeBSD 9.1-RELEASE-p1 #0 r246991: Wed Feb 20 04:01:53 JST 2013 xxxx amd64 >Description: Add OPTIONS_DEFINE so that options selection dialog is show up. >How-To-Repeat: >Fix: --- patch-tamago begins here --- Index: Makefile =================================================================== --- Makefile (revision 315171) +++ Makefile (working copy) @@ -32,6 +32,8 @@ POSTPATCHES= ${FILESDIR}/post-patch-* +OPTIONS_DEFINE= DOCS + .include .if ${EMACS_PORT_NAME} == emacs21 || ${EMACS_PORT_NAME} == emacs22 || ${EMACS_PORT_NAME} == emacs23 || ${EMACS_PORT_NAME} == emacs24 --- patch-tamago ends here --- >Release-Note: >Audit-Trail: >Unformatted: