svn commit: r493099 - head/french/aster
Thierry Thomas
thierry at FreeBSD.org
Sat Feb 16 21:54:24 UTC 2019
Author: thierry
Date: Sat Feb 16 21:54:22 2019
New Revision: 493099
URL: https://svnweb.freebsd.org/changeset/ports/493099
Log:
- 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.
Modified:
head/french/aster/Makefile
head/french/aster/pkg-plist
Modified: head/french/aster/Makefile
==============================================================================
--- head/french/aster/Makefile Sat Feb 16 20:55:35 2019 (r493098)
+++ head/french/aster/Makefile Sat Feb 16 21:54:22 2019 (r493099)
@@ -3,7 +3,7 @@
PORTNAME= aster
DISTVERSION= ${ASTER_DISTVERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= french cad
MAINTAINER= thierry at FreeBSD.org
@@ -11,12 +11,9 @@ COMMENT= Code_Aster finite element method solver
LICENSE= GPLv2
-DEPRECATED= Qt4 has been EOL since december 2015
-EXPIRATION_DATE= 2019-03-15
+# 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)
-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)
-
#-----------------------------------------------------------------------
# You may define these options:
#
@@ -40,10 +37,10 @@ BROKEN_FreeBSD_13= does not build (conflicting types f
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 \
Modified: head/french/aster/pkg-plist
==============================================================================
--- head/french/aster/pkg-plist Sat Feb 16 20:55:35 2019 (r493098)
+++ head/french/aster/pkg-plist Sat Feb 16 21:54:22 2019 (r493099)
@@ -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
More information about the svn-ports-all
mailing list