Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Sep 2008 15:01:14 +0200 (CEST)
From:      "Julian H. Stacey" <jhs@berklix.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/127522: Patch to fix fetch on current/ports/devel/py-mx-experimental
Message-ID:  <200809211301.m8LD1EEP004362@fire.js.berklix.net>
Resent-Message-ID: <200809211310.m8LDA2a8073629@freefall.freebsd.org>

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

>Number:         127522
>Category:       ports
>Synopsis:       Patch to fix fetch on current/ports/devel/py-mx-experimental
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 21 13:10:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     "Julian H. Stacey" <jhs@berklix.com>
>Release:        current amd64
>Organization:
http://berklix.com BSD Linux Unix Consultancy, Munich/Muenchen.
>Environment:
System: FreeBSD fire.js.berklix.net 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Mon Sep 17 23:01:21 CEST 2007 jhs@fire.js.berklix.net:/usr1/src/sys/amd64/compile/FIRE64.small amd64


	
>Description:
	I encountered & fixed this problem using a current ports
	tree on an amd64 with 6.2-RELEASE,
	but amd64 & Release base are irrelevant.
	
>How-To-Repeat:
	Have a make.conf or gate server that works for some modes,
	but not in one mode (yes vague, but not really germane to problem).
	setenv PORTSDIR /pri/FreeBSD/branches/amd64/-current/ports
	cd /pri/FreeBSD/branches/amd64/-current/ports
	[ cd devel/py-mx-experimental ]
	make fetch
		loops froever, fast fetch of /usr/ports never completes.
>Fix:

	Patch appended


*** current/ports/devel/py-mx-experimental/Makefile	Sun Sep 21 13:43:31 2008
--- new-generic/ports/devel/py-mx-experimental/Makefile	Sun Sep 21 14:40:16 2008
***************
*** 16,22 ****
  MAINTAINER=	sergio@softshark.org
  COMMENT=	The eGenix mx Extensions - EXPERIMENTAL Package
  
! FETCH_CMD=	/usr/bin/fetch -ar
  BUILD_DEPENDS=	${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
  #RUN_DEPENDS=	${PYTHON_SITELIBDIR}/mx/BeeBase/BeeBase.py:${PORTSDIR}/lang/py-mx-base
  
--- 16,26 ----
  MAINTAINER=	sergio@softshark.org
  COMMENT=	The eGenix mx Extensions - EXPERIMENTAL Package
  
! # FETCH_CMD=	/usr/bin/fetch -ar
! # Explanation of change:
! #	-ar should have been in FETCH_BEFORE_ARGS
! #	-a loops fast forever on fetch: ftp://gate/pub/FreeBSD/ports/distfiles//egenix-mx-experimental-3.0.0.tar.gz: Protocol error
! FETCH_BEFORE_ARGS ?=	-r
  BUILD_DEPENDS=	${LOCALBASE}/include/gmp.h:${PORTSDIR}/math/libgmp4
  #RUN_DEPENDS=	${PYTHON_SITELIBDIR}/mx/BeeBase/BeeBase.py:${PORTSDIR}/lang/py-mx-base
  
>Release-Note:
>Audit-Trail:
>Unformatted:



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