svn commit: r520809 - head/cad/astk-serveur
Thierry Thomas
thierry at FreeBSD.org
Tue Dec 24 16:45:23 UTC 2019
Author: thierry
Date: Tue Dec 24 16:45:22 2019
New Revision: 520809
URL: https://svnweb.freebsd.org/changeset/ports/520809
Log:
1- Set IGNORE for FreeBSD < 12 and for 32 bits systems;
2- Fix plist without MPI.
Reported by: 1) pfg 2) pointyhat
Modified:
head/cad/astk-serveur/Makefile
head/cad/astk-serveur/pkg-plist
Modified: head/cad/astk-serveur/Makefile
==============================================================================
--- head/cad/astk-serveur/Makefile Tue Dec 24 14:13:06 2019 (r520808)
+++ head/cad/astk-serveur/Makefile Tue Dec 24 16:45:22 2019 (r520809)
@@ -15,6 +15,9 @@ COMMENT?= Graphical interface for Code_Aster (server s
LICENSE= GPLv2
+NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc
+NOT_FOR_ARCHS_REASON= ARG_MAX is too small for Code_Aster on 32 bits systems
+
#-----------------------------------------------------------------------
# You may define these options:
#
@@ -59,7 +62,7 @@ conf_dir= ${WRKSRC}/etc/astkrc
.include <bsd.port.pre.mk>
-.if ${OPSYS} == FreeBSD && ((${OSREL:R} == 12 && ${OSVERSION} < 1201506) \
+.if ${OPSYS} == FreeBSD && ((${OSREL:R} <= 12 && ${OSVERSION} < 1201506) \
|| (${OSREL:R} > 12 && ${OSVERSION} < 1300068))
# ASTK is not useful without french/aster
IGNORE= a larger value of ARG_MAX is needed for Code_Aster, please upgrade your system
Modified: head/cad/astk-serveur/pkg-plist
==============================================================================
--- head/cad/astk-serveur/pkg-plist Tue Dec 24 14:13:06 2019 (r520808)
+++ head/cad/astk-serveur/pkg-plist Tue Dec 24 16:45:22 2019 (r520809)
@@ -590,7 +590,7 @@
%%SERV%%%%ASTKDIR%%/unittest/datafiles/with_win_CR.export
%%SERV%%%%ASTKDIR%%/unittest/run_test.py
%%SERV%%%%ASTKDIR%%/unittest/test_relocate.py
-%%SERV%%aster/aster-mpihosts
+%%MPI%%%%SERV%%aster/aster-mpihosts
%%SERV%%%%ETCDIR%%/asrun
%%SERV%%%%ETCDIR%%/aster
%%SERV%%%%ETCDIR%%/config_nodename
More information about the svn-ports-all
mailing list