ports/163330: Port: net/rwhoisd removed by mistake?

Pavel Polyakov bsd at kobyla.org
Fri Dec 16 09:40:11 UTC 2011


>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 at 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 <bsd.port.pre.mk>
 
 .if defined(WITHOUT_IPV6)


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list