Commit Graph

107 Commits

Author SHA1 Message Date
Sunpoet Po-Chuan Hsieh
5edb3f8484 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
2019-07-27 11:53:22 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Tobias C. Berner
6dc0b2cfc8 graphics/exiv2: update to 0.27.1
Exp-run by:	antoine
PR:		239028
2019-07-10 19:30:55 +00:00
Tobias C. Berner
fda98ed059 graphics/exiv2: update to 0.27
Changelog:
	http://www.exiv2.org/changelog.html

- All depending ports have been bumped.
- graphics/py-exiv2 has been marked broken; use graphics/gexiv2 for python bindings

Exp-run by:	antoine
PR:		235943
PR:		234830
2019-03-17 13:14:52 +00:00
Tobias C. Berner
2d36cee9cd graphics/ufraw: prepare for exiv2-0.27
Import gentoo's patch:
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-gfx/ufraw/files/ufraw-0.22-exiv2-0.27.patch

PR:		235943
2019-03-08 21:29:25 +00:00
Tobias Kortkamp
523ce2b8f0 graphics/ufraw: Simplify using the GTK2 plist sub already added by OPTIONS_SUB 2019-02-09 11:04:39 +00:00
Rodrigo Osorio
9c8285430b Be able to build ufraw without GTK2 option
Add gnome to the uses to make testport happy
Bump portrevision

PR:		234436
Reported by:	Thomas Guymer <t.m.guymer@thomasguymer.co.uk>
2019-02-07 11:02:46 +00:00
Mark Linimon
f51c977eed This port needs USES=compiler:c++11-lang to build on GCC-based architectures.
PR:		233921
Submitted by:	Piotr Kubaj
Approved by:	portmgr (tier-2 blanket)
2018-12-20 05:08:48 +00:00
Rodrigo Osorio
4c8c252a4c Fix graphics/ufraw build for 12.0
Fix code issues who causes build failures
due to missing spaces between literal and identifier.

Bump PORTREVISION.

PR:		229271
Submitted by:	<w.schwarzenfeld@utanet.at>
2018-07-01 21:42:49 +00:00
Emanuel Haupt
7acf3e5eed - Install .desktop file
- Remove some cruft from Makefile

PR:		228917
Approved by:	rodrigo
2018-06-14 07:22:22 +00:00
Tobias C. Berner
05c7a17cbe Update grahics/exiv2 to 0.26
PR:		223625
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12345
2018-04-28 06:14:58 +00:00
Rodrigo Osorio
6dacd707f5 Fix space in the Makefile
Bump PORTREVISION

MFH:		2018Q2
2018-04-03 22:51:01 +00:00
Rodrigo Osorio
7bcc3f24a2 Move ufraw from sourceforge to github
On the same time recover updates done in development branch and never released
- Add WB for multiple new cameras :
  FUJIFILM X-T2, PENTAX K-1, Panasonic DMC-FZ300/DMC-FZ330,
  Canon PowerShot G7 X Mark II, Canon EOS M10, Canon EOS 700D,
  Canon EOS 80D, NIKON D200, FUJIFILM X-T10, PENTAX K-S2,
  NIKON D5500, NIKON D810, FUJIFILM X100T, Canon PowerShot G5 X,
  Panasonic DMC-LF1, SONY RX10M2, Canon EOS M2, Canon PowerShot S120,
  FUJIFILM X-M1, OLYMPUS E-M10 Mark II, etc
- multiple bug fixes : memory leak, etc

Remove existing patches since they coming from upstream and are now provided
by default in the distfile.

Incorporate the patched made by the debian project, including a fix for the
CVE-2015-8366.

MFH:		2018Q2
Security:	CVE-2015-8366
2018-04-03 22:47:43 +00:00
Alexey Dokuchaev
70f695da31 Unbreak the build against recent Clang.
PR:	225556
2018-02-05 17:26:08 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Pawel Pekala
21dd06f93f - Fix build on 12.0-CURRENT, patch was accepted by upstream:
https://sourceforge.net/p/ufraw/bugs/407/
- Convert to options subs and helpers
- Mark GTK2 option as implied for GIMP, otherwise poudriere build fails

PR:		211735
Submitted by:	myself
Approved by:	maintainer timeout
2016-08-25 14:53:19 +00:00
Tobias C. Berner
c1ff5bbef3 Update graphics/exiv2 to 0.25.
As there is an shlib version bump, bump them portrevision of dependent ports.

While doing so, also switch to the cmake build system, as it requires less
patching and is easier to handle.

PR:             211329
Reviewed by:    mat, rakuco, kwm
Approved by:    rakuco (mentor)
Differential Revision:  https://reviews.freebsd.org/D7283
2016-07-27 10:22:26 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Jan Beich
9a91959f60 graphics/lensfun: bump PORTREVISION in consumers after r411373 2016-03-20 14:35:05 +00:00
Dmitry Marakasov
80cc42ce13 - Add missing file to plist
Approved by:	portmgr blanket
2015-08-17 21:18:39 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Rodrigo Osorio
5f19b1e0e0 Update ufraw from 0.21 to 0.22
Major changes :
- Upstream fix for CVE-2015-3885
- replace liblcms1 by liblcms2
- lot of new cameras and bugfixes
- better foveon support
2015-06-18 23:31:54 +00:00
Rodrigo Osorio
205b6a267a Upgrade ufraw from 0.19.2 to 0.21
Remove deprecated patches
Apply bugfix for CVE-2015-3885

PR:		200197
obtained from:	rawtherapee
MFH:		2015Q2
Security:	CVE-2015-3885
2015-05-14 21:27:50 +00:00
John Marino
9746d6524b graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
2015-03-25 20:09:42 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +00:00
Baptiste Daroussin
a76a739bfe Cleanup plist 2014-10-20 17:04:20 +00:00
Rodrigo Osorio
a02ac775f9 Don't copy mkinstalldirs from icu anymore since ufraw carry it's own version
PR:		ports/191422
Submitted by:	rodrigo (maintainer)
Approved by:	bapt (mentor)
2014-06-27 09:55:30 +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
Tijl Coosemans
33c17bbfe1 Like r351970 removed an extra USES+=desktop-file-utils from the Makefile,
also remove the extra update-desktop-database from pkg-plist.
2014-04-25 10:54:50 +00:00
Matthias Andree
744899e18f Drop excess USES+=desktop-file-utils under the GNOME option,
which broke the stage-qa target.

Approved by: portmgr (blanket)
2014-04-23 20:26:50 +00:00
Rodrigo Osorio
a3b355c4e4 - fix clang issue caused by incorrect namespacing
- add dependency
- bump portrevision

PR:		ports/188044
Submitted by:	Chris Rees <crees@FreeBSD.org>
Approved by:	bapt (mentor)
Obtained from:	Macports
MFH:		2014Q2
2014-04-22 13:41:53 +00:00
Alexey Dokuchaev
3febe31ec5 - Chase libexiv2.so shlib version bump after r350163
- Fix nearby minor style issues while here (not all)

Approved by:	portmgr (bapt), some ports are still NO_STAGE :(
2014-04-04 20:36:47 +00:00
John Marino
d837d3cd2c graphics/ufraw: Fix fallout caused by icu upgrade
This ufraw port uses a scrip from icu and doesn't even specify icu
as a build dependency.  This looks wrong to me, but today I'm only
going to make ufraw build again.  The maintainer may want to review
this as it will break every time icu is updated.
2014-02-11 20:17:14 +00:00
Matthias Andree
ce3a722ed9 Modernize (LIB_DEPENDS, USES).
Support staging.

Add a patch that allows building with a strict-conformance C++11
compiler.

Approved by:	portmgr (implicit, under "just fix it" blanket approval)
2014-02-05 21:58:29 +00:00
Sunpoet Po-Chuan Hsieh
f05ef25485 - Bump PORTREVISION for astro/cfitsio shlib 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:34 +00:00
Rodrigo Osorio
877dce2447 Update maintainer email address
Approved by:	bapt@ (co-mentor)
2014-01-29 09:17:41 +00:00
Dmitry Marakasov
ab24828630 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [fgijk])
Approved by:	portmgr (bdrewery)
2013-10-22 13:58:55 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
Baptiste Daroussin
c41a62214e Add an explicit dependency on pkgconf 2013-09-02 22:23:53 +00:00
Boris Samorodov
4a50aca5af Fix build after recent glib update.
PR:		ports/181013
Submitted by:	Jan Henrik Sylvester <me@janh.de>
Approved by:	rodrigo@bebik.net (maintainer)
2013-08-11 14:45:59 +00:00
Boris Samorodov
4ba819c1e3 Update to version 0.19.2.
PR:		ports/178659
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer, final
		patch via e-mail)
2013-05-20 07:50:28 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Jason E. Hale
66d68626af - EXIV2 and LENSFUN now have standard descriptions
- Drop "Enable" in FITS description

Reported by:	danfe
Feature safe:	yes
2012-11-30 08:48:41 +00:00
Jason E. Hale
7f4391d0ca - Convert to new options framework
- Drop ABI version numbers from LIB_DEPENDS
- Trim Makefile header

PR:		ports/174003
Submitted by:	Rodrigo (ros) OSORIO <rodrigo@bebik.net> (maintainer)
Feature safe:	yes
2012-11-30 07:39:40 +00:00
Boris Samorodov
8d56f00ee5 Update graphics/exiv2 to version 0.23.
The so library version has changed.
Bump PORTREVISIONs at dependent ports.

PR:		ports/169733
Submitted by:	bsam (me)
Approved by:	multimedia (maintainer timeout 3 weeks)
2012-07-31 15:29:26 +00:00
Ruslan Makhmatkhanov
527615831f - fix build when WITH_GTK is disabled, but x11-toolkits/gtkimageview
is installed

I also added similar change for WITH_GIMP option, because configure tries to
autodetect it too. PORTREVISION bump doesn't needed because GTK is enabled by
default.

PR:		166722
Submitted by:	Bojan Petrovic <bojan_petrovic at fastmail dot fm>
Approved by:	Rodrigo OSORIO <rodrigo at bebik dot net> (maintainer)
2012-06-11 08:00:16 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Ruslan Makhmatkhanov
55fb25d40b - pass maintainership to new volunteer
PR:		ports/167858
Submitted by:	Rodrigo OSORIO <rodrigo at bebik dot net>
2012-05-14 09:48:12 +00:00
Martin Wilke
3ed109f3aa - Fix build with gcc4.6
PR:		164141
Submitted by:	Heath Nielson <heathn@gmail.com>
2012-01-27 17:45:36 +00:00