From owner-freebsd-ports@FreeBSD.ORG Sat May 12 12:40:23 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 47FED106566B; Sat, 12 May 2012 12:40:23 +0000 (UTC) (envelope-from horst.leitenmueller@liwest.at) Received: from lilzmailso02.liwest.at (lilzmailso02.liwest.at [212.33.55.13]) by mx1.freebsd.org (Postfix) with ESMTP id CB5FC8FC15; Sat, 12 May 2012 12:40:22 +0000 (UTC) Received: from [90.146.7.130] (helo=[192.168.10.21]) by lilzmailso02.liwest.at with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.76) (envelope-from ) id 1STBO1-00030N-7P; Sat, 12 May 2012 14:25:25 +0200 From: Horst Leitenmueller Content-Type: multipart/mixed; boundary=Apple-Mail-172--111485931 Date: Sat, 12 May 2012 14:24:43 +0200 Message-Id: <75AA0468-E741-4765-8CC1-158677056C0E@liwest.at> To: Jonathan Chen Mime-Version: 1.0 (Apple Message framework v1084) X-Mailer: Apple Mail (2.1084) X-Spam-Score: -1.4 (-) Cc: freebsd-ports@freebsd.org, freebsd-java@FreeBSD.org Subject: Patch for JBoss5 to make it buildable again (Maven/JBoss Repositories Problem) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 May 2012 12:40:23 -0000 --Apple-Mail-172--111485931 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii Hi Jonathan, as portmaintainer could you please change the actual = /usr/ports/jboss5/files/patch-pom-xml with this one --Apple-Mail-172--111485931 Content-Disposition: attachment; filename=patch-pom-xml Content-Type: application/octet-stream; name="patch-pom-xml" Content-Transfer-Encoding: 7bit --- pom.xml.orig 2012-05-11 16:49:20.000000000 +0200 +++ pom.xml 2012-05-12 11:27:13.000000000 +0200 @@ -285,7 +285,7 @@ repository.jboss.org JBoss Releases Repository - http://repository.jboss.org/maven2 + http://repository.jboss.org/nexus/content/groups/public true @@ -293,7 +293,7 @@ false - + snapshots.jboss.org JBoss Snapshots Repository http://snapshots.jboss.org/maven2 @@ -304,6 +304,50 @@ true + + releases.jboss.org + JBoss Release Repository + https://repository.jboss.org/nexus/content/repositories/releases/ + + true + + + false + + + + public.jboss.org + JBoss Public Repository + https://repository.jboss.org/nexus/content/repositories/public/ + + true + + + false + + + + thirdparty.jboss.org + JBoss Thirdparty Repository + https://repository.jboss.org/nexus/content/repositories/thirdparty-releases/ + + true + + + false + + + + deprecated.jboss.org + JBoss Deprecated Repository + https://repository.jboss.org/nexus/content/repositories/deprecated + + true + + + false + + @@ -311,7 +355,7 @@ repository.jboss.org JBoss Plugin Releases - http://repository.jboss.org/maven2 + http://repository.jboss.org/nexus/content/groups/public-jboss true @@ -330,6 +374,17 @@ true + + releases.jboss.org + JBoss Release Repository + https://repository.jboss.org/nexus/content/repositories/releases/ + + true + + + false + + --Apple-Mail-172--111485931 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=us-ascii i change all repositories to the actual valid ones, the actual patch = contains glassfish repo which responds with garbage... and jboss5 is not buildable with the actual patch tested it: on 8.2-RELEASE-p6 amd64=20 thanx in advance br horst PS if urgent for somebody change the = /usr/ports/jboss5/files/patch-pom-xml with the attached one; nothing = else todo= --Apple-Mail-172--111485931--