ports/146131: [PATCH] java/jdk15-16 make files/license.sh more verbose
Chris Petrik
chris at officialunix.com
Thu Apr 29 00:20:04 UTC 2010
>Number: 146131
>Category: ports
>Synopsis: [PATCH] java/jdk15-16 make files/license.sh more verbose
>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: Thu Apr 29 00:20:03 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator: Chris Petrik
>Release: FreeBSD-8-STABLE
>Organization:
Officialunix
>Environment:
FreeBSD8 AMD64
>Description:
Installing the jdk15 or 16 ports I noticed the license looks as if it dies, this is due to the fact it extracts when you press yes. This patch adds a small message indicating the license has been approved and the extracting process is continuing.
>How-To-Repeat:
>Fix:
Patch attached with submission follows:
Index: jdk15/files/license.sh
===================================================================
RCS file: /usr/local/freebsdcvs/ports/java/jdk15/files/license.sh,v
retrieving revision 1.1
diff -u -r1.1 license.sh
--- jdk15/files/license.sh 13 Aug 2007 04:57:47 -0000 1.1
+++ jdk15/files/license.sh 29 Apr 2010 00:11:47 -0000
@@ -184,6 +184,8 @@
case $reply in
y* | Y*)
agreed=1
+ echo
+ echo "License agreed, continuing to extract"
;;
n* | n*)
echo
Index: jdk16/files/license.sh
===================================================================
RCS file: /usr/local/freebsdcvs/ports/java/jdk16/files/license.sh,v
retrieving revision 1.1
diff -u -r1.1 license.sh
--- jdk16/files/license.sh 14 Aug 2007 03:36:15 -0000 1.1
+++ jdk16/files/license.sh 29 Apr 2010 00:12:28 -0000
@@ -184,6 +184,8 @@
case $reply in
y* | Y*)
agreed=1
+ echo
+ echo "License agreed, continuing to extract"
;;
n* | n*)
echo
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list