Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
4.5.0 08 Sep 2024 18:36:57
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.5.0
- Clean up MASTER_SITES
- Update WWW
- Use USES=pathfix to fix .pc installation
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
4.4.1 03 Jul 2024 04:36:28
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.4.1
- Add LICENSE
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
4.4.0 09 Mar 2024 14:05:17
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.4.0
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
4.3.1 27 Nov 2023 10:28:04
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.3.1
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
4.3.0 16 Aug 2023 18:25:09
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.3.0
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
4.2.0 30 Dec 2022 09:04:05
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.2.0
- Convert REINPLACE_CMD to patch file
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
4.1.0_1 18 Dec 2022 17:32:40
    |
Dimitry Andric (dim)  |
astro/cfitsio: fix build with clang 15
During an exp-run for llvm 15 (see bug 265425), it turned out that
astro/cfitsio failed to build with clang 15:
drvrnet.c:3887:23: warning: call to undeclared function 'gethostbyname'; ISO
C99 and later do not support implicit function declarations
[-Wimplicit-function-declaration]
hostent = gethostbyname(localhost);
^
drvrnet.c:3887:21: error: incompatible integer to pointer conversion assigning
to 'struct hostent *' from 'int' [-Wint-conversion]
hostent = gethostbyname(localhost);
^ ~~~~~~~~~~~~~~~~~~~~~~~~
1 warning and 1 error generated.
This is because the configure script defines _XOPEN_SOURCE=700, for
unclear reasons, and this hides the gethostbyname() declaration in
/usr/include/netdb.h. Fix it by removing the line that adds the define.
PR: 268302
Approved by: portmgr (tcberner)
MFH: 2022Q4 |
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.1.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.1.0_1 20 Jul 2022 14:20:50
    |
Tobias C. Berner (tcberner)  |
astro: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* ABURAYER Rewsirow <rewsirow@ff.iij4u.or.jp>
* Alexander Leidinger
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org>
* Anton Karpov <toxa@toxahost.ru>
* Brion Moss <brion@queeg.com>
* Bruce M Simpson <bms@FreeBSD.org>
* Chris Piazza <cpiazza@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
4.1.0_1 17 Apr 2022 23:42:16
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Enable bzip2 and threading support
- Bump PORTREVISION for package change |
4.1.0 16 Apr 2022 04:19:06
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.1.0
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
4.0.0 07 Mar 2022 18:10:54
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Simplify Makefile
- Use hard-coded shlib version
It helps remind maintainer to bump PORTREVISION of dependent ports. |
4.0.0 28 Feb 2022 15:06:56
    |
Po-Chuan Hsieh (sunpoet)  |
astro/cfitsio: Update to 4.0.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
3.490 05 Oct 2021 19:11:41
    |
Bernhard Froehlich (decke)  |
astro/cfitsio: Add CPE information
Approved by: portmgr (blanket) |
3.490 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.490 26 Jan 2021 14:00:11
  |
sunpoet  |
Update to 3.49
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
PR: 252569
Exp-run by: antoine |
3.470_1 31 Aug 2019 22:00:03
  |
sunpoet  |
Use bundled zlib
- Bump PORTREVISION for package change
PR: 238121
Reported by: yuri |
3.470 27 Jul 2019 11:53:22
  |
sunpoet  |
Update to 3.47
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
3.430_1 23 Jul 2018 04:51:11
  |
yuri  |
astro/cfitsio: Add missing dependency
Approved by: portmgr blanket |
3.430 03 Mar 2018 16:29:41
  |
sunpoet  |
Update to 3.43
- Update MASTER_SITES
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes2.txt |
3.420 25 Oct 2017 18:28:24
  |
sunpoet  |
Update to 3.42
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
3.410 03 Jan 2017 18:36:06
  |
sunpoet  |
Update to 3.41
- Update pkg-descr
- Update WWW: use https://
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
3.390 20 Nov 2016 23:54:22
  |
sunpoet  |
- Use USES=localbase
- Cosmetic change |
3.390 19 Nov 2016 17:02:26
  |
sunpoet  |
- Fix build on Sparc64 |
3.390 14 Nov 2016 05:03:05
  |
linimon  |
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
3.390 20 Sep 2016 01:09:50
  |
wen  |
- Update to 3.390
PR: 212405
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >=14 days) |
3.370_1 01 Apr 2016 13:29:17
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight |
3.370_1 06 Dec 2015 17:51:39
  |
sunpoet  |
- Fix LICENSE
- Convert to new options target helper |
3.370_1 08 May 2015 14:04:51
  |
amdmi3  |
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket
MFH: 2015Q2 |
3.370 01 Oct 2014 20:06:51
  |
sunpoet  |
- Update to 3.370
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
3.360_2 11 Jun 2014 14:50:00
  |
tijl  |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
3.360_2 09 May 2014 15:26:05
  |
sunpoet  |
- Pass -lz to libdata/pkgconfig/cfitsio.pc
- Bump PORTREVISION for package change
PR: ports/189487
Submitted by: rakuco |
3.360_1 08 May 2014 03:03:39
  |
sunpoet  |
- Build cfitsio compress/uncompress C files in zlib/
- Bump PORTREVISION for package change
Tested by: cperciva, marino |
3.360 04 May 2014 15:37:11
  |
sunpoet  |
- Update to 3.360
- Build and install static library
- Bump PORTREVISION for astro/cfitsio shlib change
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt |
3.350_1 05 Feb 2014 20:02:27
  |
sunpoet  |
- Fix shared library installation
- Bump PORTREVISION for package change
- While I'm here, convert to new LIB_DEPENDS format
PR: ports/185951
Submitted by: Florian Degner <f.degner@gmx.de> |
3.350 25 Nov 2013 18:14:34
  |
sunpoet  |
- Support STAGEDIR
- Simplify Makefile |
3.350 25 Nov 2013 11:33:18
  |
sunpoet  |
- Update to 3.350
- Convert to new LIB_DEPENDS format
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/changes.txt |
3.330 20 Sep 2013 13:14:05
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro) |
3.330 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
3.330 23 Apr 2013 14:40:08
  |
sunpoet  |
- Rescue WRKSRC |
3.330 23 Apr 2013 06:26:32
  |
bapt  |
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix |
3.330 10 Mar 2013 08:26:20
  |
sunpoet  |
- Update to 3.33
- Remove LICENSE_FILE for well-known licenses
- Use PORTDOCS
- Cosmetic change
- Take maintainership
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/changes.txt |
3.310 01 Dec 2012 00:00:26
  |
sperber  |
- Update to version 3.310
- Update MASTER_SITES
- Add LICENSE
- Add MAKE_JOBS_SAFE
- Trim Makefile header
PR: ports/171954
Submitted by: KATO Tsuguru <tkato432 _at_ yahoo.com>
Approved by: beat (mentor)
Feature safe: yes |
3.300 26 Jul 2012 05:40:24
 |
bapt  |
new devel/pkgconf added to replace devel/pkg-config. new version of pkg-config
are no more self hosting so we are stuck with 0.25 version while pkgconf provide
the same set of features as 0.27 and a compatible frontend. A symlink to
pkg-config has been added for convenience and compatibility
This also introduces a new macro to use pkgconf in your ports:
USE_PKGCONFIG
it can take the following arguments:
- yes (meaning build only dep)
- build (meaning build only dep)
- run (meaning run only dep)
- both (meaning run and build dep)
From now USE_GNOME= pkgconfig is deprecated in favour of USE_PKGCONFIG
The old gnome macro has been modified to use pkgconf but still the sameway: run
and build dep to avoid large breakage.
While here fix some ports relying on pkg-config but not specifying it, fix some
ports broken because testing wrong .pc files, and fix ports using pkg-config
--version to determine pkg-config version instead of
pkg-config --modversion pkg-config like recommanded by pkg-config
With Hat: portmgr
Exp-runs by: bapt (pointhat-west), beat (pointyhat) |
3.300 22 Jul 2012 23:24:00
 |
dougb  |
For the ports that are maintained by ports@ that have pkgconfig as their
only USE_GNOME feature, convert to a BUILD_DEPENDS. This avoids both the
bug of the bogus run depend introduced by bsd.gnome.mk, and also avoids
needlessly pulling that file in. |
3.300 11 Jul 2012 07:42:19
 |
wen  |
- Update to 3.300 [1]
- Pet portlint: remove ABI version number from LIB_DEPENDS [1]
- Convert to new options framework [1]
- Reset maintainer
PR: 169769 [1]
Submitted by: sunpoet@ [1] |
3.250 11 Aug 2011 19:20:17
 |
kwm  |
Remove USE_GNOME=gnometarget from ports. It has been a empty keyword since
mid 2008.
PR: ports/159624
Submitted by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
3.250 05 Jan 2011 06:52:02
 |
wen  |
- Update to 3.250 |
3.100_1 01 Nov 2008 22:12:48
 |
miwi  |
- Update to 3.100
- Pass maintainership to submitter
PR: 128435
Submitted by: Wen Heping <wenheping@gmail.com> |
3.090 04 Jul 2008 22:29:13
 |
gahr  |
- Update to 3.090
PR: 125229
Submitted by: Ports Fury |
3.060 26 Jan 2008 05:16:14
 |
danfe  |
Clean up port descriptions for unmaintained ports in `astro' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution. |
3.060 12 Oct 2007 17:38:17
 |
tabthorpe  |
- Update to 3.060
- Remove files/patch-configure
Approved by: clsung (mentor, implicit) |
3.030 12 Jul 2007 06:28:59
 |
maho  |
Now we use USE_FORTRAN=yes to use FORTRAN compiler. |
3.030 27 May 2007 01:08:41
 |
maho  |
Fix F77 detection. |
3.030 15 Jan 2007 20:07:04
 |
miwi  |
- Update to 3.030
PR: 107896
Submitted by: Thomas Abthorpe <thomas@goodking.ca> |
3.006_1 12 Jan 2007 05:30:04
 |
maho  |
Use only gfortran42. not using gcc42, etc.
bump portrevision |
3.006 09 Jan 2007 01:36:21
 |
maho  |
Migrate to gfortran. |
3.006 14 Aug 2006 10:08:25
 |
clsung  |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include astro/ audio/ biology/ chinese/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org> |
3.006 15 Mar 2006 10:08:23
 |
garga  |
- Update to 3.006
PR: ports/94195
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com> |
2.510 08 Mar 2006 11:49:58
 |
garga  |
- Make it fetchable again
PR: ports/94197
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by: portmgr (erwin) |
2.510 23 Nov 2005 23:45:54
 |
pav  |
- Add SHA256 |
2.510 29 Sep 2005 10:31:48
 |
vs  |
science/kst doesn't need the archive |
2.510 17 Jul 2005 21:19:58
 |
pav  |
- Update to 2.510
PR: ports/83607
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.500 22 Aug 2004 00:54:10
 |
krion  |
Update to version 2.500
PR: ports/70781
Submitted by: Ports Fury |
2.490 30 Apr 2004 15:33:40
 |
markus  |
Add cfitsio 2.490, library for reading and writing files in FITS data
format. |