Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
19 Mar 2020 23:02:31
1.1.0_1

|
tobik  |
Clean up LLD_UNSAFE from openal-soft ports
After FreeBSD 12.0 EOL we no longer have to worry about LLD 6 and
can drop LLD_UNSAFE from openal-soft ports. LLD can link them fine
now but some ports needs a little help on i386 (-Wl,-znotext).
PR: 226980
Reviewed by: jbeich (earlier version)
Differential Revision: https://reviews.freebsd.org/D23030 |
11 Dec 2019 17:53:49
1.1.0_1

|
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 |
02 Dec 2019 17:57:54
1.1.0

|
pkubaj  |
games/valyriatear: fix build on big-endian architectures
SDL_Swap32() and SDL_Swap16() are defined in SDL_endian.h.
PR: 242360
Approved by: amdmi3 (maintainer), mentors (implicit approval)
Pull Request: https://github.com/ValyriaTear/ValyriaTear/pull/652 |
15 Nov 2019 23:39:01
1.1.0

|
amdmi3  |
- Update to 1.1.0 |
08 Nov 2019 10:47:01
1.0.0_11

|
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
05 Nov 2019 22:16:15
1.0.0_11

|
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
1.0.0_11

|
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
1.0.0_10

|
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
1.0.0_9

|
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 |
11 Apr 2019 21:43:03
1.0.0_8

|
amdmi3  |
- Fix build on Tier 2 [1]
- Use more correct way of silencing c++11 warnings
PR: 237143 [1]
Submitted by: pkubaj@anongoth.pl [1] |
07 Apr 2019 16:31:11
1.0.0_8

|
linimon  |
Fix build on GCC-based architectures by setting
-Wno-reserved-user-defined-literal
only for clang.
While here, pet portlint (add 'gl' to USES).
Approved by: portmgr (tier-2 blanket) |
17 Mar 2019 00:03:19
1.0.0_8

|
tcberner  |
games/valyriatear: remove EDITOR option (Qt4 deprecation)
Approved by: portmgr (implicit) |
12 Dec 2018 00:15:50
1.0.0_7

|
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 |
02 Dec 2018 15:41:48
1.0.0_6

|
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 |
11 Sep 2018 18:34:28
1.0.0_6

|
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
1.0.0_5

|
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 |
28 Jun 2018 17:39:55
1.0.0_4

|
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 |
28 Jun 2018 14:49:36
1.0.0_4

|
amdmi3  |
- Fix build with clang 6 |
18 Apr 2018 13:57:43
1.0.0_4

|
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
1.0.0_3

|
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 |
08 Jan 2018 13:21:10
1.0.0_2

|
krion  |
Set LLD_UNSAFE=yes that the port will continue to link with ld.bfd
if /usr/bin/ld is lld, until the issue can be addressed.
PR: 214864
Approved by: portmgr (LLD_UNSAFE blanket)
Sponsored by: The FreeBSD Foundation |
25 Sep 2017 00:08:17
1.0.0_2

|
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
1.0.0_1

|
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 |
24 Aug 2017 16:28:12
1.0.0

|
amdmi3  |
- Fix build with gcc7 |
24 Aug 2017 14:13:48
1.0.0

|
amdmi3  |
- Fix built with gcc6
PR: 216078
Reported by: jbeich |
10 Jul 2017 17:56:36
1.0.0

|
amdmi3  |
- Update to 1.0.0 |
23 May 2017 05:03:16
0.6.0_8

|
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 |
02 May 2017 06:48:11
0.6.0_7

|
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.0_6

|
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.0_5

|
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.0_4

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
18 Jan 2016 22:15:27
0.6.0_4

|
amdmi3  |
- Fix build with boost 1.60
See
https://github.com/Oberon00/luabind/commit/fb3c6623c728209a2ba69d178bd87589bf04e9cf |
04 Sep 2015 10:41:57
0.6.0_4

|
amdmi3  |
- Fix build without NLS |
06 May 2015 16:04:20
0.6.0_4

|
mat  |
Update ports in the games category to not use GH_COMMIT.
With minor cleanups to make things simpler.
With hat: portmgr
Sponsored by: Absolight |
15 Apr 2015 08:20:28
0.6.0_4

|
tijl  |
converters/libiconv:
- Remove const qualifier from iconv(3) to match POSIX:
http://pubs.opengroup.org/onlinepubs/9699919799/functions/iconv.html
- Patch iconv.h to expose more GNU extensions when LIBICONV_PLUG is
defined because the base system iconv supports these extensions too.
Add/remove patches to/from ports to call iconv with non-const arguments.
This breaks some ports on FreeBSD 10 because base system iconv.h still has
the const qualifier. Fix this by letting USES=iconv add a build dependency
on converters/libiconv so ports can use its iconv.h (with LIBICONV_PLUG
defined) instead of the base system iconv.h.
This exposed some ports that link with libiconv when it is available instead
of using libc iconv. In these cases one of the following changes has been (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2014 20:54:43
0.6.0_4

|
bapt  |
Bump portrevision after png update |
08 Dec 2014 16:48:41
0.6.0_3

|
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 ) |
20 Oct 2014 09:03:10
0.6.0_2

|
marino  |
Add USES=alias to several ports
Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD
by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build
without the need for additional patches.
Approved by: portmgr (bapt, blanket) |
22 Sep 2014 12:19:16
0.6.0_2

|
amdmi3  |
- Cleanup plist |
10 Sep 2014 20:50:37
0.6.0_2

|
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) |
26 May 2014 15:28:29
0.6.0_1

|
bapt  |
Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua
Approved by: portmgr (implicit) |
07 Feb 2014 11:44:09
0.6.0_1

|
bapt  |
Chase boost and icu bump
While here convert some LIB_DEPENDS |
25 Dec 2013 23:29:34
0.6.0

|
antoine  |
Convert the tree to USES=openal
Approved by: portmgr (bapt) |
16 Dec 2013 17:40:14
0.6.0

|
amdmi3  |
- Remove DOCS, NLS and EXAMPLES from OPTIONS_DEFAULT in my ports, as suggested
by Porter's Handbook |
30 Oct 2013 10:30:08
0.6.0

|
marino  |
games/valyriatear: Fix iconv, indirect linking
Approved by: portmgr (bapt, implicit) |
22 Oct 2013 13:53:34
0.6.0

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
16 Oct 2013 13:38:24
0.6.0

|
amdmi3  |
- Update to 0.6.0
- Support staging
- Use new LIB_DEPENDS syntax
- Optionize NLS
Submitted by: Brian Callahan <bcallah@cvs.openbsd.org> (partially) |
20 Sep 2013 17:36:36
0.5.0_1

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
17 Sep 2013 13:27:06
0.5.0_1

|
amdmi3  |
Fix build with clang/libc++ |
16 Sep 2013 17:23:40
0.5.0_1

|
madpilot  |
- Add explicit LDFLAGS
Submitted by: marino
Approved by: portmgr (bapt, implicit) |
13 Sep 2013 17:14:53
0.5.0_1

|
madpilot  |
- Fix build after iconv change [1]
- Fix build with clang/libc++ ([2] for graphics/ipe)
While here for databases/spatialite:
- Trim Makefile headers
- Remove check for unsupported FreeBSD versions
Submitted by: marino [1]
Reported by: swills, antoine [1]
Submitted by: bsam [2]
Approved by: portmgr (bapt, implicit) |
28 Aug 2013 04:10:11
0.5.0_1

|
amdmi3  |
- Fix build on 10.X |
14 Aug 2013 22:35:54
0.5.0_1

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
12 Jul 2013 15:01:46
0.5.0_1

|
amdmi3  |
- Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files |
23 May 2013 10:04:07
0.5.0_1

|
amdmi3  |
- Add patch which fixes segfault in the shop
With this patch, the port becomes valyriatear-0.5.1 essentially,
but I'd prefer to not bump portversion and force distfile redownload
for such a small single change. |
26 Apr 2013 10:44:29
0.5.0

|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
22 Mar 2013 20:06:15
0.5.0

|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
01 Feb 2013 21:59:26
0.5.0

|
amdmi3  |
Valyria Tear is an attempt at creating a free (as meant in the Gnu
Public License) J-RPG game.
The game engine has already got a lot of features, among some were
taken from its great predecessor: the Hero of Allacrost engine.
WWW: http://valyriatear.blogspot.com/ |