From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Jan 23 11:40:03 2012 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD59E106564A for ; Mon, 23 Jan 2012 11:40:03 +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 882008FC0C for ; Mon, 23 Jan 2012 11:40:03 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q0NBe3UO015743 for ; Mon, 23 Jan 2012 11:40:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id q0NBe3Ax015742; Mon, 23 Jan 2012 11:40:03 GMT (envelope-from gnats) Resent-Date: Mon, 23 Jan 2012 11:40:03 GMT Resent-Message-Id: <201201231140.q0NBe3Ax015742@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, Jan Beich Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B7B82106564A for ; Mon, 23 Jan 2012 11:39:09 +0000 (UTC) (envelope-from jbeich@tormail.net) Received: from server2.allsitecontrol.com (server2.allsitecontrol.com [66.7.195.77]) by mx1.freebsd.org (Postfix) with ESMTP id 743D48FC14 for ; Mon, 23 Jan 2012 11:39:09 +0000 (UTC) Received: from tor-exit-router46-readme.formlessnetworking.net ([199.48.147.46]:26927 helo=internal.tormail.net) by server2.allsitecontrol.com with esmtpsa (TLSv1:RC4-SHA:128) (Exim 4.69) (envelope-from ) id 1RpIEt-004DbR-1P for FreeBSD-gnats-submit@freebsd.org; Mon, 23 Jan 2012 06:39:07 -0500 Received: from jbeich by internal.tormail.net with local (Exim 4.63) (envelope-from ) id 1RpIDn-000Hz0-QH for FreeBSD-gnats-submit@freebsd.org; Mon, 23 Jan 2012 11:38:01 +0000 Message-Id: <1RpIDn-000Hz0-QH@internal.tormail.net> Date: Mon, 23 Jan 2012 15:35:53 +0400 From: Jan Beich To: FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: ports/164403: [patch] Mk/bsd.licenses.mk: bring back --hline X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Jan 2012 11:40:03 -0000 >Number: 164403 >Category: ports >Synopsis: [patch] Mk/bsd.licenses.mk: bring back --hline >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jan 23 11:40:03 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Jan Beich >Release: FreeBSD 10.0-CURRENT amd64 >Organization: >Environment: tested all this time >Description: As noted in ports/154121 followup the workaround is no longer necessary since last libdialog update in /stable/9@r224014 (2011-07-14). >How-To-Repeat: >Fix: --- hline.diff begins here --- Index: Mk/bsd.licenses.mk =================================================================== RCS file: /a/.csup/ports/Mk/bsd.licenses.mk,v retrieving revision 1.9 diff -u -p -r1.9 bsd.licenses.mk --- Mk/bsd.licenses.mk 9 Jan 2012 15:31:27 -0000 1.9 +++ Mk/bsd.licenses.mk 10 Jan 2012 15:41:05 -0000 @@ -613,7 +613,7 @@ ${_LICENSE_COOKIE}: . for lic in ${_LICENSE_TO_ASK} @${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA} . endfor - @menu_cmd="${DIALOG} --title \"This port requires you to accept at least one license\" --menu \"License for ${PKGNAME} (dual)\" 21 70 15"; \ + @menu_cmd="${DIALOG} --hline \"This port requires you to accept at least one license\" --menu \"License for ${PKGNAME} (dual)\" 21 70 15"; \ trap '${RM} -f $$tmpfile' EXIT INT TERM; \ tmpfile=$$(mktemp -t portlicenses); \ for lic in ${_LICENSE_TO_ASK}; do \ @@ -639,7 +639,7 @@ ${_LICENSE_COOKIE}: . for lic in ${_LICENSE_TO_ASK} @${ECHO_CMD} "${lic}:${_LICENSE_FILE_${lic}}" >> ${_LICENSE_ASK_DATA} . endfor - @menu_cmd="${DIALOG} --title \"This port requires you to accept all mentioned licenses\" --menu \"License for ${PKGNAME} (multi)\" 21 70 15"; \ + @menu_cmd="${DIALOG} --hline \"This port requires you to accept all mentioned licenses\" --menu \"License for ${PKGNAME} (multi)\" 21 70 15"; \ trap '${RM} -f $$tmpfile' EXIT INT TERM; \ tmpfile=$$(mktemp -t portlicenses); \ for lic in ${_LICENSE_TO_ASK}; do \ --- hline.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: