21 Commits

Author SHA1 Message Date
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

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, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Dmitry Marakasov
27599a2d6b - Switch to verbose build
Approved by:	portmgr blanket
2017-12-14 13:37:47 +00:00
Antoine Brodin
07faea058d Cleanup LIB_DEPENDS on libpng 2017-12-01 07:19:53 +00:00
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

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, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Koop Mast
0b2f48dc3d Fix hardcoded /usr/local.
* Un-mute install of License.txt

PR:		216236
Submitted by:	John Hein <z7dr6ut7gs@snkmail.com>
2017-05-22 19:28:52 +00:00
Steve Wills
fe310ebf76 graphics/argyllcms: Fix build on powerpc64
PR:		217215 [1]
PR:		203806 [2]
Submitted by:	Curtis Hamilton [1]
Submitted by:	Justin Hibbits [2]
Approved by:	kwm (maintainer)
2017-05-12 02:54:43 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
2017-04-01 15:23:30 +00:00
Boris Samorodov
f2cd7a2efd graphics/argyllcms: Update to version 1.9.2, plus:
. add USES+=ssl;
. add dependency on graphics/png [*]

[*]
Argyll uses a bundled png library, configure shows:
---
Using system TIFF library
Using system JPEG library
Using Argyll PNG library
Using system Z library
Using system SSL library
---
Let the port not build the bundled but use the system PNG library.

PR:		214757
Submitted by:	bsam (me)
Approved by:	kwm (maintainer timeout, 2 weeks+)
2016-12-09 20:18:38 +00:00
Gerald Pfeifer
89f8b05214 Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
2016-11-20 09:38:08 +00:00
Mathieu Arnold
f899c758a6 When there is a do-install target, do not use a post-install target, do
everything at once.  Sometime, rename post-install into a options helper
target.

I did not fix ports that were such a mess that I could not figure out
what they really wanted to do.  I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-19 11:04:13 +00:00
Steve Wills
86cd4fbe5a many ports: mark broken on powerpc64 2016-04-21 16:43:14 +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
Jimmy Olgeni
42bc424f61 Remove trailing whitespace from Makefiles, A-L. 2015-10-08 15:11:28 +00:00
Koop Mast
d7ff9210e6 * Set USES=compiler:c11 to select clang on 9.3-R. Pass MAKE_ENV to jam in
the do-build target so CC & friends get set in the enviroment so jam
  can pick them up. This fixes the build on 9.3-R amd64. [1]
* Add patch from debian to fix segfault in dispwin with bad command
  line options

Submitted by:	pkg-fallout [1]
2015-08-09 12:55:19 +00:00
Koop Mast
412dde70e3 Update agryllcms to 1.7.0.
Add patch to fix the build with gcc 5 [1]

Submitted by:	marino@ [1]
Obtained from:	debian [1]
2015-08-08 11:26:39 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00
Dmitry Marakasov
69eb7891aa - Add CPE info
Approved by:	portmgr blanket
2015-04-15 03:55:40 +00:00
Boris Samorodov
7493532a0f Change mode for binaries: 711 -> 755.
Approved by:	maintainer (kwm@)
2014-11-22 19:16:42 +00:00
Boris Samorodov
bd18a77dc8 Fix a typo at PORTNAME.
Approved by:	portmgr (just fix it)
2014-11-22 16:10:40 +00:00
Koop Mast
93fe9cc5af Add argyllcms
ArgyllCMS is an ICC compatible color management system. It supports
accurate ICC profile creation for scanners, cameras and film recorders
and calibration and profiling of displays and RGB & CMYK printers.
2014-11-22 15:53:25 +00:00