From thierry@pompo.net  Sat Aug  9 15:36:26 2003
Return-Path: <thierry@pompo.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 2FADA37B401
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Aug 2003 15:36:26 -0700 (PDT)
Received: from ws90bj.pompo.net (lns-th2-2f-81-56-186-139.adsl.proxad.net [81.56.186.139])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 5B86D43FAF
	for <FreeBSD-gnats-submit@freebsd.org>; Sat,  9 Aug 2003 15:36:25 -0700 (PDT)
	(envelope-from thierry@pompo.net)
Received: by ws90bj.pompo.net (Postfix, from userid 1001)
	id DF02522B982; Sun, 10 Aug 2003 00:36:08 +0200 (CEST)
Message-Id: <20030809223608.DF02522B982@ws90bj.pompo.net>
Date: Sun, 10 Aug 2003 00:36:08 +0200 (CEST)
From: Thierry Thomas <thierry@pompo.net>
Reply-To: Thierry Thomas <thierry@pompo.net>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: french/homard: chase py22 -> py23 + fix typo.
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         55429
>Category:       ports
>Synopsis:       french/homard: chase py22 -> py23 + fix typo.
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 09 15:40:15 PDT 2003
>Closed-Date:    Sat Aug 09 15:49:28 PDT 2003
>Last-Modified:  Sat Aug 09 15:49:28 PDT 2003
>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:
State-Changed-From-To: open->closed 
State-Changed-By: oliver 
State-Changed-When: Sat Aug 9 15:49:14 PDT 2003 
State-Changed-Why:  
Committed, Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=55429 
>Unformatted:
