Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.9.2_1 13 Apr 2024 13:03:19 |
Po-Chuan Hsieh (sunpoet) |
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9 |
4.9.2_1 23 Mar 2024 14:30:46 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Clean up pkg-descr |
4.9.2_1 21 Feb 2024 15:06:40 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Sort PLIST after 5a058bc79de4ca9a63b35c6a6f49ecc74bedaa1e |
4.9.2_1 27 Jan 2024 23:07:16 |
Muhammad Moinur Rahman (bofh) |
science/netcdf: Moved man to share/man
Approved by: portmgr (blanket) |
4.9.2 27 May 2023 04:07:43 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Update WWW |
4.9.2 07 May 2023 16:03:17 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Update to 4.9.2
- Convert REINPLACE_CMD to patch file
Changes: https://github.com/Unidata/netcdf-c/releases |
4.9.0_3 23 Apr 2023 09:09:58 |
Gerald Pfeifer (gerald) |
*: Bump PORTREVISIONs for math/mpc update to 1.3.1 |
4.9.0_2 05 Feb 2023 16:09:51 |
Po-Chuan Hsieh (sunpoet) Author: Ting-Wei Lan |
science/netcdf: Fix PLIST after d84d21b117b76ccb1d24a5a1a453d65add4d5569
- Bump PORTREVISION for package change
PR: 269095 |
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) |
4.9.0_1 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 ) |
4.9.0_1 20 Jul 2022 14:35:24 |
Tobias C. Berner (tcberner) |
science/hdf5: bump PORTREVISION of consumers
The SO-version increased in the update to 1.12.2 in
a43418b81530f7e897abfbe18dd59f44265a1a0f .
Reported by: VVD <vvd@unislabs.com> |
4.9.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 ) |
4.9.0 21 Jun 2022 20:57:22 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Update to 4.9.0
Changes: https://github.com/Unidata/netcdf-c/releases |
4.8.1_1 16 Jun 2022 15:13:01 |
Po-Chuan Hsieh (sunpoet) |
*/*: Replace science/szip with science/libaec
- Bump PORTREVISION of dependent ports for dependency change
szip does not allow redistribution in binary form without proper commercial
license. Its LICENSE_PERMS should be set to no-auto-accept which blocks building
this port, therefore building dependent ports are also blocked. Switch all
dependent ports to science/libaec to avoid conflicts and license issue.
PR: 228743, 246097, 250165 |
4.8.1 13 May 2022 11:39:18 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Fix PLIST after Doxygen 1.9.4 update
(e686f2196c4da731aced2099b20c462efd9a16bc) |
4.8.1 07 Mar 2022 18:10:58 |
Po-Chuan Hsieh (sunpoet) |
science/netcdf: Update to 4.8.1
- Update MASTER_SITES
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases |
4.7.4 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
4.7.4 15 Feb 2021 16:31:33 |
pkubaj |
science/netcdf: move byteswap4 and byteswap8 fuctions higher so that they are
declared when necessary
dfilter.c:366:2: warning: implicit declaration of function 'byteswap4' is
invalid in C99 [-Wimplicit-function-declaration]
byteswap4(mem); /* step 1: byte-swap each piece */
^
dfilter.c:368:2: warning: implicit declaration of function 'byteswap8' is
invalid in C99 [-Wimplicit-function-declaration]
byteswap8(mem); /* step 2: convert to little endian format */
^
dfilter.c:370:2: warning: implicit declaration of function 'byteswap8' is
invalid in C99 [-Wimplicit-function-declaration]
byteswap8(mem); /* step 1: convert to little endian format */
^
dfilter.c:371:2: warning: implicit declaration of function 'byteswap4' is
invalid in C99 [-Wimplicit-function-declaration]
byteswap4(mem); /* step 2: byte-swap each piece */
^
dfilter.c:681:1: error: static declaration of 'byteswap8' follows non-static
declaration (Only the first 15 lines of the commit message are shown above ) |
4.7.4 26 Jan 2021 14:03:54 |
sunpoet |
Update to 4.7.4
- Convert PORTDOCS to PLIST entries
Changes: https://github.com/Unidata/netcdf-c/releases
PR: 252569
Exp-run by: antoine |
4.7.3 08 Dec 2019 16:52:27 |
sunpoet |
Update to 4.7.3
Changes: https://github.com/Unidata/netcdf-c/releases |
4.7.2 23 Oct 2019 17:44:44 |
sunpoet |
Update to 4.7.2
Changes: https://github.com/Unidata/netcdf-c/releases |
4.7.1 31 Aug 2019 17:11:42 |
sunpoet |
Update to 4.7.1
Changes: https://github.com/Unidata/netcdf-c/releases |
4.7.0 31 Aug 2019 11:21:22 |
sunpoet |
Remove DAP option
Since curl is required, enable DAP unconditionally.
PR: 239295
Reported by: Leon Dietrich <doralitze@chaotikum.org> |
4.7.0 30 Apr 2019 19:07:07 |
sunpoet |
Update to 4.7.0
- Update LICENSE
Changes: https://github.com/Unidata/netcdf-c/releases |
4.6.3 02 Mar 2019 17:45:58 |
sunpoet |
Update science/netcdf to 4.6.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md |
4.6.2 13 Jan 2019 20:08:05 |
sunpoet |
Update to 4.6.2
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md |
4.6.1_2 05 Jan 2019 22:46:54 |
sunpoet |
Update science/hdf5 to 1.10.4
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.4#releasenotes
PR: 233070
Submitted by: wen |
4.6.1_1 05 Sep 2018 22:05:23 |
sunpoet |
Update science/hdf5 to 1.10.2
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://portal.hdfgroup.org/display/support/HDF5%201.10.2#releasenotes
https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.2/src/hdf5-1.10.2-RELEASE.txt
PR: 231009
Exp-run by: antoine |
4.6.1 14 Apr 2018 23:59:27 |
sunpoet |
Fix packaging when DAP option is disabled
PR: 227511
Reported by: Leon Dietrich <doralitze@chaotikum.org> |
4.6.1 16 Mar 2018 15:20:30 |
sunpoet |
Update to 4.6.1
- Update MASTER_SITES
Changes: https://github.com/Unidata/netcdf-c/releases
https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md |
4.6.0 26 Jan 2018 18:10:57 |
sunpoet |
Update to 4.6.0
Changes: https://github.com/Unidata/netcdf-c/releases |
4.5.0 11 Dec 2017 10:37:15 |
sunpoet |
Update WWW
- Reformat pkg-descr |
4.5.0 21 Oct 2017 20:18:16 |
sunpoet |
Update to 4.5.0
- Pet portlint: reorder LICENSE knobs
Changes: https://github.com/Unidata/netcdf-c/releases |
4.4.1.1_1 30 May 2017 02:56:44 |
sunpoet |
Update science/hdf5 to 1.10.1
- Bump PORTREVISION for shlib change
Changes: https://support.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.1/src/hdf5-1.10.1-RELEASE.txt |
4.4.1.1 17 Apr 2017 16:05:57 |
sunpoet |
Add LICENSE
PR: 217786
Reported by: Anton Shterenlikht <mexas@bris.ac.uk> |
4.4.1.1 22 Nov 2016 18:42:56 |
sunpoet |
- Update to 4.4.1.1
Changes: https://github.com/Unidata/netcdf-c/releases |
4.4.1 19 Nov 2016 17:04:43 |
sunpoet |
- Update to 4.4.1
Changes: http://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-4-1
https://github.com/Unidata/netcdf-c/releases |
4.4.0_2 20 Apr 2016 20:42:40 |
sunpoet |
- Update to 1.10.0
- Add LICENSE_FILE
- Remove outdated PORTSCOUT
- Re-enable SZIP option by default: it was changed unintentionally in r398300
Changes: https://www.hdfgroup.org/ftp/HDF5/releases/hdf5-1.10/hdf5-1.10.0/src/hdf5-1.10.0-RELEASE.txt
https://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html |
4.4.0_1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
4.4.0_1 30 Jan 2016 22:45:36 |
marino |
science/netcdf: document ncurses requirement (USES+=ncurses)
approved by: infrastructure blanket |
4.4.0_1 23 Jan 2016 21:54:43 |
sunpoet |
- Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime
- Bump PORTREVISION for dependency change |
4.4.0 17 Jan 2016 13:08:25 |
sunpoet |
- Update to 4.4.0
- Bump PORTREVISION for science/netcdf shlib change
Changes: http://www.unidata.ucar.edu/blogs/news/entry/netcdf-4-4-0
https://github.com/Unidata/netcdf-c/releases
Sponsored by: PortsCamp Taiwan |
4.3.3.1_1 04 Nov 2015 20:14:52 |
sunpoet |
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Cosmetic change |
4.3.3.1_1 19 Oct 2015 20:20:57 |
sunpoet |
- Use USES=localbase |
4.3.3.1_1 01 Oct 2015 15:56:09 |
sunpoet |
- Convert to new test framework |
4.3.3.1_1 20 Aug 2015 04:30:14 |
sunpoet |
- Convert to new options dependency and target helper
- Remove PORTSCOUT |
4.3.3.1_1 19 Aug 2015 01:39:51 |
sunpoet |
- Convert to new options helper |
4.3.3.1_1 24 May 2015 08:10:29 |
sunpoet |
- Update to 1.8.15
- Bump PORTREVISION for science/hdf5 shlib change
Changes: http://www.hdfgroup.org/ftp/HDF5/current/src/hdf5-1.8.15-RELEASE.txt
http://www.hdfgroup.org/HDF5/doc/ADGuide/Changes.html |
4.3.3.1 21 Mar 2015 20:07:40 |
sunpoet |
- Add GitHub repository to WWW |
4.3.3.1 01 Mar 2015 14:33:17 |
sunpoet |
- Update to 4.3.3.1
- Strip shared library
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html |
4.3.3 21 Feb 2015 15:11:34 |
sunpoet |
- Fix build with DOXYGEN option |
4.3.3 18 Feb 2015 16:20:03 |
sunpoet |
- Update to 4.3.3
- Use LIBS instead of LDFLAGS
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html |
4.3.2_1 18 Jan 2015 10:39:51 |
sunpoet |
- Update to 1.8.14
- 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 |
4.3.2 12 Nov 2014 18:48:53 |
antoine |
Cleanup plist |
4.3.2 03 May 2014 11:43:26 |
antoine |
Fix packaging with default options (without DOXYGEN)
With hat: portmgr |
4.3.2 03 May 2014 03:17:19 |
sunpoet |
- Update to 4.3.2 (from science/netcdf4)
- Bump PORTREVISION for science/netcdf shlib change and
dependency change from science/netcdf4 to science/netcdf [1]
Changes: http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Approved by: portmgr (bapt) [1] |
3.6.3_7 23 Apr 2014 13:25:17 |
tijl |
When linking a library libA with a library libB using libtool, if libB.la
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).
(Only the first 15 lines of the commit message are shown above ) |
3.6.3_6 08 Mar 2014 18:07:13 |
tijl |
Add USES=gmake to fix installation on systems that use fmake by default.
Some makefiles in this port list "configure" as a dependency of some files.
Because "configure" gets modified by USES=libtool, this means make tries to
regenerate them. The commands for these files detect that nothing has
changed however and they don't actually regenerate the files. Both bmake
and gmake leave it at that, but fmake reruns all targets that depend on
these files anyway. This fails because it requires tools that aren't
available.
Reported by: antoine |
3.6.3_6 06 Mar 2014 16:35:33 |
tijl |
- Add USES=libtool to fix linker problem on FreeBSD/i386 8.x and
FreeBSD/ia64 (binutils too old).
- Staging.
PR: ports/186946
Approved by: sunpoet (maintainer) |
3.6.3_5 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.6.3_4 06 Nov 2013 17:34:52 |
sunpoet |
- Fix PKGNAME collision |
3.6.3_4 20 Sep 2013 22:48:31 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
science) |
3.6.3_4 28 Apr 2013 22:08:22 |
bapt |
Convert science to new options framework |
3.6.3_4 09 Nov 2011 15:26:04 |
miwi |
- Remove WITH_FBSD10_FIX, is no longer needed |
3.6.3_4 29 Oct 2011 08:45:31 |
miwi |
- Fix build on FreeBSD 10 |
3.6.3_4 12 Apr 2011 15:17:09 |
sunpoet |
- Use bsd.port.options.mk
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk
- Remove obsolete MD5 checksum |
3.6.3_4 01 Oct 2010 01:14:19 |
sunpoet |
- Use LOCAL/sunpoet as backup MASTER_SITES
Approved by: pgollucci (mentor) |
3.6.3_4 22 Sep 2010 17:10:26 |
sunpoet |
- Update MAINTAINER to my FreeBSD.org address
Approved by: pgollucci (mentor) |
3.6.3_4 15 May 2010 05:40:57 |
lwhsu |
- Update MASTER_SITES
- Simplify NOPORTDOCS patch
- Remove NOPORTEXAMPLES section
- Remove unnecessary post-install: target
- Remove patch for fortran/cfortran.h
PR: ports/146415
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer) |
3.6.3_4 16 Sep 2009 08:11:37 |
miwi |
- Update WWW
PR: 138869
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Feature safe: yes |
3.6.3_4 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.6.3_3 22 Mar 2009 22:09:27 |
pav |
- Fix Fortran linking
- Add a slaveport so fortran enabled netcdf can be packaged
PR: ports/132430
Submitted by: thierry
Approved by: maintainer timeout (14 days) |
3.6.3_3 19 Jan 2009 19:15:54 |
pav |
- Fix OPTIONS processing
PR: ports/130740
Submitted by: Shin'ya Murakami <murashin@gfd-dennou.org> |
3.6.3_3 07 Jan 2009 16:34:27 |
gerald |
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3. |
3.6.3_2 02 Jan 2009 07:53:12 |
chinsan |
- remove unnecessary strip
- install real documents
- fix NOPORTDOCS
- add NOPORTEXAMPLES
PR: ports/129225
Submitted by: sunpoet (maintainer) |
3.6.3_1 08 Aug 2008 06:28:55 |
beech |
- Fix PORTDOCS |
3.6.3_1 08 Aug 2008 04:48:31 |
beech |
- Respect PORTDOCS
Reported by: IonBot |
3.6.3_1 07 Aug 2008 08:29:49 |
beech |
- Add experimental WITH_FORTRAN knob and a patch to have it compile.
- It's off by default as it doesn't seem to be required by any port.
- No functional change.
PR: ports/125915
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by: maintainer timeout (>2 Weeks) |
3.6.3_1 20 Jul 2008 20:25:18 |
beech |
- Add regression-target since the port recommends running the checks before
installing.
- Fix distinfo
- Bump portrevision
PR: ports/125550
Submitted by: Pedro F. Giffuni <pfgshield-freebsd@yahoo.com>
Approved by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer, with
changes) |
3.6.3 25 Jun 2008 08:32:04 |
rafan |
- Update to 3.6.3
PR: ports/124871
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer) |
3.6.2 23 Jul 2007 09:36:52 |
rafan |
- Set --mandir and --infodir in CONFIGURE_ARGS if the configure script
supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run |
3.6.2 10 Apr 2007 03:08:59 |
lwhsu |
science/netcdf
- Update to 3.6.2
graphics/gmt
math/grace
math/gri
math/p5-NetCDF
math/py-scientific
math/ruby-netcdf
science/gnudatalanguage
science/minc
science/minc2
science/v_sim
science/vis5d+
- Bump PORTREVISION for the changing of science/netcdf's major library version
number
PR: 111347
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet AT sunpoet.net> (maintainer)
Approved by: clsung (mentor) |
3.6.1 23 Dec 2006 22:22:45 |
miwi |
- Update MASTER_SITES
- Fix build with gcc 4.X
PR: ports/107117
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer) |
3.6.1 01 Jun 2006 17:30:47 |
erwin |
Hand maintainership to submitter
PR: 98290
Submitted by: Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> |
3.6.1 16 Mar 2006 15:55:06 |
garga |
- Update to 3.6.1
PR: ports/94504
Submitted by: Ports Fury |
3.6.0p1 30 Jan 2006 22:19:24 |
thierry |
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.
PR: 92497
Submitted by: /me
Repocopied by: marcus |