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/warmux/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.
Fri, 8 Nov 2019
[ 10:47 tobik search for other commits by this committer ] Original commit   Revision:517046 (Only the first 10 of 263 ports in this commit are shown above. View all ports for this commit)
games: Add missing USES={gnome,gl,sdl,xorg}
Thu, 19 Sep 2019
[ 18:27 makc search for other commits by this committer ] Original commit   Revision:512365
games/warmux:
- Undeprecate. Although the project is dead for a long time, other distributions
  still provide packages
- Point WWW at Internet Archive page
- Take maintainership
Sun, 15 Sep 2019
[ 17:28 antoine search for other commits by this committer ] Original commit   Revision:512125 (Only the first 10 of 354 ports in this commit are shown above. View all ports for this commit)
Deprecate a few ports
Sun, 4 Aug 2019
[ 11:43 antoine search for other commits by this committer ] Original commit   Revision:508089 (Only the first 10 of 42 ports in this commit are shown above. View all ports for this commit)
Mark BROKEN: unfetchable
Wed, 30 Jan 2019
[ 12:36 amdmi3 search for other commits by this committer ] Original commit   Revision:491625 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change
Mon, 30 Jul 2018
[ 11:05 tobik search for other commits by this committer ] Original commit   Revision:475879
games/warmux: Fix build with Clang 6

interface/weapon_menu.cpp:394:12: error: cannot initialize return object of type
'Weapon *' with an rvalue of type 'bool'
    return false;
           ^~~~~

http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/warmux-11.04.1_9.log

map/tile.cpp:676:30: error: non-constant-expression cannot be narrowed from type
      'uint' (aka 'unsigned int') to 'uint16_t' (aka 'unsigned short') in
initializer
      list [-Wc++11-narrowing]
      SynchTileInfo info = { i, t->GetSynchsum() };
                             ^
Sat, 9 Jun 2018
[ 16:10 amdmi3 search for other commits by this committer ] Original commit   Revision:472061
- Add LICENSE
- Whitespace fixes
- Switch to USES=localbase
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
Tue, 25 Aug 2015
[ 10:03 makc search for other commits by this committer ] Original commit   Revision:395231 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Convert my ports to new options helpers
Tue, 18 Aug 2015
[ 02:03 amdmi3 search for other commits by this committer ] Original commit   Revision:394543
- Fix build when CXX is set to a path instead of just an executable name (fixes
cross-builds)

Approved by:	portmgr blanket
MFH:		2015Q3 (blanket)
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)
Sun, 31 Aug 2014
[ 11:54 tijl search for other commits by this committer ] Original commit   Revision:366746 (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Wed, 9 Jul 2014
[ 19:06 tijl search for other commits by this committer ] Original commit   Revision:361403 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip

Approved by:	portmgr (implicit, bump unstaged port)
Sun, 1 Jun 2014
[ 08:11 mva search for other commits by this committer ] Original commit   Revision:356061 (Only the first 10 of 35 ports in this commit are shown above. View all ports for this commit)
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed
Tue, 27 May 2014
[ 21:00 antoine search for other commits by this committer ] Original commit   Revision:355572
Fix make patch
Mon, 26 May 2014
[ 08:44 bapt search for other commits by this committer ] Original commit   Revision:355288 (Only the first 10 of 23 ports in this commit are shown above. View all ports for this commit)
Convert to USES=dos2unix

With hat:	portmgr
Mon, 12 May 2014
[ 10:53 makc search for other commits by this committer ] Original commit   Revision:353800 (Only the first 10 of 49 ports in this commit are shown above. View all ports for this commit)
Convert my ports to USES=tar
Fri, 2 May 2014
[ 14:16 tijl search for other commits by this committer ] Original commit   Revision:352815 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Convert graphics/sdl_gfx to USES=libtool.  Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts.  This makes the build use
the correct version information and causes a library version bump.  Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed.  Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.

games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.

games/oolite:
- Staging.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
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
Tue, 1 Oct 2013
[ 20:04 marino search for other commits by this committer ] Original commit   Revision:328988
games/warmux: add <unistd.h> for modern compilers

The DEBUG option, which is now default, sets the -Werror flag that was
removed with a sed replace command for some makefiles.  Newer compilers
will pick up set-but-unused errors so -Werror really has to be disabled
everywhere on newer compilers.

Approved by:	portmgr (bapt, implicit)
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
[ 19:55 bapt search for other commits by this committer ] Original commit   Revision:326070 (Only the first 10 of 32 ports in this commit are shown above. View all ports for this commit)
Add an explicit dependency on pkgconf
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Thu, 11 Jul 2013
[ 16:26 sunpoet search for other commits by this committer ] Original commit   Revision:322783 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
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, 24 Apr 2013
[ 18:10 ak search for other commits by this committer ] Original commit   Revision:316464 (Only the first 10 of 1028 ports in this commit are shown above. View all ports for this commit)
- Convert USE_GETTEXT to USES (part 3)

Approved by:	portmgr (bapt)
Mon, 25 Mar 2013
[ 13:59 makc search for other commits by this committer ] Original commit   Revision:315222
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
  already defined
- Remove OPTIONS_DEFINE, if it contains only global options
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
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
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
Wed, 7 Dec 2011
[ 10:49 makc search for other commits by this committer ] Original commit 
Update to 11.04.1
Respect WITH_DEBUG

Feature safe:   yes
Fri, 23 Sep 2011
[ 22:26 amdmi3 search for other commits by this committer ] Original commit  (Only the first 10 of 2369 ports in this commit are shown above. View all ports for this commit)
- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:             157936
Submitted by:   myself
Exp-runs by:    pav
Approved by:    pav
Sat, 2 Jul 2011
[ 19:59 mva search for other commits by this committer ] Original commit  (Only the first 10 of 26 ports in this commit are shown above. View all ports for this commit)
- Update graphics/sdl_gfx to version 2.0.22
- Update Mk/bsd.sdl.mk for the new shared lib version
- Bump portrevisions for all ports depending on graphics/sdl_gfx
Mon, 21 Mar 2011
[ 21:34 makc search for other commits by this committer ] Original commit 
Update to 11.01
[ 21:30 makc search for other commits by this committer ] Original commit 
Forced commit to note repocopy from games/wormux to games/warmux

Number of commits found: 40