From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1PRmHN-0002za-VO for garchives@archives.gentoo.org; Sun, 12 Dec 2010 13:47:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 17DD4E0716; Sun, 12 Dec 2010 13:47:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id BC040E0716 for ; Sun, 12 Dec 2010 13:47:50 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EAA2A1B4016 for ; Sun, 12 Dec 2010 13:47:49 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 996) id 71E4F20054; Sun, 12 Dec 2010 13:47:48 +0000 (UTC) From: "Krzysztof Pawlik (nelchael)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, nelchael@gentoo.org Subject: [gentoo-commits] gentoo commit in src/patchsets/resin/4.0.13: mod_caucho-4.0.13-no-jni.patch resin-4.0.13-build.patch resin-4.0.13-classpath.patch X-VCS-Repository: gentoo X-VCS-Files: mod_caucho-4.0.13-no-jni.patch resin-4.0.13-build.patch resin-4.0.13-classpath.patch X-VCS-Directories: src/patchsets/resin/4.0.13 X-VCS-Committer: nelchael X-VCS-Committer-Name: Krzysztof Pawlik Content-Type: text/plain; charset=utf8 Message-Id: <20101212134748.71E4F20054@flycatcher.gentoo.org> Date: Sun, 12 Dec 2010 13:47:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: e5db7984-cb77-4108-9383-726f6f26e82c X-Archives-Hash: 044cf8afa9b76d5d54a7c9763503f845 nelchael 10/12/12 13:47:48 Added: mod_caucho-4.0.13-no-jni.patch resin-4.0.13-build.patch resin-4.0.13-classpath.patch Log: Add patches for Resin 4.0.13. Revision Changes Path 1.1 src/patchsets/resin/4.0.13/mod_caucho-4.0.13-no-jni.= patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/resin/4.= 0.13/mod_caucho-4.0.13-no-jni.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/resin/4.= 0.13/mod_caucho-4.0.13-no-jni.patch?rev=3D1.1&content-type=3Dtext/plain Index: mod_caucho-4.0.13-no-jni.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -Nru resin-4.0.13.vanilla/configure.ac resin-4.0.13/configure.ac --- resin-4.0.13.vanilla/configure.ac 2010-12-12 12:18:03.216908371 +0100 +++ resin-4.0.13/configure.ac 2010-12-12 12:22:30.367266372 +0100 @@ -1072,11 +1072,6 @@ echo "checking for JNI in $JAVA_HOME/include ... found" else JNI=3D"" - AC_MSG_ERROR([ - - *** Can't find JNI directory in JAVA_HOME=3D${JAVA_HOME} - *** JNI is expected in ${JAVA_HOME}/include/$jni_os - ]) fi =20 HAS_JVMTI=3D"" @@ -1091,8 +1086,6 @@ echo "Using JVMTI for class reloading" =20 CFLAGS=3D"$CFLAGS -DHAS_JVMTI" - else - AC_MSG_ERROR([Can't find JVMTI directory ${JNI_INCLUDE_DIR}/jvmti.h]= ) fi fi =20 1.1 src/patchsets/resin/4.0.13/resin-4.0.13-build.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/resin/4.= 0.13/resin-4.0.13-build.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/resin/4.= 0.13/resin-4.0.13-build.patch?rev=3D1.1&content-type=3Dtext/plain Index: resin-4.0.13-build.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -Nru resin-4.0.13.vanilla/build-common.xml resin-4.0.13/build-common= .xml --- resin-4.0.13.vanilla/build-common.xml 2010-12-12 12:18:02.197418371 += 0100 +++ resin-4.0.13/build-common.xml 2010-12-12 14:05:48.818111131 +0100 @@ -37,15 +37,12 @@ =20 - - + + =20 - - - =20 - + @@ -463,7 +456,7 @@ =20 - + @@ -580,7 +573,7 @@ =20 - + @@ -625,10 +618,6 @@ --> =20 - - - - =20 @@ -769,20 +758,12 @@ =20 - - - - - - - =20 =20 - =20 @@ -818,7 +798,6 @@ =20 - 1.1 src/patchsets/resin/4.0.13/resin-4.0.13-classpath.pa= tch file : http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/resin/4.= 0.13/resin-4.0.13-classpath.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo/src/patchsets/resin/4.= 0.13/resin-4.0.13-classpath.patch?rev=3D1.1&content-type=3Dtext/plain Index: resin-4.0.13-classpath.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -Nru resin-4.0.13.vanilla/modules/resin/src/boot-manifest resin-4.0.= 13/modules/resin/src/boot-manifest --- resin-4.0.13.vanilla/modules/resin/src/boot-manifest 2010-12-12 12:18= :02.221406371 +0100 +++ resin-4.0.13/modules/resin/src/boot-manifest 2010-12-12 14:03:29.8501= 11131 +0100 @@ -1,5 +1,5 @@ Main-Class: com.caucho.server.bootstrap.ResinBoot -Class-Path: resin.jar jta-101.jar isorelax.jar jsdk-24.jar jmx-12.jar jc= a-15.jar jstl-11.jar +Class-Path: resin.jar jta-101.jar isorelax.jar resin-servlet-api.jar jmx= -12.jar jca-15.jar jstl-11.jar Extension-Name: com.caucho.server.bootstrap Implementation-Vendor: Caucho Technology, Inc. Implementation-Version: 3.0.1 diff -Nru resin-4.0.13.vanilla/modules/resin/src/manifest resin-4.0.13/mo= dules/resin/src/manifest --- resin-4.0.13.vanilla/modules/resin/src/manifest 2010-12-12 12:18:02.6= 09212371 +0100 +++ resin-4.0.13/modules/resin/src/manifest 2010-12-12 14:03:29.850111131= +0100 @@ -1,4 +1,4 @@ -Class-Path: javaee-16.jar javaee-15.jar pro.jar license.jar hessian.jar = quercus.jar resin-kernel.jar jcache-16.jar webservices-api.jar +Class-Path: javaee-16.jar javaee-15.jar pro.jar license.jar hessian.jar = quercus.jar resin-kernel.jar jcache-16.jar webservices-api.jar resin-serv= let-api.jar Implementation-Vendor: Caucho Technology, Inc. Implementation-Version: 4.0.13 J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclien= t.DeploymentFactoryImpl diff -Nru resin-4.0.13.vanilla/modules/resin/src/manifest.in resin-4.0.13= /modules/resin/src/manifest.in --- resin-4.0.13.vanilla/modules/resin/src/manifest.in 2010-12-12 12:18:0= 2.609212371 +0100 +++ resin-4.0.13/modules/resin/src/manifest.in 2010-12-12 14:03:29.854111= 131 +0100 @@ -1,4 +1,4 @@ -Class-Path: javaee-16.jar javaee-15.jar pro.jar license.jar hessian.jar = quercus.jar resin-kernel.jar jcache-16.jar webservices-api.jar +Class-Path: javaee-16.jar javaee-15.jar pro.jar license.jar hessian.jar = quercus.jar resin-kernel.jar jcache-16.jar webservices-api.jar resin-serv= let-api.jar Implementation-Vendor: Caucho Technology, Inc. Implementation-Version: @VERSION@ J2EE-DeploymentFactory-Implementation-Class: com.caucho.j2ee.deployclien= t.DeploymentFactoryImpl