notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: games/darkplaces/Makefile
SVNWeb

Number of commits found: 55

Fri, 28 Jul 2023
[ 17:13 Daniel Engberg (diizzy) search for other commits by this committer ]    commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  commit hash:664a2fa1e56e670a356f54c94389bdb47d868f3f  664a2fa  (Only the first 10 of 502 ports in this commit are shown above. View all ports for this commit)
*/*: Bump jpeg-turbo users treewide

New major version 3.0.0
Tue, 4 Jul 2023
[ 13:20 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:57580de7d0270a019295fc30707f7b8bb16dea53  commit hash:57580de7d0270a019295fc30707f7b8bb16dea53  commit hash:57580de7d0270a019295fc30707f7b8bb16dea53  57580de 
games/darkplaces: unbreak the port's build against Clang 16

Recent versions of GCC (11+) and Clang (16+) got more strict about
attribute placing, e.g. alignment annotation must be attached to a
struct, not its typedef'ed alias.

Reported by:	pkg-fallout
Obtained from:	Gentoo Linux
Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  commit hash:d56127bdfc7d6fca27855e27a66e61ce99cce27c  d56127b  (Only the first 10 of 744 ports in this commit are shown above. View all ports for this commit)
games: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  <benlutz@datacomm.ch>
  *  <janos.mohacsi@bsd.hu>
  *  Aaron Baugher
  *  Aaron Dalton <aaron@FreeBSD.org>
  *  Aaron Dalton <aaron@daltons.ca>
  *  Aaron VonderHaar <avh4@usa.net>
  *  Aaron Zauner <az_mail@gmx.at>
  *  Adam Kranzel (adam@alameda.edu)
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Ade Lovett <ade@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Wed, 1 Dec 2021
[ 16:56 Alexey Dokuchaev (danfe) search for other commits by this committer ]    commit hash:b05652e4adc416ebf6ca4b0d38199373376ca123  commit hash:b05652e4adc416ebf6ca4b0d38199373376ca123  commit hash:b05652e4adc416ebf6ca4b0d38199373376ca123  b05652e 
games/darkplaces: the port had been updated and cleaned up (+)

- Update to 20180412beta1 penultimate snapshot, the very latest one
  had introduced too many changes which e.g. broke dedicated server
- Drop needless zip:infozip dependency, set USE_XORG more discretely
- Follow the defaults and link to libjpeg the usual way rather than
  load it at run-time with dlopen(3)
- Target `sdl-release' is spelled the same, regardless of the used
  SDL version
- Remove SSE port option: upstream makefile logic enables it for x86
  CPUs; it's safe to assume that all modern x86 CPUs would support
  these instructions
- Amend patches and remove `post-patch' target (patching makefiles
  for LOCALBASE with sed(1) is bogus in the first place as it is
  passed on the MAKE_ENV and thus propagated down to inner makes)
- Do not try to use unsupported `-fno-signaling-nans' compiler flag
- Define LICENSE (GPLv2 or later) and assume port's maintainership

PR:	259123
Tue, 22 Jun 2021
[ 18:53 Kevin Bowling (kbowling) search for other commits by this committer ]    commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  commit hash:da3162c7c9f01912ba1940e188b253f2b5c7ba77  da3162c  (Only the first 10 of 914 ports in this commit are shown above. View all ports for this commit)
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, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 21 Oct 2020
[ 17:16 pkubaj search for other commits by this committer ] Original commit   Revision:552873
games/darkplaces: fix build on GCC architectures

Use newer GCC:
../../../glquake.h:855: error: redefinition of typedef 'GLchar'
Tue, 5 Nov 2019
[ 22:16 zeising search for other commits by this committer ] Original commit   Revision:516845 (Only the first 10 of 474 ports in this commit are shown above. View all ports for this commit)
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.
Tue, 11 Sep 2018
[ 18:34 zeising search for other commits by this committer ] Original commit   Revision:479538 (Only the first 10 of 331 ports in this commit are shown above. View all ports for this commit)
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
Tue, 23 May 2017
[ 05:03 rezny search for other commits by this committer ] Original commit   Revision:441503 (Only the first 10 of 711 ports in this commit are shown above. View all ports for this commit)
Revision bump of all ports with USE_GL after consolidation of mesa-libs

Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
Mon, 9 Jan 2017
[ 13:16 amdmi3 search for other commits by this committer ] Original commit   Revision:430947 (Only the first 10 of 104 ports in this commit are shown above. View all ports for this commit)
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Thu, 20 Oct 2016
[ 15:58 rakuco search for other commits by this committer ] Original commit   Revision:424339 (Only the first 10 of 116 ports in this commit are shown above. View all ports for this commit)
Reassign makc's ports back to the pool.

See "Maintainer Reset" in
https://www.freebsd.org/portmgr/policies_contributors.html. makc's last commit
was in March 31st (r412218), and his ports have been timing out since at least
July (r418155).

I also emailed him 2 weeks ago and have received no response so far.
Fri, 1 Apr 2016
[ 14:00 mat search for other commits by this committer ] Original commit   Revision:412346 (Only the first 10 of 5103 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.

With hat:	portmgr
Sponsored by:	Absolight
Wed, 15 Jul 2015
[ 20:34 amdmi3 search for other commits by this committer ] Original commit   Revision:392211
- Fix build on non-x86
- Add SSE support

PR:		201252
Submitted by:	amdmi3
Approved by:	maintainer timeout (makc, 2 weeks)
Mon, 22 Jun 2015
[ 18:33 antoine search for other commits by this committer ] Original commit   Revision:390310 (Only the first 10 of 374 ports in this commit are shown above. View all ports for this commit)
Convert to USES=jpeg
Tue, 12 May 2015
[ 13:52 amdmi3 search for other commits by this committer ] Original commit   Revision:386150
- Fix build on < 10.x

Approved by:	portmgr blanket
Wed, 6 May 2015
[ 20:38 makc search for other commits by this committer ] Original commit   Revision:385563
games/darkplaces:
- Update to 20140513
- Make dependencies unconditional, as they're required by any option
- Rename options, use self-explanatory option names
- Build with SDL v2.0 by default, add option for SDL v1.2
- Install icons, tweak DESKTOP_ENTRIES
- Convert to plist
Mon, 22 Dec 2014
[ 21:38 bapt search for other commits by this committer ] Original commit   Revision:375273 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Revert r375084

A too sharp axe causes unpredictable damages

Reported by:	amdmi3
Sat, 20 Dec 2014
[ 18:37 bapt search for other commits by this committer ] Original commit   Revision:375084 (Only the first 10 of 54 ports in this commit are shown above. View all ports for this commit)
Cleanup plist
Mon, 8 Dec 2014
[ 16:48 tijl search for other commits by this committer ] Original commit   Revision:374303 (Only the first 10 of 920 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Mon, 10 Mar 2014
[ 14:49 bapt search for other commits by this committer ] Original commit   Revision:347760 (Only the first 10 of 191 ports in this commit are shown above. View all ports for this commit)
Convert g* to USES=zip
Wed, 23 Oct 2013
[ 13:08 makc search for other commits by this committer ] Original commit   Revision:331383 (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes
Fri, 20 Sep 2013
[ 17:36 bapt search for other commits by this committer ] Original commit   Revision:327730 (Only the first 10 of 1149 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
games)
Sun, 12 May 2013
[ 11:48 makc search for other commits by this committer ] Original commit   Revision:317947 (Only the first 10 of 20 ports in this commit are shown above. View all ports for this commit)
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert
r315222 [1]
- Convert WITH_DEBUG to new options framework
- Trim Makefile header
- Adjust COMMENTs
- Reformat/update description

[1] See follow-up discussion:
http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Wed, 23 Jan 2013
[ 15:00 makc search for other commits by this committer ] Original commit   Revision:310871 (Only the first 10 of 237 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION after DESKTOP_ENTRIES update
Mon, 7 Jan 2013
[ 02:07 makc search for other commits by this committer ] Original commit   Revision:310020 (Only the first 10 of 48 ports in this commit are shown above. View all ports for this commit)
- Update DESKTOP_ENTRIES:
  * rephrase Comment field or use port ${COMMENT} if appropriate
  * adjust Icon field according to the Desktop Entry Specification
  * update Categories field: remove deprecated category Application;
    set main category, if missing
- Remove indefinite article and/or rephrase COMMENT
- Trim Makefile header
- Other minor changes
Tue, 31 Jul 2012
[ 13:25 makc search for other commits by this committer ] Original commit 
Fix typo/logic after conversion to new option framework

Reported by:	erwin/pointyhat for textproc/qstardict
Fri, 27 Jul 2012
[ 11:03 makc search for other commits by this committer ] Original commit  (Only the first 10 of 38 ports in this commit are shown above. View all ports for this commit)
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes
Sat, 18 Feb 2012
[ 10:18 mva search for other commits by this committer ] Original commit  (Only the first 10 of 537 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 22 Dec 2011
[ 11:05 linimon search for other commits by this committer ] Original commit 
Mark broken on tier-2: cc1: unrecognized command line option "-msse2".

Hat:            portmgr
Fri, 11 Nov 2011
[ 13:45 makc search for other commits by this committer ] Original commit 
Take maintainership

Feature safe:   yes
Tue, 25 Oct 2011
[ 16:46 pawel search for other commits by this committer ] Original commit 
- Update to 20110628 [1]
- Add desktop entries for client programs [2]

PR:             ports/161910
Submitted by:   green dog <fiziologus@gmail.com> [1], myself [2]
Sun, 6 Jun 2010
[ 20:44 naddy search for other commits by this committer ] Original commit  (Only the first 10 of 174 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
Thu, 3 Jun 2010
[ 15:54 pav search for other commits by this committer ] Original commit  (Only the first 10 of 13 ports in this commit are shown above. View all ports for this commit)
- Convert unzip -a to USE_DOS2UNIX

PR:             ports/146533
Submitted by:   Alex Kozlov <spam@rm-rf.kiev.ua>
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 27 Feb 2009
[ 21:24 alepulver search for other commits by this committer ] Original commit  (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
- Drop maintainership of the following ports:

games/darkplaces
games/quake-dpmod
games/edge
games/deng
games/odamex
games/uhexen2
games/uhexen2-extras
games/vavoom
games/vavoom-extras
games/alienarena
games/alienarena-data
games/freedroidrpg
games/assaultcube
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Sat, 31 Jan 2009
[ 21:58 pav search for other commits by this committer ] Original commit 
- Update download location
Fri, 28 Mar 2008
[ 17:49 miwi search for other commits by this committer ] Original commit 
- Fix build

Submitted by:   pointyhat via erwin
Approved by:    portmgr (xorg cleanup)
Thu, 27 Mar 2008
[ 09:30 miwi search for other commits by this committer ] Original commit 
- Add missing dependens after sdl12 cleanup
- Bump PORTREVISION

Submitted by:   pointyhat via pav
Thu, 13 Mar 2008
[ 14:28 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
- Chase devel/sdl12 shlib version bump
Wed, 12 Dec 2007
[ 05:05 alepulver search for other commits by this committer ] Original commit 
- Update to version 20071120.
Wed, 5 Sep 2007
[ 22:55 alepulver search for other commits by this committer ] Original commit 
- Update to version 20070711.
Sat, 28 Jul 2007
[ 12:27 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 128 ports in this commit are shown above. View all ports for this commit)
- Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
Sat, 19 May 2007
[ 20:32 flz search for other commits by this committer ] Original commit  (Only the first 10 of 7868 ports in this commit are shown above. View all ports for this commit)
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Wed, 20 Sep 2006
[ 11:21 stas search for other commits by this committer ] Original commit  (Only the first 10 of 453 ports in this commit are shown above. View all ports for this commit)
 - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
   structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
Tue, 22 Aug 2006
[ 17:00 alepulver search for other commits by this committer ] Original commit 
- Update to version 20060725.
- Change CLIENT option to "on" by default.
- Remove message about broken OSS in client (is fixed now).
Mon, 31 Jul 2006
[ 18:16 alepulver search for other commits by this committer ] Original commit 
- Fix wrong check (WITH_GLX -> WITH_CLIENT).
Mon, 24 Jul 2006
[ 03:19 alepulver search for other commits by this committer ] Original commit 
- Update to version 20060606.
- Clean-up.
Mon, 24 Apr 2006
[ 21:02 alepulver search for other commits by this committer ] Original commit 
- Fix IGNORE message.
- Fix OPTIONS handling.
- Bump PORTREVISION.

Approved by:    garga (mentor)
Sun, 9 Apr 2006
[ 13:08 alepulver search for other commits by this committer ] Original commit  (Only the first 10 of 80 ports in this commit are shown above. View all ports for this commit)
Change the maintainership address to the @FreeBSD.org one.

Approved by:    garga (mentor)
Thu, 16 Mar 2006
[ 09:12 vd search for other commits by this committer ] Original commit 
* Integrate with quake-data
* Minor fixes

PR:             ports/91840
Submitted by:   "Alejandro Pulver" <alejandro@varnet.biz> (maintainer)
Tue, 4 Oct 2005
[ 18:43 garga search for other commits by this committer ] Original commit 
Dark Places is a Quake modification I have built over the course of 6 years on
and off experimenting, it got somewhat of an overhaul when the Quake engine
source code was released, and I began developing a custom OpenGL-only engine
for it and other mods, which supports Windows WGL and Linux GLX, and has
greatly improved graphics and image quality.

WWW: http://icculus.org/twilight/darkplaces/

PR:             ports/85325
Submitted by:   Alejandro Pulver <alejandro@varnet.biz>

Number of commits found: 55