Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.8.0_1 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.8.0 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.8.0 20 Jul 2022 14:22:51 |
Tobias C. Berner (tcberner) |
science: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Andreas Fehlner <fehlner@gmx.de>
* Brad Huntting <huntting@glarp.com>
* Chao Shin <quakelee@cn.FreeBSD.org>
* Cheng-Lung Sung <clsung@FreeBSD.org>
* Chia-Hsing Yu <me@davidyu.org>
* Chris Rees <utisoft@gmail.com>
* David Naylor <dbn@FreeBSD.org>
* Dmitry Sivachenko <demon@FreeBSD.org>
* Ed Schouten <ed@FreeBSD.org>
* Eric Freeman <freebsdports@chillibear.com>
* Erik B Knudsen (Only the first 15 lines of the commit message are shown above ) |
3.8.0 17 Jan 2022 13:20:25 |
Tobias Kortkamp (tobik) |
*: Clean up some things
- Fix typos
- Fix overwritten variables
Reported by: portscan |
3.8.0 10 Jan 2022 19:32:06 |
Stephen Montgomery-Smith (stephen) |
science/cdf: Allow build for ARM.
Obtained from: Robert Clausecker <fuz@fuz.su> |
3.8.0 09 Jan 2022 02:53:43 |
Stephen Montgomery-Smith (stephen) |
science/cdf: Add shells/bash to build_depends.
Reported by: pkg-fallout@ |
3.8.0 08 Jan 2022 02:51:53 |
Stephen Montgomery-Smith (stephen) |
category/port: science/cdf
- Bump portrevision of dependent port graphics/opendx. |
3.3.0_13 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.3.0_13 04 Jul 2020 10:40:42 |
tobik |
science/cdf: Unbreak build with GCC 10
qst2if.f:129:17:
122 | . DIM_SIZES, ID,
| 2
......
129 | . NULL_, STATUS)
| 1
Error: Rank mismatch between actual argument at (1) and actual argument at (2)
(rank-1 and scalar)
qst2if.f:133:17:
121 | STATUS = CDF_LIB (CREATE_, CDF_, CDFNAME, NUM_DIMS,
| 2
...... (Only the first 15 lines of the commit message are shown above ) |
3.3.0_13 28 Aug 2019 09:02:41 |
amdmi3 |
- Switch to new test framework (note that test currently segfaults)
- Update WWW
Approved by: portmgr blanket |
3.3.0_13 14 Aug 2019 12:16:13 |
mat |
Convert to UCL & cleanup pkg-message (categories s) |
3.3.0_13 26 Jul 2019 20:46:57 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
3.3.0_12 22 Apr 2019 13:16:34 |
gerald |
Related to revision 499061 bump ports with USES=fortran to have them
benefit from the improved situation where libgcc_s is only used when
absolutely necessary.
Suggested by: tijl |
3.3.0_11 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
3.3.0_10 29 Jul 2018 22:18:46 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.
This includes ports
- featuring USE_GCC=yes or USE_GCC=any,
- featuring USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and those
- with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.
PR: 222542 |
3.3.0_9 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
3.3.0_8 30 Nov 2017 06:13:35 |
linimon |
For ports that are marked BROKEN on armv6, and also fail to build on
armv7, mark them so.
This is part two of a multipart commit to bring armv7 ports to parity
with armv6.
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com -exp run |
3.3.0_8 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 |
3.3.0_7 03 May 2017 01:14:05 |
linimon |
Mark some ports failing on aarch64, and, in a few cases, other tier-2
archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.3.0_7 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 |
3.3.0_6 07 Dec 2016 13:24:57 |
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), 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 |
3.3.0_5 03 Oct 2016 12:27:27 |
stephen |
- Bump port revision because of r423146.
Reported by: Mathieu Arnold <mat@FreeBSD.org> |
3.3.0_4 02 Oct 2016 19:54:57 |
stephen |
- Add LICENSE.
- Use make makepatch. |
3.3.0_4 02 Oct 2016 18:36:59 |
stephen |
- Make it so that libcdf.so has an SONAME. |
3.3.0_4 01 Feb 2016 06:50:21 |
marino |
science/cdf: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
3.3.0_4 10 Sep 2015 16:31:34 |
danfe |
Follow-up commit to r396576 since I've forgotten to fix some things:
- Do not patch stuff in `pre-configure' target, do it in `post-patch'
- It is our customary practice to mute ${REINPLACE_CMD} invocations
- Do not (mis)use ${MAKE} when ${MAKE_CMD} should be used instead |
3.3.0_4 10 Sep 2015 15:21:13 |
danfe |
- Unbreak the build on PowerPC by using correct Fif_ENTRYPOINT() macro that
does not append double underscore to symbol names in binaries (previously
__FreeBSD__ check was removed from the condition, but __PPC__ was left)
- Rename the patch: not only it used now deprecated `+' as path separator,
the patch name itself was just wrong (inconsistent with the patched file)
- Remove useless PKGMESSAGE assignment, bsd.port.mk does this automatically
- Improve `regression-test' target: add dependency on `build', and get rid
of explicit cd'ing to ${BUILD_WRKSRC} by using -C switch of make(1)
- Fix some minor whitespace bugs and reorder the knobs to make more sense
I've removed BROKEN statement entirely (for all Tier-2 systems) while I've
only tested it on PowerPC: it pulls quite heavy GCC 4.8 for Fortran support
and I didn't want to stress our poor flame too much (This is a really slow,
old machine. Be gentle). Since the bug was indeed PowerPC-specific, it is
probably OK (and worth trying anyway). |
3.3.0_4 11 May 2015 18:34:58 |
mat |
Cleanup DIST* variables.
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight |
3.3.0_4 12 Nov 2014 18:48:53 |
antoine |
Cleanup plist |
3.3.0_3 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) |
3.3.0_2 04 Jul 2014 22:08:15 |
adamw |
Remove NOPORTDOCS and NOPORTEXAMPLES. |
3.3.0_2 05 May 2014 15:04:39 |
marino |
Replace "${OPSYS:tl}" with "freebsd" on 4 ports
The following 4 ports will not build correctly if certain variables
are not defined as "freebsd". Defining them as "${OPSYS:tl}" caused
breakage on DragonFly for various reasons. Harding the variables are
a no-op for FreeBSD but fixes the ports on DragonFly.
* games/ioquake3
* graphics/opendx
* science/cdf
* security/john
approved by: portmgr (bapt) |
3.3.0_2 05 May 2014 09:45:37 |
bapt |
Convert all :U to :tu and :L to :tl
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 |
3.3.0_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) |
3.3.0_1 16 Feb 2014 17:15:32 |
tijl |
Convert all USE_FORTRAN=yes to "USES=fortran, USE_GCC=yes". In most cases
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) |
3.3.0_1 03 Feb 2014 23:34:27 |
antoine |
Fix a stage symlink.
There may be still some problems with this port:
/usr/local/bin/definitions.K is referring to
/wrkdirs/usr/ports/science/cdf/work/stage
/usr/local/bin/definitions.B is referring to
/wrkdirs/usr/ports/science/cdf/work/stage
/usr/local/bin/definitions.C is referring to
/wrkdirs/usr/ports/science/cdf/work/stage |
3.3.0_1 27 Jan 2014 18:00:26 |
stephen |
- Implement staging. |
3.3.0_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 ) |
3.3.0 20 Sep 2013 22:48:31 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
3.3.0 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
3.3.0 03 Jul 2011 13:22:25 |
ohauer |
- remove MD5 |
3.3.0 14 Jun 2011 07:38:47 |
stephen |
Maintainer: stephen@missouri.edu -> stephen@FreeBSD.org
Approved by: maho (mentor) |
3.3.0 21 Jan 2010 21:14:54 |
miwi |
- Update to 3.3.0
PR: 142950
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer) |
3.2.1_2 18 Nov 2009 22:39:55 |
pav |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
3.2.1_2 13 Sep 2009 00:08:01 |
gerald |
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.
Approved by: portmgr |
3.2.1_1 05 Apr 2009 20:50:49 |
dhn |
- Update maintainer mail address
PR: ports/133397
Submitted by: Stephen Montgomery-Smith <stephen@missouri.edu> (maintainer)
Approved by: tabthorpe (co-mentor) |
3.2.1_1 13 Feb 2009 15:25:27 |
wxs |
- Pass maintainership along. |
3.2.1_1 09 Jan 2009 19:08:44 |
pav |
- Unbreak distinfo after portrevision bump |
3.2.1_1 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
3.2.1 19 Aug 2008 21:40:14 |
thierry |
- Upgrade to 3.2.1 and fix a vulnerability;
- Respect NOPORTEXAMPLES;
- Release maintainership.
Security: VuXML c4f31e16-6e33-11dd-8eb7-0011098ad87f |
3.2 11 Dec 2007 21:08:51 |
thierry |
Upgrade to 3.2.
Changelog at
<ftp://cdaweb.gsfc.nasa.gov/pub/cdf/dist/cdf32/unix/CHANGES.txt>. |
3.1_7 14 Jul 2007 01:32:13 |
maho |
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Approved by: thierry |
3.1_7 18 Jan 2007 02:28:26 |
maho |
* Migrate to gfortran.
* Bump port revision.
Approved by: portmgr(kris) |
3.1_6 17 Jan 2007 06:42:38 |
thierry |
Master_sites are often down, mirror distfiles locally.
Reported by: pointyhat via Kris |
3.1_6 07 Jan 2007 13:54:56 |
thierry |
Chase another silent update.
Full diff at
<http://people.freebsd.org/~thierry/ports/cdf31_060324-061205.diff>.
Reported by: fenner's distfiles survey |
3.1_5 13 Dec 2006 23:23:59 |
thierry |
Define WITH_FORTRAN on -CURRENT. |
3.1_5 29 Mar 2006 20:25:38 |
thierry |
Chase another silent update: minor fixes in Bourne shell variables and help
file.
Full diff at
<http://people.freebsd.org/~thierry/ports/cdf31_4-dist_cdf31_5-dist.diff>.
Reported by: dosirak via Kris |
3.1_4 24 Feb 2006 22:01:48 |
thierry |
Chase another silent update.
Diff available at <http://pompo.net/ports/cdf31-dist_060216-030224.diff>:
minor fixes for Linux Intel's Fortran compiler and cdfcvt.
Approved by: portmgr (krion) |
3.1_3 16 Feb 2006 23:33:00 |
thierry |
Chase another silent update. Since this seems usual, define a DIST_SUBDIR.
Full diff at <http://pompo.net/ports/cdf31-dist_060209_060216.diff>
(fixes into cdfcvt).
Reported by: pointyhat via Kris |
3.1_2 12 Feb 2006 09:38:25 |
thierry |
Re-add patch-Makefile to respect CFLAGS / FFLAGS / CC & co. |
3.1_2 11 Feb 2006 23:01:47 |
thierry |
Chase a silent update and make fetchable again.
- our patches to support FreeBSD have been included;
- support of Intel C++ and Fortran compilers for Linux has been added.
Full diff available at
<http://pompo.net/ports/cdf31-dist_060130_060209.diff>.
Reported by: Ion-Mihai Tetcu on #bsdports |
3.1_1 03 Feb 2006 21:42:30 |
thierry |
- The official download site is down, add a mirror.
- Try to fix on sparc64.
Reported by: pointyhat via Kris |
3.1_1 31 Jan 2006 08:39:44 |
thierry |
Fix another silent update.
Don't bump PORTREVISION, the only diff is in Release.notes.
Reported by: pointyhat via Kris |
3.1_1 29 Jan 2006 22:34:50 |
thierry |
Oops... I mixed 3.0 and 3.1 pkg-plist and forgot to take maintainership.
Reported by: pointyhat via Kris |
3.1 28 Jan 2006 20:40:56 |
thierry |
Common Data Format (CDF) is a conceptual data abstraction for storing
multi-dimensional data sets. The basic component of CDF is a software
programming interface that is a device independent view of the CDF data
model. The application developer is insulated from the actual physical
file format for reasons of conceptual simplicity, device independence,
and future expandability. CDF files created on any given platform can
be transported to any other platform on to which CDF is ported and used
with any CDF tools or layered applications.
A comparison between CDF, netCDF, HDF and HDF5 is available at
<http://cdf.gsfc.nasa.gov/html/FAQ.html>. |