Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.40.1_9 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 ) |
2.40.1_8 18 Mar 2019 14:54:20 |
dinoex |
- fix bug from r496028
PR: 236606 |
2.40.1_8 17 Mar 2019 08:33:32 |
tcberner |
graphics/graphviz: remove GVEDIT option (Qt4 deprecation)
Approved by: portmgr (implicit) |
2.40.1_7 30 Dec 2018 14:05:27 |
dinoex |
- order USES |
2.40.1_7 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 |
2.40.1_6 02 Dec 2018 15:41:48 |
rene |
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 |
2.40.1_6 02 Nov 2018 13:32:35 |
rene |
Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by: rene
Reviewed by: bapt, jbeich
Differential Revision: https://reviews.freebsd.org/D17724 |
2.40.1_6 16 Oct 2018 08:23:05 |
tobik |
Avoid accidentally auto-activating librsvg2 support in graphics/graphviz |
2.40.1_6 16 Oct 2018 05:35:51 |
antoine |
Fix packaging
Reported by: pkg-fallout |
2.40.1_6 15 Oct 2018 17:10:43 |
mat |
Remove LIBRSVG2 option, it creates a dependency loop.
It is also discouraged upstream, graphviz can create svg without it. |
2.40.1_6 22 Sep 2018 05:30:32 |
linimon |
Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
2.40.1_6 16 Sep 2018 05:48:53 |
dinoex |
- update MASTER_SITES
PR: 231336 |
2.40.1_6 31 Aug 2018 18:27:14 |
fernape |
devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8
* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports
PR: 230577
Submitted by: yasu@utahime.org
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D16704 |
2.40.1_5 28 Jun 2018 17:39:55 |
tcberner |
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 |
2.40.1_5 01 Jun 2018 10:16:42 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR: 228597
Approved by: portmgr (antoine) |
2.40.1_4 17 Apr 2018 13:30:59 |
amdmi3 |
- Switch to USES=localbase
- Always check OPSYS along with OSVERSION
Approved by: portmgr blanket |
2.40.1_4 10 Mar 2018 11:22:59 |
cpm |
Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR: 225560
Submitted by: Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by: cpm
Approved by: portmgr (antoine) |
2.40.1_3 30 Jan 2018 23:57:22 |
dinoex |
- add depedency groff |
2.40.1_2 10 Oct 2017 21:31:30 |
linimon |
For ports that are explicitly enabled on armv6, also enable them
on armv7. This has not been tested with an -exp run but should
"do no harm".
PR: 221894 (partial) |
2.40.1_2 11 Jul 2017 08:28:44 |
dinoex |
- fix build on armv6
PR: 220591
Submitted by: Mikael Urankar |
2.40.1_2 06 Jul 2017 12:02:23 |
dinoex |
- support build with php5.6
PR: 220293
Submitted by: Dmitry Marakasov |
2.40.1_2 28 Jun 2017 12:07:47 |
dinoex |
- use more OPTION_VARS
- switch some conditions to options helpers
- allow build with php7.1
PR: 220293
Submitted by: Dmitry Marakasov |
2.40.1_2 30 May 2017 19:49:33 |
dinoex |
- use OPTION_VARS= SHEBANG_FILES+=
- extend SHEBANG_FILES for modgraph.py
- fix PYTHON_LDFLAGS
- remove tcl workaround
PR: 219511
Submitted by: John Hein
- extend SHEBANG_FILES for modgraph.pl |
2.40.1_1 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 |
2.40.1 30 Mar 2017 14:28:07 |
mat |
Ports should not force the php version they use.
Sponsored by: Absolight |
2.40.1 14 Feb 2017 14:42:31 |
amdmi3 |
- Fix typos in option descriptions
Approved by: portmgr blanket |
2.40.1 09 Feb 2017 09:55:24 |
dinoex |
- use *_IMPLIES
PR: 216791
Submitted by: Tobias Kortkamp |
2.40.1 09 Feb 2017 09:54:34 |
dinoex |
- make portlint happier |
2.40.1 04 Jan 2017 22:08:55 |
dinoex |
- update to 2.40.1
- add LICENSE |
2.38.0_14 08 Dec 2016 20:30:30 |
dinoex |
- use egrep for portability
PR: 215089
Submitted by: Raphael Kubo da Costa |
2.38.0_14 19 Nov 2016 14:52:53 |
dinoex |
- enable sparc64 |
2.38.0_14 13 Nov 2016 23:53:07 |
dinoex |
- fix build on aarch64
PR: 213864
Submitted by: Andrew Turner |
2.38.0_13 06 Nov 2016 18:17:30 |
dinoex |
- use ONLY_FOR_ARCHS
PR: 213864 |
2.38.0_13 06 Nov 2016 15:50:26 |
dinoex |
- disable build on arm
PR: 213864 |
2.38.0_13 20 Oct 2016 20:49:40 |
dinoex |
- fix path to vimdot
Submitted by: Jonathan Anderson |
2.38.0_13 09 Sep 2016 19:42:46 |
amdmi3 |
Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.
Change summary:
- Always do verbose builds for cmake, ninja and GNU configure (the
latter includes check if --disable-silent-rules is actually supported
by the configure script; there are isolated cases when it's not true) (Only the first 15 lines of the commit message are shown above ) |
2.38.0_13 20 Jul 2016 09:33:32 |
dinoex |
- update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR: 210913
Submitted by: Piotr Kubaj
MFH: 2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4 |
2.38.0_12 28 Jun 2016 14:00:45 |
mat |
Convert USE_PHP*=yes into USES=php*
PR: 210529
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D6936 |
2.38.0_12 23 May 2016 20:35:01 |
amdmi3 |
Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by
default anyway and don't need to be listed
Approved by: portmgr blanket |
2.38.0_12 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
2.38.0_12 24 Mar 2016 15:47:50 |
tijl |
Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.
Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.
Fix print/ghostscript9-agpl-base to install eps2write.
Update math/asymptote to 2.37 to support newer Ghostscript.
PR: 208159
Exp-run by: antoine
Approved by: portmgr (antoine) |
2.38.0_11 07 Feb 2016 07:20:24 |
koobs |
graphics/graphviz: Enable verbose build
Approved by: portmgr (framework) |
2.38.0_11 21 Jan 2016 19:40:10 |
kwm |
Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.
PR: 206293 [1]
Submitted by: olivierd@ [1]
Obtained from: ubuntu [2], rubygem-poppler upstream [3] |
2.38.0_10 16 Jan 2016 12:49:30 |
dinoex |
- cleanup style |
2.38.0_10 14 Jan 2016 22:26:42 |
antoine |
Unbreak build on head
With hat: portmgr |
2.38.0_10 13 Jan 2016 22:13:38 |
dinoex |
- mark BROKEN on CURRENT |
2.38.0_10 29 Oct 2015 06:12:50 |
dinoex |
- make option NVTHREADS default
PR: 203537
Submitted by: Tobias Kortkamp |
2.38.0_9 08 Oct 2015 04:11:34 |
dinoex |
- cleanup |
2.38.0_9 05 Sep 2015 14:50:55 |
dinoex |
- use guile-2.0, use swig-3.0
- fixing OPTION GUILE, and OPTION PHP
PR: 202506
Submitted by: pi |
2.38.0_8 02 Aug 2015 16:06:17 |
kwm |
Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.
PR: 201477 [1]
Submitted by: olivierd@ [1] |
2.38.0_7 29 Jul 2015 13:01:15 |
dinoex |
- import security fix from git
Security: format string vulnerability |
2.38.0_6 16 Jul 2015 20:53:29 |
kwm |
Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl
PR: 201201 (exp-run)
Approved by: portmgr (mat@)
Exp run by: antione@ (previous patch)
Differential Revision: https://reviews.freebsd.org/D2938 |
2.38.0_6 22 Jun 2015 18:33:22 |
antoine |
Convert to USES=jpeg |
2.38.0_6 19 Jun 2015 09:14:53 |
dinoex |
- fix build with TCL enabled and without X11.
PR: 157738
Submitted by: Jimmy Olgeni |
2.38.0_6 12 Apr 2015 17:20:32 |
dinoex |
- add CPE
PR: 199039 |
2.38.0_6 25 Mar 2015 20:09:43 |
marino |
graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.
approved by: PTHREAD blanket |
2.38.0_6 08 Mar 2015 10:07:35 |
dinoex |
- fix option RUBY to build with ruby 2.1
PR: 198329 |
2.38.0_6 04 Jan 2015 08:23:24 |
mva |
- Convert USE_PYTHON -> USES leftovers missed in the previous commits
Spotted by: antoine
With hat: python |
2.38.0_6 28 Dec 2014 18:01:44 |
dinoex |
- fix linker problems with smyrna
PR: 195676
PR: 196288 |
2.38.0_6 25 Dec 2014 20:54:43 |
bapt |
Bump portrevision after png update |
2.38.0_5 25 Dec 2014 19:04:27 |
antoine |
Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade |
2.38.0_5 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 ) |
2.38.0_4 26 Nov 2014 13:08:38 |
mat |
Change the way Perl modules are installed, update the default Perl to 5.18.
Before, we had:
site_perl : lib/perl5/site_perl/5.18
site_perl/perl_arch : lib/perl5/site_perl/5.18/mach
perl_man3 : lib/perl5/5.18/man/man3
Now we have:
site_perl : lib/perl5/site_perl
site_arch : lib/perl5/site_perl/mach/5.18
perl_man3 : lib/perl5/site_perl/man/man3
Modules without any .so will be installed at the same place regardless of the (Only the first 15 lines of the commit message are shown above ) |
2.38.0_3 25 Nov 2014 12:55:54 |
makc |
Bump PORTREVISION after graphics/poppler update to 0.26.3 |
2.38.0_2 28 Oct 2014 01:23:48 |
amdmi3 |
- Fix build for SMYRNA option
Approved by: portmgr blanket |
2.38.0_2 20 Oct 2014 17:04:21 |
bapt |
Cleanup plist |
2.38.0_2 05 Oct 2014 20:17:59 |
tijl |
graphics/gts:
- Convert to USES=libtool and bump dependent ports
- Convert to USES=pathfix
- Add INSTALL_TARGET=install-strip |
2.38.0_1 17 Sep 2014 07:38:16 |
tijl |
Replace USE_AUTOTOOLS=libltdl with an ordinary LIB_DEPENDS in all ports.
There are only 60 such ports so there doesn't need to be a separate
keyword or USES for this.
Approved by: portmgr (bapt) |
2.38.0_1 15 Sep 2014 04:26:29 |
dinoex |
- use ICONV_PREFIX
Submitted by: sunpoet |
2.38.0_1 31 Aug 2014 15:17:50 |
tijl |
lang/guile:
- Add USES=libtool and bump dependent ports
- Replace Makefile.* patches with USES=pathfix
- Replace config.h.in patch with USE_AUTOTOOLS=autoheader
- Avoid automake by touching Makefile.in
Approved by: portmgr (implicit, bump unstaged port) |
2.38.0 05 Aug 2014 03:33:54 |
dinoex |
- set option PHP broken on FreeBSD-11
PR: 192310 |
2.38.0 03 Aug 2014 16:19:18 |
dinoex |
- fix order in USES |
2.38.0 30 Jul 2014 04:46:05 |
dinoex |
- update to 2.38.0 |
2.36.0_6 23 Jul 2014 19:19:11 |
dinoex |
- fix option PYTHON
PR: 192059
Submitted by: Kurt Jaeger
- mark option RUBY broken
using libdata/pkgconfig/ruby-1.9.pc fails cause of $(.TARGET) macro. |
2.36.0_6 15 Jul 2014 17:52:18 |
adamw |
Add EXAMPLES to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MEXAMPLES. |
2.36.0_6 15 Jul 2014 15:30:09 |
adamw |
Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. |
2.36.0_6 26 May 2014 16:07:33 |
bapt |
Convert to USES=lua, use lua 5.2 by default |
2.36.0_6 11 May 2014 10:13:25 |
dinoex |
- revert to libtool:oldver |
2.36.0_5 11 May 2014 07:52:11 |
dinoex |
- drop keepla to fix regressions introduced |
2.36.0_4 09 May 2014 21:29:46 |
amdmi3 |
- After recent graphics/devil soversion bump its PORTREVISION was not bumped, so
bump it properly now and also bump all dependent ports again
Submitted by: tijl |
2.36.0_3 08 May 2014 20:52:36 |
amdmi3 |
- Switch graphics/devil to USES=libtool
Since this changes shared lib version number, bump PORTREVISION on all dependent
ports:
- devel/love
- devel/love07
- devel/love5
- games/arx-libertatis
- games/pink-pony
- games/spring
- graphics/cegui
- graphics/graphviz
While here, fix graphics/cegui plist to not remove mtree directory. |
2.36.0_2 28 Apr 2014 20:39:34 |
tijl |
- Convert to USES=libtool:keepla pathfix.
- Remove WANT_GNOME because bsd.port.pre.mk isn't included so it doesn't
have any effect.
- Remove MISSING from CONFIGURE_ENV and MAKE_ENV. It was a hack from an
old version of the port. |
2.36.0_1 16 Apr 2014 18:28:50 |
zeising |
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:
NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE
This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.
This patch also contains updates of libxcb and related ports, pixman, as well (Only the first 15 lines of the commit message are shown above ) |
2.36.0 13 Apr 2014 08:26:11 |
dinoex |
- option PANGOCAIRO is required for option GHOSTSCRIPT
Reported by: Andrzej Tobola |
2.36.0 18 Jan 2014 13:48:44 |
dinoex |
- update to 2.36.0
- removal of libgraph
- new option GDK
- set BROKEN for option MING and GUILE
- hardcode tcl dependecies
- fix path of PHP extension |
2.34.0_1 28 Dec 2013 12:04:28 |
dinoex |
- new option GTS
- fix option GUILE
- use OPT_USE, OPT_* macros |
2.34.0_1 27 Dec 2013 16:54:22 |
kwm |
Update poppler to 0.24.4.
Update comment.
Use new LIB_DEPENDS syntax, use USES=pathfix.
Stagify.
Bump portrevision of all affected ports, and Update poppler* LIB_DEPENDS to
new syntax. |
2.34.0 01 Dec 2013 11:38:39 |
dinoex |
- use STAGEDIR
- use OPTIONS_SUB
- use OPT_CONFIGURE_* |
2.34.0 25 Oct 2013 17:49:16 |
dinoex |
- fix plist when option XPM is disabled and PANGOCAIRO is still selected |
2.34.0 15 Oct 2013 09:43:34 |
bapt |
Remove wrong dependency on gnome1 libraries (gnomelibs == gnome1) |
2.34.0 21 Sep 2013 11:06:04 |
dinoex |
- fix misplaced NO_STAGE in slaveports and ifdefs |
2.34.0 20 Sep 2013 18:35:46 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
2.34.0 16 Sep 2013 17:07:26 |
bapt |
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake |
2.34.0 08 Sep 2013 15:28:15 |
dinoex |
- update to 2.34.0
- new option ANN for edge bundling |
2.32.0 03 Sep 2013 17:22:31 |
antoine |
Add an explicit dependency on pkgconf
(needed for proper detection of PANGOCAIRO and maybe other things)
Approved by: portmgr (bapt) |
2.32.0 13 Aug 2013 05:16:55 |
dinoex |
- fix option POPPLER
- fix option LIBRVG2 |
2.32.0 11 Aug 2013 10:33:42 |
dinoex |
- update to 2.32.0
- new option POPPLER |
2.30.1_1 11 Aug 2013 05:23:41 |
dinoex |
- bump PORTREVISION after libdg |
2.30.1 09 Aug 2013 14:05:53 |
dinoex |
- update libdg to 2.1.0 |
2.30.1 28 Jun 2013 13:06:36 |
dinoex |
- fix clang regression with lua module |