Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.02.r2_2 27 Aug 2020 11:25:47
  |
rene  |
Remove expired ports:
2020-08-26 audio/timidity++-tcltk: Broken for more than 6 months
2020-08-26 biology/pbcopper: Broken for more than 6 months
2020-08-26 devel/ace: Broken for more than 6 months
2020-08-26 devel/bin86: Broken for more than 6 months
2020-08-26 devel/erlang-oserl: Broken for more than 6 months
2020-08-20 emulators/qemu40: Please consider using qemu or qemu41
2020-08-26 games/linux-darwinia-demo: Broken for more than 6 months
2020-08-26 games/linux-defcon: Broken for more than 6 months
2020-08-26 games/linux-uplink-demo: Broken for more than 6 months
2020-08-26 games/xevil: Broken for more than 6 months
2020-08-26 games/xminesweep: Broken for more than 6 months
2020-08-26 graphics/backfract: Broken for more than 6 months
2020-08-26 japanese/kanjipad: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
2.02.r2_2 26 Jul 2020 07:32:00
  |
antoine  |
Deprecate ports broken for more than 6 months |
2.02.r2_2 05 Jan 2020 10:26:04
  |
antoine  |
Mark a few ports broken (unfetchable) |
2.02.r2_2 12 Dec 2019 15:40:45
  |
amdmi3  |
- Distfile is no longer mirrored |
2.02.r2_2 05 Nov 2019 22:16:15
  |
zeising  |
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. |
2.02.r2_2 26 Jan 2018 15:16:48
  |
jbeich  |
games/xevil: unbreak build with Clang 6 (C++14 by default)
libc++ doesn't like "using namespace std" in C++11
role.cpp:656:62: error: invalid operands to binary expression ('__bind<int &,
sockaddr *, unsigned long>' and 'int')
if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) >= 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
role.cpp:1829:70: error: invalid operands to binary expression ('__bind<int &,
sockaddr *, unsigned long>' and 'int')
if (bind(tcpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
role.cpp:1836:70: error: invalid operands to binary expression ('__bind<int &,
sockaddr *, unsigned long>' and 'int')
if (bind(udpSock, (CMN_SOCKADDR *)&serverAddr, sizeof(serverAddr)) < 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
serverping.cpp:173:60: error: invalid operands to binary expression ('__bind<int
&, sockaddr *, unsigned long>' and 'int')
if (bind(udpSock,(CMN_SOCKADDR *)&client,sizeof(client)) < 0) {
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~
Reported by: pkg-fallout |
2.02.r2_2 12 Jan 2016 16:20:32
  |
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
2.02.r2_2 22 Jun 2015 11:24:07
  |
amdmi3  |
- Fix MASTER_SITES
- Clarify LICENSE
- Add LICENSE_FILE |
2.02.r2_2 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
2.02.r2_2 28 Jul 2014 19:39:51
  |
adamw  |
Rename all 10,000 games/ patch-xy patches to reflect the files they modify. |
2.02.r2_2 05 May 2014 11:15:53
  |
bapt  |
Catch a couple of missing convertsion to :tu/:tl
Submitted by: ak
With hat: portmgr |
2.02.r2_2 05 May 2014 09:45:37
  |
bapt  |
Convert all :U to :tu and :L to :tl
Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)
bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore
Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier
With hat: portmgr |
10 Mar 2014 14:49:26

|
bapt  |
Convert g* to USES=zip |
2.02.r2_2 19 Nov 2013 23:08:45
  |
mat  |
- Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE. |
2.02.r2_2 13 Nov 2013 02:47:39
  |
danilo  |
- Add stage support |
2.02.r2_2 20 Sep 2013 17:36:36
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
games) |
2.02.r2_2 14 Aug 2013 22:35:54
  |
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.02.r2_2 03 Apr 2013 06:28:20
  |
miwi  |
- Fix build
PR: 177552
Submitted by: ports fury
Approved by: portmgr |
2.02.r2_2 23 Feb 2013 14:32:49
  |
miwi  |
- BROKEN Does not build
==> Configuring for xevil-2.02.r2_2
===> Building for xevil-2.02.r2_2
"makefile", line 25: Could not find /config.mk
make: fatal errors encountered -- cannot continue |
2.02.r2_2 14 Dec 2012 07:16:20
  |
araujo  |
- Update MASTER_SITES.
- Fix build using CLANG.
- Add LICENSE.
- Add MAKE_JOBS_SAFE.
PR: ports/172010
Submitted by: KATO Tsuguru <tkato432@yahoo.com> |
2.02.r2_2 03 Jul 2011 14:25:36
 |
ohauer  |
-remove MD5 |
2.02.r2_2 03 Jun 2010 15:54:29
 |
pav  |
- Convert unzip -a to USE_DOS2UNIX
PR: ports/146533
Submitted by: Alex Kozlov <spam@rm-rf.kiev.ua> |
2.02.r2_2 22 Nov 2009 19:49:43
 |
pav  |
- Mark MAKE_JOBS_UNSAFE
Reported by: pointyhat |
2.02.r2_2 25 Jul 2008 12:24:09
 |
pav  |
- Remove duplicates from MAKE_ENV after inclusion of CC and CXX in default
MAKE_ENV |
2.02.r2_2 19 Apr 2008 17:56:05
 |
miwi  |
- 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) |
2.02.r2_1 31 Jul 2007 14:11:02
 |
arved  |
Fix build on 64bit CPUs |
2.02.r2_1 19 May 2007 20:32:57
 |
flz  |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.02.r2 24 Nov 2006 22:10:58
 |
miwi  |
- Respect X11BASE
PR: ports/105817
Submitted by: trasz |
2.02.r2 06 Oct 2006 20:33:54
 |
miwi  |
- Fix build with gcc41
PR: ports/104054
Submitted by: trasz <trasz@pin.if.uz.zgora.pl> |
2.02.r2 24 Nov 2005 19:28:01
 |
pav  |
- Add SHA256 |
2.02.r2 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
2.02.r2 17 Nov 2003 12:29:10
 |
trevor  |
USE_REINPLACE need be defined only when REINPLACE_CMD is used. |
2.02.r2 03 Nov 2003 18:59:16
 |
krion  |
- Fix build on -current
PR: 58876
Submitted by: Ports Fury |
2.02.r2 25 Oct 2003 09:14:00
 |
linimon  |
Mark broken on 5.x due to the usual gcc3.3 reasons. |
2.02.r2 18 May 2003 19:18:21
 |
anholt  |
Update to 2.02r2, fixing the build on -current. |
2.02 18 May 2003 10:05:57
 |
kris  |
BROKEN on 5.1: bad C++ |
2.02 05 May 2003 05:51:49
 |
anholt  |
Drop maintainership.
Submitted by: Goran Runfeldt <goranrunfeldt@home.se> (maintainer) |
2.02 21 Feb 2003 12:06:01
 |
knu  |
De-pkg-comment. |
20 Nov 2001 23:29:38
    |
lioux  |
Style police: WWW tags should either end in a file/script or TRAILING /; Fix the
later case |
11 Nov 2001 02:58:55
    |
markp  |
Fix MASTER_SITES. |
21 Dec 2000 19:00:49
    |
jmz  |
Upgrade to version 2.02 and change maintainer. |
08 Oct 2000 03:48:59
    |
asami  |
Convert category games to new layout. |
01 Jun 2000 14:30:16
    |
jmz  |
Remove directory at deinstall time. |