Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2016.0.1_3 14 Nov 2017 18:29:22 |
thierry |
Upgrade - endly! - to Code_Aster 13.4.0-3.
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!) |
2016.0.1_3 10 Sep 2017 20:55:39 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
c++14-lang, c++0x, c11, or gcc-c++11-lib.
PR: 219275 |
2016.0.1_2 01 Apr 2017 15:23:32 |
gerald |
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707 |
2016.0.1_1 20 Jan 2017 08:42:11 |
antoine |
Shebangfix only the target of the symlink, not the symlink
PR: 216309 |
2016.0.1_1 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
2016.0.1 13 Nov 2016 12:44:13 |
thierry |
Upgrade Code_Aster to 12.0.6-4.
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. |
7.5.0.1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
7.5.0.1 18 Feb 2015 22:06:55 |
thierry |
Update Code_Aster to 11.7.0-1, with its different tools. |
7.4.0.1_1 24 Jan 2015 15:07:40 |
antoine |
Switch some dependencies from a directory name or a file generated by
pkg-install
to a package name, as the former can't be attributed to a package |
7.4.0.1_1 20 Oct 2014 15:07:54 |
bapt |
Cleanup plist |
7.4.0.1_1 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
7.4.0.1 17 Aug 2014 19:51:45 |
thierry |
- Upgrade Code_Aster to 11.6.0-1.
- Fix Homard. |
7.3.0.1_1 29 Jul 2014 17:12:50 |
adamw |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
7.3.0.1_1 15 Jun 2014 17:22:20 |
rakuco |
Depend on devel/xdg-utils instead of devel/py-qt4-assistant.
This version of Eficas has dropped the dependency on py-qt4-assistant, which
has been deprecated in PyQt4 since 2010, and replaced it with a call to
xdg-open.
Follow suit and replace the runtime dependencies, paving the way for us to
get rid of py-qt4-assistant ourselves.
CR D226
Approved by: thierry (maintainer) |
7.3.0.1 17 Apr 2014 20:57:37 |
thierry |
Unbreak with the work-around given by Vladimir Chukharev in PR ports/188114
untill math/py-numpy is fixed. |
7.3.0.1 18 Mar 2014 21:09:03 |
thierry |
Upgrade Code_Aster to 11.5.0-4.
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. |
6.6.0.2_2 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
6.6.0.2_1 26 Oct 2013 00:52:36 |
gerald |
Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
- #14669: Fixed extraction of CC from gmp.h.
- Fixed case of intermediate zero real or imaginary part in mpc_fma,
found by hydra with GMP_CHECK_RANDOMIZE=1346362345.
This is on top of the following changes from version 1.0
- Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
invariant sections) for the documentation.
- 100% of all lines are covered by tests
- Renamed functions
. mpc_mul_2exp to mpc_mul_2ui
. mpc_div_2exp to mpc_div_2ui (Only the first 15 lines of the commit message are shown above ) |
6.6.0.2 20 Sep 2013 17:21:20 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
french) |
6.6.0.2 19 Mar 2013 20:33:26 |
thierry |
Upgrade to 6.6.0-2. |
6.4.0.1_1 03 Feb 2013 18:16:55 |
makc |
Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.
x11-toolkits/py-qt:
- mark BROKEN: does not build with latest devel/py-sip |
6.4.0.1 07 Jul 2012 15:15:57 |
thierry |
Upgrade Code_Aster to 10.6.0-3. |
2.1.1.1_2 25 May 2012 01:50:36 |
makc |
Chase PyQT update |
2.1.1.1_1 02 Jan 2011 17:43:45 |
thierry |
Fix qtEficas, and re-enable it by default, by replacing QListBoxItem by
QListWidgetItem.
Obtained from: Code_Aster forums (bjng) |
2.1.1.1 29 Dec 2010 22:01:53 |
thierry |
Upgrade to 2.1.1-1.
Note: qtEficas does not run at the moment, it's disabled. |
2.0.3.1_1 16 Sep 2010 21:23:13 |
thierry |
Chase Code_Aster's upgrade. |
2.0.3.1 19 Aug 2010 19:27:24 |
thierry |
Upgrade to 2.0.3-1. |
1.17.0.1_1 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
1.17.0.1 26 Mar 2010 18:30:44 |
thierry |
Upgrade eficas and eficas_doc to 1.17.0-1. |
1.16.0.1_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
1.16.0.1_1 30 Jan 2010 14:27:27 |
fluffy |
The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com
We'd like to say thanks to all helpers, testers and submitters. |
1.16.0.1 21 Jun 2009 17:46:46 |
thierry |
Upgrade to 1.16.0. |
1.15.0.1_1 20 Jan 2009 18:29:51 |
thierry |
The tarball has been silently rerolled. Full diff at
http://people.freebsd.org/~thierry/ports/eficas-1.15.0_1.15.0.1.diff
Reported by: pointyhat via Pav |
1.15.0.1 14 Jan 2009 20:25:23 |
thierry |
- Upgrade to 1.15.0-1;
- Install qtEficas. |
1.14.0.1 21 Oct 2008 19:22:40 |
thierry |
The main tarball has been rerolled, but the included components have not
been touched.
Reported by: portscout |
1.14.0.1 13 Jul 2008 07:42:53 |
thierry |
- Upgrade to 1.14.0-1;
- Use aster's distfiles. |
1.13.0.1 18 Jan 2008 18:34:24 |
thierry |
Chase master-site's reorganization.
Reported by: pointyhat via pav |
1.13.0.1 14 Jan 2008 21:39:51 |
thierry |
Remove junk from plist.
Reported by: pointyhat via erwin |
1.13.0.1 12 Jan 2008 16:28:27 |
thierry |
Upgrade to 1.13.0-1. |
1.12.0.1_1 02 Sep 2007 07:16:05 |
rafan |
- Chase x11-toolkits/pmw renamed to x11-toolkits/py-Pmw
PR: 115302 |
1.12.0.1 30 Jun 2007 22:47:57 |
thierry |
Upgrade to 1.12.0-1. |
1.11.0.1_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
1.11.0.1 26 Dec 2006 09:33:50 |
thierry |
Upgrade to 1.11.0-1. |
1.10.0.1 06 Jul 2006 19:43:33 |
thierry |
Upgrade to 1.10.0-1. |
1.9.2.1 07 May 2006 11:09:22 |
edwin |
Remove USE_REINPLACE from all categories starting with F |
1.9.2.1 22 Jan 2006 01:52:37 |
edwin |
Replace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.9.2.1 17 Jan 2006 20:37:22 |
thierry |
Upgrade to 1.9.2-1. |
1.9.1.1 15 Jan 2006 23:16:11 |
thierry |
Upgrade to 1.9.1-1. |
1.8.0 24 Nov 2005 16:18:42 |
pav |
- Add SHA256 |
1.8.0 03 Jul 2005 17:55:11 |
thierry |
Upgrade to 1.8.0. |
1.7.1 27 Apr 2005 21:23:09 |
thierry |
Upgrade to 1.7.1. |
1.7.0 17 Jan 2005 21:09:10 |
thierry |
Upgrade to 1.7.0. |
1.6.1 23 May 2004 08:08:48 |
thierry |
Upgrade to 1.6.1. |
1.5.3 12 Mar 2004 14:08:04 |
krion |
- Remove unneeded dependency
PR: ports/63989
Submitted by: Pedro f. Giffuni <giffunip@asme.org> |
1.5.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
1.5.3 10 Dec 2003 23:09:50 |
pav |
- www.code-aster.org was reorganized. fix fetching
PR: ports/60121
Submitted by: Thierry Thomas <thierry@pompo.net> |
1.5 08 Dec 2003 02:07:22 |
oliver |
- Upgrading french/aster from 7.1 to 7.2;
- french/eficas from 1.4 to 1.5;
- cad/metis-edf from 3 to 3.1;
- cad/astk-serveur & cad/astk-client from 1.0.14 to 1.0.21;
- french/homard from 5.5 to 6.2;
. don't install Homard automatically with Aster; like Gibi, Homard
depends on french/aster: this is more compliant with the licenses,
and it will be possible to build packages for Aster.
PR: 59312 59881
Submitted By: Thierry Thomas <thierry@pompo.net> |
1.4_1 09 Aug 2003 22:49:04 |
oliver |
- chase the upgrade from py22 to py23.
- bump PORTREVISION
PR: ports/55429
Submitted by: Thierry Thomas <thierry@pompo.net> |
1.4 23 Jul 2003 12:18:27 |
oliver |
Add eficas 1.4, aSter Command FIle Editor.
PR: 54763
Submitted by: thierry@pompo.net |