From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Dec 16 09:40:11 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 1C19F106564A for ; Fri, 16 Dec 2011 09:40:11 +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 D33ED8FC18 for ; Fri, 16 Dec 2011 09:40:10 +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 pBG9eAvm025340 for ; Fri, 16 Dec 2011 09:40:10 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) id pBG9eALk025339; Fri, 16 Dec 2011 09:40:10 GMT (envelope-from gnats) Resent-Date: Fri, 16 Dec 2011 09:40:10 GMT Resent-Message-Id: <201112160940.pBG9eALk025339@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, Pavel Polyakov Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B0D6F1065675 for ; Fri, 16 Dec 2011 09:37:32 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from red.freebsd.org (red.freebsd.org [IPv6:2001:4f8:fff6::22]) by mx1.freebsd.org (Postfix) with ESMTP id A02068FC12 for ; Fri, 16 Dec 2011 09:37:32 +0000 (UTC) Received: from red.freebsd.org (localhost [127.0.0.1]) by red.freebsd.org (8.14.4/8.14.4) with ESMTP id pBG9bW0C093793 for ; Fri, 16 Dec 2011 09:37:32 GMT (envelope-from nobody@red.freebsd.org) Received: (from nobody@localhost) by red.freebsd.org (8.14.4/8.14.4/Submit) id pBG9bWxk093792; Fri, 16 Dec 2011 09:37:32 GMT (envelope-from nobody) Message-Id: <201112160937.pBG9bWxk093792@red.freebsd.org> Date: Fri, 16 Dec 2011 09:37:32 GMT From: Pavel Polyakov To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/163330: Port: net/rwhoisd removed by mistake? X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Dec 2011 09:40:11 -0000 >Number: 163330 >Category: ports >Synopsis: Port: net/rwhoisd removed by mistake? >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Dec 16 09:40:10 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Pavel Polyakov >Release: >Organization: >Environment: >Description: Port: net/rwhoisd Moved: Date: 2011-08-01 Reason: Has expired: Looks like abandonware, no more public distfiles Actually, distfiles are available by urls specified in Makefile: Old http://www.rwhois.net/ftp/ redirects to the new place http://projects.arin.net/rwhois/ftp/ >How-To-Repeat: >Fix: (assuming the presense of cvs port tree) cd /usr/ports/net/rwhoisd && cvs up -r RELEASE_8_2_0 Also, it fails to build with >1 parallel jobs. Recommended patch: --- Makefile0 2011-12-14 13:23:12.000000000 +0200 +++ Makefile 2011-12-14 14:18:31.000000000 +0200 @@ -9,7 +9,8 @@ PORTVERSION= 1.5.9.6 PORTREVISION= 1 CATEGORIES= net ipv6 -MASTER_SITES= http://www.rwhois.net/ftp/ \ +MASTER_SITES= http://projects.arin.net/rwhois/ftp/ \ + http://www.rwhois.net/ftp/ \ http://www.rwhois.net/ftp/older_releases/ MAINTAINER= ports@FreeBSD.org @@ -34,6 +35,8 @@ PORTDOCS= INSTALL.html TODO UPGRADE operations_guide.html \ operations_guide.txt rfc2167.txt security.html security.txt +MAKE_JOBS_UNSAFE=yes + .include .if defined(WITHOUT_IPV6) >Release-Note: >Audit-Trail: >Unformatted: