Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 25 Dec 2019 13:35:06 +0000 (UTC)
From:      Thierry Thomas <thierry@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r520858 - in head: cad/astk-serveur french/aster french/homard
Message-ID:  <201912251335.xBPDZ6UQ087304@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thierry
Date: Wed Dec 25 13:35:06 2019
New Revision: 520858
URL: https://svnweb.freebsd.org/changeset/ports/520858

Log:
  Let Code_Aster use Python-3.7.

Modified:
  head/cad/astk-serveur/Makefile
  head/french/aster/Makefile
  head/french/homard/Makefile

Modified: head/cad/astk-serveur/Makefile
==============================================================================
--- head/cad/astk-serveur/Makefile	Wed Dec 25 13:30:20 2019	(r520857)
+++ head/cad/astk-serveur/Makefile	Wed Dec 25 13:35:06 2019	(r520858)
@@ -3,6 +3,7 @@
 
 PORTNAME=	astk
 DISTVERSION=	2019.0-1
+PORTREVISION=	1
 CATEGORIES=	cad
 .if !defined(CLIENT_SEUL)
 PKGNAMESUFFIX=	-serveur
@@ -35,7 +36,7 @@ RUN_DEPENDS+=	${SHELL_INSTALL_ASTER}:shells/${SHIADEP}
 
 USES=		gettext
 .if !defined(CLIENT_SEUL)
-USES+=		python:3.6 shebangfix tk:build
+USES+=		python:3.6+ shebangfix tk:build
 SHEBANG_FILES=	unittest/run_test.py
 .else
 USES+=		tk

Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile	Wed Dec 25 13:30:20 2019	(r520857)
+++ head/french/aster/Makefile	Wed Dec 25 13:35:06 2019	(r520858)
@@ -3,6 +3,7 @@
 
 PORTNAME=	aster
 DISTVERSION=	${ASTER_DISTVERSION}
+PORTREVISION=	1
 CATEGORIES=	french cad
 
 MAINTAINER=	thierry@FreeBSD.org
@@ -48,7 +49,7 @@ LIB_DEPENDS+=	libhdf5.so:science/hdf5				\
 RUN_DEPENDS+=	${SHELL_INSTALL_ASTER}:shells/${SHIADEP}	\
 		astk-serveur>0:cad/astk-serveur
 
-USES=		bison fortran gettext python:3.6 qt:5 tk
+USES=		bison fortran gettext python:3.6+ qt:5 tk
 USE_BINUTILS=	yes
 USE_QT=		linguisttools_build
 
@@ -88,7 +89,7 @@ INTERACTIVE_SCRIPTS=	check_compilers.py setup.py
 
 .if ${OPSYS} == FreeBSD && ((${OSREL:R} <= 12 && ${OSVERSION} < 1201506)	\
 			|| (${OSREL:R} > 12 && ${OSVERSION} < 1300068))
-BROKEN=	a larger value of ARG_MAX is needed for Code_Aster, please upgrade your system
+#BROKEN=	a larger value of ARG_MAX is needed for Code_Aster, please upgrade your system
 .endif
 
 .if ${ARCH} == "i386"

Modified: head/french/homard/Makefile
==============================================================================
--- head/french/homard/Makefile	Wed Dec 25 13:30:20 2019	(r520857)
+++ head/french/homard/Makefile	Wed Dec 25 13:35:06 2019	(r520858)
@@ -3,22 +3,23 @@
 
 PORTNAME=	homard
 DISTVERSION=	11.12-aster2
+PORTREVISION=	1
 CATEGORIES=	french cad linux
 
 MAINTAINER=	thierry@FreeBSD.org
 COMMENT=	Refinement and de-refinement mesh tool
 
+ONLY_FOR_ARCHS=	amd64 i386
+
 BUILD_DEPENDS=	${LOCALBASE}/aster/${VER}/bin/aster:french/aster
 RUN_DEPENDS=	${LOCALBASE}/bin/bash:shells/bash		\
 		${LOCALBASE}/aster/${VER}/bin/aster:french/aster
 
+USES=		linux python:3.6+ shebangfix
+
 RESTRICTED=	The free downloading of HOMARD software is only allowed for coupling\
 		with Code_Aster. For any other use, a license agreement is requested.\
 		Please contact HOMARD project: <homard@edf.fr>.
-
-ONLY_FOR_ARCHS=	amd64 i386
-
-USES=		linux python:3.6 shebangfix
 SHEBANG_FILES=	${WRKSRC}/ASTER_HOMARD/homard	\
 		${WRKSRC}/homard_base ${WRKSRC}/setup_homard.py
 REINPLACE_ARGS=	-i ""



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