1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
Commit Graph

31 Commits

Author SHA1 Message Date
John Marino
ad62adf904 games/megaglest: Fix code to allow Clang to build it again
Not only was the previous commit unsavory, it didn't work due to conflict
between libc++ and libstdc++.  The added patch from miniz upstream fixes
the breakage.

Suggested by:	jbeich
2015-04-13 07:06:08 +00:00
John Marino
33e3be5231 games/megaglest: Unbreak on F10+ with an unsavory solution
Megaglest cannot be built under c++11 standard from the latest clang.
It catches a narrowing error.  The real solution is to fix the c++
code (it wasn't the only problem, but the first to trigger an error over
a warning).  The c++11 standard is required for wx, so it can't be
unspecified.  It turns out that gcc48 will not catch the error that clang
does so the temporary fix is to require gcc48 for all FreeBSD releases.
This may work for gcc49 as well, but it's likely that gcc5 will also
catch the bug and break.

So the unsavory short-term solution is to require GCC to build megaglest,
but the long term fix is either patch the code or hopefully update to
new version when upstream fixes the bug (then USE_GCC can be removed).

Reported by:	amdmi3
2015-04-12 08:32:01 +00:00
John Marino
637a8c132c Unbreak five wxgtk30-based ports by adding -std=c++11 to cxxflags
The breakage was a result of moving wxgtk30 to c++11 from c++01
2015-04-10 19:04:19 +00:00
Dmitry Marakasov
e2b294028c - Fix build on < 10.x after webkit-gtk2 update
Approved by:	portmgr blanket
MFH:		2015Q1
2015-02-04 03:05:29 +00:00
Dmitry Marakasov
f194026a83 - Drop @dirrm* from and add empty directories to plists
Approved by:	portmgr blanket
2015-01-18 21:23:18 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
e40740b52f Properly support png 1.5 2014-12-25 11:14:07 +00:00
Tijl Coosemans
60945f0277 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.
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)
2014-12-08 16:48:38 +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
John Marino
c3183f838d games/megaglest: Fix on FreeBSD 10+ (from dports)
I had fixed megaglest in dports a few days ago, not realizing that the
build was also broken on FreeBSD until I saw the PR.  Due to the size
of megaglest-data (~265M), I haven't actually tested the fix on FreeBSD
but it should work.  The dports fix is more extensive than the PR.

PR:		191225
Submitted by:	maintainer (Rusty Nejdl)
2014-07-20 21:00:00 +00:00
Adam Weinberger
402f05583e Add DOCS to OPTIONS_DEFINE to ports that check for PORT_OPTIONS:MDOCS. 2014-07-15 15:19:07 +00:00
Baptiste Daroussin
0272945066 Use wxGTK 3.0
Use lua 5.2
Fix build on headless machines (if help2man is found they it tries to generate a man page for the editor which need display)
2014-04-08 13:25:26 +00:00
Baptiste Daroussin
09a55c43bf Use xerces-c3 2014-02-24 15:13:55 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
William Grzybowski
85625d4a3a games/megaglest: update to 3.9.0.4
- Update to 3.9.0.4 [1]
- Allow staging
- Convert lib depends to new format

PR:		ports/184342 [1]
Submitted by:	maintainer
2013-12-02 13:23:26 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Baptiste Daroussin
6d09df8162 Add explicit dependencies on pkgconf 2013-09-02 09:45:05 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Sunpoet Po-Chuan Hsieh
c2d1a14c7c - 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
2013-07-11 16:26:26 +00:00
Raphael Kubo da Costa
740dfa59c0 Apply some upstream patches to fix the build with recent versions of miniupnpc.
While here, convert from NOPORTDOCS to the OptionsNG variant.

PR:		ports/177987
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer)
2013-06-11 17:36:22 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Bryan Drewery
a498948251 - Update megaglest and megaglest-data to 3.7.1 [1]
- Convert to new options framework
- Trim headers
- Remove ABI versions from LIB_DEPENDS

PR:		ports/173921 [1]
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com> (maintainer) [1]
Feature safe:	yes
2012-11-26 21:30:05 +00:00
Carlo Strub
cd8abf7db0 - Update to 3.6.0.3
- Submitter becomes new maintainer

PR:		ports/169376
Submitted by:	Rusty Nejdl <rnejdl@ringofsaturn.com>
Approved by:	smoeller@nichthelfer.de (maintainer)
2012-09-03 19:01:55 +00:00
Christian Weisgerber
bcd6fbdee4 libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
2012-07-19 20:15:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Sunpoet Po-Chuan Hsieh
c401538bea - Fix build with curl 7.24.0: curl/types.h was removed (unused since Apr 2004)
Submitted by:	sunpoet (myself)
Tested by:	exp-run by linimon
Approved by:	linimon (with portmgr hat)
2012-03-08 08:04:10 +00:00
Marcus von Appen
fbd0197639 - 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
2012-02-18 10:18:33 +00:00
Mark Linimon
7a367c9ea9 Mark as broken on tier-2: uses x86-specific compiler flags. 2011-08-10 09:00:12 +00:00
Stephen Montgomery-Smith
8c12f790cf - Update to 3.5.2.
PR:		ports/156895
Submitted by:	Sven Moeller <smoeller@nichthelfer.de>
Approved by:	maho (mentor)
2011-07-21 04:17:58 +00:00
Beat Gaetzi
4912f879b8 - Rename glest_editor to megaglest_editor to avoid a potential conflict
with games/glest which also has an option to install this editor.
- Do not bump PORTREVISION as the editor is not installed by default.

Reported by:	acm@
Submitted by:	Sven Moeller <smoeller AT nichthelfer.de> (maintainer)
2011-04-10 00:45:08 +00:00
Beat Gaetzi
e0351a9ef9 MegaGlest is an open source 3D-real-time strategy game, where you control
the armies of one of seven different factions:  Tech, Magic, Egyptians,
Indians, Norsemen, Persian or Romans (Beta). The game is setup in one of
14 naturally looking settings, which -like the unit models- are crafted
with great appreciation for detail. MegaGlest is heavily based on the
widely known Glest, which it forked from in early 2010.

WWW: http://megaglest.org/

PR:		ports/155111
Submitted by:	Rusty Nejdl <rnejdl AT ringofsaturn.com>,
		Sven Moeller <smoeller AT nichthelfer.de>
2011-04-07 05:17:21 +00:00