| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Add upstream fixes for clang/libc++ 3.8 and gcc/libstdc++ 6.0
- Remove merged files/patch-source_src_bot_bot_waypoint.cpp file
- Bump PORTREVISION
In file included from crypto.cpp:1:
In file included from ./cube.h:8:
./tools.h:58:21: error: static declaration of 'round' follows non-static
declaration
static inline float round(float x) { return floor(x + 0.5f); }
^
/usr/include/c++/v1/math.h:1364:46: note: previous definition is here
inline _LIBCPP_INLINE_VISIBILITY float round(float __lcpp_x) _NOEXCEPT
{return roundf(__lcpp_x);}
^
In file included from cube.h:8:0,
from crypto.cpp:1:
tools.h: In function 'float round(float)':
tools.h:58:34: error: 'float round(float)' conflicts with a previous declaration
static inline float round(float x) { return floor(x + 0.5f); }
^
In file included from /usr/local/lib/gcc6/include/c++/math.h:36:0,
from platform.h:9,
from cube.h:7,
from crypto.cpp:1:
/usr/local/lib/gcc6/include/c++/cmath:1708:3: note: previous declaration 'constexpr float std::round(float)'
round(float __x)
^~~~~
PR: 208754
Reported by: dim (libc++), lightside (libstdc++)
Submitted by: lightside <lightside@gmx.com> (maintainer)
|
|
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
|
|
|
|
| |
PR: 197605
Submitted by: lightside@gmx.com (maintainer)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Disable PCH (precompiled header) to unbreak build with GCC in
jails for older branches and recent 11.0C kernel
- Add upstream patch for bundled libenet to unbreak build on DragonFly [1]
- Convert patch for ${BUILD_WRKSRC}/Makefile into sed(1) variant
- Pet portlint since r383894 by formatting patches with makepatch target
PR: 199912
Submitted by: lightside <lightside@gmx.com> (maintainer)
Obtained from: https://github.com/lsalzman/enet/commit/8df6e58 [1]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Convert to option helpers
- Drop unused libGLU dependency (except for games/cube)
- Track direct dependency on libX11 (for XFetchBytes)
- Drop redundant MKDIR before COPYTREE_* macros [1]
- Wrap cd related commands with parentheses [1]
- Wrap lines exceeding 80 characters
- Bump PORTREVISION to pick up changes in dependencies, plist (assaultcube)
and catch regressions early [1]
- games/assaultcube: CLIENT uses openal/vorbisfile *instead* of SDL_mixer
- games/assaultcube: drop unused gettext-tools dependency [1]
- games/assaultcube: convert to PLIST_DIRS [1]
- games/assaultcube: add patch for source/src/bot/bot_waypoint.cpp
file to fix "invalid source encoding" warning [1]
- games/{cube,bloodfrontier}: MASTER or SERVER don't need libX11
- games/redeclipse: tell how large the package is in IGNORE message
- games/redeclipse: use PORTDATA to hold list of dirs for COPYTREE_SHARE
Differential Revision: https://reviews.freebsd.org/D1831
PR: 197582 [1]
PR: 197583 [2]
Submitted by: lightside@gmx.com [1]
Requested by: lightside@gmx.com [1]
Reviewed by: amdmi3, lightside@gmx.com (maintainers)
Approved by: maintainer timeout (1 month) [2]
Approved by: bapt (mentor)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
The ports install a symlink with the old library version. When enough
of their dependent ports have had regular updates the remaining ones can
get a PORTREVISION bump and the links can be removed.
Also remove the devel/pcre dependency from USE_GNOME=glib20. It causes
over 2200 packages to depend on devel/pcre while less than 200 actually
link with it. The glib20 package still depends on devel/pcre so this
should not make a difference for ports with USE_GNOME=glib20. Also,
libdata/pkgconfig/glib-2.0.pc lists pcre as a private library so
USE_GNOME=glib20 should not propagate it.
PR: 195724
Exp-run by: antoine
Approved by: portmgr (antoine)
|
|
|
|
|
|
|
|
| |
- Fix LIB_DEPENDS assignment (doesn't affect final run-depends-list,
so no PORTREVISION bump)
- Sort LICENSE variables to satisfy portlint(1)
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
|
| |
- Install docs unconditionally
- Silence MKDIR
PR: ports/183857
Submitted by: Sender Ghost <lightside@gmx.com> (maintainer) [1]
|
|
|
|
|
| |
PR: ports/183449
Submitted by: Sender Ghost <lightside@gmx.com> (maintainer)
|
|
|
|
|
| |
Reported by: Sender Ghost <lightside@gmx.com> (maintainer)
Approved by: wg/culot (mentors, implicit)
|
|
|
|
|
|
|
|
|
|
| |
- Add stage support [1]
- Convert USE_GMAKE to USES
- Convert LIB_DEPENDS to new syntax
PR: ports/182889
Submitted by: Sender Ghost <lightside@gmx.com> (maintainer) [1]
Approved by: wg/culot (mentors, implicit)
|
|
|
|
| |
games)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
| |
Approved by: portmgr (bapt)
|
|
|
|
|
|
|
| |
makefile and may not be used by ports makefiles.
In addition, avoid problems should the defaults ever change.
Approved by: portmgr (tabthorpe)
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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
Approved by: portmgr (bapt), maintainer silence (12 days)
|
|
|
|
|
|
|
| |
- Update maintainer's email address.
PR: ports/175092
Submitted by: Sender Ghost <lightside@safebox.ru> (maintainer)
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
|
|
|
|
|
|
|
|
|
| |
- Added desktop entries for client
- Added explicit USE_GETTEXT for client, because it depends on intl library
- Fixed home directory for client executable script
- Removed unneeded defines and option (CXXOPTFLAGS doesn't exist anymore)
PR: ports/155525
Submitted by: Sender Ghost <lightside@safebox.ru> (maintainer)
|
|
|
|
| |
Feature safe: yes
|
|
|
|
|
|
| |
PR: ports/152697
Submitted by: Sender Ghost <lightside@safebox.ru>
Feature safe: yes
|
|
|
|
|
| |
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.
PR: ports/142147 ports/142248 ports/142249
Approved by: miwi (mentor implicit)
|
|
|
|
|
|
|
|
|
| |
- Switch to openal-soft as a default OpenAL implementation
PR: ports/142123
Submitted by: mva
Tested by: pointyhat exp-run
Approved by: portmgr (hat)
|
|
|
|
| |
starting with G
|
|
|
|
|
|
| |
bumped or updated
Requested by: edwin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
games/freeorion
x11-toolkits/gigi
devel/allegro
devel/allegrogl
devel/adime
devel/allegro-devel
net-p2p/qbittorrent
net-p2p/rblibtorrent-devel
emulators/wahcade
x11-wm/stumpwm
x11-wm/icewm
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/116746
Reported by: ale
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
|
Set in a realistic looking environment, as far as that's possible with this
engine, while gameplay stays fast and arcade. This game is all about team
oriented multiplayer fun.
WWW: http://action.cubers.net/
|