Commit graph

45 commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
cb7d8a1fd2 Update to 3.42
Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2017-10-25 18:28:23 +00:00
Sunpoet Po-Chuan Hsieh
d3f575f649 Update to 3.41
- Update pkg-descr
- Update WWW: use https://

Changes:	https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2017-01-03 18:36:06 +00:00
Sunpoet Po-Chuan Hsieh
bf74332f92 - Use USES=localbase
- Cosmetic change
2016-11-20 23:54:22 +00:00
Sunpoet Po-Chuan Hsieh
6b9a68091d - Fix build on Sparc64 2016-11-19 17:02:26 +00:00
Mark Linimon
d864fd0302 Mark as broken on various tier-2 archs.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2016-11-14 05:03:05 +00:00
Wen Heping
f182c2856b - Update to 3.390
PR:		212405
Submitted by:	wen@(myself)
Approved by:	maintainer(timeout, >=14 days)
2016-09-20 01:09:49 +00:00
Mathieu Arnold
7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00
Sunpoet Po-Chuan Hsieh
5d44581a5b - Fix LICENSE
- Convert to new options target helper
2015-12-06 17:51:38 +00:00
Dmitry Marakasov
178592ab36 - Don't install static libraries with INSTALL_LIB (part 1/2)
Approved by:	portmgr blanket
MFH:		2015Q2
2015-05-08 14:04:50 +00:00
Sunpoet Po-Chuan Hsieh
e6cf0b21eb - Update to 3.370
Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt
2014-10-01 20:06:51 +00:00
Tijl Coosemans
9f8b4bcde3 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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream.  Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.

Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix.  Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS.  This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.

PR:		190592
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2014-06-11 14:49:59 +00:00
Sunpoet Po-Chuan Hsieh
9c92a8c8dd - Pass -lz to libdata/pkgconfig/cfitsio.pc
- Bump PORTREVISION for package change

PR:		ports/189487
Submitted by:	rakuco
2014-05-09 15:26:05 +00:00
Sunpoet Po-Chuan Hsieh
8c80e22b4e - Build cfitsio compress/uncompress C files in zlib/
- Bump PORTREVISION for package change

Tested by:	cperciva, marino
2014-05-08 03:03:38 +00:00
Sunpoet Po-Chuan Hsieh
d21f8c4177 - 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
2014-05-04 15:37:11 +00:00
Sunpoet Po-Chuan Hsieh
8fc7e408f0 - 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>
2014-02-05 20:02:27 +00:00
Sunpoet Po-Chuan Hsieh
c24bbd3e67 - Support STAGEDIR
- Simplify Makefile
2013-11-25 18:14:33 +00:00
Sunpoet Po-Chuan Hsieh
8938416596 - Update to 3.350
- Convert to new LIB_DEPENDS format

Changes:	http://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/changes.txt
2013-11-25 11:33:17 +00:00
Baptiste Daroussin
701daf1eab Add NO_STAGE all over the place in preparation for the staging support (cat: astro) 2013-09-20 13:14:04 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
987864fc3b - Rescue WRKSRC 2013-04-23 14:40:08 +00:00
Baptiste Daroussin
6ee4f3c0ed Convert all a categories to USE=pkgconfig
While here trim some headers and convert some gnomehack to pathfix
2013-04-23 06:26:31 +00:00
Sunpoet Po-Chuan Hsieh
a9afa08eb6 - 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
2013-03-10 08:26:20 +00:00
Armin Pirkovitsch
b88c2be154 - 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
2012-12-01 00:00:26 +00:00
Baptiste Daroussin
9346b215f0 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)
2012-07-26 05:40:22 +00:00
Doug Barton
ce7d0b1f2e 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.
2012-07-22 23:23:59 +00:00
Wen Heping
b5f6d1463b - 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]
2012-07-11 07:42:19 +00:00
Koop Mast
0e682dded4 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>
2011-08-11 19:20:17 +00:00
Wen Heping
a5a6344ed5 - Update to 3.250 2011-01-05 06:52:02 +00:00
Martin Wilke
037f10e855 - Update to 3.100
- Pass maintainership to submitter

PR:		128435
Submitted by:	Wen Heping <wenheping@gmail.com>
2008-11-01 22:12:48 +00:00
Pietro Cerutti
d76d0bd2f7 - Update to 3.090
PR:		125229
Submitted by:	Ports Fury
2008-07-04 22:29:13 +00:00
Alexey Dokuchaev
eda9d1c2b5 Clean up port descriptions for unmaintained ports in `astro' category:
markup and spelling fixes, kill EOL whitespace and extraneous attribution.
2008-01-26 05:16:13 +00:00
Thomas Abthorpe
9b3433eed0 - Update to 3.060
- Remove files/patch-configure

Approved by:	clsung (mentor, implicit)
2007-10-12 17:38:17 +00:00
Maho Nakata
9cfd2bb219 Now we use USE_FORTRAN=yes to use FORTRAN compiler. 2007-07-12 06:33:38 +00:00
Maho Nakata
bd5f3dd41b Fix F77 detection. 2007-05-27 01:08:41 +00:00
Martin Wilke
ad39510d1e - Update to 3.030
PR:		107896
Submitted by:	Thomas Abthorpe <thomas@goodking.ca>
2007-01-15 20:07:04 +00:00
Maho Nakata
bb346e1975 Use only gfortran42. not using gcc42, etc.
bump portrevision
2007-01-12 05:30:04 +00:00
Maho Nakata
fc543c3243 Migrate to gfortran. 2007-01-09 01:36:21 +00:00
Cheng-Lung Sung
ab63f5bd0b - 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>
2006-08-14 10:08:25 +00:00
Renato Botelho
c816532767 - Update to 3.006
PR:		ports/94195
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
2006-03-15 10:08:23 +00:00
Renato Botelho
14262f30a0 - Make it fetchable again
PR:		ports/94197
Submitted by:	Ion-Mihai "IOnut" Tetcu <itetcu@people.tecnik93.com>
Approved by:	portmgr (erwin)
2006-03-08 11:49:58 +00:00
Pav Lucistnik
d1b8ea31e7 - Add SHA256 2005-11-23 23:53:09 +00:00
Volker Stolz
a52a7f2149 science/kst doesn't need the archive 2005-09-29 10:31:48 +00:00
Pav Lucistnik
bb43ce120a - Update to 2.510
PR:		ports/83607
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2005-07-17 21:19:58 +00:00
Kirill Ponomarev
d2c6b60bad Update to version 2.500
PR:		ports/70781
Submitted by:	Ports Fury
2004-08-22 00:54:10 +00:00
Markus Brueffer
4ce007b1f5 Add cfitsio 2.490, library for reading and writing files in FITS data
format.
2004-04-30 15:33:40 +00:00