notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: astro/cfitsio/Makefile
SVNWeb

Number of commits found: 58

Wed, 16 Aug 2023
[ 18:25 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:12092ad379be36655a15e628826cbbd381832b1a  commit hash:12092ad379be36655a15e628826cbbd381832b1a  commit hash:12092ad379be36655a15e628826cbbd381832b1a  12092ad 
astro/cfitsio: Update to 4.3.0

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Fri, 30 Dec 2022
[ 09:04 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:e73ed31d9f444ad5a59d89f6651a35a0bc18629a  commit hash:e73ed31d9f444ad5a59d89f6651a35a0bc18629a  commit hash:e73ed31d9f444ad5a59d89f6651a35a0bc18629a  e73ed31  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
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
Sun, 18 Dec 2022
[ 17:32 Dimitry Andric (dim) search for other commits by this committer ]    commit hash:7eda11c87c30c735058e9393d54b631a74cf566a  commit hash:7eda11c87c30c735058e9393d54b631a74cf566a  commit hash:7eda11c87c30c735058e9393d54b631a74cf566a  7eda11c 
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
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:20 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  commit hash:b15254402b32382ff6da10de50bf7b0e84b841f4  b152544  (Only the first 10 of 105 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Sun, 17 Apr 2022
[ 23:42 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:3068321781909c9c76919aacc4fae8d89a861dbc  commit hash:3068321781909c9c76919aacc4fae8d89a861dbc  commit hash:3068321781909c9c76919aacc4fae8d89a861dbc  3068321 
astro/cfitsio: Enable bzip2 and threading support

- Bump PORTREVISION for package change
Sat, 16 Apr 2022
[ 04:19 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:131f39565fadc7b59750c33374679200b0d8f049  commit hash:131f39565fadc7b59750c33374679200b0d8f049  commit hash:131f39565fadc7b59750c33374679200b0d8f049  131f395 
astro/cfitsio: Update to 4.1.0

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Mon, 7 Mar 2022
[ 18:10 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:62a530d3162e2dc0e95c318a8ed77712e40bc869  commit hash:62a530d3162e2dc0e95c318a8ed77712e40bc869  commit hash:62a530d3162e2dc0e95c318a8ed77712e40bc869  62a530d 
astro/cfitsio: Simplify Makefile

- Use hard-coded shlib version
  It helps remind maintainer to bump PORTREVISION of dependent ports.
Mon, 28 Feb 2022
[ 15:06 Po-Chuan Hsieh (sunpoet) search for other commits by this committer ]    commit hash:d1d14ca3e59f48ada778c1a9dbc754c4186ed76a  commit hash:d1d14ca3e59f48ada778c1a9dbc754c4186ed76a  commit hash:d1d14ca3e59f48ada778c1a9dbc754c4186ed76a  d1d14ca  (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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
Tue, 5 Oct 2021
[ 19:11 Bernhard Froehlich (decke) search for other commits by this committer ]    commit hash:ea2e81f22e0ba0636a216971bb5dc84f8ade09f8  commit hash:ea2e81f22e0ba0636a216971bb5dc84f8ade09f8  commit hash:ea2e81f22e0ba0636a216971bb5dc84f8ade09f8  ea2e81f 
astro/cfitsio: Add CPE information

Approved by:	portmgr (blanket)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Tue, 26 Jan 2021
[ 14:00 sunpoet search for other commits by this committer ] Original commit   Revision:562667
Update to 3.49

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
PR:		252569
Exp-run by:	antoine
Sat, 31 Aug 2019
[ 22:00 sunpoet search for other commits by this committer ] Original commit   Revision:510465
Use bundled zlib

- Bump PORTREVISION for package change

PR:		238121
Reported by:	yuri
Sat, 27 Jul 2019
[ 11:53 sunpoet search for other commits by this committer ] Original commit   Revision:507401 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
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
Mon, 23 Jul 2018
[ 04:51 yuri search for other commits by this committer ] Original commit   Revision:475145
astro/cfitsio: Add missing dependency

Approved by:	portmgr blanket
Sat, 3 Mar 2018
[ 16:29 sunpoet search for other commits by this committer ] Original commit   Revision:463491
Update to 3.43

- Update MASTER_SITES

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes2.txt
Wed, 25 Oct 2017
[ 18:28 sunpoet search for other commits by this committer ] Original commit   Revision:452871
Update to 3.42

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Tue, 3 Jan 2017
[ 18:36 sunpoet search for other commits by this committer ] Original commit   Revision:430496
Update to 3.41

- Update pkg-descr
- Update WWW: use https://

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Sun, 20 Nov 2016
[ 23:54 sunpoet search for other commits by this committer ] Original commit   Revision:426652
- Use USES=localbase
- Cosmetic change
Sat, 19 Nov 2016
[ 17:02 sunpoet search for other commits by this committer ] Original commit   Revision:426392
- Fix build on Sparc64
Mon, 14 Nov 2016
[ 05:03 linimon search for other commits by this committer ] Original commit   Revision:426082 (Only the first 10 of 15 ports in this commit are shown above. View all ports for this commit)
Mark as broken on various tier-2 archs.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Tue, 20 Sep 2016
[ 01:09 wen search for other commits by this committer ] Original commit   Revision:422474
- Update to 3.390

PR:		212405
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >=14 days)
Fri, 1 Apr 2016
[ 13:29 mat search for other commits by this committer ] Original commit   Revision:412344 (Only the first 10 of 1009 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 6 Dec 2015
[ 17:51 sunpoet search for other commits by this committer ] Original commit   Revision:403130
- Fix LICENSE
- Convert to new options target helper
Fri, 8 May 2015
[ 14:04 amdmi3 search for other commits by this committer ] Original commit   Revision:385787 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Don't install static libraries with INSTALL_LIB (part 1/2)

Approved by:	portmgr blanket
MFH:		2015Q2
Wed, 1 Oct 2014
[ 20:06 sunpoet search for other commits by this committer ] Original commit   Revision:369749
- Update to 3.370

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
Wed, 11 Jun 2014
[ 14:50 tijl search for other commits by this committer ] Original commit   Revision:357486 (Only the first 10 of 297 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Fri, 9 May 2014
[ 15:26 sunpoet search for other commits by this committer ] Original commit   Revision:353466
- Pass -lz to libdata/pkgconfig/cfitsio.pc
- Bump PORTREVISION for package change

PR:		ports/189487
Submitted by:	rakuco
Thu, 8 May 2014
[ 03:03 sunpoet search for other commits by this committer ] Original commit   Revision:353239
- Build cfitsio compress/uncompress C files in zlib/
- Bump PORTREVISION for package change

Tested by:	cperciva, marino
Sun, 4 May 2014
[ 15:37 sunpoet search for other commits by this committer ] Original commit   Revision:352962 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- 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
Wed, 5 Feb 2014
[ 20:02 sunpoet search for other commits by this committer ] Original commit   Revision:342829
- 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>
Mon, 25 Nov 2013
[ 18:14 sunpoet search for other commits by this committer ] Original commit   Revision:334877
- Support STAGEDIR
- Simplify Makefile
[ 11:33 sunpoet search for other commits by this committer ] Original commit   Revision:334829
- Update to 3.350
- Convert to new LIB_DEPENDS format

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/changes.txt
Fri, 20 Sep 2013
[ 13:14 bapt search for other commits by this committer ] Original commit   Revision:327701 (Only the first 10 of 123 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Tue, 23 Apr 2013
[ 14:40 sunpoet search for other commits by this committer ] Original commit   Revision:316358
- Rescue WRKSRC
[ 06:26 bapt search for other commits by this committer ] Original commit   Revision:316309
Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix
Sun, 10 Mar 2013
[ 08:26 sunpoet search for other commits by this committer ] Original commit   Revision:313813
- 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
Sat, 1 Dec 2012
[ 00:00 sperber search for other commits by this committer ] Original commit   Revision:308052
- 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
Thu, 26 Jul 2012
[ 05:40 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 158 ports in this commit are shown above. View all ports for this commit)
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)
Sun, 22 Jul 2012
[ 23:24 dougb search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
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.
Wed, 11 Jul 2012
[ 07:42 wen search for other commits by this committer ] Original commit 
- 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]
Thu, 11 Aug 2011
[ 19:20 kwm search for other commits by this committer ] Original commit  (Only the first 10 of 543 ports in this commit are shown above. View all ports for this commit)
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>
Wed, 5 Jan 2011
[ 06:52 wen search for other commits by this committer ] Original commit 
- Update to 3.250
Sat, 1 Nov 2008
[ 22:12 miwi search for other commits by this committer ] Original commit 
- Update to 3.100
- Pass maintainership to submitter

PR:             128435
Submitted by:   Wen Heping <wenheping@gmail.com>
Fri, 4 Jul 2008
[ 22:29 gahr search for other commits by this committer ] Original commit 
- Update to 3.090

PR:             125229
Submitted by:   Ports Fury
Fri, 12 Oct 2007
[ 17:38 tabthorpe search for other commits by this committer ] Original commit 
- Update to 3.060
- Remove files/patch-configure

Approved by:    clsung (mentor, implicit)
Thu, 12 Jul 2007
[ 06:28 maho search for other commits by this committer ] Original commit 
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
Mon, 15 Jan 2007
[ 20:07 miwi search for other commits by this committer ] Original commit 
- Update to 3.030

PR:             107896
Submitted by:   Thomas Abthorpe <thomas@goodking.ca>
Fri, 12 Jan 2007
[ 05:30 maho search for other commits by this committer ] Original commit 
Use only gfortran42. not using gcc42, etc.
bump portrevision
Tue, 9 Jan 2007
[ 01:36 maho search for other commits by this committer ] Original commit 
Migrate to gfortran.
Mon, 14 Aug 2006
[ 10:08 clsung search for other commits by this committer ] Original commit  (Only the first 10 of 29 ports in this commit are shown above. View all ports for this commit)
- 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>
Wed, 15 Mar 2006
[ 10:08 garga search for other commits by this committer ] Original commit 
- Update to 3.006

PR:             ports/94195
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Wed, 8 Mar 2006
[ 11:49 garga search for other commits by this committer ] Original commit 
- Make it fetchable again

PR:             ports/94197
Submitted by:   Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:    portmgr (erwin)
Thu, 29 Sep 2005
[ 10:31 vs search for other commits by this committer ] Original commit 
science/kst doesn't need the archive
Sun, 17 Jul 2005
[ 21:19 pav search for other commits by this committer ] Original commit 
- Update to 2.510

PR:             ports/83607
Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
Sun, 22 Aug 2004
[ 00:54 krion search for other commits by this committer ] Original commit 
Update to version 2.500

PR:             ports/70781
Submitted by:   Ports Fury
Fri, 30 Apr 2004
[ 15:33 markus search for other commits by this committer ] Original commit 
Add cfitsio 2.490, library for reading and writing files in FITS data
format.

Number of commits found: 58