Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
10 Oct 2021 19:44:42 0.7.1_11
|
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) |
22 Jun 2021 18:53:08 0.7.1_11
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
06 Apr 2021 14:31:07 0.7.1_10
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
11 Dec 2019 17:53:49
0.7.1_10
|
jbeich  |
devel/boost-*: update to 1.72.0
Changes: http://www.boost.org/users/history/version_1_72_0.html
PR: 241449
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D22136 |
08 Nov 2019 14:36:06
0.7.1_9
|
tobik  |
graphics: Add missing USES={gl,gnome,sdl} |
05 Nov 2019 22:16:15
0.7.1_9
|
zeising  |
Add USES=xorg USES=gl, ports categories g
Add USES=xorg and USES=gl to ports in categories starting with 'g'.
While here, try to sprinkle other USES (mostly gnome and sdl) as needed. |
19 Aug 2019 15:35:28
0.7.1_9
|
jbeich  |
devel/boost-*: update to 1.71.0
Changes: http://www.boost.org/users/history/version_1_71_0.html
PR: 238827
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D20774 |
26 Jul 2019 20:46:57
0.7.1_8
|
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 |
12 Apr 2019 06:36:31
0.7.1_7
|
jbeich  |
devel/boost-*: update to 1.70.0
Changes: http://www.boost.org/users/history/version_1_70_0.html
PR: 235956
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D19303 |
16 Jan 2019 11:13:45
0.7.1_6
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
12 Dec 2018 01:35:36
0.7.1_5
|
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 |
12 Dec 2018 00:15:50
0.7.1_4
|
jbeich  |
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 |
18 Sep 2018 08:35:50
0.7.1_3
|
linimon  |
A previous commit fixed the build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
11 Sep 2018 18:34:28
0.7.1_3
|
zeising  |
Change x11/xorgproto to become a build dep
Change x11/xorgproto to become a build time dependency when added to
USE_XORG. Change the dependency to be on the port, rather than a file the
port installs.
Fix fallout.
Bump portrevision on depending ports.
PR: 230909
Reviewed by: eadler
Approved by: portmgr (antoine)
Obtained
from: https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/xorgproto
exp-run: antoine
Differential Revision: https://reviews.freebsd.org/D16906 |
09 Aug 2018 06:58:31
0.7.1_2
|
jbeich  |
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 |
29 Jul 2018 22:18:46
0.7.1_1
|
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 |
15 Jul 2018 05:54:00
0.7.1
|
yuri  |
graphics/evolvotron: Update 0.6.3 -> 0.7.1
Port changes:
* Change to DISTVERSION
* Update LICENSE, add LICENSE_FILE
* Change to Qt5
* Add USES=compiler:c++11-lib and USE_CXXSTD=c++11
* Delete redundant static libraries
* Remove MAKE_JOBS_UNSAFE - build doesn't seem to fail with -j8 |
28 Jun 2018 17:39:55
0.6.3_9
|
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 |
18 Jun 2018 14:00:43
0.6.3_9
|
linimon  |
Mark ports broken on powerpc64, categories g-n.
While here, pet portlint and do some other cleanup.
Approved by: portmgr (tier-2 blanket) |
18 Apr 2018 13:57:43
0.6.3_9
|
jbeich  |
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 |
18 Jan 2018 04:11:03
0.6.3_8
|
jbeich  |
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 |
25 Sep 2017 00:08:17
0.6.3_7
|
jbeich  |
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 |
25 Sep 2017 00:05:06
0.6.3_6
|
jbeich  |
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 |
02 May 2017 06:48:11
0.6.3_5
|
jbeich  |
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 |
06 Jan 2017 08:45:04
0.6.3_4
|
jbeich  |
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 |
23 Nov 2016 12:45:47
0.6.3_3
|
jbeich  |
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) |
01 Apr 2016 14:00:57
0.6.3_2
|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
24 Mar 2016 10:31:07
0.6.3_2
|
rakuco  |
qt4-moc: Add more Boost include guards to moc's definition list.
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.
This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.
PR: 199601
PR: 208322 |
07 Feb 2016 15:56:25
0.6.3_2
|
amdmi3  |
- Fix LICENSE
- Fix build with boost 1.60
- Switch to options helpers
- Cosmetic fixes
PR: 199601 |
15 Jun 2015 17:01:29
0.6.3_2
|
amdmi3  |
- Unconditionally disable precompiled headers to fix build with old gcc on
-current kernel
MFH: 2015Q2 |
21 Oct 2014 16:36:12
0.6.3_2
|
mva  |
- Convert ports of graphics/ to new USES=python
Approved by: portmgr (implicit) |
28 Apr 2014 21:31:32
0.6.3_2
|
nemysis  |
These ports are no longer used or cared for.
comms/spandsp-devel
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Strip library
- Fix typo
deskutils/kupfer
- Bump PORTREVISION for MAINTAINER change
- Reset maintainer to ports@
- Change install, cosmetical changes
(Only the first 15 lines of the commit message are shown above ) |
07 Feb 2014 11:44:09
0.6.3_2
|
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
22 Nov 2013 12:55:00
0.6.3_1
|
makc  |
- Convert to USES=qmake (and other USES while I'm here)
- Add state support
- Convert LIB_DEPENDS to new style, adjust USE_QT4 components, etc.
Approved by: portmgr (blanket approval) |
05 Oct 2013 18:02:53
0.6.3_1
|
nemysis  |
- Change maintainer email to @FreeBSD.org
- Use the new format for LIB_DEPENDS
- Change desktop entry
- Support STAGEDIR
Approved by: wg/pawel (mentors) |
20 Sep 2013 18:35:46
0.6.3_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
graphics) |
06 Mar 2013 00:28:55
0.6.3_1
|
beech  |
- add documenttion, icons, pkg-plist
- Pass maintainership to submitter
PR: ports/176665
Submitted by: nemysis <nemysis@gmx.ch> |
15 Feb 2013 08:57:19
0.6.3
|
rm  |
- remove empty files |
10 Feb 2013 07:52:50
0.6.3
|
miwi  |
- Update to 0.6.3
PR: 175016
Submitted by: ports fury |
31 Jan 2013 13:38:43
0.6.1_3
|
bapt  |
Chase boost update |
04 Dec 2012 20:39:22
0.6.1_2
|
zi  |
- Reset MAINTAINER due to unrecoverable bounce
Reported by: portscout
Feature safe: yes |
06 Jun 2012 06:44:38
0.6.1_2
|
miwi  |
- Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by: bapt, David Naylor (kde team) |
01 Jun 2012 05:26:28
0.6.1_2
|
dinoex  |
- update png to 1.5.10 |
03 Jul 2011 14:12:23
0.6.1_1
|
ohauer  |
-remove MD5 |
28 Mar 2010 06:47:48
0.6.1_1
|
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
18 Feb 2010 18:24:18
0.6.1
|
makc  |
Update to 0.6.1
Pass maintainership to submitter
PR: ports/143930
Submitted by: Rob Farmer <rfarmer at predatorlabs.net>
Feature safe: yes |
05 Feb 2010 11:46:55
0.4.0_4
|
dinoex  |
- update to jpeg-8 |
19 Nov 2009 22:07:43
0.4.0_3
|
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
31 Jul 2009 13:57:52
0.4.0_3
|
dinoex  |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
02 Feb 2009 23:44:01
0.4.0_2
|
linimon  |
Reset dyeske@gmail.com at his request.
Hat: portmgr |
06 Jun 2008 13:35:04
0.4.0_2
|
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) |
18 Aug 2007 19:50:29
0.4.0_1
|
beech  |
- Fix build with gcc42
- Add patch-gcc4
PR: ports/115566
Submitted by: David Yeske <dyeske@gmail.com> (maintainer)
Approved by: sat (mentor)
Obtained from: Gentoo Portage |
05 Jul 2007 23:39:06
0.4.0_1
|
edwin  |
dyeske at yahoo dot com -> dyeske at gmail dot com |
19 May 2007 20:32:57
0.4.0_1
|
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
13 Feb 2007 00:16:29
0.4.0
|
pav  |
- Remove QTDIR from CONFIGURE_ENV, it's in there already thanks to framework
Submitted by: rafan
Tested on: pointyhat |
31 Oct 2006 08:56:56
0.4.0
|
miwi  |
- Update to 0.4.0
PR: ports/104499
Submitted by: David Yeske<dyeske@yahoo.com> (maintainer) |
07 May 2006 23:46:33
0.3.1
|
edwin  |
Remove USE_REINPLACE for categories starting with a G |
22 Jan 2006 12:35:18
0.3.1
|
edwin  |
SHA256ify
Approved by: krion@ |
24 Jul 2005 22:45:02
0.3.1
|
kris  |
Now compiles on 4.x |
11 Dec 2004 21:30:36
0.3.1
|
kris  |
BROKEN on 4.x: Does not compile |
10 Dec 2004 05:12:29
0.3.1
|
danfe  |
Unbreak on 4.X.
Reported by: kris, krion (via pointyhat)
Approved by: fjoe (mentor, implicit) |
06 Oct 2004 05:07:36
0.3.1
|
danfe  |
Upgrade to 0.3.1 to unbreak with recent GCC.
Reported by: kris
Approved by: portmgr (krion, will), fjoe (mentor, implicit) |
18 Sep 2004 17:08:52
0.2.3
|
kris  |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
31 Mar 2004 03:12:58
0.2.3
|
trevor  |
SIZEify (maintainer timeout) |
26 Feb 2004 20:59:36
0.2.3
|
lofi  |
Remove qmake from RUN_DEPENDS in x11-toolkits/qt32 and chase ports which
BUILD_DEPEND on qmake now. |
11 Jan 2004 17:56:51
0.2.3
|
petef  |
- update to 0.2.3
- unbreak on -current
- install docs
PR: 59863
Submitted by: Markus Brueffer <brueffer@phoenix-systems.de>
Approved by: maintainer timeout |
17 Nov 2003 12:29:10
0.0.5
|
trevor  |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
15 Oct 2003 22:12:21
0.0.5
|
kris  |
BROKEN on 5.x: does not compile |
18 May 2003 17:56:57
0.0.5
|
adamw  |
Update to 0.0.5.
PR: ports/52308
Submitted by: David Yeske <dyeske@yahoo.com> (maintainer) |
17 Apr 2003 16:03:35
0.0.4
|
arved  |
Evolvotron is interactive "generative art" software to evolve
images/textures/patterns through an iterative process of random
mutation and user-selection driven evolution
PR: 50232
Submitted by: David Yeske <dyeske@yahoo.com> |