From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 8 23:20:09 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 67EA81065670 for ; Thu, 8 Sep 2011 23:20:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 576D58FC14 for ; Thu, 8 Sep 2011 23:20:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p88NK9mm050676 for ; Thu, 8 Sep 2011 23:20:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p88NK9SG050675; Thu, 8 Sep 2011 23:20:09 GMT (envelope-from gnats) Date: Thu, 8 Sep 2011 23:20:09 GMT Message-Id: <201109082320.p88NK9SG050675@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Allen Landsidel Cc: Subject: Re: ports/160570: port incorrectly marked as broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Allen Landsidel List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Sep 2011 23:20:09 -0000 The following reply was made to PR ports/160570; it has been noted by GNATS. From: Allen Landsidel To: bug-followup@FreeBSD.org, landsidel.allen@gmail.com Cc: Subject: Re: ports/160570: port incorrectly marked as broken Date: Thu, 08 Sep 2011 19:11:18 -0400 Due to the age, it seems best to not mess around with MASTER_SITE_ECLIPSE just now. In the Mk/bsd.sites.mk I added a new section after MASTER_SITE_ECLIPSE. The master sites look like they are mostly still correct for newer versions of swt. .if !defined(IGNORE_MASTER_SITE_ECLIPSE_ARCHIVE) MASTER_SITE_ECLIPSE_ARCHIVE+= \ http://archive.eclipse.org/eclipse/downloads/drops/%SUBDIR%/ .endif And changed the Makefile for x11-toolkits/swt to use MASTER_SITE_ECLIPSE_ARCHIVE instead. Make fetch works as expected. Not sure if this is the correct way to name an old/archival master site or not.