aboutsummaryrefslogtreecommitdiff
path: root/french/aster
Commit message (Collapse)AuthorAgeFilesLines
* 8 ports categories: Remove $PTHREAD_LIBSJohn Marino2015-03-241-6/+6
| | | | | | | | | | | | Categories: archivers, dns, french, japanese, news, port-mgmt, x11-wm The sysutils port was setting configure argument, so the text wasn't removed but the value of PTHREAD_LIBS was changed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382100
* Update Code_Aster to 11.7.0-1, with its different tools.Thierry Thomas2015-02-185-9/+31
| | | | Notes: svn path=/head/; revision=379319
* Switch some dependencies from a directory name or a file generated by ↵Antoine Brodin2015-01-241-5/+5
| | | | | | | | | pkg-install to a package name, as the former can't be attributed to a package Notes: svn path=/head/; revision=377795
* - Update to 1.8.14Sunpoet Po-Chuan Hsieh2015-01-181-1/+1
| | | | | | | | | | | | - Update MASTER_SITES - Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP} - Bump PORTREVISION for science/hdf5 shlib change Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.14-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Notes: svn path=/head/; revision=377318
* Uses the new blaslapack.mk.Thierry Thomas2015-01-051-24/+10
| | | | Notes: svn path=/head/; revision=376361
* Cleanup plistBaptiste Daroussin2014-10-201-43/+0
| | | | Notes: svn path=/head/; revision=371274
* MASTER_SITES is often down these days => mirror the distfile.Thierry Thomas2014-10-012-4/+3
| | | | | | | | | Since I'm there, remove xemacs support. Reported by: pkg-fallout Notes: svn path=/head/; revision=369742
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* - Upgrade Code_Aster to 11.6.0-1.Thierry Thomas2014-08-175-2260/+2293
| | | | | | | - Fix Homard. Notes: svn path=/head/; revision=365235
* The 11.5 tarball has been removed: mirror it untill I get the time forThierry Thomas2014-07-241-1/+3
| | | | | | | the upgrade to 11.6. Notes: svn path=/head/; revision=362842
* Fix the build by adding the Python metaport.Thierry Thomas2014-06-011-0/+1
| | | | Notes: svn path=/head/; revision=356172
* french/aster (and depends): specify post-extraction with ${TAR}John Marino2014-05-291-1/+1
| | | | | | | | | | | It's possible that EXTRACT_CMD won't be predefined in the near future in order to support distfiles in multiple formats. We know the post- extraction tool needs to be tar, so let's specify it directly. Approved by: infrastructure improvements blanket Notes: svn path=/head/; revision=355682
* Unbreak and make packageable.Thierry Thomas2014-05-264-24/+119
| | | | Notes: svn path=/head/; revision=355433
* Fix several problems: it now builds cleanly and can run the tests.Thierry Thomas2014-05-136-12560/+11837
| | | | | | | | Still marked BROKEN because there is some rough edges, but interesting users can remove this line. Notes: svn path=/head/; revision=354003
* Catch a couple of missing convertsion to :tu/:tlBaptiste Daroussin2014-05-051-1/+1
| | | | | | | | Submitted by: ak With hat: portmgr Notes: svn path=/head/; revision=352993
* - Update to 1.8.12 (from science/hdf5-18)Sunpoet Po-Chuan Hsieh2014-05-031-1/+2
| | | | | | | | | | | | | | | | | | - Add LICENSE - Convert to new LIB_DEPENDS format - Convert to new options helper - Use NOT_FOR_ARCHS - Strip shared library - Remove deprecated PTHREAD_* - Use MAKE_CMD - Bump PORTREVISION for science/hdf5 shlib change [1] Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.12-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html Approved by: portmgr (bapt) [1] Notes: svn path=/head/; revision=352854
* Upgrade Code_Aster to 11.5.0-4.Thierry Thomas2014-03-188-126/+146
| | | | | | | | | | 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
* Update the default version of GCC used in the Ports Collection fromGerald Pfeifer2014-03-101-1/+1
| | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=347809
* Mark BROKEN: UnfetchableAntoine Brodin2014-03-061-0/+1
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=347309
* Use ${LDFLAGS} instead of constructing -L${LOCALBASE}/lib/${CC} manuallyGerald Pfeifer2014-02-231-1/+1
| | | | | | | | | (plus this now also provides proper -rpath for GCC runtime libraries). Approved by: thierry (maintainer) Notes: svn path=/head/; revision=345763
* - Update to USES=tkPietro Cerutti2014-02-181-2/+1
| | | | Notes: svn path=/head/; revision=344853
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-4/+1
| | | | | | | | | | | | | | USE_GCC=yes has been omitted though. Remove USE_FORTRAN handling from bsd.port.mk and bsd.gcc.mk. Minor cleanups in some ports like USE_GMAKE, NOPORTDOCS,... Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=344614
* Python cleanup:Rene Ladan2014-01-131-1/+1
| | | | | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat) Notes: svn path=/head/; revision=339634
* Update to libmpc version 1.0.1 which brings the following fixes:Gerald Pfeifer2013-10-261-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - 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 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0). - Removed compatibility with K&R compilers, which was untestable due to lack of such compilers. - New functions . mpc_log10 . mpc_mul_2si, mpc_div_2si - Speed-ups . mpc_fma - Bug fixes . mpc_div and mpc_norm now return a value indicating the effective rounding direction, as the other functions. . mpc_mul, mpc_sqr and mpc_norm now return correct results even if there are over- or underflows during the computation. . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has infinite part and equals output variable is corrected. . mpc_fr_sub: Wrong return value for imaginary part is corrected. Convert to the new LIB_DEPENDS standard and remove hard-coded .so versions from a couple of dependent ports. Bump PORTREVISIONS of all dependent ports. PR: 183141 Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=331644
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | french) Notes: svn path=/head/; revision=327728
* Upgrading Code_Aster to 10.8.0-3.Thierry Thomas2013-03-196-100/+73
| | | | Notes: svn path=/head/; revision=314686
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix Notes: svn path=/head/; revision=313635
* Bump PORTREVISON after devel/py-sip and devel/qscintilla2 update.Max Brazhnikov2013-02-031-0/+1
| | | | | | | | x11-toolkits/py-qt: - mark BROKEN: does not build with latest devel/py-sip Notes: svn path=/head/; revision=311476
* Upgrade Code_Aster to 10.6.0-3.Thierry Thomas2012-07-078-521/+1454
| | | | Notes: svn path=/head/; revision=300604
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Chase PyQT updateMax Brazhnikov2012-05-251-1/+1
| | | | Notes: svn path=/head/; revision=297369
* Fix a mistake in the MANUAL_PACKAGE_BUILD line.Mark Linimon2011-12-121-1/+1
| | | | | | | | Hat: portmgr Feature safe: yes Notes: svn path=/head/; revision=287217
* adjust linking and comments in dependent ports after the math/atlas update;Brendan Fabeny2011-11-221-2/+2
| | | | | | | | | | | math/atlas-devel will be updated to use the same constructs at a later date PR: 162706 Approved by: miwi (portmgr) Feature safe: yes Notes: svn path=/head/; revision=286242
* - Get rid FreeBSD 6 supportMartin Wilke2011-11-071-4/+0
| | | | Notes: svn path=/head/; revision=285212
* - Disallow from pointyhat: runaway python processPav Lucistnik2011-08-261-0/+2
| | | | Notes: svn path=/head/; revision=280545
* - Bump PORTREVISION for science/hdf5-18 shlib changeSunpoet Po-Chuan Hsieh2011-07-151-2/+2
| | | | Notes: svn path=/head/; revision=277735
* It seems that Code_Aster does not support Python 2.7 on amd64.Thierry Thomas2011-07-131-0/+5
| | | | | | | Reported by: pointyhat via Pav Notes: svn path=/head/; revision=277642
* Bump PORTREVISION after open-mofit updateMax Brazhnikov2011-05-021-1/+1
| | | | Notes: svn path=/head/; revision=273475
* - RevertPav Lucistnik2011-03-211-2/+2
| | | | | | | | Pointy hat to: miwi Reported by: pointyhat Notes: svn path=/head/; revision=271424
* - Get Rid MD5 supportMartin Wilke2011-03-181-2/+2
| | | | | | | With hat: portmgr (myself) Notes: svn path=/head/; revision=271274
* Chase the upgrade of science/cgnslib to 2.5-5; this implies toThierry Thomas2011-02-261-5/+6
| | | | | | | | | | | | | switch some dependencies from science/hdf5 to science/hdf5-18. As a side note: I think that all ports depending on science/hdf5 could be switched to science/hdf5-18, by defining H5_USE_16_API when necessary, and then science/hdf5 could be deprecated. PR: ports/154736 Notes: svn path=/head/; revision=269791
* Upgrade to 10.3.0-3.Thierry Thomas2010-12-296-122/+395
| | | | Notes: svn path=/head/; revision=267147
* Chase the upgrade of MPICH2.Thierry Thomas2010-11-142-6/+8
| | | | Notes: svn path=/head/; revision=264536
* Deprecate md5 in favour of sha256 checksums. md5 checksums will no longerErwin Lansing2010-10-281-1/+1
| | | | | | | | | | | | | be generated or checked, and will be silently ignored for now. Also, generalize the MD5_FILE macro to DISTINFO_FILO. PR: 149657 Submitted by: rene Approved by: portmgr Tested on: pointyhat i386 7-exp Notes: svn path=/head/; revision=263705
* Upgrade to 10.2.0-2, add a common file to be included by theThierry Thomas2010-09-163-9/+36
| | | | | | | other related ports, and depends on Tcl/Tk 8.5. Notes: svn path=/head/; revision=261296
* Upgrade Code_Aster to 10.2.0-1.Thierry Thomas2010-08-195-353/+663
| | | | Notes: svn path=/head/; revision=259587
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - use $SUB_FILES to dynamically adjust pkg-message (1);Thierry Thomas2010-03-268-227/+1249
| | | | | | | | | | - upgrade Code_Aster to 10.1.0-4 (2). PR: ports/142516 (1) Submitted by: Sevan Janiyan <venture37 (at) geeklan.co.uk> (1) Notes: svn path=/head/; revision=251549
* Unbreak: conficts solved in cad/gmsh.Thierry Thomas2010-02-131-2/+0
| | | | Notes: svn path=/head/; revision=249749
* - Mark BROKEN: conflicting dependenciesPav Lucistnik2010-02-091-0/+2
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=249491