Commit graph

14786 commits

Author SHA1 Message Date
Antoine Brodin
e04ea497b7 Mark BROKEN: Fails to build
with gcc 4.7:
/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/Rendering/GL/myGL.cpp:368:62: error: invalid conversion from 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar*, GLvoid*) {aka void (*)(unsigned int, unsigned int, unsigned int, unsigned int, int, const char*, void*)}' to 'GLDEBUGPROCARB {aka void (*)(unsigned int, unsigned int, unsigned int, unsigned int, int, const char*, const void*)}' [-fpermissive]

with clang 3.3:
/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/Rendering/GL/myGL.cpp:368:29: error: cannot initialize a parameter of type 'GLDEBUGPROCARB' (aka 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, const void *)') with an rvalue of type 'void (*)(GLenum, GLenum, GLuint, GLenum, GLsizei, const GLchar *, GLvoid *)': type mismatch at 7th parameter ('const void *' vs 'GLvoid *' (aka 'void *'))
                glDebugMessageCallbackARB(&OpenGLDebugMessageCallback, NULL);
                                          ^~~~~~~~~~~~~~~~~~~~~~~~~~~

with clang 3.4.1:
cd /wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/lib/squish && /usr/bin/c++   -DBOOST_NO_FENV_H -DSPRING_DATADIR=\"/usr/local/share/spring\" -DSTREFLOP_SSE -DSYNCCHECK -DUSE_LIBSQUISH -O2 -pipe -fno-strict-aliasing            -fsingle-precision-constant -frounding-math -mieee-fp -pipe -fno-strict-aliasing  -fvisibility=hidden  -fvisibility-inlines-hidden -pthread                                     -DNDEBUG -I/usr/local/include -I/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts -I/wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/lib/squish -o CMakeFiles/squish.dir/alpha.cpp.o -c /wrkdirs/usr/ports/games/spring/work/spring_94.1/rts/lib/squish/alpha.cpp
c++: error: unknown argument: '-fsingle-precision-constant'

Reported by:	pkg-fallout
2014-09-13 21:17:19 +00:00
Tijl Coosemans
3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00
Antoine Brodin
b44a7a2040 Allow staging as a regular user 2014-09-13 14:57:18 +00:00
Antoine Brodin
9e66c79118 - Allow staging as a regular user
- Bump portrevision as some files were not packaged with intended group
2014-09-13 12:15:43 +00:00
Antoine Brodin
56b1cab26d - Allow staging as a regular user
- Bump portrevision as some files were not package with intended group
2014-09-13 11:20:21 +00:00
Dmitry Marakasov
2f6c774c9e - Only enable X86_ASM on amd64: breaks build on i386, and is probably useless on other archs 2014-09-13 06:28:58 +00:00
Antoine Brodin
afac2a15f3 Allow staging as a regular user 2014-09-12 18:15:52 +00:00
Antoine Brodin
7bc80d6ec0 Allow staging as a regular user 2014-09-12 17:48:26 +00:00
Antoine Brodin
8e59eeb00d - Allow staging as a regular user
- Bump portrevision as a file was packaged with wrong group
2014-09-12 17:39:03 +00:00
Johan van Selst
c5615b8fb7 Add patch file, forgotten in previous commit
PR:		193271
Submitted by:	Kalten
2014-09-12 09:31:36 +00:00
Johan van Selst
355747219c New port: games/xboard-devel
Created as a slave port of games/xboard
X frontend for playing chess games, supporting several engines

It is keeping up to date (as I hope) with the version of H.G.Muller
at http://hgm.nubati.net/cgi-bin/gitweb.cgi/xboard.git as he seems to
be the main maintainer correcting problems and adding features often
whereas releases of xboard seem to be quite seldom.

PR:		193272
Submitted by:	kalten@gmx.at
2014-09-11 20:01:26 +00:00
Johan van Selst
bccf4e5abe Overhaul of games/xboard in preparation of slave port games/xboard-devel
PR:		193271
Submitted by:	kalten@gmx.at
2014-09-11 19:50:14 +00:00
Dmitry Marakasov
007a508e70 - Update to 1.0
PR:		145239
Submitted by:	madpilot@FreeBSD.org
2014-09-11 18:08:37 +00:00
Tijl Coosemans
290c0c4a2e - Convert to USES=libtool and add INSTALL_TARGET=install-strip
- Stop trying to build libQFrenderer_sw as a shared library.  The library
  contains x86 asm that does not support PIC.  It looks like this asm can
  be disabled by adding -DPIC to the command line but doing so leads to
  build errors.
2014-09-11 11:06:02 +00:00
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Dmitry Marakasov
9f2cd74f43 - Drop .la files for games/libggz, no dependees require them
- Bump dependent ports as .so version has changed

Approved by:	portmgr blanket
2014-09-10 12:17:23 +00:00
Alexey Dokuchaev
207b42c1f9 - Unbreak the build against Clang
- Bring it under warm games@ wing
2014-09-10 11:55:07 +00:00
Emanuel Haupt
43d8054688 Update to 2.51 2014-09-10 07:47:25 +00:00
John Marino
4afa6c0abb Remove three unrelated unstaged ports 2014-09-09 22:48:40 +00:00
Adam Weinberger
5a1a7f73eb Fix build on 8 and 9. While here, use OPTIONS helpers. 2014-09-09 19:45:14 +00:00
Tijl Coosemans
8d38241345 - Add USES=libtool
- Remove -pthread
- Add missing libs
2014-09-09 16:52:30 +00:00
Alexey Dokuchaev
06ea9e3968 In preparation to next version update, cleanup things a bit first:
- Add missing option description to "clients and servers" multichoice
- Sort the knobs in a more logical order within the Makefile
- Use more specific "gl" in USE_GL instead of umbrella "yes"
- Unbreak the build against Clang and clean up Makefile while here
- Transfer maintainership to the games@ team
2014-09-09 13:15:36 +00:00
Tijl Coosemans
4748ea9085 Add USES=libtool 2014-09-08 16:25:17 +00:00
Kris Moore
b6c0562cd9 - Update minecraft client to work with the recent 1.8 client patch
- Change first-run script to only warn the user about changing the profile
- Bump PORTREV
2014-09-07 21:21:01 +00:00
Antoine Brodin
2683a542c1 Allow staging as a regular user 2014-09-07 17:40:24 +00:00
Adam Weinberger
2ac4117e25 Specify the reason for MANUAL_PACKAGE_BUILD, not "yes" 2014-09-07 15:23:13 +00:00
Rusmir Dusko
abb7447f6b - Readdition of games/djgame2 which was removed on r367488
- Mastersite disappeared, mirror on my SF site
- Transfer maintainership to games@ team
- Add license GPLv2
2014-09-07 11:34:27 +00:00
Antoine Brodin
515fee9772 Allow staging as a regular user 2014-09-07 11:04:57 +00:00
Antoine Brodin
d4fa8aa7c9 2014-08-31 mail/dcc-dccd: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-08-31 games/alienarena: Not staged. See http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html
2014-09-07 games/alienarena-data: Useless without alienarena
2014-09-07 08:46:16 +00:00
Dmitry Marakasov
3c13d9d1f0 - Strip binary 2014-09-07 08:14:34 +00:00
Antoine Brodin
c574116fe3 2014-08-31 games/djgame2: Unfetchable, upstream disappeared 2014-09-07 06:45:56 +00:00
Adam Weinberger
2bb6230187 Update to 2.6.4. 2014-09-07 00:15:37 +00:00
Pawel Pekala
bba6a0aee6 Update to version 0.27 2014-09-06 16:46:55 +00:00
Rusmir Dusko
d55320bbfd - Remove TODO from DOCS
- Set PORTSCOUT, Do not use older versions
2014-09-06 16:11:38 +00:00
Rusmir Dusko
e17a9d9d32 - Set PORTSCOUT, Do not use older versions 2014-09-05 16:41:35 +00:00
Rusmir Dusko
586de478cc - Update to 1.9.2.2, announce message is here:
http://sourceforge.net/projects/robocode/files/robocode/1.9.2.2/

- Adjust DOS2UNIX_GLOB
2014-09-05 16:28:11 +00:00
Antoine Brodin
80ad2bb065 Revert r367333, it doesn't work
Mark BROKEN instead
2014-09-05 11:44:18 +00:00
Antoine Brodin
228ab58873 Change INSTALL_DATA to install with mode 644
Remove patches and hacks that were used to work around the previous
situation
This allows to stage more ports as a regular user

Differential Revision:	https://reviews.freebsd.org/D703
Reviewed by and discussed with:	bapt
With hat:	portmgr
2014-09-04 19:26:24 +00:00
Dmitry Marakasov
8be51c31ac - Change binary permissions to expectable 2555 (drop useless sticky bit)
- Assign to games@

Discussed with:	adamw@
2014-09-03 23:22:46 +00:00
Emanuel Haupt
baedb6beaf Update to 2.50 and support clang 2014-09-03 14:54:50 +00:00
Vanilla I. Shu
dd02e22198 Update to version 2.7.5.p1.
PR:		ports/193156
Submitted by:	Ports Fury.
2014-09-03 03:53:43 +00:00
Baptiste Daroussin
ebdad03869 Simplify plist
Do not try to remove a directory owned by the mtree
2014-09-02 21:55:11 +00:00
Baptiste Daroussin
07c69b0a81 Simplify plist 2014-09-02 21:52:33 +00:00
Baptiste Daroussin
3845437981 Simplify plist 2014-09-02 21:50:21 +00:00
Baptiste Daroussin
d713116bf9 Remove useless @cwd
Allow packaging as regular user
2014-09-02 15:14:37 +00:00
Raphael Kubo da Costa
68bc4af5c8 Update CMake to 3.0.1.
The 3.0 series is an incremental improvement over the previous 2.8 series
despite the major version number change. A list of important changes is
available at http://www.cmake.org/cmake/help/v3.0/release/3.0.0.html

On the porting side
* The minimum FreeBSD release we have to support in the ports tree is now
  recent enough that ports/168671 can finally be committed: instead of
  building and using CMake's own copies of bzip2, curl, expat, libarchive,
  liblzma and zlib, we use the versions in ports and/or the base system.

* CMake's documentation system has been changed and vastly improved at the
  cost of now depending on Sphinx. We still generate only man pages, but can
  start generating the HTML documentation in the future if desired.

* devel/cmake-gui now uses Qt5 instead of Qt4 and does not needlessly build
  the ncurses UI that is installed by devel/cmake itself.

* CMake commit 3816cd2 fixes a longstanding issue in the detection of the
  Python interpreter and its libraries, but requires us to revert a
  workaround for that in Mk/Uses/python.mk itself, effectively reverting
  the patch introduced by ports/168159.

* Similarly, a few ports had to be fixed manually due to CMake being
  stricter when parsing some files or the ports detecting Python the wrong
  way. Fortunately, they all had been fixed upstream so I just grabbed the
  appropriate commits and pointed to them in the patches.
  science/gnudatalanguage had to have its PORTREVISION bumped because
  switching to USES=cmake:outsource removed a few files from the plist that
  were not supposed to have been installed in the first place.

PR:		168671
PR:		192644
2014-09-02 12:59:54 +00:00
Baptiste Daroussin
5ead879a85 Second run at cleaning out non staged ports without pending PR 2014-09-02 12:45:01 +00:00
Sean Farley
c46cfd4ea3 - Add stage support. Thank you xmj@!
- Use STAT instead of direct path and other portlint fixes.
- Take maintainership.

PR:		187864
Submitted by:	xmj
2014-09-01 20:17:08 +00:00
Sean Farley
aab109115e - Update MASTER_SITES (add two new ones and remove defunct site).
- Remove note about obtaining file from Fileshack.com (deceased).
- Update the homepage to the community website as the official one is
  deceased.
2014-09-01 20:09:03 +00:00
Sean Farley
7b0f9cb0c3 - Update the homepage to the community website as the official one is
deceased.
- Update LEGAL (Distribution not allowed).
- Use DIST_SUBDIR to reduce clutter and for the glob in LEGAL.
- Take maintainership.
2014-09-01 20:02:24 +00:00