diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2019-02-17 05:54:22 +0800 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2019-02-17 05:54:22 +0800 |
commit | 20d852e362df66a5866219e0999fadf4a10ae081 (patch) | |
tree | 1e03c6e77b3b7e7f6f7cb7785b51163f50f6964e /french | |
parent | 4f8ea8f48fbd2cca05cef4ba94df6976e6da8c52 (diff) | |
download | freebsd-ports-gnome-20d852e362df66a5866219e0999fadf4a10ae081.tar.gz freebsd-ports-gnome-20d852e362df66a5866219e0999fadf4a10ae081.tar.zst freebsd-ports-gnome-20d852e362df66a5866219e0999fadf4a10ae081.zip |
- Fix BROKEN: actually it is broken on amd64 for all versions since r490369
on math/metis;
- Remove deprecation caused by Qt4: it builds without pylupdate4, but
translations are missing.
Diffstat (limited to 'french')
-rw-r--r-- | french/aster/Makefile | 11 | ||||
-rw-r--r-- | french/aster/pkg-plist | 3 |
2 files changed, 4 insertions, 10 deletions
diff --git a/french/aster/Makefile b/french/aster/Makefile index ac4629e6d695..5c2f08a377df 100644 --- a/french/aster/Makefile +++ b/french/aster/Makefile @@ -3,7 +3,7 @@ PORTNAME= aster DISTVERSION= ${ASTER_DISTVERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= french cad MAINTAINER= thierry@FreeBSD.org @@ -11,11 +11,8 @@ COMMENT= Code_Aster finite element method solver LICENSE= GPLv2 -DEPRECATED= Qt4 has been EOL since december 2015 -EXPIRATION_DATE= 2019-03-15 - -BROKEN_FreeBSD_12= does not build (conflicting types for 'WritePermutation' ibc/renum/onmetl.c vs /usr/local/include/programs/proto.h) -BROKEN_FreeBSD_13= does not build (conflicting types for 'WritePermutation' ibc/renum/onmetl.c vs /usr/local/include/programs/proto.h) +# Broken since r490369 on math/metis +BROKEN_amd64= does not build (conflicting types for 'WritePermutation' ibc/renum/onmetl.c vs /usr/local/include/programs/proto.h) #----------------------------------------------------------------------- # You may define these options: @@ -40,10 +37,10 @@ BROKEN_FreeBSD_13= does not build (conflicting types for 'WritePermutation' ibc/ BUILD_DEPENDS+= astk-serveur>0:cad/astk-serveur \ ${SHELL_INSTALL_ASTER}:shells/${SHIADEP} \ ${LOCALBASE}/lib/libscotch.a:cad/scotch \ - pylupdate4:textproc/py-qt4-xml \ gnproc:sysutils/coreutils \ bash:shells/bash \ ${PYNUMPY} +# pylupdate5:textproc/py-qt5-xml LIB_DEPENDS+= libhdf5-18.so:science/hdf5-18 \ libmetis.so:math/metis \ libomp.so:devel/openmp \ diff --git a/french/aster/pkg-plist b/french/aster/pkg-plist index 1fd55175b51a..7c9f8c5d693f 100644 --- a/french/aster/pkg-plist +++ b/french/aster/pkg-plist @@ -195,9 +195,6 @@ aster/%%VE%%/lib/aster/Calc_essai/ce_visu.pyo aster/%%VE%%/lib/aster/Calc_essai/outils_ihm.py aster/%%VE%%/lib/aster/Calc_essai/outils_ihm.pyc aster/%%VE%%/lib/aster/Calc_essai/outils_ihm.pyo -aster/%%VE%%/lib/aster/Cata/catapy_en_US.qm -aster/%%VE%%/lib/aster/Cata/catapy_ja_JP.qm -aster/%%VE%%/lib/aster/Cata/catapy_ro_RO.qm aster/%%VE%%/lib/aster/Cata_Utils/__init__.py aster/%%VE%%/lib/aster/Cata_Utils/__init__.pyc aster/%%VE%%/lib/aster/Cata_Utils/__init__.pyo |