aboutsummaryrefslogtreecommitdiff
path: root/science/hdf5-18
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-12-071-0/+1
| | | | | | | | | | | | | | | | | | 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), part II. The first part covered 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. This adds ports with USES=fortran and ports using Mk/bsd.octave.mk which in turn has USES=fortran. PR: 214965 Reported by: thierry Notes: svn path=/head/; revision=428057
* Upgrade to 1.8.18.Thierry Thomas2016-11-303-12/+11
| | | | | | | Changelog at https://support.hdfgroup.org/HDF5/doc1.8/ADGuide/Changes.html#1818 Notes: svn path=/head/; revision=427463
* Resurrect hdf5-18, because it is required by french/med and french/aster.Thierry Thomas2016-11-1311-0/+467
| | | | | | | | Two releases of HDF5 are available for download. HDF5-1.10 should read files created with earlier releases, but problem arise with MED and this version. Notes: svn path=/head/; revision=426038
* - Remove science/hdf5-18Sunpoet Po-Chuan Hsieh2014-05-035-338/+0
| | | | Notes: svn path=/head/; revision=352858
* When linking a library libA with a library libB using libtool, if libB.laTijl Coosemans2014-04-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | exists, libtool will add all libraries libB.la refers to (dependency_libs field) to the linker command line and store them in the dependency_libs field of libA.la. So everything that subsequently links with libA will also link to these extra libraries. This causes too much overlinking. This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs field in .la libraries during staging. However, because .la libraries have very limited use when dependency_libs is empty it makes sense to completely remove them during staging. So with this commit USES=libtool is modified to remove .la libraries and a new form (USES=libtool:keepla) is introduced in case they need to be kept (dependency_libs is still emptied). PORTREVISION is bumped on all ports with USES=libtool that install .la libraries. Most ports are also changed to add :keepla because .la libraries have to be kept around as long as there are dependent ports with .la libraries that refer to them in their dependency_libs field. In most cases :keepla can be removed again as soon as all dependent ports that install .la libraries have some form of USES=libtool added to their Makefile. PR: ports/188759 Exp-run: bdrewery Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=351936
* - USE_BZIP2 -> USES=tar:bzip2Dmitry Marakasov2014-03-281-3/+2
| | | | | | | | | - Use new LIB_DEPENDS syntax Approved by: portmgr (blanket) Notes: svn path=/head/; revision=349414
* Add USES=libtool to fix a linker problem when the FORTRAN option is enabledTijl Coosemans2014-03-072-0/+8
| | | | | | | | | | on versions of FreeBSD where the base system binutils is too old to link object files generated by lang/gcc (gfortran). PR: ports/187252 Notes: svn path=/head/; revision=347410
* Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most casesTijl Coosemans2014-02-161-1/+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
* - Fix PKGNAME collisionSunpoet Po-Chuan Hsieh2013-12-111-0/+1
| | | | Notes: svn path=/head/; revision=336191
* - Use CONFLICTS_INSTALL instead of CONFLICTSSunpoet Po-Chuan Hsieh2013-12-101-2/+1
| | | | | | | - Remove NO_LATEST_LINK Notes: svn path=/head/; revision=336089
* - Remove NO_STAGE as these have been tested to be safeBryan Drewery2013-09-251-1/+0
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=328226
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | science) Notes: svn path=/head/; revision=327767
* - Update to 1.8.10 patch 1Sunpoet Po-Chuan Hsieh2013-08-313-31/+30
| | | | | | | | | | | | | | | - Update MASTER_SITES - Cosmetic change - Take maintainership - Reformat pkg-descr Changes: http://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.8.10-patch1/src/hdf5-1.8.10-patch1-RELEASE.txt PR: ports/176809 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 24 weeks) Notes: svn path=/head/; revision=325778
* Convert science to new options frameworkBaptiste Daroussin2013-04-281-12/+8
| | | | Notes: svn path=/head/; revision=316757
* - Update to 1.8.9Sunpoet Po-Chuan Hsieh2012-06-064-6/+10
| | | | | | | | | | | | | | | - Update MASTER_SITES - Pet portlint: remove ABI version number from LIB_DEPENDS - Restore missing newline at the end of patch file Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.9-RELEASE.txt http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html PR: ports/168142 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 18 days) Notes: svn path=/head/; revision=298611
* Update to 1.8.8Eitan Adler2012-02-134-9/+21
| | | | | | | | | | | | | Changes: Fix bad shell scripts; all regression tests pass now PR: ports/163595 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer timeout (49 days) Notes: svn path=/head/; revision=291135
* - Remove WITH_FBSD10_FIX, is no longer neededMartin Wilke2011-11-091-1/+0
| | | | Notes: svn path=/head/; revision=285379
* - Fix build with FreeBSD 10Martin Wilke2011-10-291-0/+1
| | | | Notes: svn path=/head/; revision=284614
* - Update to 1.8.7Sunpoet Po-Chuan Hsieh2011-07-153-10/+11
| | | | | | | | | | Changes: http://hdfgroup.org/HDF5/doc/ADGuide/Changes.html PR: ports/158394 Submitted by: sunpoet (myself) Approved by: maintainer (timeout, 16 days) Notes: svn path=/head/; revision=277734
* - Update to 1.8.6Frederic Culot2011-03-123-10/+28
| | | | | | | | | | Changes: http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html PR: ports/155458 Submitted by: Rob Farmer <rfarmer AT predatorlabs.net> Approved by: Quincey Koziol <koziol AT hdfgroup.org> (maintainer) Notes: svn path=/head/; revision=270731
* - Update to 1.8.5 patch 1Sunpoet Po-Chuan Hsieh2011-01-093-76/+113
| | | | | | | | | | | | - Add option: DEBUG Changes: http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html PR: ports/153400 (based on) Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Approved by: maintainer (timeout, 17 days) Notes: svn path=/head/; revision=267538
* - Fixed WWW: linkGreg Larkin2010-05-051-1/+1
| | | | | | | Submitted by: sunpoet@sunpoet.net (via email) Notes: svn path=/head/; revision=253758
* - Added missing pkg-plist entryGreg Larkin2010-05-041-0/+1
| | | | | | | Reported by: QAT Notes: svn path=/head/; revision=253698
* - Update to 1.8.4Greg Larkin2010-05-042-9/+16
| | | | | | | | | PR: ports/144782 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: koziol@hdfgroup.org (maintainer, implicit, timeout - 49 days) Notes: svn path=/head/; revision=253694
* Bump PORTREVISION for everything that sets USE_FORTRAN=yes which nowGerald Pfeifer2009-09-131-0/+1
| | | | | | | | | implies lang/gcc44 up from lang/gcc43. Approved by: portmgr Notes: svn path=/head/; revision=241308
* - Update to 1.8.3.Marcelo Araujo2009-09-033-8/+7
| | | | | | | | | PR: ports/138052 Submitted by: Sylvio Cesar <scjamorim@bsd.com.br> Approved by: Quincey Koziol <koziol@hdfgroup.org> (maintainer) Notes: svn path=/head/; revision=240825
* - Fix fetchMartin Wilke2009-08-191-1/+2
| | | | Notes: svn path=/head/; revision=239935
* - Resolve LATEST_LINK conflictPav Lucistnik2009-05-311-0/+1
| | | | Notes: svn path=/head/; revision=234941
* Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.Gerald Pfeifer2009-01-071-0/+1
| | | | Notes: svn path=/head/; revision=225403
* - Update to 1.8.2Martin Wilke2008-11-2410-247/+100
| | | | | | | | | PR: 128988 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223315
* - Update to 1.6.8Martin Wilke2008-11-233-8/+4
| | | | | | | | | PR: 128962 Submitted by: Wen Heping <wenheping@gmail.com> Approved by: maintainer Notes: svn path=/head/; revision=223278
* - Added target for regression-testMartin Wilke2008-06-211-0/+3
| | | | | | | | | | | - This also resulted in cleanups to the build - No functional change PR: 124785 Submitted by: Pedro F. Giffuni <giffunip@tutopia.com> Notes: svn path=/head/; revision=215443
* - Enable Fortran support [1]Martin Wilke2008-05-316-2/+124
| | | | | | | | | | | | - Fix NOPORTEXAMPLES PR: 121731 Submitted by: TAOKA Fumiyoshi <fmysh@iijmio-mail.jp> [1] miwi Approved by: maintainer Notes: svn path=/head/; revision=214066
* - Add mirror.Chin-San Huang2008-03-081-1/+2
| | | | | | | (due to the maximum ftp.hdfgroup.org number of allowed clients is 20.) Notes: svn path=/head/; revision=208639
* - Update to 1.6.7Chin-San Huang2008-02-295-81/+69
| | | | | | | | | | - Sort pkg-plist PR: ports/121195 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> Notes: svn path=/head/; revision=208193
* - Make fetchable againPav Lucistnik2008-02-251-1/+2
| | | | Notes: svn path=/head/; revision=207903
* - Update MASTER_SITES.Marcelo Araujo2007-12-161-2/+1
| | | | | | | | Submitted by: pointyhat via pav Approved by: stas (mentor, implicit) Notes: svn path=/head/; revision=203822
* - Update to 1.6.6.Marcelo Araujo2007-12-133-6/+23
| | | | | | | | | PR: ports/118228 Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> Approved by: Quincey Koziol <koziol@hdfgroup.org> (maintainer), stas (mentor, implicit) Notes: svn path=/head/; revision=203494
* Distfile is no longer available, so put on local mirrors untilErwin Lansing2007-11-201-2/+2
| | | | | | | | | the port can be upgraded to the newest version after the freeze. Approved by: portmgr (self), Quincey Koziol <koziol@hdfgroup.org> (maintainer) Notes: svn path=/head/; revision=202777
* We are one release behind, so add a backup directory on the mastersiteMark Linimon2007-10-241-1/+2
| | | | | | | to fix the fetch. This will also allow me to flush a bad distfile on ftp. Notes: svn path=/head/; revision=201941
* Mark as BROKEN on sparc64: gets unaligned memory address on compile.Mark Linimon2007-08-011-0/+4
| | | | Notes: svn path=/head/; revision=196877
* - distfile rerolled, onle white space changes.Marcelo Araujo2007-05-011-2/+2
| | | | | | | | | PR: 112245 Submitted by: CHAO Shin <quakelee@cn.FreeBSD.org> Approved by: itetcu (mentor) Notes: svn path=/head/; revision=191335
* - Change maintainer mail.Jean Milanez Melo2007-03-081-1/+1
| | | | | | | Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer) via email Notes: svn path=/head/; revision=186917
* - Update mastersite.Jean Milanez Melo2007-03-081-1/+1
| | | | | | | | PR: ports/110043 Submitted by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer) Notes: svn path=/head/; revision=186912
* - Fixed build after objformat removalNicola Vitale2007-02-101-1/+6
| | | | | | | | | PR: ports/108982 Submitted by: CHAO Shin <quake at cn.freebsd.org> Approved by: alexbl (mentor, implicit), Quincey Koziol <koziol at hdfgroup.org> (maintainer) Notes: svn path=/head/; revision=184793
* - Update to 1.6.5Pav Lucistnik2006-05-073-6/+5
| | | | | | | | | PR: ports/96907 Submitted by: Joerg Pulz <Joerg.Pulz@frm2.tum.de> Approved by: Quincey Koziol <koziol@ncsa.uiuc.edu> (maintainer) Notes: svn path=/head/; revision=161595
* Conversion to a single libtool environment.Ade Lovett2006-02-232-1/+5
| | | | | | | Approved by: portmgr (kris) Notes: svn path=/head/; revision=156749
* SHA256ifyEdwin Groothuis2006-01-241-0/+1
| | | | | | | Approved by: krion@ Notes: svn path=/head/; revision=154303
* Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentAde Lovett2005-11-151-1/+1
| | | | | | | | | | | | | | | | | | | | in bsd.autotools.mk essentially makes this a no-op given that all the old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in exactly the same way as USE_AUTOTOOLS itself. Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME team -- all GNOME 2.12.x ports use it. Preliminary documentation can be found at: http://people.FreeBSD.org/~ade/autotools.txt which is in the process of being SGMLized before introduction into the Porters Handbook. Light blue touch-paper. Run. Notes: svn path=/head/; revision=148323
* upgrade to 1.6.4Ying-Chieh Liao2005-05-113-5/+14
| | | | | | | | | PR: 80873 Submitted by: me Approved by: maintainer Notes: svn path=/head/; revision=135033