Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.4.18_1 05 Jan 2020 02:17:33
  |
mandree  |
graphics/ilmbase, graphics/openexr: upgrade to upstream v2.4.0
graphics/gstreamer1-plugins-openexr: switch from C++98 to C++11 to
match new OpenEXR headers and unbreak compilation.
Bump PORTREVISION of all ports depending directly on either, based
on assessing INDEX-12 (bump_portrevision.pl -l (shallow) used).
Release Notes:
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.4.0
The update was deliberately deferred until after 2020Q1, and should
not be MFH'd back to it. |
0.4.18 02 Jan 2020 08:19:27
  |
bapt  |
Actually add the said patch |
0.4.18 02 Jan 2020 08:18:44
  |
bapt  |
Add an upstream patch to better detect cpu.
This fixes build for arm and arm64 at least
Reported by: many |
0.4.18 27 Dec 2019 14:38:47
  |
bapt  |
Update to 0.4.18
Switch build system to meson
Add now required bash build dependency
Compared to previous version, this version has lua disabled as it complexify the
and has no known use case in ports for now.
Note that the POPPLER option has been removed, as there is no support for it
upstream anymore
along with the EXAMPLE option.
Provide explicit values to all possible build switch to avoid unexpected extra
dependencies automagically found. |
0.4.16_5 27 Dec 2019 13:43:00
  |
bapt  |
Update jasper to 2.0.16
This is needed to be able to update gegl to latest version.
Bump revision of all consumer as the ABI is not 100% backward compatible.
Provide a patch for graphics/devil to properly build with latest jasper.
While here add a missing USES=xorg to graphics/devil |
0.4.16_4 01 Nov 2019 21:51:36
  |
tcberner  |
graphics/poppler: update to 0.82.0
Release 0.82.0:
core:
* Fix not being able to open some files. Issue #832
* Fix crashes in malformed files
* Fix memory leak on broken files
* Minor performance improvements
* Minor code improvements
glib:
* Add poppler_document_new_from_bytes
* PopplerAttachment: Silence deprecation warnings for ctime/mtime
build system:
* pdf-inspector: Support builddir != srcdir
* Install Cairo* headers if Cairo has been found
Thanks to adridg@ for fixing all the fallout.
Exp-run by: antoine
PR: 241532
Approved by: gnome (kwm, implicit) |
0.4.16_3 09 Sep 2019 13:41:29
  |
tobik  |
Belatedly bump revision of graphics/libspiro consumers
In r509300 libspiro was updated and there was a shared library bump,
but consumers were never bumped.
https://forums.freebsd.org/threads/gimp-wont-compile.72223/
PR: 239951
Pointy hat: pi |
0.4.16_2 28 Aug 2019 19:15:20
  |
pkubaj  |
graphics/gegl: fix build with clang when using Altivec
Clang doesn't like including altivec.h manually:
/usr/lib/clang/8.0.1/include/altivec.h:69:19: error: unknown type name 'vector'
static inline vector bool char __ATTRS_o_ai
PR: 239757
Approved by: linimon (mentor), gnome (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D21404 |
0.4.16_2 05 Aug 2019 23:06:50
  |
jbeich  |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
0.4.16_1 26 Jul 2019 20:46:57
  |
gerald  |
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 |
0.4.16 10 Jul 2019 21:46:28
  |
antoine  |
Remove patch that no longer applies |
0.4.16 10 Jul 2019 16:52:07
  |
kwm  |
Update gegl to 0.4.16.
Enable GEXIV2 option by default, since exiv support was dropped. |
0.4.14_2 01 Jun 2019 06:39:23
  |
tcberner  |
graphics/poppler: update to 0.77.0
Release 0.77.0:
core:
* Fix crash on signature handling. Issue #766
* Fix small memory leak in SignatureHandler::getCertificateInfo
* Splash: Restrict filling of overlapping boxes. Issue #750
* Fix crash on malformed files
qt5:
* Fix optional content handling with exclusive layers
cpp:
* Make render_page thread-safe
utils:
* pdfsig: Fix small memory leak
* pdftotext: Fix typo in manpage
PR: 238115
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
0.4.14_1 13 May 2019 18:33:10
  |
tcberner  |
graphics/poppler: update to 0.76.1
From Changelog at https://poppler.freedesktop.org/releases.html :
Release 0.76.1:
core:
* Make the mul tables be calculated at compile time with constexpr.
* splash: Fix compile with SPLASH_CMYK enabled
* Some typo fixing in error messages
qt5:
* Fix regression in annotation handling
build system:
* Fix some typos in build system output and comments (Only the first 15 lines of the commit message are shown above ) |
0.4.14 11 May 2019 18:52:00
  |
kwm  |
Update gegl to 0.4.14. |
0.4.12_3 29 Mar 2019 23:00:36
  |
jhale  |
graphics/libraw: Update to 0.19.2
- Demosaic packs are no longer distributed nor supported upstream
- Bump PORTREVISON on all consumers due to libraw shlib version increase
Changes: https://www.libraw.org/news/libraw-0-19-2-release |
0.4.12_2 17 Mar 2019 13:14:52
  |
tcberner  |
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 |
0.4.12_1 12 Dec 2018 01:35:36
  |
gerald  |
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 |
0.4.12 24 Nov 2018 14:01:25
  |
kwm  |
Update gegl to 0.4.12.
* remove stale 0.3.x development comment from pkg-descr. |
0.4.8_2 06 Nov 2018 01:50:27
  |
jbeich  |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
0.4.8_1 08 Oct 2018 19:35:47
  |
kwm  |
Add missing bits from the patch.
PR: 232054
Submitted by: tobik@ |
0.4.8 08 Oct 2018 15:37:35
  |
kwm  |
Fix conflict with coreutils. [1]
Previous in gegl3 the pkgnamesuffix of that port cause gcut to be installed
as gcut3. Now after the move there isn't a pkgnamesuffix anymore. Base the
new suffix on the value off GEGL_VER.
PR: 232054 [1]
Submitted by: tobic@
Reported by: w.schwarzenfeld@utanet.at |
0.4.8 07 Oct 2018 19:02:47
  |
kwm  |
Move graphics/gegl3 to graphics/gegl and update to 0.4.8. |
0.2.0_25 07 Oct 2018 19:00:17
  |
kwm  |
Remove the old gegl. |
0.2.0_25 29 Sep 2018 08:04:27
  |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
0.2.0_24 22 Sep 2018 10:15:22
  |
mandree  |
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. |
0.2.0_23 11 Jun 2018 01:44:15
  |
linimon  |
Fix port builds for architectures which remain on gcc as the default compiler.
This will primarily help powerpc64.
For archs where clang is the default compiler, these changes will have no
effect, as the base compiler already has these capabilities (primarily, but
not exclusively, c++-11).
Tested for no-harm on amd64.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
0.2.0_23 02 May 2018 15:07:27
  |
jbeich  |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
0.2.0_22 28 Apr 2018 06:14:58
  |
tcberner  |
Update grahics/exiv2 to 0.26
PR: 223625
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D12345 |
0.2.0_21 24 Apr 2018 13:56:29
  |
jbeich  |
graphics/gegl: unbreak with ffmpeg 4.0
./ff-load.c:312:36: error: use of undeclared identifier 'CODEC_CAP_TRUNCATED'
if (p->codec->capabilities & CODEC_CAP_TRUNCATED)
^
./ff-load.c:313:26: error: use of undeclared identifier 'CODEC_FLAG_TRUNCATED'
p->enc->flags |= CODEC_FLAG_TRUNCATED;
PR: 227726 |
0.2.0_21 01 Dec 2017 01:58:23
  |
mandree  |
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 |
0.2.0_20 21 Oct 2017 06:50:50
  |
jbeich  |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
0.2.0_19 15 May 2017 21:43:29
  |
kwm  |
Mark broken on aarch64.
PR: 219111
Submitted by: linimon@ |
0.2.0_19 12 Dec 2016 08:08:41
  |
jbeich  |
graphics/gegl: unbreak FFMPEG=on runtime
$ gimp /path/to/file.png
GEGL-geglmodule.c-Message: Module '/usr/local/lib/gegl-0.2/ff-load.so'
load error: /usr/local/lib/gegl-0.2/ff-load.so: Undefined symbol
"av_read_packet"
$ echo CFLAGS+=-Werror=implicit-function-declaration >>Makefile.local
$ make
[...]
./ff-load.c:140:9: error: implicit declaration of function 'av_close_input_file'
is invalid in C99
[-Werror,-Wimplicit-function-declaration]
av_close_input_file (p->ic);
^
./ff-load.c:219:23: error: implicit declaration of function 'av_read_packet' is
invalid in C99
[-Werror,-Wimplicit-function-declaration] (Only the first 15 lines of the commit message are shown above ) |
0.2.0_18 11 Dec 2016 15:22:47
  |
jbeich  |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
0.2.0_17 01 Dec 2016 19:03:50
  |
jhale  |
Update graphics/libopenraw to 0.1.0
Take maintainership
Chase shared library bump and fix build with graphics/gegl |
0.2.0_16 27 Jul 2016 10:22:26
  |
tcberner  |
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 |
0.2.0_15 25 Jul 2016 22:38:49
  |
jbeich  |
graphics/gegl{,3}: fix typos in options
- gegl: SIMD=on has the opposite effect
- gegl3: ENSCRIPT=on has no effect
Approved by: portmgr blanket
MFH: 2016Q4 |
0.2.0_14 25 Jul 2016 22:11:02
  |
jbeich  |
graphics/gegl: clarify LICENSE
A quick grep(1) of *.c files reveals:
LGPL20 files are
gegl/buffer/gegl-id-pool.c
operations/external/v4lutils/v4lutils.c
GPLv3 files are
bin/gegl.c
bin/gegl-path-spiro.c
bin/gegl-path-smooth.c
bin/gegl-options.c
gegl/buffer/gegl-cache.c
All GPL license headers have
..., or (at your option) any later version.
Approved by: portmgr blanket |
0.2.0_14 25 Jul 2016 21:46:23
  |
jbeich  |
Apply r402343 to other gnome@ ports restoring r297047 behavior
- Invoke pkg-config(1) instead of checking manually
- Convert to ECHO_MSG which can be silenced
PR: 166279
Approved by: portmgr blanket
MFH: 2016Q3 |
0.2.0_14 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.2.0_14 08 Aug 2015 13:56:33
  |
kwm  |
* Add PORTSCOUT macros to only show stable gnome versions.
* Fix the PORTSCOUT macro in devel/glib20-reference/bsd.gnome-reference.mk
so that all -reference ports get ignored.
* Add some PORTSCOUT=ignore:1 here and there for software that won't get
any updates anymore. Or are slave ports, so only the master port will
get checked. |
0.2.0_14 22 Jun 2015 18:33:22
  |
antoine  |
Convert to USES=jpeg |
0.2.0_14 13 May 2015 14:24:51
  |
amdmi3  |
- Add CPE info
- Add LICENSE
Approved by: portmgr blanket |
0.2.0_14 28 Dec 2014 14:53:30
  |
wen  |
- Update graphics/libspiro to 0.2.20131203
PR: 196202
Submitted by: cyberbotx@cyberbotx.com(maintainer) |
0.2.0_13 25 Dec 2014 20:54:43
  |
bapt  |
Bump portrevision after png update |
0.2.0_12 25 Dec 2014 19:04:27
  |
antoine  |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
0.2.0_12 09 Dec 2014 16:58:53
  |
kwm  |
Use new GIMP master sites macro.
Drop :keepla from USES=libtool.
Switch logic in the SIMD option in babl. |
0.2.0_11 09 Dec 2014 12:44:11
  |
bapt  |
Cleanup plist |
0.2.0_11 08 Dec 2014 16:48:41
  |
tijl  |
Replace USES=libtool:oldver with USES=libtool or USES=libtool:keepla in
the 32 ports that still use it. Bump PORTREVISION on their dependent
ports except the ones that depend on these:
audio/libogg
audio/libvorbis
devel/pcre
ftp/curl
graphics/jpeg
graphics/libart_lgpl
graphics/tiff
textproc/expat2
textproc/libxslt
In these cases the same trick as in the recent gettext update is used. (Only the first 15 lines of the commit message are shown above ) |
0.2.0_10 10 Sep 2014 20:50:37
  |
gerald  |
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) |
0.2.0_9 15 Aug 2014 20:37:33
  |
mandree  |
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) |
0.2.0_8 15 Jul 2014 17:52:18
  |
adamw  |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
0.2.0_8 15 Jul 2014 15:30:09
  |
adamw  |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
0.2.0_8 25 Jun 2014 05:35:32
  |
bapt  |
Convert GMAKE to MAKE_CMD
Please note that lots of invocation of MAKE_CMD here are wrong as they do not
properly respect MAKE_ENV and friends
With hat: portmgr |
0.2.0_8 05 Jun 2014 19:49:19
  |
kwm  |
Fix packaging when pixbuf option is not selected.
PR: 189956
Reported by: freebsd@nagilum.org |
0.2.0_8 23 Apr 2014 13:25:17
  |
tijl  |
When linking a library libA with a library libB using libtool, if libB.la
exists, libtool will add all libraries libB.la refers to (dependency_libs
field) to the linker command line and store them in the dependency_libs
field of libA.la. So everything that subsequently links with libA will also
link to these extra libraries. This causes too much overlinking.
This commit modifies Mk/Uses/libtool.mk so it empties the dependency_libs
field in .la libraries during staging. However, because .la libraries have
very limited use when dependency_libs is empty it makes sense to completely
remove them during staging.
So with this commit USES=libtool is modified to remove .la libraries and a
new form (USES=libtool:keepla) is introduced in case they need to be kept
(dependency_libs is still emptied).
(Only the first 15 lines of the commit message are shown above ) |
0.2.0_7 21 Apr 2014 23:25:23
  |
bapt  |
Switch to lua 5.2 |
0.2.0_7 11 Apr 2014 18:57:02
  |
bapt  |
Fix typo
Reported by: swills |
0.2.0_7 11 Apr 2014 16:04:08
  |
bapt  |
Support stage
USES=libtool |
0.2.0_7 04 Apr 2014 20:36:47
  |
danfe  |
- 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 :( |
0.2.0_6 19 Mar 2014 19:27:00
  |
tijl  |
- Update libopenraw to 0.0.9.
- Fix build on FreeBSD 8.x by adding compiler:c++11-lang.
(Use same compiler/linker as Boost.) [1]
- Chase library version change.
- Consistently use OPENRAW as option name.
PR: ports/186779 [1] |
0.2.0_5 20 Nov 2013 14:25:28
  |
nemysis  |
- Bump dependent ports' revisions (graphics/ilmbase and graphics/OpenEXR)
Approved by: wg (mentor) |
0.2.0_4 31 Oct 2013 00:32:31
  |
nemysis  |
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 ) |
0.2.0_3 20 Sep 2013 18:35:46
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
0.2.0_3 17 Jun 2013 19:26:33
  |
kwm  |
Add patch to fix ruby script with ruby 1.9+ [1]
Remove Obsolete reinplace lines.
Make sure we have ruby and bash available for building docs and not depend
on others to supply it.
Don't install docs double.
PR: ports/179531 [1]
Submitted by: bar@ |
0.2.0_2 26 Apr 2013 10:44:29
  |
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.2.0_2 23 Apr 2013 10:47:03
  |
bapt  |
Convert g* to USES=pkgconfig |
0.2.0_2 22 Mar 2013 15:39:46
  |
mezz  |
Add a missing build time dependency, graphviz, for DOCS option.
Reported by: green dog <fiziologus@gmail.com> |
0.2.0_1 20 Mar 2013 02:59:47
  |
mezz  |
Fix the plist when Jasper disabled.
PR: ports/176903
Submitted by: r4721@tormail.org (no name, just email in PR) |
0.2.0_1 19 Mar 2013 22:16:28
  |
mezz  |
Add a check on if graphviz is installed with PANGOCAIRO support. If not then
give an error about it. |
0.2.0_1 11 Mar 2013 12:18:12
  |
kwm  |
Update to 0.2.0
Convert to OptionsNG, switch to pathfix instead of gnomehack.
Fix plist issue [1]
PR: ports/175773 [1]
PR: ports/176447 [1]
Submitted by: Eric Krausser <eric@krausser-edv.de> [1],
Dmitry Marakasov <amdmi3@amdmi3.ru> [1]
Obtained from: gnome team repo |
0.1.8_6 27 Jan 2013 17:59:01
  |
kwm  |
Update graphviz LIB_DEPEND line, the old library was dropped from the graphviz
package. [1]
Remove obsolete reinplace line, was applied by upstream. [2]
Reported by: Mike Harding <mvharding@gmail.com> [1],
Rainer Hurling <rhurlin@gwdg.de> [2]
Pointyhat to: dinoex@ [1] |
0.1.8_6 27 Jan 2013 11:31:19
  |
kwm  |
Fix doc build.
While here remove DOCS option.
Submitted by: many |
0.1.8_6 25 Jan 2013 21:10:02
  |
kwm  |
Patch Makefile.in instead of Makefile.am this prevents autofoo from being run
[1]
Use USE_PKGCONFIG instead of USE_GNOME=pkgconfig [2]
Switch to OptionsNG. This renames the RSVG->LIBRSVG2 and GDK->PIXBUF options[2]
Remove shlib version in lib_DEPENDS lines [2]
Trim Makefile Header while here
Bump portrevision since default depends changed.
PR: ports/168464 (reported by) [1]
Submitted by: Jan Beich <jbeich@tormail.org> [1]
Obtained from: GNOME staging area [2] |
0.1.8_5 17 Jan 2013 03:32:28
  |
swills  |
- Chase lib version changes from ilmbase and OpenEXR updates |
0.1.8_4 30 Dec 2012 05:58:17
  |
mezz  |
- backtrace() is only called when GEGL_BUFFER_DEBUG_ALLOCATIONS is defined,
so disable libexecinfo.
- Update the header.
PR: ports/169649
Submitted by: Jan Beich <jbeich@tormail.org> |
0.1.8_4 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.1.8_3 20 May 2012 20:24:46
 |
mezz  |
Get its configure to recognize amd64 by s/x86_64/amd64/g to enable SSE/MMX.
PR: ports/167721
Submitted by: Jan Beich <jbeich@tormail.org> |
0.1.8_3 20 May 2012 16:44:31
 |
mezz  |
Force commit to correct the PR #.
Turns gdk-pixbuf2 and jasper dependencies into optional and correct dependency
by change from gtk20 to gdkpixbuf2. Bump the PORTREVISION.
PR: ports/167723
Submitted by: Jan Beich <jbeich@tormail.org> |
0.1.8_3 20 May 2012 16:39:14
 |
mezz  |
Turns gdk-pixbuf2 and jasper dependencies into optional and correct dependency
by change from gtk20 to gdkpixbuf2. Bump the PORTREVISION.
PR: ports/167721
Submitted by: Jan Beich <jbeich@tormail.org> |
0.1.8_2 14 Mar 2012 15:24:09
 |
mezz  |
Fix the build by add -lintl.
PR: ports/163121
Submitted by: freebsd@nagilum.org
Feature safe: yes |
0.1.8_2 18 Feb 2012 10:18:33
 |
mva  |
- Update devel/sdl12 to 1.2.15
- Update audio/sdl_mixer to 1.2.15
- Update graphics/sdl_image to 1.2.12
- Update graphics/sdl_ttf to 2.0.11
- Update graphics/sdl_gfx to 2.0.23
- Update net/sdl_net to 1.2.8
- Bump PORTREVISIONs on ports that depend on one or more packages due to
ABI and shared library version changes
- Update Mk/bsd.sdl.mk accordingly for the new shared library versions
Tested by: exp-run by pav |
0.1.8_1 03 Dec 2011 14:37:21
 |
kwm  |
Fix plist by including 2 missed files, bump portrevision. Add build depend on
gobject-introspection just to be sure.
Submitted by: pointyhat (via pav)
Feature safe: yes |
0.1.8 29 Nov 2011 08:09:22
 |
gahr  |
- Pass maintainership to the gnome team. Updates to this port were anyway to be
discussed with them because of gegl's close relationship with x11/babl and
graphics/gimp-app.
Approved by: kwm (for gnome@)
Feature safe: yes |
0.1.8 28 Nov 2011 09:46:57
 |
gahr  |
- Fix PLIST when using JPEG, SDL or OPENEXR.
- Unbreak with FFMPEG
Reported by: PH (via pav)
Feature safe: yes |
0.1.8 23 Nov 2011 08:52:31
 |
gahr  |
- Fix build with NOPORTDOCS
PR: 162757
Submitted by: Piotr Kubaj <pkubaj@gmail.com>
Feature safe: yes |
0.1.8 22 Nov 2011 12:58:08
 |
gahr  |
- Disable VALA support
PR: 162753
Submitted by: Andrei Lavreniyuk <andy.lavr@gmail.com>
Feature safe: yes |
0.1.8 22 Nov 2011 08:52:53
 |
gahr  |
- Update to 0.1.8
ChangeLog: http://git.gnome.org/browse/gegl/log/
News: http://git.gnome.org/browse/gegl/tree/NEWS
Feature safe: yes |
0.1.6_1 27 Oct 2011 14:23:50
 |
swills  |
- Remove unneeded dependency on ruby
PR: ports/161192
Submitted by: Oliver Heesakkers <dev2@heesakkers.info>
Approved by: gahr (maintainer) |
0.1.6_1 23 Sep 2011 22:26:39
 |
amdmi3  |
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead
PR: 157936
Submitted by: myself
Exp-runs by: pav
Approved by: pav |
0.1.6_1 20 May 2011 20:22:57
 |
dinoex  |
- fix after update to graphviz-0.28 |
0.1.6_1 20 May 2011 08:31:48
 |
dinoex  |
- bump after update to graphviz-0.28 |
0.1.6 08 Mar 2011 11:24:58
 |
gahr  |
- Fix PLIST based on OPTIONS
Reported by: PH via pav |
0.1.6 07 Mar 2011 18:42:29
 |
gahr  |
- Fix typo |
0.1.6 07 Mar 2011 17:42:21
 |
gahr  |
- Adjust 8.2-STABLE __FreeBSD_version value after MFC of log2 and log2f
Reported by: Ruslan Mahmatkhanov <cvs-src@yandex.ru> |
0.1.6 02 Mar 2011 15:10:45
 |
gahr  |
- Adjust recent patch to include un-MFC'd stable branches.
PR: 155183
Reported by: Guido Falsi <mad@madpilot.net>
Warren Block <wblock@wonkity.com> |
0.1.6 02 Mar 2011 12:42:51
 |
gahr  |
- Add a patch to workaround the lack of log2f in older releases.
NOTE: this should not hit users of CURRENT, 7.4 or 8.2.
Reported by: ajtiM <lumiwa@gmail.com>
Warren Block <wblock@wonkity.com>
Christoph Moench-Tegeder <cmt@burggraben.net>
PR: ports/155183 |
0.1.6 01 Mar 2011 16:25:56
 |
gahr  |
- Update to 0.1.6
ChangeLog: http://git.gnome.org/browse/gegl/log/ |
0.1.2_1 21 Jun 2010 12:07:52
 |
gahr  |
- Mark ffmpeg support as broken and disable it as default
PR: 147928
Submitted by: Josh Carroll <josh.carroll@gmail.com>
Feature safe: yes |