ports/55429: french/homard: chase py22 -> py23 + fix typo.
Thierry Thomas
thierry at pompo.net
Sat Aug 9 22:41:29 UTC 2003
>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 at 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:
More information about the freebsd-ports-bugs
mailing list