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/yadex/Makefile
SVNWeb

Number of commits found: 40

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)
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.
Thu, 7 Nov 2019
[ 09:31 danfe search for other commits by this committer ] Original commit   Revision:516952
- Provide working MASTER_SITES while the original website went down
- Install files with our native install(1) instead of handrolled one,
  this fixes "Warning: 'bin/yadex' is not stripped" reported by Q/A
Wed, 6 Nov 2019
[ 12:48 antoine search for other commits by this committer ] Original commit   Revision:516880 (Only the first 10 of 268 ports in this commit are shown above. View all ports for this commit)
Mark a few ports BROKEN, unfetchable
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.
Mon, 24 Sep 2018
[ 09:49 mat search for other commits by this committer ] Original commit   Revision:480563
These options seem to also install files that are not documentation, so
remove their dependency on DOCS.
Mon, 10 Sep 2018
[ 13:14 mat search for other commits by this committer ] Original commit   Revision:479406 (Only the first 10 of 995 ports in this commit are shown above. View all ports for this commit)
Add DOCS options to ports that should have one.

Also various fixes related to said option.

PR:		230864
Submitted by:	mat
exp-runs by:	antoine
Wed, 5 Sep 2018
[ 18:28 danfe search for other commits by this committer ] Original commit   Revision:479036
Improve the port and catch it up with modern reality a bit:

- Fix a runtime crash (segfault) due to `MasterDirectory dirbuf' if-block
  local variable being used after it went out of scope by making it local
  to the LoadPicture() function instead

- Add the HEXEN option which brings better Hexen support to Yadex (duh).
  Unfortunately, it depends on the SEARCH patch and conflicts with the
  LAPTOP_KEYS patch (which is the reason why I didn't introduce it years
  ago: we did not have IMPLIES/PREVENTS back then, but we do now)

- Building with 3D Render option requires USE_CXXSTD=c++98 due to infamous
  "in-class initializer for static data member of type 'const double'
  requires 'constexpr' specifier" error in `src/r_render.cc'.  Actually,
  we could get away with c++03, but GCC 4.2, which is still used on e.g.
  powerpc and sparc64, does not support it.  Enable it unconditionally so
  the port is always built against the same C++ standard regardless of the
  selected options

- Reword option descriptions to avoid using verbs, per our conventions
[ 16:31 danfe search for other commits by this committer ] Original commit   Revision:479028
Consummate conversion to option helpers (should've been part of r479022).
[ 13:51 danfe search for other commits by this committer ] Original commit   Revision:479022
- Do not (ab)use PATCH_SITE_SUBDIR where it's not needed; this also makes
  the address suitable for paste-and-go in the web browser
- Use option helpers to construct PATCHFILES list and during post-patch
Mon, 15 Jan 2018
[ 16:53 danfe search for other commits by this committer ] Original commit   Revision:459082
- Unbreak the build against new Clang version 6.0.0
- While here, adjust COMMENT: Hexen support is limited

PR:	224989
Sat, 29 Nov 2014
[ 12:22 antoine search for other commits by this committer ] Original commit   Revision:373615
Allow building without /usr/bin/perl symlink

PR:		ports/195494
Mon, 17 Mar 2014
[ 11:32 danfe search for other commits by this committer ] Original commit   Revision:348463
Stagify the port.  Upstream `install' target was almost ready for it, just
missing $(DESTDIR) prefix in destination directories.  While here, convert
post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to
prevent it from showing up in the build logs twice).
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)
Mon, 2 Sep 2013
[ 08:56 danfe search for other commits by this committer ] Original commit   Revision:325948
- Convert old-school USE_GMAKE and USE_PERL5_* to modern USES
- Perform some minor cleanups whenever appropriate

Submitted by:	az
Wed, 13 Mar 2013
[ 17:37 danfe search for other commits by this committer ] Original commit   Revision:314099
- Remove unreachable site from MASTER_SITES
- Tighten OPTIONS knobs descriptions, reindent
- Remove some black magic from PATCH_PREFIX
Mon, 11 Mar 2013
[ 01:38 danfe search for other commits by this committer ] Original commit   Revision:313852
- Trim the Makefile header
- Drop an article from COMMENT
- Convert to OptionsNG
Tue, 28 Feb 2012
[ 09:56 danfe search for other commits by this committer ] Original commit 
Define LICENSE (GPLv2) and sort knobs a bit while I am here.
Sat, 19 Apr 2008
[ 17:56 miwi search for other commits by this committer ] Original commit  (Only the first 10 of 2842 ports in this commit are shown above. View all ports for this commit)
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
        Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
        ehaupt, nox, itetcu, flz, pav

PR:             116263
Tested on:      pointyhat
Approved by:    portmgr (pav)
Fri, 25 Jan 2008
[ 15:39 danfe search for other commits by this committer ] Original commit 
- Simplify logic
- Minor spelling nit
Tue, 3 Jul 2007
[ 11:41 danfe search for other commits by this committer ] Original commit 
- Fix the build with GCC 4.2 [1]
- Replace USE_X_PREFIX with USE_XLIB

Reported by:    pointyhat via pav [1]
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}.
Tue, 31 Oct 2006
[ 17:28 danfe search for other commits by this committer ] Original commit 
It turns out this one needs Perl during the build.
Sat, 2 Sep 2006
[ 16:51 kris search for other commits by this committer ] Original commit  (Only the first 10 of 108 ports in this commit are shown above. View all ports for this commit)
Schedule these broken ports for termination on 2006-12-01
Sun, 7 May 2006
[ 23:46 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 402 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE for categories starting with a G
Tue, 11 Oct 2005
[ 06:15 kris search for other commits by this committer ] Original commit 
BROKEN: Does not build
Wed, 14 Sep 2005
[ 09:32 danfe search for other commits by this committer ] Original commit 
Change sequence in Makefile, so that supplied patch that fixes the
compilation dependency problem is always applied.

PR:             ports/86092
Submitted by:   Johan van Selst <johans(at)stack.nl>
Tue, 13 Sep 2005
[ 13:12 danfe search for other commits by this committer ] Original commit 
Take maintainership.
Sun, 11 Sep 2005
[ 21:59 linimon search for other commits by this committer ] Original commit 
Maintainer no longer has time to look after these ports.  We appreciate
the help in the past.

Approved by:    maintainer
Sat, 23 Jul 2005
[ 02:53 kris search for other commits by this committer ] Original commit  (Only the first 10 of 159 ports in this commit are shown above. View all ports for this commit)
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it.
Sun, 10 Apr 2005
[ 21:24 kris search for other commits by this committer ] Original commit 
BROKEN: Does not compile
Mon, 21 Mar 2005
[ 13:19 danfe search for other commits by this committer ] Original commit 
- Update to 1.7.0
- Unbreak on 64-bit archs [1]
- Install documentation
- Throw in a bunch of useful patches
- Utilize OPTIONS
- Augment mirror list

Approved by:    maintainer timeout
PR:             ports/77810 [1]
Submitted by:   anholt [1]
Tested on:      panther, beast, sledge [1]
Wed, 25 Feb 2004
[ 09:51 kris search for other commits by this committer ] Original commit 
BROKEN on alpha and amd64: Does not compile
Wed, 4 Feb 2004
[ 05:21 marcus search for other commits by this committer ] Original commit  (Only the first 10 of 1588 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
Fri, 21 Feb 2003
[ 12:06 knu search for other commits by this committer ] Original commit  (Only the first 10 of 274 ports in this commit are shown above. View all ports for this commit)
De-pkg-comment.
Fri, 31 Aug 2001
[ 15:26 sf search for other commits by this committer ] Original commit 
unbreak: USE_XLIB.    
Sat, 7 Jul 2001
[ 20:41 dwcjr search for other commits by this committer ] Original commit 
Use variables instead of hardcoded version #'s in Makefile and   PKG-PLIST    
[ 06:54 dwcjr search for other commits by this committer ] Original commit 
Update to 1.5.2    
Mon, 18 Jun 2001
[ 17:05 dwcjr search for other commits by this committer ] Original commit 
Add yadex, a wad editor for popular games including doom 1 & 2, hexen and others
   

Number of commits found: 40