notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: science/netcdf/Makefile

Number of commits found: 77

Saturday, 13 Apr 2024
13:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/*: Remove GNU_CONFIGURE_MANPREFIX=${PREFIX}/share after
9fd7ee1cdf6cbd5528159b58a966e1a40e2909a9
commit hash: 62ed19575439e1d279d6736acd96ff58c4246599 commit hash: 62ed19575439e1d279d6736acd96ff58c4246599 commit hash: 62ed19575439e1d279d6736acd96ff58c4246599 commit hash: 62ed19575439e1d279d6736acd96ff58c4246599 62ed195
Wednesday, 21 Feb 2024
15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/netcdf: Sort PLIST after 5a058bc79de4ca9a63b35c6a6f49ecc74bedaa1e
commit hash: d0240bc65def659be8c7662ea8a64599b0d32d65 commit hash: d0240bc65def659be8c7662ea8a64599b0d32d65 commit hash: d0240bc65def659be8c7662ea8a64599b0d32d65 commit hash: d0240bc65def659be8c7662ea8a64599b0d32d65 d0240bc
Saturday, 27 Jan 2024
23:07 Muhammad Moinur Rahman (bofh) search for other commits by this committer
science/netcdf: Moved man to share/man

Approved by:    portmgr (blanket)
commit hash: 5a058bc79de4ca9a63b35c6a6f49ecc74bedaa1e commit hash: 5a058bc79de4ca9a63b35c6a6f49ecc74bedaa1e commit hash: 5a058bc79de4ca9a63b35c6a6f49ecc74bedaa1e commit hash: 5a058bc79de4ca9a63b35c6a6f49ecc74bedaa1e 5a058bc
Saturday, 27 May 2023
04:07 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/netcdf: Update WWW
commit hash: 7fe42162a799863585b5cb0da5d17963e6e1467d commit hash: 7fe42162a799863585b5cb0da5d17963e6e1467d commit hash: 7fe42162a799863585b5cb0da5d17963e6e1467d commit hash: 7fe42162a799863585b5cb0da5d17963e6e1467d 7fe4216
Sunday, 7 May 2023
16:03 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/netcdf: Update to 4.9.2

- Convert REINPLACE_CMD to patch file

Changes:	https://github.com/Unidata/netcdf-c/releases
commit hash: 89746c2e8a10590c3c3d26866f85a1955d42d682 commit hash: 89746c2e8a10590c3c3d26866f85a1955d42d682 commit hash: 89746c2e8a10590c3c3d26866f85a1955d42d682 commit hash: 89746c2e8a10590c3c3d26866f85a1955d42d682 89746c2
Sunday, 23 Apr 2023
09:09 Gerald Pfeifer (gerald) search for other commits by this committer
*: Bump PORTREVISIONs for math/mpc update to 1.3.1
commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b commit hash: 8d3e020ed032a8db00208994d0db646de7dc6f5b 8d3e020
Sunday, 5 Feb 2023
16:09 Po-Chuan Hsieh (sunpoet) search for other commits by this committer Author: Ting-Wei Lan
science/netcdf: Fix PLIST after d84d21b117b76ccb1d24a5a1a453d65add4d5569

- Bump PORTREVISION for package change

PR:		269095
commit hash: 3924dc38b8d4f995b093af29fba488e2e5a9a37d commit hash: 3924dc38b8d4f995b093af29fba488e2e5a9a37d commit hash: 3924dc38b8d4f995b093af29fba488e2e5a9a37d commit hash: 3924dc38b8d4f995b093af29fba488e2e5a9a37d 3924dc3
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 20 Jul 2022
14:35 Tobias C. Berner (tcberner) search for other commits by this committer
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>
commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 commit hash: 5564b3b420db29745d2d4981d1963200ddf53e35 5564b3b
14:22 Tobias C. Berner (tcberner) search for other commits by this committer
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
  *  Fernan Aguero <fernan@iib.unsam.edu.ar>
  *  Frederic Culot <frederic@culot.org>
  *  Gea-Suan Lin <gslin@gslin.org>
  *  Glenn Johnson
  *  Greg Lewis <glewis@FreeBSD.org>
  *  Igor Serikov <iserikov@acm.org>
  *  Johannes Dieterich <dieterich@ogolem.org>
  *  Johannes Dieterich <jmd@FreeBSD.org>
  *  Johannes M Dieterich <jmd@FreeBSD.org>
  *  Johannes Meixner <johannes@perceivon.net>
  *  Ju Pengfei <jupengfei@gmail.com>
  *  Kay Lehmann <kay_lehmann@web.de>
  *  Klaus Aehlig <aehlig@linta.de>
  *  Kurt Kanzenbach <kurt@kmk-computers.de>
  *  Leland Wang <llwang@infor.org>
  *  Li-Lun Wang <llwang@infor.org>
  *  Markus Brueffer <markus@FreeBSD.org>
  *  NAKATA Maho <maho@FreeBSD.org>
  *  NAKATA, Maho <maho@FreeBSD.org>
  *  Nakata Maho <chat95@mbox.kyoto-inet.or.jp>
  *  Nakata Maho <maho@FreeBSD.org>
  *  Pav Lucistnik <pav@FreeBSD.org>
  *  Pav Lucistnik <pav@oook.cz>
  *  Pedro F. Giffuni
  *  Pedro F. Giffuni <giffunip@tutopia.com>
  *  Pedro Giffuni
  *  Pedro Giffuni <giffunip@asme.org>
  *  Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Rong-En Fan <rafan@FreeBSD.org>
  *  Ryo MIYAMOTO <rmiya@cc.hirosaki-u.ac.jp>
  *  Seamus Venasse <svenasse@polaris.ca>
  *  Shin'ya Murakami <murakami@ahs.scitec.kobe-u.ac.jp>
  *  Shin-ya MURAKAMI <murashin@gfd-dennou.org>
  *  Shin-ya Murakami <murashin@gfd-dennou.org>
  *  Stas Timokhin <devel@stasyan.com>
  *  Stephen Montgomery-Smith <stephen@math.missouri.edu>
  *  Steve Wills <steve@mouf.net
  *  Steve Wills <steve@mouf.net>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
  *  Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
  *  TAKATSU Tomonari <tota@FreeBSD.org>
  *  TAOKA Fumiyoshi
  *  Thierry Thomas <thierry@pompo.net>
  *  Tim Cas <ports@stdrand.com>
  *  Uffe Jakobsen <uffe@uffe.org>
  *  Veniamin Gvozdikov <vg@FreeBSD.org>
  *  Vsevolod Stakhov <vsevolod@highsecure.ru>
  *  Wen Heping <wen@FreeBSD.org>
  *  Wen Heping <wenheping@gmail.com>
  *  Wen heping <wenheping@gmail.com>
  *  Ying-Chieh Liao <ijliao@FreeBSD.org>
  *  Yuri Victorovich <yuri@rawbw.com>
  *  anholt@FreeBSD.org
  *  bacon@smithers.neuro.mcw.edu
  *  batman <batman@udel.edu>
  *  db
  *  gurkan@phys.ethz.ch
  *  ijliao
  *  jbacon
  *  maintainer.freebsd@xpoundit.com
  *  mi
  *  rafan@infor.org
  *  shurd@FreeBSD.org
  *  thierry@pompo.net
  *  will

With hat:	portmgr
commit hash: 46196047a4df0f85aaee442799209fdaacf03361 commit hash: 46196047a4df0f85aaee442799209fdaacf03361 commit hash: 46196047a4df0f85aaee442799209fdaacf03361 commit hash: 46196047a4df0f85aaee442799209fdaacf03361 4619604
Tuesday, 21 Jun 2022
20:57 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
science/netcdf: Update to 4.9.0

Changes:	https://github.com/Unidata/netcdf-c/releases
commit hash: d1e81465471ca5a4976e6119991aa464ea03788b commit hash: d1e81465471ca5a4976e6119991aa464ea03788b commit hash: d1e81465471ca5a4976e6119991aa464ea03788b commit hash: d1e81465471ca5a4976e6119991aa464ea03788b d1e8146
Thursday, 16 Jun 2022
15:13 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
*/*: 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
commit hash: 328ae4074233a5b85e0e38efece1af5dcc218160 commit hash: 328ae4074233a5b85e0e38efece1af5dcc218160 commit hash: 328ae4074233a5b85e0e38efece1af5dcc218160 commit hash: 328ae4074233a5b85e0e38efece1af5dcc218160 328ae40
Monday, 7 Mar 2022
18:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer
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
commit hash: 6e49c0444ea9764f827f044f39494d9bb23a79e1 commit hash: 6e49c0444ea9764f827f044f39494d9bb23a79e1 commit hash: 6e49c0444ea9764f827f044f39494d9bb23a79e1 commit hash: 6e49c0444ea9764f827f044f39494d9bb23a79e1 6e49c04
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Tuesday, 26 Jan 2021
14:03 sunpoet search for other commits by this committer
Update to 4.7.4

- Convert PORTDOCS to PLIST entries

Changes:	https://github.com/Unidata/netcdf-c/releases
PR:		252569
Exp-run by:	antoine
Original commitRevision:562678 
Sunday, 8 Dec 2019
16:52 sunpoet search for other commits by this committer
Update to 4.7.3

Changes:	https://github.com/Unidata/netcdf-c/releases
Original commitRevision:519331 
Wednesday, 23 Oct 2019
17:44 sunpoet search for other commits by this committer
Update to 4.7.2

Changes:	https://github.com/Unidata/netcdf-c/releases
Original commitRevision:515278 
Saturday, 31 Aug 2019
17:11 sunpoet search for other commits by this committer
Update to 4.7.1

Changes:	https://github.com/Unidata/netcdf-c/releases
Original commitRevision:510402 
11:21 sunpoet search for other commits by this committer
Remove DAP option

Since curl is required, enable DAP unconditionally.

PR:		239295
Reported by:	Leon Dietrich <doralitze@chaotikum.org>
Original commitRevision:510378 
Tuesday, 30 Apr 2019
19:07 sunpoet search for other commits by this committer
Update to 4.7.0

- Update LICENSE

Changes:	https://github.com/Unidata/netcdf-c/releases
Original commitRevision:500528 
Saturday, 2 Mar 2019
17:45 sunpoet search for other commits by this committer
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
Original commitRevision:494422 
Sunday, 13 Jan 2019
20:08 sunpoet search for other commits by this committer
Update to 4.6.2

Changes:	https://github.com/Unidata/netcdf-c/releases
		https://github.com/Unidata/netcdf-c/blob/master/RELEASE_NOTES.md
Original commitRevision:490180 
Saturday, 5 Jan 2019
22:46 sunpoet search for other commits by this committer
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
Original commitRevision:489412 
Wednesday, 5 Sep 2018
22:05 sunpoet search for other commits by this committer
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
Original commitRevision:479046 
Saturday, 14 Apr 2018
23:59 sunpoet search for other commits by this committer
Fix packaging when DAP option is disabled

PR:		227511
Reported by:	Leon Dietrich <doralitze@chaotikum.org>
Original commitRevision:467358 
Friday, 16 Mar 2018
15:20 sunpoet search for other commits by this committer
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
Original commitRevision:464690 
Friday, 26 Jan 2018
18:10 sunpoet search for other commits by this committer
Update to 4.6.0

Changes:	https://github.com/Unidata/netcdf-c/releases
Original commitRevision:460017 
Saturday, 21 Oct 2017
20:18 sunpoet search for other commits by this committer
Update to 4.5.0

- Pet portlint: reorder LICENSE knobs

Changes:	https://github.com/Unidata/netcdf-c/releases
Original commitRevision:452602 
Tuesday, 30 May 2017
02:56 sunpoet search for other commits by this committer
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
Original commitRevision:442050 
Monday, 17 Apr 2017
16:05 sunpoet search for other commits by this committer
Add LICENSE

PR:		217786
Reported by:	Anton Shterenlikht <mexas@bris.ac.uk>
Original commitRevision:438716 
Tuesday, 22 Nov 2016
18:42 sunpoet search for other commits by this committer
- Update to 4.4.1.1

Changes:	https://github.com/Unidata/netcdf-c/releases
Original commitRevision:426845 
Saturday, 19 Nov 2016
17:04 sunpoet search for other commits by this committer
- 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
Original commitRevision:426422 
Wednesday, 20 Apr 2016
20:42 sunpoet search for other commits by this committer
- 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
Original commitRevision:413700 
Friday, 1 Apr 2016
14:25 mat search for other commits by this committer
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:412349 
Saturday, 30 Jan 2016
22:45 marino search for other commits by this committer
science/netcdf: document ncurses requirement (USES+=ncurses)

approved by:	infrastructure blanket
Original commitRevision:407558 
Saturday, 23 Jan 2016
21:54 sunpoet search for other commits by this committer
- Add USES=pkgconfig:run: pkg-config is required by nc-config at runtime
- Bump PORTREVISION for dependency change
Original commitRevision:407061 
Sunday, 17 Jan 2016
13:08 sunpoet search for other commits by this committer
- 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
Original commitRevision:406318 
Wednesday, 4 Nov 2015
20:14 sunpoet search for other commits by this committer
- Update BUILD_DEPENDS: remove redundant LOCALBASE/bin
- Cosmetic change
Original commitRevision:400804 
Monday, 19 Oct 2015
20:20 sunpoet search for other commits by this committer
- Use USES=localbase
Original commitRevision:399763 
Thursday, 1 Oct 2015
15:56 sunpoet search for other commits by this committer
- Convert to new test framework
Original commitRevision:398301 
Thursday, 20 Aug 2015
04:30 sunpoet search for other commits by this committer
- Convert to new options dependency and target helper
- Remove PORTSCOUT
Original commitRevision:394827 
Wednesday, 19 Aug 2015
01:39 sunpoet search for other commits by this committer
- Convert to new options helper
Original commitRevision:394669 
Sunday, 24 May 2015
08:10 sunpoet search for other commits by this committer
- 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
Original commitRevision:387255 
Sunday, 1 Mar 2015
14:33 sunpoet search for other commits by this committer
- Update to 4.3.3.1
- Strip shared library

Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Original commitRevision:380192 
Saturday, 21 Feb 2015
15:11 sunpoet search for other commits by this committer
- Fix build with DOXYGEN option
Original commitRevision:379521 
Wednesday, 18 Feb 2015
16:20 sunpoet search for other commits by this committer
- Update to 4.3.3
- Use LIBS instead of LDFLAGS

Changes:	http://www.unidata.ucar.edu/software/netcdf/docs/release_notes.html
Original commitRevision:379239 
Sunday, 18 Jan 2015
10:39 sunpoet search for other commits by this committer
- 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
Original commitRevision:377318 
Saturday, 3 May 2014
11:43 antoine search for other commits by this committer
Fix packaging with default options (without DOXYGEN)

With hat:	portmgr
Original commitRevision:352903 
03:17 sunpoet search for other commits by this committer
- 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]
Original commitRevision:352855 
Wednesday, 23 Apr 2014
13:25 tijl search for other commits by this committer
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).

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)
Original commitRevision:351936 
Saturday, 8 Mar 2014
18:07 tijl search for other commits by this committer
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
Original commitRevision:347528 
Thursday, 6 Mar 2014
16:35 tijl search for other commits by this committer
- 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)
Original commitRevision:347269 
Sunday, 16 Feb 2014
17:15 tijl search for other commits by this committer
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)
Original commitRevision:344614 
Wednesday, 6 Nov 2013
17:34 sunpoet search for other commits by this committer
- Fix PKGNAME collision
Original commitRevision:333015 
Friday, 20 Sep 2013
22:48 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
science)
Original commitRevision:327767 
Sunday, 28 Apr 2013
22:08 bapt search for other commits by this committer
Convert science to new options framework
Original commitRevision:316757 
Wednesday, 9 Nov 2011
15:26 miwi search for other commits by this committer
- Remove WITH_FBSD10_FIX, is no longer needed
Original commit
Saturday, 29 Oct 2011
08:45 miwi search for other commits by this committer
- Fix build on FreeBSD 10
Original commit
Tuesday, 12 Apr 2011
15:17 sunpoet search for other commits by this committer
- Use bsd.port.options.mk
- CPPFLAGS is now added to CONFIGURE_ENV by Mk/bsd.port.Mk
- Remove obsolete MD5 checksum
Original commit
Friday, 1 Oct 2010
01:14 sunpoet search for other commits by this committer
- Use LOCAL/sunpoet as backup MASTER_SITES

Approved by:    pgollucci (mentor)
Original commit
Wednesday, 22 Sep 2010
17:10 sunpoet search for other commits by this committer
- Update MAINTAINER to my FreeBSD.org address

Approved by:    pgollucci (mentor)
Original commit
Saturday, 15 May 2010
05:40 lwhsu search for other commits by this committer
- 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)
Original commit
Sunday, 13 Sep 2009
00:08 gerald search for other commits by this committer
Bump PORTREVISION for everything that sets USE_FORTRAN=yes which now
implies lang/gcc44 up from lang/gcc43.

Approved by:    portmgr
Original commit
Sunday, 22 Mar 2009
22:09 pav search for other commits by this committer
- 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)
Original commit
Monday, 19 Jan 2009
19:15 pav search for other commits by this committer
- Fix OPTIONS processing

PR:             ports/130740
Submitted by:   Shin'ya Murakami <murashin@gfd-dennou.org>
Original commit
Wednesday, 7 Jan 2009
16:34 gerald search for other commits by this committer
Bump PORTREVISION due to change of USE_FORTRAN=yes to GCC 4.3.
Original commit
Friday, 2 Jan 2009
07:53 chinsan search for other commits by this committer
- remove unnecessary strip
- install real documents
- fix NOPORTDOCS
- add NOPORTEXAMPLES

PR:                     ports/129225
Submitted by:           sunpoet (maintainer)
Original commit
Friday, 8 Aug 2008
04:48 beech search for other commits by this committer
- Respect PORTDOCS

Reported by:    IonBot
Original commit
Thursday, 7 Aug 2008
08:29 beech search for other commits by this committer
- 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)
Original commit
Sunday, 20 Jul 2008
20:25 beech search for other commits by this committer
- 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)
Original commit
Wednesday, 25 Jun 2008
08:32 rafan search for other commits by this committer
- Update to 3.6.3

PR:             ports/124871
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet at sunpoet.net> (maintainer)
Original commit
Monday, 23 Jul 2007
09:36 rafan search for other commits by this committer
- 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
Original commit
Tuesday, 10 Apr 2007
03:08 lwhsu search for other commits by this committer
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)
Original commit
Saturday, 23 Dec 2006
22:22 miwi search for other commits by this committer
- Update MASTER_SITES
- Fix build with gcc 4.X

PR:             ports/107117
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net> (maintainer)
Original commit
Thursday, 1 Jun 2006
17:30 erwin search for other commits by this committer
Hand maintainership to submitter

PR:             98290
Submitted by:   Sunpoet Po-Chuan Hsieh <sunpoet@sunpoet.net>
Original commit
Thursday, 16 Mar 2006
15:55 garga search for other commits by this committer
- Update to 3.6.1

PR:             ports/94504
Submitted by:   Ports Fury
Original commit
Monday, 30 Jan 2006
22:19 thierry search for other commits by this committer
Repocopy math/netcdf to science/netcdf, along with cdf, hdf and hdf5.

PR:             92497
Submitted by:   /me
Repocopied by:  marcus
Original commit

Number of commits found: 77