non port: astro/cfitsio/Makefile |
SVNWeb
|
Number of commits found: 58 |
Wed, 16 Aug 2023
|
[ 18:25 Po-Chuan Hsieh (sunpoet) ] 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) ] e73ed31 (Only the first 10 of 21 ports in this commit are shown above. )
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) ] 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) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 20 Jul 2022
|
[ 14:20 Tobias C. Berner (tcberner) ] b152544 (Only the first 10 of 105 ports in this commit are shown above. )
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 )
|
Sun, 17 Apr 2022
|
[ 23:42 Po-Chuan Hsieh (sunpoet) ] 3068321
astro/cfitsio: Enable bzip2 and threading support
- Bump PORTREVISION for package change
|
Sat, 16 Apr 2022
|
[ 04:19 Po-Chuan Hsieh (sunpoet) ] 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) ] 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) ] d1d14ca (Only the first 10 of 20 ports in this commit are shown above. )
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) ] ea2e81f
astro/cfitsio: Add CPE information
Approved by: portmgr (blanket)
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 26 Jan 2021
|
[ 14:00 sunpoet ]
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 ]
Use bundled zlib
- Bump PORTREVISION for package change
PR: 238121
Reported by: yuri
|
Sat, 27 Jul 2019
|
[ 11:53 sunpoet ] (Only the first 10 of 20 ports in this commit are shown above. )
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 ]
astro/cfitsio: Add missing dependency
Approved by: portmgr blanket
|
Sat, 3 Mar 2018
|
[ 16:29 sunpoet ]
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 ]
Update to 3.42
Changes: https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
|
Tue, 3 Jan 2017
|
[ 18:36 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
|
Sun, 20 Nov 2016
|
[ 23:54 sunpoet ]
- Use USES=localbase
- Cosmetic change
|
Sat, 19 Nov 2016
|
[ 17:02 sunpoet ]
- Fix build on Sparc64
|
Mon, 14 Nov 2016
|
[ 05:03 linimon ] (Only the first 10 of 15 ports in this commit are shown above. )
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 ]
- Update to 3.390
PR: 212405
Submitted by: wen@(myself)
Approved by: maintainer(timeout, >=14 days)
|
Fri, 1 Apr 2016
|
[ 13:29 mat ] (Only the first 10 of 1009 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 6 Dec 2015
|
[ 17:51 sunpoet ]
- Fix LICENSE
- Convert to new options target helper
|
Fri, 8 May 2015
|
[ 14:04 amdmi3 ] (Only the first 10 of 19 ports in this commit are shown above. )
- Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by: portmgr blanket
MFH: 2015Q2
|
Wed, 1 Oct 2014
|
[ 20:06 sunpoet ]
- Update to 3.370
Changes: http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
|
Wed, 11 Jun 2014
|
[ 14:50 tijl ] (Only the first 10 of 297 ports in this commit are shown above. )
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 )
|
Fri, 9 May 2014
|
[ 15:26 sunpoet ]
- 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 ]
- Build cfitsio compress/uncompress C files in zlib/
- Bump PORTREVISION for package change
Tested by: cperciva, marino
|
Sun, 4 May 2014
|
[ 15:37 sunpoet ] (Only the first 10 of 11 ports in this commit are shown above. )
- 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 ]
- 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 ]
- Support STAGEDIR
- Simplify Makefile
|
[ 11:33 sunpoet ]
- 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 ] (Only the first 10 of 123 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
astro)
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Tue, 23 Apr 2013
|
[ 14:40 sunpoet ]
- Rescue WRKSRC
|
[ 06:26 bapt ]
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 ]
- 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 ]
- 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 ] (Only the first 10 of 158 ports in this commit are shown above. )
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 ] (Only the first 10 of 29 ports in this commit are shown above. )
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 ]
- 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 ] (Only the first 10 of 543 ports in this commit are shown above. )
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 ]
- Update to 3.250
|
Sat, 1 Nov 2008
|
[ 22:12 miwi ]
- Update to 3.100
- Pass maintainership to submitter
PR: 128435
Submitted by: Wen Heping <wenheping@gmail.com>
|
Fri, 4 Jul 2008
|
[ 22:29 gahr ]
- Update to 3.090
PR: 125229
Submitted by: Ports Fury
|
Fri, 12 Oct 2007
|
[ 17:38 tabthorpe ]
- Update to 3.060
- Remove files/patch-configure
Approved by: clsung (mentor, implicit)
|
Thu, 12 Jul 2007
|
[ 06:28 maho ]
Now we use USE_FORTRAN=yes to use FORTRAN compiler.
|
Mon, 15 Jan 2007
|
[ 20:07 miwi ]
- Update to 3.030
PR: 107896
Submitted by: Thomas Abthorpe <thomas@goodking.ca>
|
Fri, 12 Jan 2007
|
[ 05:30 maho ]
Use only gfortran42. not using gcc42, etc.
bump portrevision
|
Tue, 9 Jan 2007
|
[ 01:36 maho ]
Migrate to gfortran.
|
Mon, 14 Aug 2006
|
[ 10:08 clsung ] (Only the first 10 of 29 ports in this commit are shown above. )
- 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 ]
- Update to 3.006
PR: ports/94195
Submitted by: Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
|
Wed, 8 Mar 2006
|
[ 11:49 garga ]
- 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 ]
science/kst doesn't need the archive
|
Sun, 17 Jul 2005
|
[ 21:19 pav ]
- Update to 2.510
PR: ports/83607
Submitted by: KATO Tsuguru <tkato432@yahoo.com>
|
Sun, 22 Aug 2004
|
[ 00:54 krion ]
Update to version 2.500
PR: ports/70781
Submitted by: Ports Fury
|
Fri, 30 Apr 2004
|
[ 15:33 markus ]
Add cfitsio 2.490, library for reading and writing files in FITS data
format.
|
Number of commits found: 58 |