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: graphics/luminance/Makefile
SVNWeb

Number of commits found: 55

Fri, 8 Mar 2019
[ 21:16 tcberner search for other commits by this committer ] Original commit   Revision:495074
graphics/luminance, graphics/luminance-hdr: prepare for exiv2-0.27

Import patch form gentoo:
https://gitweb.gentoo.org/repo/gentoo.git/tree/media-gfx/luminance-hdr/files/luminance-hdr-2.5.1-exiv2-0.27.patch?id=8f6a858f3f76ab3d0ba8acda28f2981d24cceeda

PR:		235943
Wed, 12 Dec 2018
[ 00:15 jbeich search for other commits by this committer ] Original commit   Revision:487266 (Only the first 10 of 415 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.69.0

Changes:	http://www.boost.org/users/history/version_1_69_0.html
PR:		232525
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D17645
Sun, 2 Dec 2018
[ 15:41 rene search for other commits by this committer ] Original commit   Revision:486467 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
Mark QT4 ports/functionality for removal on 2019-03-15

While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
Sat, 22 Sep 2018
[ 10:15 mandree search for other commits by this committer ] Original commit   Revision:480374 (Only the first 10 of 70 ports in this commit are shown above. View all ports for this commit)
Update ilmbase and openexr to 2.3.0, rename OpenEXR to openexr.

Release notes: <https://github.com/openexr/openexr/releases/tag/v2.3.0>

Adjust LIB_DEPENDS of all ports that require ilmbase or openexr to chase
the new lower-case spelling of the name, and to omit the version from the
library name to ease future maintenance.

Bump PORTREVISION of all ports that depend on ilmbase or openexr directly,
so that they all get rebuilt on upgrades.

Add patches to graphics/ampasCTL to keep it alive, with (a) ilmbase now
that its Iex::BaseExc class is no longer derived from std::string,
details were given upstream through https://github.com/ampas/CTL/issues/71
and (b) to unwind semicolon/;-lists in cmake that stem from openexr/
ilmbase pkg-config variables.
(Note ampasCTL is unmaintained as FreeBSD port, and upstream,
and I cannot run-time test it.)

Poudriere build tests on 11.2-RELEASE-p1 amd64 of ALL ports depending
directly or indirectly on ilmbase and/or openexr have passed without
regressions.  Thus invoking due diligence, I believe I have done the
equivalent of an -exp run, and do not require approval for the dependency
chases to third-party ports.
Thu, 9 Aug 2018
[ 06:58 jbeich search for other commits by this committer ] Original commit   Revision:476723 (Only the first 10 of 404 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.68.0

- Switch to C++14 for libboost_system to support C++14 consumers

Changes:	http://www.boost.org/users/history/version_1_68_0.html
PR:		229569
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D16165
Thu, 28 Jun 2018
[ 17:39 tcberner search for other commits by this committer ] Original commit   Revision:473503 (Only the first 10 of 1416 ports in this commit are shown above. View all ports for this commit)
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk

From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	-https://reviews.freebsd.org/D15540
Sat, 23 Jun 2018
[ 08:27 tcberner search for other commits by this committer ] Original commit   Revision:473116 (Only the first 10 of 47 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 2.5

PR:		229067
Sat, 28 Apr 2018
[ 06:14 tcberner search for other commits by this committer ] Original commit   Revision:468519 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
Update grahics/exiv2 to 0.26

PR:		223625
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D12345
Wed, 18 Apr 2018
[ 13:57 jbeich search for other commits by this committer ] Original commit   Revision:467711 (Only the first 10 of 388 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.67.0

Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
Thu, 18 Jan 2018
[ 04:11 jbeich search for other commits by this committer ] Original commit   Revision:459315 (Only the first 10 of 356 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.66.0

Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
Fri, 1 Dec 2017
[ 01:58 mandree search for other commits by this committer ] Original commit   Revision:455244 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Security update OpenEXR and ilmbase to 2.2.1.

While here, fix libIlmImfUtil_la_LDFLAGp so that when linking libIlmImfUtil,
the locally built libIlmImf gets precedence over the one in /usr/local,
to permit upgrades in a running system with the older version installed.

This changes the library's SONAME, so bump PORTREVISION of all dependees.

Unfortunately, this looks a bit too intrusive for an MFH to 2017Q4.

Security:	CVE-2017-9110
Security:	CVE-2017-9111
Security:	CVE-2017-9112
Security:	CVE-2017-9113
Security:	CVE-2017-9114
Security:	CVE-2017-9115
Security:	CVE-2017-9116
Security:	803879e9-4195-11e7-9b08-080027ef73ec
Mon, 25 Sep 2017
[ 00:08 jbeich search for other commits by this committer ] Original commit   Revision:450560 (Only the first 10 of 342 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.65.1

Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
[ 00:05 jbeich search for other commits by this committer ] Original commit   Revision:450557 (Only the first 10 of 327 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: enable C++11 features

PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
Mon, 3 Jul 2017
[ 20:38 tcberner search for other commits by this committer ] Original commit   Revision:444988 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 2.4

Exp-Run by:	antoine
PR:		220408
Mon, 22 May 2017
[ 16:04 linimon search for other commits by this committer ] Original commit   Revision:441468 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
Mark some ports failing on power64.  In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
Tue, 2 May 2017
[ 06:48 jbeich search for other commits by this committer ] Original commit   Revision:439934 (Only the first 10 of 336 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.64.0

Changes:	http://www.boost.org/users/history/version_1_64_0.html
PR:		218835
Approved by:	office (bapt)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D10472
[ 05:26 tcberner search for other commits by this committer ] Original commit   Revision:439928 (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 2.3

This release introduces some new features and fixes several bugs:
	http://savannah.gnu.org/forum/forum.php?forum_id=8751

* update to 2.3 and take maintainership
* update math/py-gsl to 2.2.0 for gsl2 support
* update math/rubygem-rb-gsl to 2.1.0.2 for gsl2 support

PR:		218952
Exp-run by:	antoine
Reviewed by:	mat, rakuco
Approved by:	rakuco (mentor)
Differential Revision:	https://reviews.freebsd.org/D10522
Thu, 19 Jan 2017
[ 04:39 jhale search for other commits by this committer ] Original commit   Revision:431839 (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
- Update graphics/libraw to 0.18.0
- Complete conversion to options helpers
- Add options for JPEG and JASPER support
  - Side note: This had a dependency on jpeg before, so the JPEG
    option default is ON. However, the configure script wasn't
    detecting it previously.
- Silence MKDIRs
- Take maintainership
- Chase shared library bump

Changes:	http://www.libraw.org/download#changelog
Fri, 6 Jan 2017
[ 08:45 jbeich search for other commits by this committer ] Original commit   Revision:430692 (Only the first 10 of 324 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.63.0

Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
Wed, 23 Nov 2016
[ 12:45 jbeich search for other commits by this committer ] Original commit   Revision:426908 (Only the first 10 of 353 ports in this commit are shown above. View all ports for this commit)
devel/boost-*: update to 1.62.0

- Enable `long double` C99 math usage
- Switch 9.x back to building with GCC

Changes:	http://www.boost.org/users/history/
PR:		199601
Submitted by:	Chen Xu, bapt, amdmi3, truckman (based on)
Reviewed by:	rakuco (kde) (earlier version)
Exp-run by:	antoine (3 tries), truckman (consumers only, earlier versions)
Approved by:	bapt (office)
Wed, 27 Jul 2016
[ 10:22 tcberner search for other commits by this committer ] Original commit   Revision:419170 (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
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
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Sun, 22 Nov 2015
[ 12:42 amdmi3 search for other commits by this committer ] Original commit   Revision:402228 (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Update  graphics/libraw to 0.17.0
- While here, minor port cleanup, switch to options helpers
- Bump PORTREVISIONs of consumers as soversion has changed

PR:		204553
Submitted by:	graham@menhennitt.com.au
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Sat, 21 Feb 2015
[ 15:11 makc search for other commits by this committer ] Original commit   Revision:379522
Chase graphics/libraw shlib bump
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Sun, 31 Aug 2014
[ 16:36 tijl search for other commits by this committer ] Original commit   Revision:366788 (Only the first 10 of 83 ports in this commit are shown above. View all ports for this commit)
math/fftw3:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove PTHREAD_CFLAGS and PTHREAD_LIBS
- Use MAKE_CMD
Sun, 17 Aug 2014
[ 13:09 tijl search for other commits by this committer ] Original commit   Revision:365182 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
math/gsl:
- Add USES=libtool and bump dependent ports
- Add USES=pathfix and INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstage port)
Fri, 15 Aug 2014
[ 20:37 mandree search for other commits by this committer ] Original commit   Revision:365038 (Only the first 10 of 522 ports in this commit are shown above. View all ports for this commit)
Upgrade OpenEXR and ilmbase to 2.2.0.

GCC 4.2 in FreeBSD 8.X/9.X base is now too old to compile OpenEXR, so
GCC-based systems will upgrade to the default ports compiler (GCC 4.7
currently.)

Add two patches to OpenEXR to permit building it in a live system with
the older OpenEXR version installed. Bug report filed to upstream Github
at https://github.com/openexr/openexr/issues/130

Couple OpenEXR more tightly to ilmbase and require its exact .so
version.

Add UPDATING note, and bump PORTREVISION of all dependent ports.

Proto-STAGE hugin-devel, and mark it IGNORE because hugin is newer.

Approved by:	portmgr (implicit for bumping PORTREVISION on unstaged ports)
Sun, 20 Jul 2014
[ 15:58 lme search for other commits by this committer ] Original commit   Revision:362329
Add CONFLICTS_INSTALL to both graphics/luminance{,-qt5} ports.
Tue, 15 Jul 2014
[ 23:30 adamw search for other commits by this committer ] Original commit   Revision:362015 (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
Add DOCS to OPTIONS for ports that have PORTDOCS in the plist.
Thu, 10 Apr 2014
[ 07:47 lme search for other commits by this committer ] Original commit   Revision:350785
- Update to 2.3.1
- Stagify
- Use new LIB_DEPENDS syntax
- USES tar:bzip2
- Fix build with libc++
- Remove no longer needed patch

PR:		ports/187858
Submitted by:	maintainer
Fri, 4 Apr 2014
[ 20:36 danfe search for other commits by this committer ] Original commit   Revision:350164 (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
- 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 :(
Sun, 26 Jan 2014
[ 21:20 rakuco search for other commits by this committer ] Original commit   Revision:341289 (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Update libraw to 0.15.4.
  This update is needed for further KDE updates.
- Use the new OPTIONS syntax.
- Use the new LIB_DEPENDS syntax.
- Stop redefining do-install; the port has its own `make install' that does
  the same thing provided we use USES=pathfix and tune Makefile.in.
- Support staging.

Bump PORTREVISION in ports that depend on libraw.

PR:		ports/185118
Submitted by:	rakuco@
Approved by:	maintainer timeout (35 days)
Wed, 20 Nov 2013
[ 14:25 nemysis search for other commits by this committer ] Original commit   Revision:334422 (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)

Approved by:	wg (mentor)
Thu, 31 Oct 2013
[ 00:32 nemysis search for other commits by this committer ] Original commit   Revision:332189 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
graphics/ilmbase

- Update to 2.0.1
- Change master sites to SAVANNAH
- Change maintainer email to @FreeBSD.org
- Remove conflict with non existent Port
- USES pathfix pkgconfig
- Add executable
- Add DOCS Option
- Support STAGEDIR and add OPTIONS_SUB
- Use pathfix instead of simple patches
- Adjust patches
- Change WWW

graphics/OpenEXR
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Fri, 20 Sep 2013
[ 18:35 bapt search for other commits by this committer ] Original commit   Revision:327733 (Only the first 10 of 1084 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:
graphics)
Mon, 26 Aug 2013
[ 16:06 bf search for other commits by this committer ] Original commit   Revision:325401 (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.16 and adjust some dependent ports
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)
Fri, 22 Mar 2013
[ 20:06 makc search for other commits by this committer ] Original commit   Revision:314960 (Only the first 10 of 464 ports in this commit are shown above. View all ports for this commit)
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
Thu, 17 Jan 2013
[ 16:05 swills search for other commits by this committer ] Original commit   Revision:310553 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Chase lib version changes from ilmbase and OpenEXR updates
Tue, 25 Sep 2012
[ 15:26 danfe search for other commits by this committer ] Original commit   Revision:304841
Fix fetch after PORTNAME was changed in r304682.

Reported by:	beat
Pointy hat to:	danfe
Sat, 22 Sep 2012
[ 15:17 danfe search for other commits by this committer ] Original commit   Revision:304682
- Set PORTNAME to more appropriate "luminance-hdr" value, to reflect distfile
  (and project) name and remove necessity to set DATADIR and DOCSDIR vars
- Allow application to find GPLv2 text to display in the "About" dialog box
- Slightly touch port description text

Discussed with:	maintainer
Fri, 21 Sep 2012
[ 15:19 danfe search for other commits by this committer ] Original commit   Revision:304636
- Update to version 2.3.0, the latest to date
- Cleanup port description, improve on COMMENT
- Drop explicit ABI shlib version numbers from LIB_DEPENDS
- Give maintainership to submitter

Approved by:	old maintainer
Tue, 31 Jul 2012
[ 15:29 bsam search for other commits by this committer ] Original commit  (Only the first 10 of 28 ports in this commit are shown above. View all ports for this commit)
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)
Wed, 6 Jun 2012
[ 06:44 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 587 ports in this commit are shown above. View all ports for this commit)
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4

Review by:      bapt, David Naylor (kde team)
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 17 Oct 2011
[ 10:08 bf search for other commits by this committer ] Original commit  (Only the first 10 of 72 ports in this commit are shown above. View all ports for this commit)
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
Fri, 2 Sep 2011
[ 08:58 danfe search for other commits by this committer ] Original commit 
In sight of anticipated update, cleanup things slightly:

- Shorten COMMENT
- Add LICENCE (GPLv2)
- Canonicalize Makefile header
- Unbreak on FreeBSD versions older than 802501
- Mute and optimize sed(1) commands, fix line wrapping

Approved by:    maintainer (timeout since 14 May)
Mon, 9 May 2011
[ 16:42 bf search for other commits by this committer ] Original commit  (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Tue, 12 Apr 2011
[ 08:24 bapt search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- chase exiv2 library bump
- while here remove some MD5
- fix some forgottern desktop-file-utils dependencies
Fri, 25 Mar 2011
[ 20:35 pav search for other commits by this committer ] Original commit 
- Mark BROKEN on 9.X: does not compile

Reported by:    pointyhat
Fri, 12 Nov 2010
[ 16:48 makc search for other commits by this committer ] Original commit 
Fix fetch

Reported by:    QAT
[ 12:25 makc search for other commits by this committer ] Original commit 
Project has been renamed to luminance
Update to 2.0.1.1
Pass maintainership to submitter

PR:             based on ports/151856
Submitted by:   Joao Rocha Braga Filho <goffredo at gmail.com>
[ 12:18 makc search for other commits by this committer ] Original commit 
Forced commit to note repocopy from graphics/qtpfsgui to graphics/luminance

Number of commits found: 55