aboutsummaryrefslogtreecommitdiff
path: root/cad/astk-serveur
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* editors/emacs: Update to 27.2Joseph Mingrone2021-03-261-0/+1
| | | | | | | | | | | | This is a bug-fix release with no new features. https://www.gnu.org/software/emacs/news/NEWS.27.2 Reviewed by: ashish Differential Revision: https://reviews.freebsd.org/D27700 Notes: svn path=/head/; revision=569232
* Upgrade Code_Aster to 14.6.0-1.Thierry Thomas2020-11-261-12/+13
| | | | | | | | | | | | | | | | | | | | This implies: - french /aster builds fine with clang, but it seg-faults: switched to Gcc - ASTK is upgraded to 2019.0-1 - math/mumps is upgraded to 5.1.2-aster7 - TFEL/MFront is now required, but when the compilers of tfel and aster are different, it cannot be linked . recopopy science/tfel to science/tfel-edf and depends on science/tfel-edf . science/tfel-edf is built by Gcc, from the sources included in Aster's tarball . register the conflicts Notes: svn path=/head/; revision=556349
* Also mark as not for powerpcspe.Mark Linimon2020-09-191-1/+1
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=548931
* Really fix plist.Thierry Thomas2019-12-271-1/+1
| | | | Notes: svn path=/head/; revision=521022
* Let Code_Aster use Python-3.7.Thierry Thomas2019-12-251-1/+2
| | | | Notes: svn path=/head/; revision=520858
* 1- Set IGNORE for FreeBSD < 12 and for 32 bits systems;Thierry Thomas2019-12-242-2/+5
| | | | | | | | | 2- Fix plist without MPI. Reported by: 1) pfg 2) pointyhat Notes: svn path=/head/; revision=520809
* Upgrade Code_Aster to 14.4.0-1.Thierry Thomas2019-12-232-253/+269
| | | | | | | PR: 242655 Notes: svn path=/head/; revision=520739
* Convert to UCL & cleanup pkg-message (categories a-c)Mathieu Arnold2019-08-132-0/+12
| | | | Notes: svn path=/head/; revision=508834
* Fix RUN_DEPENDS. This is an obscure case: if you have kwrite installed,Adriaan de Groot2019-02-191-1/+1
| | | | | | | | | | | | then editors/kate-kde4 was assumed as a RUN_DEPENDS. That port no longer exists, and kwrite is provided by editors/kate -- as a KF5-based application. There's no good way to say "whatever package provided that installed file", though. Reported by: arrowd Notes: svn path=/head/; revision=493358
* After an include, PLIST_SUB must be appended to, not overwritten.Mathieu Arnold2018-09-101-2/+2
| | | | | | | | | | | | If it is overwritten, many values will be clobbered, and pain will ensue. PR: 230864 Submitted by: mat exp-runs by: antoine Notes: svn path=/head/; revision=479405
* Upgrade Code_Aster to 13.6.0-1.Thierry Thomas2018-08-181-6/+1
| | | | Notes: svn path=/head/; revision=477484
* For ports under `cad', `devel', `dns`, and `math' categories: removeAlexey Dokuchaev2018-05-051-1/+0
| | | | | | | | redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list. Notes: svn path=/head/; revision=469120
* Give the KDE SC4 applications ports a -kde4 suffixTobias C. Berner2018-02-221-1/+2
| | | | | | | | | | | | | In order to make room for the up-to-date version of the KDE Desktop and its applications move the KDE Application ports based on Qt4. PR: 225992 Exp-run by: antoine Reviewed by: rakuco, adridg Differential Revision: https://reviews.freebsd.org/D14413 Notes: svn path=/head/; revision=462619
* astk-serveur is not compatible with python3Antoine Brodin2017-12-091-1/+1
| | | | Notes: svn path=/head/; revision=455826
* Upgrade - endly! - to Code_Aster 13.4.0-3.Thierry Thomas2017-11-1417-231/+119
| | | | | | | | | | | | | | | | Notes: - I have (not yet) succeeded to enable MFront in this version; - it uses math/mumps-edf, repocopied from math/mumps; - cad/scotch is now taken out of the aster tarball; - french/eficas is no more used: to be replaced by "aster-study" in Salome_Meca (the port cad/salome should be resurrected!) Notes: svn path=/head/; revision=454187
* The output of tools like awk, date, sort, tr,... depends on the currentTijl Coosemans2017-01-181-6/+6
| | | | | | | | | | | | | | | | | | | | | locale set by the user. Add LANG=C and LC_ALL=C at the beginning of bsd.port.mk and export them so all commands are executed with the C locale. LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3) as default value for LC_* variables, so normally it isn't used when LC_ALL is set, but there's code out there that looks at LANG directly so it's safer to set it as well. The only commands not captured by this are != assignments before any inclusion of bsd.port.*mk. Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a different locale (e.g. USE_LOCALE=en_US.UTF-8). PR: 215882 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=431796
* Upgrade Code_Aster to 12.0.6-4.Thierry Thomas2016-11-134-36/+46
| | | | | | | | | | | This brings french/eficas to 2016.0.1, cad/astk-serveur and astk-client to 1.13.8.2, french/med to 3.2.0 (built against hdf5-18), bump PORTREVSION to math/metis-edf and fix soname, and french/homard to 11.7-1. Notes: svn path=/head/; revision=426042
* Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.Mathieu Arnold2016-04-011-12/+12
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412344
* Update Code_Aster to 11.7.0-1, with its different tools.Thierry Thomas2015-02-182-2/+5
| | | | Notes: svn path=/head/; revision=379319
* Cleanup plistBaptiste Daroussin2014-10-201-43/+0
| | | | Notes: svn path=/head/; revision=371238
* - Upgrade Code_Aster to 11.6.0-1.Thierry Thomas2014-08-172-6/+9
| | | | | | | - Fix Homard. Notes: svn path=/head/; revision=365235
* Take maintainership again.Thierry Thomas2014-07-231-1/+1
| | | | | | | Note: to be upgraded with french/aster. Notes: svn path=/head/; revision=362725
* Add some missing bits.Thierry Thomas2014-05-262-3/+28
| | | | Notes: svn path=/head/; revision=355432
* Convert all :U to :tu and :L to :tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | | | | | | | | | | Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a replacement for :U and :L (which has been marked as deprecated) bmake which is the default on FreeBSD 10+ only support by default :tu/:tl a hack has been added at the time to support :U and :L to ease migration. This hack is now not necessary anymore Note that this makes the ports tree incompatible with make(1) from FreeBSD 8.3 or earlier With hat: portmgr Notes: svn path=/head/; revision=352986
* Upgrade Code_Aster to 11.5.0-4.Thierry Thomas2014-03-185-65/+42
| | | | | | | | | | N.B.: french/aster is still marked BROKEN, but this allows to unbreak other ports sharing the same dependencies. Patch for french/med provided by tijl. Notes: svn path=/head/; revision=348597
* - Convert to USES+=tkPietro Cerutti2013-09-231-2/+2
| | | | Notes: svn path=/head/; revision=328008
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | cad) Notes: svn path=/head/; revision=327711
* Upgrade to 1.10.4.Thierry Thomas2013-03-194-31/+40
| | | | Notes: svn path=/head/; revision=314690
* Upgrade Code_Aster to 10.6.0-3.Thierry Thomas2012-07-079-80/+156
| | | | Notes: svn path=/head/; revision=300604
* Upgrade to 1.8.4.Thierry Thomas2010-12-294-56/+72
| | | | Notes: svn path=/head/; revision=267144
* Upgrade to 1.8.3 and depends on Tcl/Tk 8.5.Thierry Thomas2010-09-163-14/+17
| | | | Notes: svn path=/head/; revision=261297
* Upgrade to 1.8.1.Thierry Thomas2010-08-1910-124/+251
| | | | Notes: svn path=/head/; revision=259583
* Upgrade ASTK (server & client) to 1.8.0.Thierry Thomas2010-03-2617-376/+545
| | | | Notes: svn path=/head/; revision=251546
* - Chase relocation of net/mpich2Thierry Thomas2009-11-281-2/+2
| | | | | | | | | - Bump PORTREVISION if needed - Fix some portlint errors. Notes: svn path=/head/; revision=244904
* Upgrade to 1.7.4-1.Thierry Thomas2009-06-213-9/+22
| | | | Notes: svn path=/head/; revision=236421
* Upgrade to ASTK 1.7.1.Thierry Thomas2009-01-202-5/+5
| | | | Notes: svn path=/head/; revision=226546
* Upgrade to ASTK 1.7.0.Thierry Thomas2009-01-146-58/+166
| | | | Notes: svn path=/head/; revision=226118
* The main tarball has been rerolled, but the included components have notThierry Thomas2008-10-212-4/+4
| | | | | | | | | been touched. Reported by: portscout Notes: svn path=/head/; revision=221878
* Upgrade ASTK to 1.6.2-1.Thierry Thomas2008-07-138-66/+47
| | | | Notes: svn path=/head/; revision=216758
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-191-6/+6
| | | | | | | | | | | | | | | | | | - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav) Notes: svn path=/head/; revision=211584
* Chase master-site's reorganization.Thierry Thomas2008-01-181-1/+1
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=205792
* - Upgrade ASTK to 1.5.5-1;Thierry Thomas2008-01-123-22/+47
| | | | | | | - Use aster's distfiles. Notes: svn path=/head/; revision=205540
* - Upgrade to 1.5.2-1;Thierry Thomas2007-06-304-12/+35
| | | | | | | | | - PBS can be provided by Torque; - One more tip to configure astk-client. Notes: svn path=/head/; revision=194547
* A sweeping commit: unbreak "make index" if WITH_BASH=YES is defined.Boris Samorodov2007-06-051-4/+0
| | | | | | | Discussed at: freebsd-ports@ Notes: svn path=/head/; revision=192861
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-1/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Trap an exception and set a default fqn when gethostbyaddr fails withThierry Thomas2007-02-172-9/+21
| | | | | | | | | | 'hostname nor servname provided, or not known', thus hopefully fix the build of french/aster, which calls astk-serveur during its post-config. Reported by: pointyhat via Kris Notes: svn path=/head/; revision=185399
* Chase a silent update (no impact for FreeBSD).Thierry Thomas2007-01-113-22/+27
| | | | | | | | | | Diff available at <http://people.freebsd.org/~thierry/ports/astk-1.5.0_061222_070103.diff>. Notified by: pointyhat via Kris Notes: svn path=/head/; revision=182120
* Upgrade to 1.5.0-1.Thierry Thomas2006-12-264-60/+69
| | | | Notes: svn path=/head/; revision=180789
* Upgrade to 1.3.3-1.Thierry Thomas2006-07-063-19/+7
| | | | Notes: svn path=/head/; revision=167089