From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Dec 10 23:00:12 2012 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 530F26CD for ; Mon, 10 Dec 2012 23:00:12 +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 036838FC12 for ; Mon, 10 Dec 2012 23:00:07 +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 qBAN010N006846 for ; Mon, 10 Dec 2012 23:00:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id qBAN01AM006845; Mon, 10 Dec 2012 23:00:01 GMT (envelope-from gnats) Resent-Date: Mon, 10 Dec 2012 23:00:01 GMT Resent-Message-Id: <201212102300.qBAN01AM006845@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, Radim Kolar Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 59C285E2 for ; Mon, 10 Dec 2012 22:55:31 +0000 (UTC) (envelope-from hsn@sendmail.cz) Received: from ponto.amerinoc.com (ponto.amerinoc.com [64.6.108.239]) by mx1.freebsd.org (Postfix) with ESMTP id 326798FC08 for ; Mon, 10 Dec 2012 22:55:30 +0000 (UTC) Received: from fbsd9.localdomain (205.83.broadband7.iol.cz [88.102.83.205]) (authenticated bits=128) by ponto.amerinoc.com (8.14.5/8.14.5) with ESMTP id qBAMFOfW015482 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 10 Dec 2012 23:15:28 +0100 (CET) (envelope-from hsn@sendmail.cz) Received: from fbsd9.localdomain (localhost [127.0.0.1]) by fbsd9.localdomain (8.14.5/8.14.5) with ESMTP id qBAMFINn057812; Mon, 10 Dec 2012 23:15:18 +0100 (CET) (envelope-from hsn@fbsd9.localdomain) Received: (from hsn@localhost) by fbsd9.localdomain (8.14.5/8.14.5/Submit) id qBAMFIu6057811; Mon, 10 Dec 2012 23:15:18 +0100 (CET) (envelope-from hsn) Message-Id: <201212102215.qBAMFIu6057811@fbsd9.localdomain> Date: Mon, 10 Dec 2012 23:15:18 +0100 (CET) From: Radim Kolar To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/174347: [PATCH] net/hornetq: upgrade to jdk1.7 Cc: hsn@sendmail.cz 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, 10 Dec 2012 23:00:12 -0000 >Number: 174347 >Category: ports >Synopsis: [PATCH] net/hornetq: upgrade to jdk1.7 >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 Dec 10 23:00:01 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Radim Kolar >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: System: FreeBSD fbsd9.localdomain 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Dec 5 02:38:20 CET >Description: use jdk 1.7 support configurable vmargs Port maintainer (hsn@sendmail.cz) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports) >How-To-Repeat: >Fix: --- hornetq-2.2.14_1.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/hornetq/Makefile ./Makefile --- /usr/ports/net/hornetq/Makefile 2012-11-17 07:00:02.000000000 +0100 +++ ./Makefile 2012-12-10 19:40:23.087329413 +0100 @@ -7,6 +7,7 @@ PORTNAME= hornetq PORTVERSION= 2.2.14 +PORTREVISION= 1 CATEGORIES= net java MASTER_SITES= http://downloads.jboss.org/hornetq/ DISTNAME= ${PORTNAME}-${PORTVERSION}.Final @@ -21,7 +22,7 @@ USE_RC_SUBR= hornetq USE_JAVA= yes -JAVA_VERSION= 1.6 +JAVA_VERSION= 1.7 JAVA_VENDOR= openjdk NO_BUILD= yes diff -ruN --exclude=CVS /usr/ports/net/hornetq/files/hornetq.in ./files/hornetq.in --- /usr/ports/net/hornetq/files/hornetq.in 2012-11-17 07:00:02.000000000 +0100 +++ ./files/hornetq.in 2012-12-10 20:48:57.427311478 +0100 @@ -38,6 +38,7 @@ hornetq_enable=${hornetq_enable:-"NO"} hornetq_config=${hornetq_config:-"non-clustered"} +hornetq_vmargs=${hornetq_vmargs:-""} hornetq_deployment=${hornetq_deployment:-"hornetq-beans.xml"} hornetq_data=${hornetq_data:-"/var/spool/hornetq"} @@ -54,7 +55,8 @@ export HORNETQ_HOME=%%DATADIR%% export CLUSTER_PROPS=-Ddata.dir=${hornetq_data} export JAVA_VENDOR=openjdk -export JAVA_VERSION=1.6 +export JAVA_VERSION=1.7 +export CLUSTER_PROPS="${hornetq_vmargs}" hornetq_prestop() { $HORNETQ_HOME/bin/stop.sh %%DATADIR%%/config/stand-alone/${hornetq_config} --- hornetq-2.2.14_1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: