From owner-freebsd-java@FreeBSD.ORG Thu Nov 6 12:00:49 2003 Return-Path: Delivered-To: freebsd-java@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B134516A4CE for ; Thu, 6 Nov 2003 12:00:49 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CBB0043F75 for ; Thu, 6 Nov 2003 12:00:41 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id hA6K0fFY016006 for ; Thu, 6 Nov 2003 12:00:41 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id hA6K0fIM016005; Thu, 6 Nov 2003 12:00:41 -0800 (PST) (envelope-from gnats) Resent-Date: Thu, 6 Nov 2003 12:00:41 -0800 (PST) Resent-Message-Id: <200311062000.hA6K0fIM016005@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-java@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Herve Quiroz Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DB1CC16A4CE for ; Thu, 6 Nov 2003 11:56:37 -0800 (PST) Received: from andouillette.esil.univ-mrs.fr (andouillette.esil.univ-mrs.fr [139.124.41.109]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8897143F93 for ; Thu, 6 Nov 2003 11:56:36 -0800 (PST) (envelope-from rv@andouillette.esil.univ-mrs.fr) Received: from andouillette.esil.univ-mrs.fr (localhost.esil.univ-mrs.fr [127.0.0.1])hA6JllPP036266 for ; Thu, 6 Nov 2003 20:47:47 +0100 (CET) (envelope-from rv@andouillette.esil.univ-mrs.fr) Received: (from rv@localhost)hA6Jll9w036265; Thu, 6 Nov 2003 20:47:47 +0100 (CET) Message-Id: <200311061947.hA6Jll9w036265@andouillette.esil.univ-mrs.fr> Date: Thu, 6 Nov 2003 20:47:47 +0100 (CET) From: Herve Quiroz To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: java/59021: Mk/bsd.sites.mk: MASTER_SITE_APACHE_JAKARTA is broken X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Herve Quiroz List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Nov 2003 20:00:49 -0000 >Number: 59021 >Category: java >Synopsis: Mk/bsd.sites.mk: MASTER_SITE_APACHE_JAKARTA is broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-java >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Thu Nov 06 12:00:41 PST 2003 >Closed-Date: >Last-Modified: >Originator: Herve Quiroz >Release: FreeBSD 5.1-RELEASE-p10 i386 >Organization: >Environment: System: FreeBSD andouillette.esil.univ-mrs.fr 5.1-RELEASE-p10 FreeBSD 5.1-RELEASE-p10 #0: Mon Nov 3 15:33:19 CET 2003 root@andouillette.esil.univ-mrs.fr:/usr/obj/usr/src/sys/ASSIMILATED i386 >Description: The sites in MASTER_SITE_APACHE_JAKARTA are no longer valid. The following ports are concerned: www/jakarta-jmeter/Makefile www/mod_jk/Makefile (but the port has been scheduled for removal after Feb. 2) www/jetspeed/Makefile (but it has been commented out in the Makefile) www/mod_jk2/Makefile Some other ports should use MASTER_SITE_APACHE_JAKARTA by the way: jakarta-bcel jakarta-commons-beanutils jakarta-commons-cli jakarta-commons-collections jakarta-commons-dbcp jakarta-commons-lang jakarta-commons-logging jakarta-commons-pool jakarta-log4j jakarta-oro jakarta-regexp jakarta-struts >How-To-Repeat: $cd /usr/ports/www/jakarta-jmeter/ $make >Fix: I haven't got a "clean" fix for now. Mostly because the concerned ports are quite old regardless. IMHO, a "good" value for MASTER_SITE_APACHE_JAKARTA would be: MASTER_SITE_APACHE_JAKARTA+= \ http://apache.crihan.fr/dist/jakarta/%SUBDIR%/ \ http://mir2.ovh.net/ftp.apache.org/dist/jakarta/%SUBDIR%/ \ ftp://mir1.ovh.net/ftp.apache.org/dist%SUBDIR%/ \ ftp://ftp.inria.fr/pub/Apache/jakarta/%SUBDIR%/ \ http://www.apache.org/dist/jakarta/%SUBDIR%/ \ At least I know that the Jakarta ports I maintain (java/jakarta-log4j for example) would not work with the current value and will work with these ones. >Release-Note: >Audit-Trail: >Unformatted: >> jakarta-jmeter-1.9.tgz doesn't seem to exist in /usr/ports/distfiles/. >> Attempting to fetch from http://jakarta.apache.org/builds/jakarta-jmeter/release/v1.9/. fetch: http://jakarta.apache.org/builds/jakarta-jmeter/release/v1.9/jakarta-jmeter-1.9.tgz: Moved Permanently >> Attempting to fetch from http://nagoya.apache.org/dist/jakarta/jakarta-jmeter/release/v1.9/. fetch: http://nagoya.apache.org/dist/jakarta/jakarta-jmeter/release/v1.9/jakarta-jmeter-1.9.tgz: Moved Permanently >> Attempting to fetch from ftp://ftp.FreeBSD.org/pub/FreeBSD/ports/distfiles/.