non port: games/doomsday/Makefile |
SVNWeb
|
Number of commits found: 57 |
Sat, 27 Nov 2021
|
[ 10:09 Thomas Zander (riggs) ] e40e82b (Only the first 10 of 36 ports in this commit are shown above. )
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4
|
Tue, 16 Nov 2021
|
[ 04:42 Yuri Victorovich (yuri) ] 135e04d (Only the first 10 of 12 ports in this commit are shown above. )
multimedia/assimp: Update 5.0.1 -> 5.1.0
Also:
* add the 'test' target
* update WWW
|
Mon, 4 Oct 2021
|
[ 04:56 Thomas Zander (riggs) ] 4c2db26 (Only the first 10 of 37 ports in this commit are shown above. )
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4
|
Tue, 22 Jun 2021
|
[ 18:53 Kevin Bowling (kbowling) ] da3162c (Only the first 10 of 914 ports in this commit are shown above. )
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
|
Tue, 20 Apr 2021
|
[ 09:36 Danilo Egea Gondolfo (danilo) ] 8235c6d
games/doomsday: Update to 2.3.1
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Tue, 12 Jan 2021
|
[ 21:54 danilo ]
games/doomsday: Update to 2.3.0
|
Mon, 6 Apr 2020
|
[ 19:04 danilo ]
- Use Python 3
|
Sun, 23 Feb 2020
|
[ 15:25 antoine ] (Only the first 10 of 257 ports in this commit are shown above. )
Deprecate a few ports
With hat: portmgr
|
Sat, 8 Feb 2020
|
[ 20:48 danilo ]
- Update to 2.2.2
|
Sun, 26 Jan 2020
|
[ 15:03 danilo ]
- Update to 2.2.1
|
Sat, 25 Jan 2020
|
[ 20:36 yuri ]
multimedia/assimp: Update 4.1.0 -> 5.0.1
Reported by: portscout
|
Sun, 10 Nov 2019
|
[ 12:38 danilo ]
- Update to 2.1.2
|
Tue, 5 Nov 2019
|
[ 22:16 zeising ] (Only the first 10 of 474 ports in this commit are shown above. )
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.
|
Sun, 29 Sep 2019
|
[ 10:04 riggs ] (Only the first 10 of 26 ports in this commit are shown above. )
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR: 240890
|
Fri, 26 Jul 2019
|
[ 20:46 gerald ] (Only the first 10 of 3853 ports in this commit are shown above. )
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
|
Sat, 2 Mar 2019
|
[ 16:55 riggs ] (Only the first 10 of 25 ports in this commit are shown above. )
Chase update of fluidsynth to 2.0.3
PR: 233448
|
Sat, 23 Feb 2019
|
[ 15:55 danilo ]
- Update to 2.1.1
|
Wed, 16 Jan 2019
|
[ 11:13 tijl ] (Only the first 10 of 1089 ports in this commit are shown above. )
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 )
|
Tue, 25 Dec 2018
|
[ 20:25 tcberner ] (Only the first 10 of 1277 ports in this commit are shown above. )
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine
|
Fri, 14 Dec 2018
|
[ 21:15 danilo ]
- Update to 2.1.0
|
Wed, 12 Dec 2018
|
[ 01:35 gerald ] (Only the first 10 of 3168 ports in this commit are shown above. )
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
|
Sun, 29 Jul 2018
|
[ 22:18 gerald ] (Only the first 10 of 1480 ports in this commit are shown above. )
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
|
Thu, 28 Jun 2018
|
[ 17:39 tcberner ] (Only the first 10 of 1416 ports in this commit are shown above. )
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
|
Fri, 1 Jun 2018
|
[ 22:16 riggs ] (Only the first 10 of 28 ports in this commit are shown above. )
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR: 228265
|
Tue, 27 Feb 2018
|
[ 12:28 amdmi3 ]
- Switch to USES=localbase
- Limit python version
Approved by: portmgr blanket
|
Thu, 8 Feb 2018
|
[ 22:09 yuri ]
multimedia/assimp: Update to 4.1.0
Change log:
https://github.com/assimp/assimp/releases/tag/v4.1.0
Additional port changes:
* Removed CMAKE_SKIP_RPATH, the default behavior should suffice
* Changed to CMAKE_OFF
* Removed the unnecessary .if/gcc clause
* Improved PLIST_SUB tokens
* Added the patch for #include that is already in the upstream
repository now
Also tried to add the double-precision option, but it fails in build,
so I reported this to the upsream.
Bumped PORTREVISION: games/pioneer games/doomsday graphics/qt5-3d
Submitted by: myself
Reported by: portscout
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14253
|
Sat, 6 Jan 2018
|
[ 17:12 danilo ]
- Update to 2.0.3
|
Fri, 22 Sep 2017
|
[ 10:48 mat ] (Only the first 10 of 175 ports in this commit are shown above. )
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488
|
Sun, 10 Sep 2017
|
[ 20:55 gerald ] (Only the first 10 of 1201 ports in this commit are shown above. )
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
|
Sat, 22 Jul 2017
|
[ 12:22 jbeich ]
multimedia/assimp: rebuild consumers after r446390
ABI: https://abi-laboratory.pro/tracker/timeline/assimp/
PR: 220889
Pointy hat to: jbeich
|
Tue, 23 May 2017
|
[ 05:03 rezny ] (Only the first 10 of 711 ports in this commit are shown above. )
Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D10845
|
Sat, 1 Apr 2017
|
[ 15:23 gerald ] (Only the first 10 of 1118 ports in this commit are shown above. )
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
|
Wed, 18 Jan 2017
|
[ 13:20 tijl ] (Only the first 10 of 120 ports in this commit are shown above. )
The output of tools like awk, date, sort, tr,... depends on the current
locale set by the user. Add LANG=C and LC_ALL=C at the beginning of
bsd.port.mk and export them so all commands are executed with the C locale.
LC_ALL=C overrides all other LC_* variables. LANG is used by setlocale(3)
as default value for LC_* variables, so normally it isn't used when LC_ALL
is set, but there's code out there that looks at LANG directly so it's safer
to set it as well. The only commands not captured by this are !=
assignments before any inclusion of bsd.port.*mk.
Introduce USE_LOCALE=<locale> that adds LANG=<locale> and LC_ALL=<locale> to
CONFIGURE_ENV and MAKE_ENV so upstream build systems can be executed with a
different locale (e.g. USE_LOCALE=en_US.UTF-8).
PR: 215882
Exp-run by: antoine
Approved by: portmgr (antoine)
|
Fri, 1 Apr 2016
|
[ 14:00 mat ] (Only the first 10 of 5103 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
|
Sun, 27 Mar 2016
|
[ 07:34 riggs ]
Update multimedia/assimp to upstream version 3.1.1
Details:
- Allow build with clang on FreeBSD >= 10
- Add BOOST option
- Add restrictions for USE_GCC
- Update post-patch and pkg-plist file
- Bump PORTREVISION on dependent ports (possible ABI change)
PR: 207575
Submitted by: lightside@gmx.com
Approved by: maintainer timeout
|
Mon, 15 Feb 2016
|
[ 23:14 danilo ]
- Fix crash when there's no xrandr support
PR: 207113
Submitted by: amdmi3
|
Fri, 5 Feb 2016
|
[ 01:20 danilo ]
- Update to 1.15.8
|
Sat, 2 Jan 2016
|
[ 14:30 danilo ]
- Update to 1.15.7
|
Sun, 20 Dec 2015
|
[ 19:00 danilo ]
- Update to 1.15.6
|
Fri, 18 Dec 2015
|
[ 23:01 danilo ]
- Switch to USES=execinfo
PR: 205276
Submitted by: pawel
|
Thu, 25 Dec 2014
|
[ 13:46 antoine ]
- this port doesn't use png
- cleanup plist
|
Mon, 8 Dec 2014
|
[ 16:48 tijl ] (Only the first 10 of 920 ports in this commit are shown above. )
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 )
|
Mon, 20 Oct 2014
|
[ 17:36 mva ] (Only the first 10 of 41 ports in this commit are shown above. )
- Convert games/ to new USES=python
Approved by: portmgr (implicit)
|
Wed, 10 Sep 2014
|
[ 20:50 gerald ] (Only the first 10 of 3171 ports in this commit are shown above. )
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)
|
Wed, 9 Jul 2014
|
[ 19:06 tijl ] (Only the first 10 of 44 ports in this commit are shown above. )
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port)
|
Fri, 20 Jun 2014
|
[ 18:44 danilo ]
- Update from 1.14.4 to 1.14.5
|
Sun, 25 May 2014
|
[ 16:28 danilo ]
- Update from 1.14.3 to 1.14.4
|
Fri, 16 May 2014
|
[ 02:10 danilo ]
- Update from 1.14.2 to 1.14.3
|
Thu, 8 May 2014
|
[ 13:25 danilo ]
- Update from 1.14.1 to 1.14.2
|
Tue, 6 May 2014
|
[ 17:24 marino ]
games/doomsday: Unbreak on DragonFly (note OSVERSION used without OPSYS)
OPVERSION always requires coupling with OPSYS to be correct, but normally
I let "<" comparison violators go because it never equates to "true" on
DragonFly. This is a rare case where DragonFly needs the comparison to
be true. Add a couple of OPSYS to fix the recent breakage on DragonFly.
|
Sun, 27 Apr 2014
|
[ 16:07 danilo ]
- Update from 1.14.0 to 1.14.1
|
[ 00:40 danilo ]
- Update from 1.13.2 to 1.14.0
- Take maintainership
|
Fri, 28 Mar 2014
|
[ 12:52 makc ]
games/doomsday: fix PORTSCOUT variable
|
Tue, 25 Mar 2014
|
[ 20:11 swills ]
- Update to 1.13.2
- Add PORTSCOUT restriction to avoid beta builds
PR: ports/187933
Submitted by: Bartek Rutkowski <ports@robakdesign.com>
|
Sat, 18 Jan 2014
|
[ 19:44 rakuco ]
Fix `make fetch' after r339985.
We cannot use ${PORTNAME} in MASTER_SITE now that the port was renamed.
PR: ports/185830
Submitted by: Max Sterling <maxclsb@gmail.com>
|
Thu, 16 Jan 2014
|
[ 20:44 makc ]
- Follow upstream and rename games/deng to doomsday
- Update to 1.12.2 (upstream has switched from cmake to qmake)
- Add STAGEDIR support
- Python is required only for building
- Remove custom post-install
- Use options helpers
PR: based on ports/185171
Submitted by: Max Sterling <maxclsb at gmail.com>
|
Number of commits found: 57 |