Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
23 Apr 2022 19:37:11 1.4.2
|
Neel Chauhan (nc)  Author: Chris Hutchinson |
graphics/synfigstudio: Update to 1.4.2
PR: 263462 |
10 Apr 2022 19:11:41 1.2.2_19
|
Charlie Li (vishwin)  |
textproc/libxml2: bump all LIB_DEPENDS consumers
This is a separate commit to facilitate easier cherry-picking for
quarterly.
PR: 262853, 262940, 262877, 263126
Approved by: fluffy (mentor) |
26 Mar 2022 08:27:27 1.2.2_18
|
Matthias Fechner (mfechner)  |
textproc/libxml2: bump all dependencies
This should make sure that all dependent ports will pick
up the new version commited with a13ec21cd733f67a9fc0dc00ab45268bdc236246 |
11 Dec 2021 13:50:53 1.2.2_17
|
Tobias C. Berner (tcberner)  |
framework: Add new USES 'magick' for graphics/ImageMagick*
A new USES has been added to depend on ImageMagick.
USES=magick
adds a LIB_DEPENDS on graphics/ImageMagick${IMAGEMAGICK_DEFAULT}.
If a specific version is required, use for example
USES=magick:6 resp. USES=magick:7
If only a build, run or test is required, use for example
USES=magick:build resp. USES=magick:6,build,test (Only the first 15 lines of the commit message are shown above ) |
10 Oct 2021 19:44:42 1.2.2_17
|
Baptiste Daroussin (bapt)  |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
03 Aug 2021 18:19:14 1.2.2_17
|
Matthias Andree (mandree)  |
*: graphics/openexr PORTREVISION bumps
OpenEXR changes its SONAME again, so bump PORTREVISION of its users. |
02 Aug 2021 16:03:15 1.2.2_16
|
Yuri Victorovich (yuri)  |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
30 Jul 2021 18:14:36 1.2.2_15
|
Tobias C. Berner (tcberner)  |
multimedia/{py-,}mlt{-qt5,}: rename to multimedia/{py-,}mlt6{-qt5,}:
- To make it possible to easily import mlt-7 move the current port to
a versioned directory.
- Add Mk/Uses/mlt.mk to make it easily possible to depend on a given mlt
version:
USES=mlt:6
will get you a dependency on multimedia/mlt6, while
USES=mlt:7
will get you a dependency on the soon to be added multimedia/mlt7
- Switch the port to use cmake as a build system
- While here, provide some more options to make it possible to have
a leaner package if required
- Bump consumers after rename of the dependency |
17 Jul 2021 09:17:59 1.2.2_14
|
Matthias Andree (mandree)  |
*: bump PORTREVISION after math/Imath update |
09 Jul 2021 11:46:48 1.2.2_13
|
Adriaan de Groot (adridg)  |
graphics/synfig*: re-categorize, hand-off MAINTAINER
Chris writes (in the PR mentioned below):
I need to use Synfig. It appears to be in the
wrong category (devel), should be graphics. As it is
an image manipulation application. I also see it's WAY
out of date.
This pr changes devel/synfig to graphics/synfig. As I
also seek to update this port and graphics/synfigstudio;
takes MAINTAINER.
apply the patch, massaging it to maintain INDEX &c. Hands off
maintainership (from ports@).
PR: 257030
Reported by: Chris Hutchinson |
03 Jul 2021 05:15:12 1.2.2_13
|
Matthias Andree (mandree)  |
*: Bump PORTREVISION for openexr update
OpenEXR's patchlevel updated bumped the major version
of the OpenEXR library, hence bump PORTREVISION of all
ports that require OpenEXR. |
22 May 2021 02:13:01 1.2.2_12
|
Ben Woods (woodsb02)  |
*/*: Fix ENOTIME: return my ports to the pool
Reset maintainership of my ports to ports@FreeBSD.org so others can
step in to help where I haven't been able to find the time. |
18 May 2021 17:15:57 1.2.2_12
|
Matthias Andree (mandree)  |
Bump portrevisions of openexr and Imath users. |
12 Apr 2021 00:33:48 1.2.2_11
|
Matthias Andree (mandree)  |
chase library renames for OpenEXR/Imath 3.0 |
06 Apr 2021 14:31:07 1.2.2_10
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Feb 2021 11:08:29
1.2.2_10
|
mandree  |
graphics/openexr, ilmbase: security update to v2.5.5
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.5
"Specific OSS-fuzz issues include:
OSS-fuzz #30291 Timeout in openexr_exrcheck_fuzzer
OSS-fuzz #29106 Heap-buffer-overflow in Imf_2_5::FastHufDecoder::decode
OSS-fuzz #28971 Undefined-shift in Imf_2_5::cachePadding
OSS-fuzz #29829 Integer-overflow in
Imf_2_5::DwaCompressor::initializeBuffers
OSS-fuzz #30121 Out-of-memory in openexr_exrcheck_fuzzer"
Bump PORTREVISION of ports that directly depend on openexr and/or ilmbase.
MFH: 2021Q1
Security: 98044aba-6d72-11eb-aed7-1b1b8a70cc8b |
03 Jan 2021 16:57:29
1.2.2_9
|
mandree  |
graphics/openexr: really commit v2.5.4 update.
Unfortunately, this was missed with the ilmbase update, and
causes yet another PORTREVISION bump on all dependent ports.
repeating ilmbase's commit log here:
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!)
Reported by: VVD (IRC, #bsdports) |
03 Jan 2021 10:30:56
1.2.2_8
|
mandree  |
graphics/openexr: graphics/ilmbase: v2.5.4 update
"Patch release with various bug/sanitizer/security fixes, primarily related to
reading corrupted input files."
<https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.4>
Cherry-pick upstream commit for GCC 11 compatibility:
<https://github.com/AcademySoftwareFoundation/openexr/commit/a40a6151c4e746eb8f93c7c06992d0ec11289fdc>
Since this changes the patchlevel of the solibs, bump PORTREVISION of dependent
ports just to be sure.
(graphics/py-openshadinglanguage is unaltered and .includes the revision bump
from .../openshadinglanguage.)
MFH: 2021Q1 (this requires discussion by ports-secteam@!) |
13 Aug 2020 22:35:17
1.2.2_7
|
mandree  |
graphics/ilmbase, graphics/openexr: PORTREVISION bump for users
ilmbase and openexr were updated to v2.5.3 and their shlibs changed
from *.25.0.1 to *.25.0.2.
This is a PORTREVISION bump to ports using ilmbase or openexr
to chase that change and trigger rebuild. |
16 Jul 2020 12:13:30
1.2.2_6
|
mandree  |
openexr/ilmbase update w/ shlib rename => PORTREVISION bumps of dependent ports
OpenEXR and ILMBASE updates to 2.5.2 rename the full shlib version
names from .0.0 to .0.1 => to be on the safe side, bump PORTREVISIONs.
Approved by: portmgr (blanket)
MFH: 2020Q3 (PORTREVISION bump after OpenEXR/ilmbase update)
Security: 714e6c35-c75b-11ea-aa29-d74973d1f9f3 |
08 Jun 2020 04:41:31
1.2.2_5
|
kevans  |
Multiple ports: improve regex compliance
These changes largely fall into just two categories:
1. Need textproc/gsed for GNU extensions
2. Extraneous escapes that can go away
For #1, there's a further subdivision into those that require autoconf magic
and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed.
-CURRENT will soon gain GNU extensions, but these will take longer to get to
all supported releases; we must switch them to gsed to ensure we're actually
properly building them as intended.
For #2, I've fixed these as I can and we should upstream these fixes.
(Only the first 15 lines of the commit message are shown above ) |
12 May 2020 15:47:52
1.2.2_4
|
mandree  |
graphics/ilmbase: graphics/openexr: update to upstream release 2.5.1
Upstream release notes:
* A patch release that corrects the SO version for the v2.5 release,
which missed getting bumped in v2.5.0.
* This release also fixes an improper failure in IlmImfTest
when running on ARMv7 and AAarch64.
Bump PORTREVISION of all port directly requiring ilmbase or openexr
that are not marked BROKEN (shlib/.so file version bump).
Test build of all port directly depending on ilmbase or openexr
succeeded in poudriere in a 12.1-RELEASE amd64 jail. |
08 May 2020 11:57:55
1.2.2_3
|
mandree  |
graphics/ilmbase: graphics/openexr: update to v2.5.0
ChangeLog:
- https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.0
* Bump PORTREVISION of all consumers except py-openimageio (BROKEN).
* cad/PrusaSlicer:
LIB_DEPENDS: remove version from libHalf.so
BUILD_DEPENDS+=qt5-buildtools as package (needed on bare metal builds)
USE_GL+=gl
USES+=pkgconfig (needed to find libHalf) |
23 Feb 2020 08:27:06
1.2.2_2
|
tcberner  |
multimedia/mlt: update to 6.20.0
Announcement:
https://www.mltframework.org/blog/v6.20.0_released/ |
05 Jan 2020 02:17:33
1.2.2_1
|
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. |
11 Dec 2019 11:23:23
1.2.2
|
woodsb02  |
devel/etc, devel/synfig, graphics/synfigstudio: Update to 1.2.2
- Changed port to use GitHub as MASTER_SITES (follow upstream)
- Use autoreconf to build configure script (not included in GH repo)
- Introduce patches to fix build with autoreconf
Changes this release:
https://www.synfig.org/2018/09/15/synfig-studio-1-2-2-released/
PR: 237707
Reported by: kunda <chitty_cloud@me.com> |
24 Nov 2019 09:49:58
1.2.1_12
|
tcberner  |
multimedia/mlt: update to 6.18.0 |
08 Nov 2019 14:36:06
1.2.1_11
|
tobik  |
graphics: Add missing USES={gl,gnome,sdl} |
26 Jul 2019 20:46:57
1.2.1_11
|
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 |
18 May 2019 18:13:32
1.2.1_10
|
tcberner  |
multimedia/mlt: update to 6.16.0 |
06 Apr 2019 14:43:04
1.2.1_9
|
tcberner  |
multimedia/mlt: update to 6.14.0
Changelog:
https://www.mltframework.org/blog/v6.14.0_released/ |
12 Dec 2018 01:35:36
1.2.1_8
|
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 |
11 Dec 2018 22:30:13
1.2.1_7
|
tcberner  |
Update multimedia/mlt, multimedia/shotcut and graphics/movit
- multimedia/mlt: 6.12.0
- multimedia/shotcut: 18.11.18
- graphics/movit: 1.6.2
To reduce the bumps, all in one.
PR: 229068
PR: 229071
Approved by: multimedia (kwm) |
10 Nov 2018 19:57:08
1.2.1_6
|
kwm  |
Update ImageMagick to 6.9.10.14 [1]
* Add PKGNAMESUFFIX and rename the directory. This was done to show
that IM6 is not the "main" version. But still fully supported by upstream.
* Convert a number of options to optionhelpers.
* Add option for ISO/IEC 23008-12:2017 HEIF suport
* Add comment to pkg-descr explaining IM6's "legacy" tag.
* Add comment to the patch-config_policy.xml file why it still needed.
Please note that IM7 is not a drop in replacement due to library API and
command arguments changes. And as a result ports need to decide for themself
which version to use.
Chase these changes in all the ports that using IM6.
PR: 225102 (based on, only the version update) [1]
Submitted by: Pascal Christen <pascal.christen@hostpoint.ch> |
22 Sep 2018 10:15:22
1.2.1_5
|
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. |
04 Aug 2018 09:10:29
1.2.1_4
|
tcberner  |
Update multimedia/mlt* to 6.10.0 |
04 Aug 2018 07:57:34
1.2.1_3
|
tcberner  |
multimedia/mlt* update to 6.8.0
* give maintainership to kde@
PR: 229073 |
29 Jul 2018 22:18:46
1.2.1_2
|
gerald  |
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 |
19 May 2018 10:32:30
1.2.1_1
|
tcberner  |
Update multimedia/mlt to 6.6.0
PR: 227842
Approved by: avilla (maintainer timeout)
Differential Revision: https://reviews.freebsd.org/D15226 |
09 Jan 2018 15:57:07
1.2.1
|
woodsb02  |
graphics/synfigstudio: Update to 1.2.1
- Also update supporting ports devel/synfig and devel/etl to match
Changes this release:
https://morevnaproject.org/2017/09/11/synfig-1-2-1-released/
https://morevnaproject.org/2017/01/10/synfig-1-2-0-released/ |
09 Jan 2018 15:11:09
1.0.2_3
|
woodsb02  |
graphics/synfigstudio: Unbreak build
Reported by: Ian Trudel <ian.trudel@gmail.com> |
27 Dec 2017 09:30:47
1.0.2_2
|
antoine  |
Deprecate ports broken for more than 6 months |
10 Sep 2017 20:55:39
1.0.2_2
|
gerald  |
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 |
19 May 2017 18:44:44
1.0.2_1
|
antoine  |
Mark BROKEN: missing header
In file included from actions/activepointadd.cpp:34:
../../src/synfigapp/canvasinterface.h:34:10: fatal error: 'sigc++/object.h' file
not found
#include <sigc++/object.h>
Reported by: pkg-fallout |
25 Apr 2017 08:20:31
1.0.2_1
|
riggs  |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
02 Apr 2017 22:56:58
1.0.2
|
bapt  |
Fix build with -std=c++11 and newer sigc++20 |
01 Jan 2017 03:45:13
1.0.2
|
sunpoet  |
Remove BROKEN_FreeBSD_9
Approved by: portmgr (blanket) |
09 May 2016 20:46:48
1.0.2
|
woodsb02  |
Update the maintainer email address for the ports I
maintain to woodsb02@FreeBSD.org
Approved by: adamw (mentor)
Differential Revision: https://reviews.freebsd.org/D6278 |
01 Apr 2016 14:00:57
1.0.2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
12 Jan 2016 16:20:32
1.0.2
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
12 Oct 2015 20:03:07
1.0.2
|
pi  |
devel/etl: Change download location, update checksum and bump PORTREVISION
devel/synfig: 1.0.1 -> 1.0.2
graphics/synfigstudio: 1.0.1 -> 1.0.2
Changes:
http://www.synfig.org/cms/en/news/synfig-studio-102-released/
PR: 203716
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) |
04 Oct 2015 10:43:29
1.0.1
|
pi  |
devel/etl: 0.4.18 -> 0.04.19
devel/synfig: 1.0 -> 1.0.1
graphics/synfigstudio: 1.0 -> 1.0.1
PR: 201175
Submitted by: Ben Woods <woodsb02@gmail.com> (maintainer) |
26 Aug 2015 14:11:37
1.0
|
wen  |
- Update to 1.0
- Pass maintainership to submitter
PR: 199802
Submitted by: woodsb02@gmail.com |
02 Aug 2015 20:23:56
0.64.3
|
kwm  |
Part 1 of adding USE_GNOME=intltool to ports that require it.
The reason for this is that in the GNOME 3.16 update, USE_GNOME gtk20 and
gtk30 don't pull intltool in anymore.
PR: 201980
Exp-run by: antoine@ |
08 Jun 2015 05:59:14
0.64.3
|
antoine  |
Make ports using libtool treat elftoolchain's strip the same as GNU strip
Any strip on any FreeBSD version should be able to handle stripping requested
by libtool
PR: 198611
Reviewed by: emaste
Exp-run: self |
20 Mar 2015 18:18:31
0.64.3
|
robak  |
graphics/synfigstudio: update 0.64.2 -> 0.64.3
PR: 197425
Submitted by: Kato Tsuguru <tkato432@yahoo.com> |
16 Dec 2014 19:35:07
0.64.2
|
pawel  |
Update synfig ports to 0.64.2 release
PR: 194495
Submitted by: tkato432@yahoo.com |
20 Oct 2014 17:04:21
0.63.05_5
|
bapt  |
Cleanup plist |
10 Sep 2014 20:50:37
0.63.05_5
|
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) |
01 Sep 2014 19:34:02
0.63.05_4
|
tijl  |
Add USES=libtool to accessibility/atkmm and bump dependent ports |
26 Aug 2014 23:10:05
0.63.05_3
|
rene  |
devel/etl:
- fix build with clang
- bump PORTREVISION
devel/synfig, graphics/synfigstudio:i
- stage
- unbreak
- add license (GPLv3)
- drop .la files
- update USES
- bump PORTREVISION
PR: 193031
Submitted by: Ports Fury
Approved by: portmgr blanket (devel/etl) |
25 Aug 2014 10:01:52
0.63.05_2
|
bapt  |
Reset maintainership for non staged ports
With hat: portmgr |
15 Aug 2014 20:37:33
0.63.05_2
|
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) |
13 Jul 2014 23:36:40
0.63.05_1
|
bapt  |
Modernize LIB_DEPENDS
With hat: portmgr |
29 May 2014 11:28:16
0.63.05_1 
|
miwi  |
- Convert gmake,bzip2,xz to USES
Approved by: portmgr |
29 Mar 2014 12:25:20
0.63.05_1
|
antoine  |
Mark broken: Fails to compile
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I../../src -I../../libltdl
-I/usr/local/include -I/usr/local/include/synfig-0.0
-I/usr/local/include/libxml++-2.6 -I/usr/local/include/libxml++-2.6/include
-I/usr/local/include/libxml2 -I/usr/local/include/glibmm-2.4
-I/usr/local/lib/glibmm-2.4/include -I/usr/local/include/glib-2.0
-I/usr/local/include -I/usr/local/include/sigc++-2.0
-I/usr/local/lib/sigc++-2.0/include -DLOCALEDIR=\"/usr/local/share/locale\" -O2
-pipe -fno-strict-aliasing -DNDEBUG -W -Wall -MT
libsynfigapp_la-layerparamdisconnect.lo -MD -MP -MF
.deps/libsynfigapp_la-layerparamdisconnect.Tpo -c
actions/layerparamdisconnect.cpp -fPIC -DPIC -o
.libs/libsynfigapp_la-layerparamdisconnect.o
actions/layerparamdisconnect.cpp: In member function 'virtual void
synfigapp::Action::LayerParamDisconnect::perform()':
actions/layerparamdisconnect.cpp:143: error: 'class
etl::handle<synfig::ValueNode>' has no member named 'clone'
gmake[3]: *** [libsynfigapp_la-layerparamdisconnect.lo] Error 1
Reported by: pkg-fallout since january 2014 |
22 Oct 2013 13:58:56
0.63.05_1
|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [fgijk])
Approved by: portmgr (bdrewery) |
20 Sep 2013 18:35:46
0.63.05_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
24 Apr 2013 18:10:32
0.63.05_1
|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
01 Jun 2012 05:26:28
0.63.05_1
|
dinoex  |
- update png to 1.5.10 |
12 Apr 2012 05:39:48
0.63.05
|
dhn  |
- Update to 0.63.05 |
16 Feb 2012 15:57:34
0.63.04_1
|
ashish  |
- Bump PORTREVISION to chase the update of multimedia/libvpx |
10 Feb 2012 12:35:21
0.63.04
|
dhn  |
- Update to 0.63.04 |
10 Dec 2011 13:14:03
0.63.03
|
dhn  |
- Update to 0.63.03
Feature safe: yes |
30 Sep 2011 17:31:11
0.63.02
|
dhn  |
- Update to 0.63.02 |
28 Sep 2011 19:39:00
0.63.01
|
dhn  |
- Update to 0.63.01 |
23 Sep 2011 22:26:39
0.63.00
|
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 |
11 Aug 2011 19:20:17
0.63.00 
|
kwm  |
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> |
24 Jul 2011 14:20:16
0.63.00
|
dhn  |
- Update to 0.63.00 |
03 Jul 2011 14:12:23
0.62.02
|
ohauer  |
-remove MD5 |
25 Mar 2011 21:07:03
0.62.02
|
pav  |
- Stop removing share/mime-info dir, it is now owned by one of the dependencies
Reported by: pointyhat |
19 Nov 2010 18:19:39
0.62.02
|
dhn  |
- Update to 0.62.02 |
02 Jun 2010 13:46:57
0.62.01
|
dhn  |
- Update to 0.62.01 |
31 May 2010 02:01:56
0.62.00_3
|
ade  |
Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. |
28 Mar 2010 06:47:48
0.62.00_2
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
05 Feb 2010 11:46:55
0.62.00_1
|
dinoex  |
- update to jpeg-8 |
31 Jan 2010 22:13:25
0.62.00
|
dhn  |
- Update to 0.62.00 |
22 Aug 2009 00:23:13
0.61.09_1 
|
amdmi3  |
- Switch SourceForge ports to the new File Release System: categories starting
with G |
31 Jul 2009 13:57:52
0.61.09_1
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
06 Mar 2009 18:14:36
0.61.09
|
dhn  |
- Use my FreeBSD address on the ports I maintain
Approved by: tabthorpe (co-mentor) |
26 Dec 2008 22:24:53
0.61.09
|
miwi  |
- Update to 0.61.09
- Pass maintainership to submitter
PR: 129929
Submitted by: Dennis Herrmann <adox@mcx2.org> |
06 Jun 2008 13:35:04
0.61.08_1
|
edwin  |
Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav) |
26 Apr 2008 23:44:52
0.61.08
|
miwi  |
- Update to 0.61.08
PR: 121798
Submitted by: Ports Fury |
28 Mar 2008 01:50:20
0.61.06
|
mezz  |
Fix the build with new libsigc++20 2.2.2. I have tested these ports in runtime
and these seem work fine in normal use. I don't test every functions, so let
me know if you have any problem with it.
Reported by: pointyhat via pav |
02 Mar 2008 08:25:11
0.61.06
|
linimon  |
Reset relaxbsd@gmail.com due to maintainer-timeouts.
Hat: portmgr |
11 Sep 2007 11:21:38
0.61.06
|
pav  |
- Don't remove mtree created directory
Reported by: pointyhat |
04 Sep 2007 21:58:52
0.61.06
|
miwi  |
- Add missing build dependens.
Submitted by: pointyhat via pav |
28 Aug 2007 09:54:20
0.61.06
|
miwi  |
synfigstudio is the animation studio for synfig and provides the GUI
interface to create synfig animations which are saved in synfig .sif
format.
WWW: http://www.synfig.com/
PR: ports/114045
Submitted by: Yinghong.Liu <relaxbsd at gmail.com> |