Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Oct 2012 14:02:12 GMT
From:      Alberto Villa <avilla@FreeBSD.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/173216: [patch] editors/spe: fix fetch
Message-ID:  <201210301402.q9UE2CCE017539@red.freebsd.org>
Resent-Message-ID: <201210301410.q9UEA0h2090346@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         173216
>Category:       ports
>Synopsis:       [patch] editors/spe: fix fetch
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 30 14:10:00 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Alberto Villa
>Release:        
>Organization:
>Environment:
>Description:
editors/spe fails to fetch returning HTTP 302.
>How-To-Repeat:
# make fetch -C /usr/ports/editors/spe
>Fix:
Strip -A from FETCH_ARGS.

Patch attached with submission follows:

Index: Makefile
===================================================================
--- Makefile	(revision 306588)
+++ Makefile	(working copy)
@@ -18,6 +18,7 @@
 
 NO_BUILD=	yes
 
+FETCH_ARGS=	-Fpr
 USE_PYTHON=	yes
 USE_WX=		2.6
 WANT_UNICODE=	yes


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210301402.q9UE2CCE017539>