Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.5_24 14 Feb 2025 03:17:22
    |
Dima Panov (fluffy)  |
devel/boost: bump consumers after Boost-1.87 update
Sponsored by: Future Crew, LLC |
0.5_23 03 Oct 2024 10:25:12
    |
Dima Panov (fluffy)  |
games/violetland: mark as BROKEN, fails to build with boost-1.85+
With hat: office
Sponsored by: Future Crew, LLC |
0.5_23 13 Feb 2024 14:44:22
    |
Dima Panov (fluffy)  |
devel/boost: bump consumers after library update |
0.5_22 27 Sep 2023 14:36:30
    |
Dima Panov (fluffy)  |
devel/boost*: bump all consumers after 1.83.0 |
0.5_21 27 Apr 2023 18:25:55
    |
Dima Panov (fluffy)  |
*/*: bump all direct Boost cunsumers |
0.5_20 16 Jan 2023 19:32:07
    |
Dima Panov (fluffy)  |
*/*: bump libboost*.so libraries consumert after Boost upgrade |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.5_19 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.5_19 12 Aug 2022 14:46:53
    |
Dima Panov (fluffy)  |
*/*: bump all consumers after recent boost upgrade |
0.5_18 22 May 2022 20:17:16
    |
Dima Panov (fluffy)  |
devel/boost-all: bump all library consumers after boost upgrade
PR: 246106 |
0.5_17 22 Jun 2021 18:53:08
    |
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 |
0.5_16 01 Jun 2021 17:34:50
    |
Dmitry Marakasov (amdmi3)  |
games/violetland: fix build with boost 1.76 |
0.5_16 07 Apr 2021 23:19:01
    |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
0.5_16 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
0.5_16 11 Dec 2019 17:53:49
  |
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 |
0.5_15 21 Aug 2019 20:24:25
  |
amdmi3  |
- Optionize NLS |
0.5_15 19 Aug 2019 15:35:28
  |
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 |
0.5_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 |
0.5_13 12 Apr 2019 06:36:31
  |
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 |
0.5_12 29 Mar 2019 14:45:06
  |
linimon  |
Fix build on gcc-based architectures:
undefined reference to 'std::runtime_error::runtime_error(char
const*)@GLIBCXX_3.4.21'
PR: 236825
Submitted by: Piotr Kubaj
Approved by: portmgr (tier-2 blanket) |
0.5_12 21 Feb 2019 21:07:41
  |
amdmi3  |
- Add USES=gl
- Add USES=sdl
- Switch to more correct way of avoiding C++11 related build errors |
0.5_12 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.5_11 12 Dec 2018 00:15:50
  |
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 |
0.5_10 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) |
0.5_10 11 Sep 2018 18:34:28
  |
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 |
0.5_9 09 Aug 2018 06:58:31
  |
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 |
0.5_8 14 May 2018 19:23:27
  |
amdmi3  |
- Fix build with clang 6.0 |
0.5_8 18 Apr 2018 13:57:43
  |
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 |
0.5_7 18 Jan 2018 04:11:03
  |
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 |
0.5_6 25 Sep 2017 00:08:17
  |
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 |
0.5_5 25 Sep 2017 00:05:06
  |
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 |
0.5_4 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 |
0.5_3 02 May 2017 06:48:11
  |
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 |
0.5_2 06 Jan 2017 08:45:04
  |
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 |
0.5_1 23 Nov 2016 12:45:47
  |
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) |
0.5 13 Nov 2016 10:02:04
  |
amdmi3  |
- Update to 0.5 |
0.4.3_6 16 Apr 2016 12:29:27
  |
danfe  |
Do not attempt to create ${STAGEDIR}${DESKTOPDIR}: `share/applications'
was added to mtree (Templates/BSD.local.dist) in r331266 2.5 years ago,
and fix some minor bogosities nearby. |
0.4.3_6 01 Apr 2016 14:00:57
  |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
0.4.3_6 11 Sep 2015 12:53:05
  |
amdmi3  |
- Install icon |
0.4.3_5 31 Aug 2015 13:39:01
  |
amdmi3  |
- Switch to new github home |
0.4.3_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 ) |
0.4.3_4 22 Sep 2014 11:57:43
  |
amdmi3  |
- Cleanup plist |
0.4.3_4 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.4.3_3 08 May 2014 03:58:56
  |
amdmi3  |
- Convert USE_DOS2UNIX to USES |
10 Mar 2014 14:49:26

|
bapt  |
Convert g* to USES=zip |
0.4.3_3 07 Feb 2014 11:44:09
  |
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
0.4.3_2 17 Nov 2013 20:21:04
  |
amdmi3  |
- Fix data file corruption due to excessive USE_DOS2UNIX |
0.4.3_1 22 Oct 2013 13:53:34
  |
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
0.4.3_1 24 Sep 2013 01:13:06
  |
amdmi3  |
- Support staging
- Use new LIB_DEPENDS syntax |
0.4.3_1 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
0.4.3_1 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
0.4.3_1 26 Apr 2013 10:44:29
  |
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
0.4.3_1 22 Mar 2013 20:06:15
  |
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
0.4.3_1 31 Jan 2013 13:38:43
  |
bapt  |
Chase boost update |
0.4.3 04 Dec 2012 12:40:24
  |
amdmi3  |
- Update to 0.4.3
- Install documentation
- Use upstream .desktop file
Feature safe: yes |
0.4.1_2 01 Jun 2012 05:26:28
 |
dinoex  |
- update png to 1.5.10 |
0.4.1_1 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.4.1 14 Nov 2011 03:26:46
 |
rakuco  |
Remove CMAKE_USE_PTHREAD from the ports using it.
This setting has not had any effect since r1.13 to bsd.cmake.mk, as it
was only useful when we supported FreeBSD < 7.
Approved by: avilla (mentor), portmgr (miwi)
Feature safe: yes |
0.4.1 16 Jun 2011 05:51:01
 |
amdmi3  |
- Update to 0.4.1 |
0.4.0 16 May 2011 13:04:54
 |
amdmi3  |
- Update to 0.4.0 |
0.3.2 16 Apr 2011 10:04:20
 |
amdmi3  |
- Update to 0.3.2 |
0.3.1 23 Sep 2010 00:34:11
 |
amdmi3  |
- Update to 0.3.1 |
0.3.0_1 11 Aug 2010 06:57:34
 |
mva  |
- Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version. |
0.3.0 04 May 2010 09:58:09
 |
amdmi3  |
- Update to 0.3.0 |
0.2.9 14 Apr 2010 00:06:44
 |
amdmi3  |
- Update to 0.2.9 |
0.2.8_3 28 Mar 2010 06:47:48
 |
dinoex  |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
0.2.8_2 05 Feb 2010 11:46:55
 |
dinoex  |
- update to jpeg-8 |
0.2.8_1 30 Jan 2010 09:43:31
 |
mva  |
- Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit) |
0.2.8 27 Jan 2010 22:29:04
 |
amdmi3  |
- Update to 0.2.8 |
0.2.7 26 Jan 2010 05:13:42
 |
amdmi3  |
- Update to 0.2.7 |
0.2.5 10 Jan 2010 17:07:52
 |
amdmi3  |
- Update to 0.2.5 |
0.2.4_1 02 Dec 2009 16:10:15
 |
amdmi3  |
- Fix plist
Reported by: QAT |
0.2.4 30 Nov 2009 19:34:41
 |
amdmi3  |
- Update to 0.2.4 |
0.2.2 07 Nov 2009 00:44:34
 |
amdmi3  |
- Update to 0.2.2 |
0.2.1 27 Oct 2009 00:04:59
 |
amdmi3  |
- Update to 0.2.1 |
0.2.0 25 Oct 2009 20:24:03
 |
amdmi3  |
In this game the player should help a girl by name of Violet to
struggle with hordes of monsters. For this purpose the various
weapon, and also the special abilities of the heroine which are
opening with experience can be used. In game there are elements of
RPG in the form of strength-agility-vitality and derivatives. Also
there is an unique feature: dynamic change of day and night.
WWW: http://code.google.com/p/violetland/ |