Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.20.7_17 27 Sep 2019 10:01:01 |
bapt |
Remove libXp dependency, it is actually unused |
1.20.7_16 01 Sep 2019 20:46:39 |
tcberner |
graphics/poppler: update to 0.80.0
Release 0.80.0:
core:
* Annotations: Implement support for setting a different text in the appearance
stream than the real text
* Splash: Optionally use small_vector from boost
* Fix memory leaks on broken files
* Fix abort on broken files
* Small code simplifications
* Remove USE_FIXEDPOINT support. Issue #821
qt5:
* Fix MSVC build
* Add subsitute-font information
* Fix since marker of some functions (Only the first 15 lines of the commit message are shown above ) |
1.20.7_15 28 Aug 2019 19:21:13 |
pkubaj |
devel/efl: luajit is unavailable on all powerpc* platforms
luajit is unavailable on all powerpc* platforms.
PR: 239375
Approved by: enlightenment (maintainer timeout), linimon (mentor)
Differential Revision: https://reviews.freebsd.org/D21398 |
1.20.7_15 31 Jul 2019 21:14:15 |
tcberner |
graphics/poppler: update to 0.79.0
Release 0.79.0:
core:
* Fix regression on TextSelectionPainter
* Fix parsing of DefaultAppearance
* Fix memory leak in PostScriptFunction
* Fix crashes in fuzzed files
qt5:
* Implemented support for setIcon by changing appearance
* Added option to set the form available to print
* QString::null is deprecated, use QString()
* Replace deprecated qStableSort with std::stable_sort
build system:
* Turn README into README.md and expand it
PR: 239277
Exp-run by: antoine
Approved by: gnome (kwm, implicit) |
1.20.7_14 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 |
1.20.7_13 29 Jun 2019 08:55:18 |
tcberner |
graphics/poppler: update to 0.78.0
Release 0.78.0:
core:
* Fix line annotation arrows for usage in dimensioning
* Handle Ink annots without an InkList but with an AP
* Fix typos preventing parsing of Movie start and duration
* Fix crash on malformed files
glib:
* Add poppler_document_create_dests_tree()
* Don't use the deprecated g_type_class_add_private()
* Document the differences between render() and render_for_printing()
* Fix introspection for poppler_document_new_from_data
* Don't create PopplerInputStream with length 0. Issue #414 (Only the first 15 lines of the commit message are shown above ) |
1.20.7_12 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) |
1.20.7_11 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 ) |
1.20.7_10 01 May 2019 19:35:15 |
rene |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
1.20.7_9 19 Apr 2019 09:01:20 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
1.20.7_9 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 |
1.20.7_8 29 Mar 2019 20:21:14 |
gblach |
Unbreak on i386
PR: 236856
Submitted by: lbartoletti <at> tuxfamily <dot> org |
1.20.7_7 27 Mar 2019 21:29:31 |
tcberner |
graphics/poppler: update to 0.75
Release 0.75.0:
core:
* Fix rendering of some annotations
* Fix crashes in broken files
* Small internal code improvements
cpp:
* Improve documentation
* tests: Add showing version information to poppler-dump
utils:
* pdfattach: new util
* pdftohtml: add -dataurls parameter
* pdftoppm: add -sep and -forcenum parameters
* pdftohtml: make singleHtml and stout not mutually exclusive
* pdfsig: fix use after free
- bump revisions of dependent ports due to shlib version change
PR: 236791
Exp-run by: antoine
Approved by: kwm (gnome) |
1.20.7_6 11 Feb 2019 19:44:51 |
tcberner |
Bump revisions after poppler upgrade.
As reported libreoffice requires a bump in revision, to be on the save
side, bump all the consumers of poppler.
Reported by: Walter Schwarzenfeld <w.schwarzenfeld@utanet.at> |
1.20.7_5 24 Jan 2019 05:09:48 |
linimon |
Conditionalize the dependence of libunwind to x86-only to allow building
these ports on !x86.
libunwind is only available for x86; lang/ruby* already expresses this
correctly. Some of the rubygems did not: for the ones that already had
USE_RUBY, the dependency was overspecified in the first place.
Tested for no-harm on amd64.
While here, pet portlint where appropriate.
Approved by: portmgr (tier-2 blanket) |
1.20.7_5 03 Jan 2019 14:14:50 |
riggs |
Chase update of multimedia/vlc to 3.x and retirement of multimedia/vlc3 |
1.20.7_4 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 |
1.20.7_3 04 Nov 2018 10:36:19 |
jbeich |
devel/libepoll-shim: fix underlinking
configure:6453: cc -O2 -pipe -I/usr/local/include/libepoll-shim -DLIBICONV_PLUG
-fstack-protector -fno-strict-aliasing -I/usr/local/include -DLIBICONV_PLUG
-L/usr/local/lib -lepoll-shim -fstack-protector conftest.c >&5
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_settime'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_delete'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_getthreadid_np'
/usr/local/lib/libepoll-shim.so: undefined reference to `pthread_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_create'
/usr/local/lib/libepoll-shim.so: undefined reference to `timer_getoverrun'
cc: error: linker command failed with exit code 1 (use -v to see invocation)
Obtained from: upstream
Approved by: portmgr blanket |
1.20.7_3 04 Nov 2018 10:35:52 |
jbeich |
devel/efl: add missing WAYLAND dependencies
configure: error: pkg-config missing wayland-client >= 1.11.0 wayland-scanner >=
1.11.0 wayland-protocols >= 1.7
/bin/sh: gsed: not found |
1.20.7_3 15 Oct 2018 23:59:24 |
jbeich |
graphics/wayland: update to 1.16.0
- New libwayland-egl home for consumers as Mesa 18.2 dropped it
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html
Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html
PR: 227423
Submitted by: Greg V <greg@unrelenting.technology>
Approved by: maintainer timeout (5 months) |
1.20.7_2 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
1.20.7_1 31 Aug 2018 08:16:18 |
tobik |
multimedia/libxine: Update to 1.2.9
- Cleanup options
- Enable IMAGEMAGICK by default
- Make DVB support optional but leave it enabled by default
- Add SNDIO option
- Properly order pkg-plist
- Unbreak on aarch64
- Bump revision of dependent ports [1]
Changes: https://sourceforge.net/projects/xine/files/xine-lib/1.2.9/README.txt/view
ABI: https://abi-laboratory.pro/tracker/timeline/xine-lib/ [1]
PR: 219921
Reported by: emorrasg@yahoo.es
Submitted by: w.schwarzenfeld@utanet.at (initial version), Nathan
<ndowens@yahoo.com>
Reviewed by: mat, tobik
Differential Revision: https://reviews.freebsd.org/D16840 |
1.20.7 26 Aug 2018 18:42:08 |
sunpoet |
Mark CONFLICTS_INSTALL with devel/libeio
Approved by: portmgr (blanket) |
1.20.7 08 Jul 2018 22:30:30 |
yuri |
devel/efl: Update 1.19.2 -> 1.20.7
Port changes:
* Change to DISTVERSION
* Add to LIB_DEPENDS and USE_XORG
* Update CONFIGURE_ARGS
* Add INSTALLS_ICONS
* Add options WAYLAND WAYLAND_EGL (broken due to a bug reported upstream)
* Add option OPENGLES
* Make PULSEAUDIO a default
* Silence some commands in post-install
* Remove an empty directory
PR: 226220
Submitted by: lbartoletti <lbartoletti@tuxfamily.org> |
1.19.2_2 19 Feb 2018 11:10:43 |
antoine |
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA |
1.19.2_1 01 Feb 2018 16:04:08 |
amdmi3 |
- Add missing python run-dependency
- Fix shebang
Approved by: portmgr blanket |
1.19.2 23 Sep 2017 14:19:45 |
gblach |
Fix build on 10.3 |
1.19.2 21 Sep 2017 10:54:03 |
gblach |
- Update devel/efl to 1.19.2 [1]
- Update devel/py-efl to 1.19.0 [1]
- Update x11-wm/enlightenment to 0.21.9 [2]
- Update x11/terminology to 1.1.1
- Mark benchmarks/expedite as broken
PR: 222462 [2]
Submitted by: Gleb Popov [1], Hardy Schumacher [2]
Differential Revision: https://reviews.freebsd.org/D12154 [1] |
1.18.4_9 10 Sep 2017 20:55:39 |
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 |
1.18.4_8 24 Aug 2017 13:45:14 |
swills |
Bump PORTREVISION after recent poppler update |
1.18.4_7 25 Jul 2017 10:21:32 |
amdmi3 |
- Bump after devel/bullet update |
1.18.4_6 25 Jun 2017 00:29:09 |
linimon |
Begin deorbit burn of ia64. We have not attempted to build packages for
it for many years.
While here, alphabetize ARCHs, pet portlint, and modernize usages.
Approved by: portmgr (tier-2 blanket) |
1.18.4_6 23 May 2017 05:03:16 |
rezny |
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845 |
1.18.4_5 30 Apr 2017 12:50:54 |
sunpoet |
Update to 0.6.0
- Bump PORTREVISION for dependent ports
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
1.18.4_4 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.18.4_3 01 Apr 2017 15:23:32 |
gerald |
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 |
1.18.4_2 05 Feb 2017 21:20:24 |
tijl |
- Remove inclusion of bsd.default-versions.mk from ftp/curl/Makefile so
bsd.default-versions.mk can rely on ARCH being defined.
- In bsd.port.mk move inclusion of bsd.default-versions.mk from the
pre-makefile section to the options section so the variables can be used
earlier. Also put the bit of code sitting between the options section and
the pre-makefile section into the options section.
- Remove last few cases where ports set WITH_OPENSSL_PORT. This variable is
handled in bsd.default-versions.mk and some ports were setting it after
including bsd.port.options.mk. After FreeBSD 9 EoL all but a few ports,
and then only when setting non-default options, work without setting that
variable.
PR: 215996
Exp-run by: antoine
Approved by: portmgr (antoine) |
1.18.4_1 19 Jan 2017 04:39:37 |
jhale |
- 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 |
1.18.4 18 Dec 2016 01:17:30 |
gblach |
Update to 1.18.4
PR: 215330 |
1.18.3 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
The only reason to use post-stage is because the port needs to do
"things" at a later time, like some plist manipulation.
While there, fold post-install in do-install targets when they are
defined.
PR: 214780
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.18.3 27 Nov 2016 10:38:12 |
gblach |
Update to 1.18.3 |
1.18.2 03 Nov 2016 12:07:43 |
gblach |
Update to 1.18.2 |
1.18.1 21 Oct 2016 15:21:13 |
mat |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093 |
1.18.1 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
1.18.1 29 Sep 2016 16:50:56 |
gblach |
Readd WITH_OPENSSL_PORT=yes, was removed by mistake. |
1.18.1 28 Sep 2016 13:47:54 |
mat |
Also, you can't set SSL_DEFAULT, and don't give bad advices to people,
it should never be set directly, but always through DEFAULT_VERSIONS.
With hat: portmgr
Sponsored by: Absolight |
1.18.1 27 Sep 2016 13:43:25 |
gblach |
- Update devel/efl to 1.18.1
- Update devel/py-efl to 1.18.0
- Update multimedia/rage to 0.2.1
- Update x11-wm/enligtenment to 0.21.2
- Bump PORTREVISION in graphics/edje_viewer
- Bump PORTREVISION in x11/terminology
- Merge graphics/evas_generic_loaders* into devel/efl
- Merge multimedia/emotion_generic_players-vlc into devel/efl
- Merge x11-toolkits/elementary into devel/efl |
1.16.1_1 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.16.1_1 01 Apr 2016 11:17:54 |
sunpoet |
- Update to 0.5.0
- Bump PORTREVISION for graphics/webp shlib change
Changes: https://chromium.googlesource.com/webm/libwebp/+/master/NEWS |
1.16.1 26 Dec 2015 20:20:07 |
gblach |
Update to 1.16.1 |
1.16.0_2 03 Dec 2015 20:01:04 |
antoine |
Update giflib to 5.1.1
PR: 204492 |
1.16.0_1 18 Nov 2015 23:42:07 |
gblach |
Fix build when SSL is off
PR: 204611 |
1.16.0 16 Nov 2015 15:45:09 |
gblach |
Update to 1.16.0 |
1.15.2 06 Oct 2015 17:20:23 |
gblach |
Update to 1.15.2 |
1.15.1 02 Sep 2015 23:10:23 |
gblach |
- Update devel/efl to 1.15.1
- Update x11-toolkits/elementary to 1.15.1 |
1.15.0 04 Aug 2015 17:28:43 |
gblach |
- Upgrade x11-wm/enlightenment to 0.19.7 [1]
- Upgrade devel/efl to 1.15.0
- Upgrade x11-toolkits/elementary to 1.15.0
- Upgrade graphics/evas_generic_loaders* to 1.15.0
- Upgrade multimedia/emotion_generic_players-vlc to 1.15.0
- Upgrade multimedia/rage to 0.1.4 [2]
PR: 202023 [1], 202024 [2]
Submitted by: cpets <at> list <dot> ru [1][2] |
1.13.2 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
1.13.2 16 Apr 2015 20:13:44 |
gblach |
Back to the pool.
Currently and in near future I don't have time to be responsible
for any port. |
1.13.2 03 Apr 2015 12:53:56 |
gblach |
Update to 1.13.2 |
1.13.1 27 Feb 2015 18:27:03 |
gblach |
Update to 1.13.1 |
1.13.0 11 Feb 2015 02:55:24 |
gblach |
- Update devel/efl to 1.13.0
- Update devel/py-efl to 1.13.0
- Update graphics/evas_generic_loaders-* to 1.13.0
- Update multimedia/emotion_generic_players-vlc to 1.13.0
- Update x11-toolkits/elementary to 1.13.0 |
1.12.3 30 Jan 2015 18:08:48 |
gblach |
- Update to 1.12.3
- Fix build with NLS=off [1]
PR: 197200 [1]
Submitted by: tijl [1] |
1.12.2_4 14 Jan 2015 18:19:33 |
antoine |
Update graphics/giflib to 5.0.5
Differential Revision: https://reviews.freebsd.org/D1361
Submitted by: bapt
Reviewed by: self
Exp-run by: self |
1.12.2_3 02 Jan 2015 02:13:50 |
gblach |
- On FreeBSD 10.0 use OpenSSL from ports
- Check OPSYS together with OSVERSION [1]
PR: 196419
Submitted by: marino [1] |
1.12.2_3 30 Dec 2014 22:54:25 |
gblach |
- Use lua on arch unsupported by luajit
- Bump PORTREVISION |
1.12.2_2 28 Dec 2014 19:13:05 |
gblach |
Add missing files/extra-patch-configure.ac |
1.12.2_2 28 Dec 2014 19:09:16 |
gblach |
- Use openssl from base on 10.0 or higher, based on [1]
- Fix SDL option
- Convert ENGINE option group to radio choice
- Fix plist when OPENGL is disabled
- Add NLS option
- Convert USE_AUTOTOOLS to USES=autoreconf
- Bump PORTREVISION
PR: 195532 [1]
Submitted by: Mikhail T. (mi <at> ALDAN <dot> algebra <dot> com) [1] |
1.12.2_1 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
1.12.2 12 Dec 2014 23:32:22 |
gblach |
Update to 1.12.2 |
1.12.1_1 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 ) |
1.12.1 07 Dec 2014 11:22:39 |
gblach |
- Add Nvidia workaround as option
Some users of Nvidia cards reports very high cpu usage by ecore_x_vsync,
in this case devel/efl should be rebuild with NVIDIA option enabled.
Submitted by: 6yearold <at> gmail <dot> com (via email) |
1.12.1 25 Nov 2014 19:21:19 |
gblach |
- Update devel/efl to 1.12.1
- Update x11-toolkits/elementary to 1.12.1 |
1.12.0 25 Nov 2014 03:07:23 |
gblach |
- Merge EFL libraries into devel/efl and update to 1.12.0
- Update x11-toolkits/elementary to 1.12.0
- Update x11-wm/enlightenment to 0.19.1
- Update graphics/evas_generic_loaders-* to 1.12.0
- Update devel/e_dbus to 1.7.10
- Update benchmarks/expedite to 1.7.10
- Move some of x11-wm/e17-module-* to x11-wm/e-module-*
and update to recent snapshots
- Add multimedia/emotion_generic_players-vlc
- Add multimedia/rage
Reviewed by: crees, antoine |