Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 10 Aug 2003 00:36:08 +0200 (CEST)
From:      Thierry Thomas <thierry@pompo.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/55429: french/homard: chase py22 -> py23 + fix typo.
Message-ID:  <20030809223608.DF02522B982@ws90bj.pompo.net>
Resent-Message-ID: <200308092240.h79MeH9i051997@freefall.freebsd.org>

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

>Number:         55429
>Category:       ports
>Synopsis:       french/homard: chase py22 -> py23 + fix typo.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 09 15:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 5.1-RELEASE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD ws90bj.pompo.net 5.1-RELEASE FreeBSD 5.1-RELEASE #0: Sat Aug 9 10:48:19 CEST 2003 thierry@ws90bj.pompo.net:/usr/obj/usr/src/sys/WS90BJ-030610 i386


	
>Description:
	- a typo has been introduced with portrevision 1, and the script
	  homard is unusable;
	- chase the upgrade from py22 to py23.

>How-To-Repeat:
	cd /usr/ports/french/aster
	make test -DMAINTAINER_MODE

	4 tests wich use homard will fail.

>Fix:
	Please apply the following patch:

--- homard.diff begins here ---
--- french/homard/Makefile.orig	Thu Jul 24 17:53:43 2003
+++ french/homard/Makefile	Sat Aug  9 23:30:17 2003
@@ -7,7 +7,7 @@
 
 PORTNAME=	homard
 PORTVERSION=	5.5
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	french cad linux python
 MASTER_SITES=	http://www.code-aster.org/FICHIERS/homard/
 DISTNAME=	${PORTNAME}_linux_${PORTVERSION}
@@ -49,9 +49,9 @@
 BRANDELF?=	/usr/bin/brandelf
 
 post-patch:
-	@${REINPLACE_CMD} -e "s#HOMARD_REP_PRO=/??????#HOMARD_REP_PRO=${ASTER_TOOLS}#"	\
-		-e "s#HOMARD_REP_EXE=/??????#HOMARD_REP_EXE=${PREFIX}/bin#"		\
-		-e "s#/??????#${PYTHON_CMD}#"		\
+	@${REINPLACE_CMD} -e "s#HOMARD_REP_PRO=??????#HOMARD_REP_PRO=${ASTER_TOOLS}#"	\
+		-e "s#HOMARD_REP_EXE=??????#HOMARD_REP_EXE=${PREFIX}/bin#"		\
+		-e "s#PYTHON_EXE=??????#PYTHON_EXE=${PYTHON_CMD}#"			\
 		${WRKSRC}/${PORTNAME}
 	@${CHMOD} u+w ${WRKSRC}/${AHPY}
 
--- homard.diff ends here ---

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



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