Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
08 Nov 2019 10:47:01
11.04.1_10

|
tobik  |
games: Add missing USES={gnome,gl,sdl,xorg} |
19 Sep 2019 18:27:50
11.04.1_10

|
makc  |
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 |
15 Sep 2019 17:28:09
11.04.1_10

|
antoine  |
Deprecate a few ports |
04 Aug 2019 11:43:40
11.04.1_10

|
antoine  |
Mark BROKEN: unfetchable |
30 Jan 2019 12:36:36
11.04.1_10

|
amdmi3  |
- Update sdl_gfx to 2.0.26, bump dependent ports due to shared library version
change |
30 Jul 2018 11:05:19
11.04.1_9

|
tobik  |
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() };
^ |
09 Jun 2018 16:10:37
11.04.1_9

|
amdmi3  |
- Add LICENSE
- Whitespace fixes
- Switch to USES=localbase |
20 Jan 2017 20:33:31
11.04.1_9

|
sunpoet  |
Update WWW: SF redirects to https://sourceforge.net/projects/<PROJECT_NAME>/ |
20 Oct 2016 15:58:13
11.04.1_9

|
rakuco  |
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. |
01 Apr 2016 14:00:57
11.04.1_9

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
25 Aug 2015 10:03:09
11.04.1_9

|
makc  |
Convert my ports to new options helpers |
18 Aug 2015 02:03:07
11.04.1_9

|
amdmi3  |
- 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) |
08 Dec 2014 16:48:41
11.04.1_9

|
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 ) |
05 Nov 2014 12:25:05
11.04.1_8

|
makc  |
drop @dirrm from my ports |
10 Sep 2014 20:50:37
11.04.1_8

|
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) |
31 Aug 2014 11:54:17
11.04.1_7

|
tijl  |
converters/fribidi:
- Add USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip |
09 Jul 2014 19:06:35
11.04.1_6

|
tijl  |
- Convert net/sdl_net to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
Approved by: portmgr (implicit, bump unstaged port) |
01 Jun 2014 08:11:34
11.04.1_5

|
mva  |
- Update graphics/sdl_gfx to version 2.0.25
- Bump PORTREVISION on ports depending on it, since the shlib version changed |
27 May 2014 21:00:09
11.04.1_4

|
antoine  |
Fix make patch |
26 May 2014 08:44:35
11.04.1_4

|
bapt  |
Convert to USES=dos2unix
With hat: portmgr |
12 May 2014 10:53:42
11.04.1_4

|
makc  |
Convert my ports to USES=tar |
02 May 2014 14:16:49
11.04.1_4

|
tijl  |
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 ) |
23 Oct 2013 13:08:42
11.04.1_3

|
makc  |
- Support staging
- Use new LIB_DEPENDS syntax
- Use options helpers
- Convert to USES
- Minor changes/fixes |
22 Oct 2013 13:53:34
11.04.1_3

|
amdmi3  |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (games category)
Approved by: portmgr (bdrewery) |
01 Oct 2013 20:04:02
11.04.1_3

|
marino  |
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) |
20 Sep 2013 17:36:36
11.04.1_3

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
02 Sep 2013 19:55:48
11.04.1_3

|
bapt  |
Add an explicit dependency on pkgconf |
14 Aug 2013 22:35:54
11.04.1_3

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
11 Jul 2013 16:26:27
11.04.1_3

|
sunpoet  |
- 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 |
12 May 2013 11:48:50
11.04.1_2

|
makc  |
- 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 |
24 Apr 2013 18:10:32
11.04.1_2

|
ak  |
- Convert USE_GETTEXT to USES (part 3)
Approved by: portmgr (bapt) |
25 Mar 2013 13:59:18
11.04.1_2

|
makc  |
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE if it's
already defined
- Remove OPTIONS_DEFINE, if it contains only global options |
27 Jul 2012 11:03:39
11.04.1_2
|
makc  |
- Convert my ports to new options framework
- use CONFLICTS_INSTALL
- other minor changes |
01 Jun 2012 05:26:28
11.04.1_2
|
dinoex  |
- update png to 1.5.10 |
18 Feb 2012 10:18:33
11.04.1_1
|
mva  |
- 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 |
07 Dec 2011 10:49:29
11.04.1
|
makc  |
Update to 11.04.1
Respect WITH_DEBUG
Feature safe: yes |
23 Sep 2011 22:26:39
11.01_1
|
amdmi3  |
- 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 |
02 Jul 2011 19:59:20
11.01_1
|
mva  |
- 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 |
21 Mar 2011 21:34:30
11.01
|
makc  |
Update to 11.01 |
21 Mar 2011 21:30:24
0.9.2.1_2
|
makc  |
Forced commit to note repocopy from games/wormux to games/warmux |