ports/127522: Patch to fix fetch on current/ports/devel/py-mx-experimental

Julian H. Stacey jhs at berklix.org
Sun Sep 21 13:10:03 UTC 2008


>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 at 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 at 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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list