Commit Graph

53 Commits

Author SHA1 Message Date
Dmitry Marakasov
d86e2f1b5a - Fix build with SDL2
PR:		240067
Reported by:	shamaz.mazum@gmail.com
2019-08-26 14:58:46 +00:00
Antoine Brodin
23748a98d3 Mark BROKEN: fails to build
In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.c:24:
In file included from /wrkdirs/usr/ports/games/instead/work/instead-3.3.0/src/SDL_anigif.h:59:
/usr/local/include/SDL2/close_code.h:30:2: error: close_code.h included without matching begin_code.h

Reported by:	pkg-fallout
2019-08-04 05:36:24 +00:00
Gerald Pfeifer
ea8c8ec7da Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
2019-07-26 20:46:53 +00:00
Dmitry Marakasov
1d9236d288 - Update to 3.3.0
- Add USES=sdl
2019-03-11 20:30:10 +00:00
Dmitry Marakasov
e0d376cf9d - Add USES=compiler:c++11-lang to fix build on GCC architectures
PR:		235613
Submitted by:	pkubaj@anongoth.pl
2019-02-12 15:19:45 +00:00
Tobias C. Berner
707c6bf295 Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".

I tried to only set insource where explictely needed.

PR:		232038
Exp-run by:	antoine
2018-12-25 20:25:39 +00:00
Dmitry Marakasov
8303d229b3 - Update to 3.2.2 2018-09-05 18:13:14 +00:00
Dmitry Marakasov
aa209979a6 - Update to 3.2.1 2018-04-24 20:45:30 +00:00
Dmitry Marakasov
eeec8fa7af - Update to 3.2.0 2018-02-13 21:04:13 +00:00
Dmitry Marakasov
0547cb18a1 - Update to 3.1.2 2017-09-13 08:58:17 +00:00
Dmitry Marakasov
c153dae119 - Update to 3.0.1 2017-06-05 11:12:19 +00:00
Dmitry Marakasov
acb21dbf63 - Update to 3.0.0 2017-04-25 10:38:57 +00:00
Dmitry Marakasov
573662ed3b - Switch to opt_CMAKE_BOOL
- Improve indentation
2016-08-18 09:31:33 +00:00
Dmitry Marakasov
5d951a02b7 - Simplify MASTER_SITES
- Update WWW:
2016-05-11 14:33:39 +00:00
Dmitry Marakasov
ba50469f29 - Update to 2.4.1 2016-04-19 02:07:35 +00:00
Dmitry Marakasov
8b4f16b414 - Update to 2.4.0 2016-02-26 04:06:57 +00:00
Dmitry Marakasov
d21774381c - Update to 2.3.0 2015-10-18 17:12:13 +00:00
Dmitry Marakasov
d27eef89a0 - Update to 2.2.7
- Sort USES
2015-09-21 00:54:58 +00:00
Dmitry Marakasov
d221215462 - Update to 2.2.5 2015-09-02 01:15:11 +00:00
Dmitry Marakasov
221b592197 - Update to 2.2.4 2015-08-04 16:09:36 +00:00
Dmitry Marakasov
92e1dd2f11 - Update to 2.2.3
- Add LICENSE_FILE
2015-03-24 03:57:21 +00:00
Dmitry Marakasov
6581ce011e - Update to 2.2.2 2015-02-09 13:17:28 +00:00
Dmitry Marakasov
c12fa584d0 - Update to 2.2.1
- Switch to SDL2 by default
2015-02-01 16:19:48 +00:00
Dmitry Marakasov
7ef5cffa2a - Update to 2.2.0 2015-01-06 18:41:03 +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
Dmitry Marakasov
6a6611b593 - Update to 2.1.1 2014-07-09 18:11:18 +00:00
Dmitry Marakasov
17c25c6f42 - Update to 2.1.0 2014-06-04 13:10:01 +00:00
Baptiste Daroussin
e836ab008a Replace lang/lua with the new lang/lua51
lang/lua51 is working the same way lang/lua52, chase ports using lua 5.1
Make the default lua lua52
Make all lua ports using USES=lua

Approved by:	portmgr (implicit)
2014-05-26 15:28:28 +00:00
Dmitry Marakasov
d94abc004a - Update to 2.0.3 2014-02-22 09:50:07 +00:00
Dmitry Marakasov
90bf871433 - Update to 2.0.2 2014-01-30 08:57:49 +00:00
Dmitry Marakasov
99bf10c175 - Update to 2.0.1
- Add LICENSE
- Switch to cmake
2014-01-27 22:19:40 +00:00
Dmitry Marakasov
13ccc1cadf - Fix broken upstream staging support 2013-12-25 14:55:33 +00:00
Dmitry Marakasov
a11860d0d0 - Support staging
- Convert USE_GMAKE to USES
- Suppport new OPTIONS features
- Fix build when both sdl12 and sdl2 installed and add OPTIONS to choose SDL version to use
2013-12-16 11:17:42 +00:00
Dmitry Marakasov
c87a56b351 - Remove manual creation and removal of share/applications, as it's now in the mtree (games category)
Approved by:	portmgr (bdrewery)
2013-10-22 13:53:33 +00:00
Boris Samorodov
51ff0091fe Fix using iconv at ports:
. shells/fish;
. games/instead;
. www/xapian-omega;
. devel/xdg-user-dirs.

Submitted by:	marino (via e-mail)
Approved by:	portmgr (bapt, implicit)
2013-09-30 19:58:20 +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
Dmitry Marakasov
afb47ef48d - Update to 1.9.1
- Update WWW
- Sort plist

PR:		180529
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
2013-07-15 13:23:32 +00:00
Dmitry Marakasov
daffe00d4a - Trim Makefile headers
- Drop ABI versions from LIB_DEPENDS
- OptionsNG
- Pet portlint
- Switch to dynamic plist where useful
- Canonicalize patch names
- Fix DOS line endings in patch files
2013-07-12 15:01:45 +00:00
Marcus von Appen
821843ca06 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	bapt, kwm
2013-04-27 08:50:46 +00:00
Dmitry Marakasov
b35584cbe1 - Update to 1.9.0
PR:		177798
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
Feature safe:	yes
2013-04-16 22:59:51 +00:00
Dmitry Marakasov
f932763362 - Update to 1.8.3
PR:		175604
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
2013-01-28 23:55:00 +00:00
Dmitry Marakasov
79b8c4a095 - Update to 1.8.2 (1)
- Trim header
- OptionsNG
- Remove unneeded patches

PR:		174569 (1)
Submitted by:	Peter Kosyh <p.kosyh@gmail.com> (1)
2012-12-21 09:29:42 +00:00
Dmitry Marakasov
aae24506b6 - Update to 1.8.1
PR:		173700
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
Feature safe:	yes
2012-11-20 22:28:03 +00:00
Dmitry Marakasov
b56f44ae7f - Update to 1.8.0
PR:		ports/171282
Submitted by:	Peter Kosyh <p.kosyh@gmail.com>
2012-09-03 22:19:42 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Dmitry Marakasov
b6ffde7db3 - Update to 1.7.0
- Use canonical names for patch files
- Take maintainership (1)

PR:		167181
Submitted by:	myself
Approved by:	maintainer via private email (1)
2012-04-23 14:02:10 +00:00
Dmitry Marakasov
50360cb392 - Update to 1.6.2
PR:		164944
Submitted by:	myself
Approved by:	maintainer timeout
2012-02-22 21:43:33 +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
Pawel Pekala
b7ef8e6b1d Update to 1.5.0
PR:		ports/160058
Submitted by:	pluknet <pluknet@gmail.com>
Approved by:	maintainer, miwi, wen (mentors implicit)
2011-08-30 20:21:32 +00:00