Commit graph

63 commits

Author SHA1 Message Date
Dmitry Marakasov
6f05081127 - Fix build on pre-clang FreeBSD versions (9.1) 2014-01-08 20:05:12 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +00:00
Dmitry Marakasov
a8762ef6ef - Fix build, fix typo in MANPAGES option 2013-12-22 22:44:48 +00:00
Dmitry Marakasov
050c4d7bfb - Upadte to 3.1.1 2013-12-22 20:20:16 +00:00
Dmitry Marakasov
7a3599c33d - Support staging
- Use new LIB_DEPENDS syntax
- Use new OPTIONS features
- Fix segfault on 10.x
2013-11-28 22:29:38 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +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
John Marino
d834ce47a7 Add explicit dependency on pkgconf (20 ports)
Approved by:	portmgr (bapt, implicit)
2013-09-12 08:41:52 +00:00
Gerald Pfeifer
41e60477bd Replace USE_GCC=4.6+ and USE_GCC=4.4+ by USE_GCC=yes.
Right now this is a noop in the former case and a noop in the latter
case unless lang/gcc44 has been installed explicitly.

This puts a bit more emphasis on standardizing on a canonical version
"current" GCC and makes it easier to update that canonical version
by changing the default in Mk/bsd.gcc.mk and updating the lang/gcc port.

That is, USE_GCC=yes means "use a decent/modern version of GCC" without
having to worry about details.

Approved by:	portmgr (bdrewery)
2013-08-17 16:27:24 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +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
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Baptiste Daroussin
9250d94365 Convert USE_BISON to USES= bison
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build

it brings bison as a run dependency in case it is set the following way:
USES= bison:run

it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both

While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
2013-03-08 11:32:11 +00:00
Dmitry Marakasov
cc7e777f81 - Update to 3.1.0 2013-01-30 19:10:42 +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
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
Martin Wilke
3cabe21a2d - Get rid FreeBSD 6 support 2011-11-07 04:24:55 +00:00
Dmitry Marakasov
3469df6705 - Update to 2.3.9 2011-11-01 21:59:21 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Dmitry Marakasov
437c5b45f3 - Update to 2.3.8 2011-05-24 02:30:24 +00:00
Dmitry Marakasov
d9b789f0d6 - Update to 2.3.7 2011-03-06 17:41:02 +00:00
Dmitry Marakasov
fb5b1e917d - Update to 2.3.6 2010-12-26 17:40:36 +00:00
Dmitry Marakasov
43ac42d616 - Update to 2.3.5
- Fix multiplayer [1]

Submitted by:	Carlos Eduardo G. Carvalho (Cartola) <cartoleba at gmail dot com> ([1])
2010-11-09 01:46:52 +00:00
Dmitry Marakasov
41e40c01a3 - Update to 2.3.4 2010-08-19 01:36:27 +00:00
Christian Weisgerber
30587b71c2 Bump PORTREVISION for ports that depend on libogg, directly or indirectly
(via libvorbis, libtheora).
2010-06-06 20:44:03 +00:00
Ade Lovett
8d837132c7 Bounce PORTREVISION for gettext-related ports. Have fun, ya'll. 2010-05-31 02:01:56 +00:00
Dmitry Marakasov
26fba0ed18 - Update to 2.3.0 2010-05-05 14:24:16 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Pav Lucistnik
14ac881764 - Introduce USE_OPENAL variable for OpenAL consumers
- Switch to openal-soft as a default OpenAL implementation

PR:		ports/142123
Submitted by:	mva
Tested by:	pointyhat exp-run
Approved by:	portmgr (hat)
2010-01-25 19:15:18 +00:00
Dmitry Marakasov
a01e3409a5 - Steal maintainership from alepulver@, as he has been inactive for quite some time
Asked by:	linimon
2009-11-08 04:05:52 +00:00
Dmitry Marakasov
61b14afd3f - Update to 2.2.4
PR:		139787
Submitted by:	myself
Approved by:	maintainer timeout
2009-11-07 01:58:33 +00:00
Dmitry Marakasov
6b5fb87219 - Switch SourceForge ports to the new File Release System: categories starting with G 2009-08-22 00:23:13 +00:00
Alejandro Pulver
4c8fa525b2 - Update to 2.2.0
- Add SF mirror
- Mark MAKE_JOBS_SAFE
- Add WITHOUT_NLS support
- Unfortunately, no longer builds on 6.x :(

PR:		ports/135303
Submitted by:	Dmitry Marakasov <amdmi3@amdmi3.ru>
2009-07-29 00:17:09 +00:00
Dirk Meyer
3bbc108312 - update to jpeg7
Tested by:	pav on pointyhat
2009-07-18 11:11:29 +00:00
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Oliver Lehmann
8fed2698e1 update devel/physfs to 2.0.0
bump PORTREVISION on the affected ports
2009-04-04 12:05:22 +00:00
Alejandro Pulver
3c773d0117 - Never install unneeded docs, and fix with NOPORTDOCS.
Reported by:	QA Tindy
2008-08-12 23:43:09 +00:00
Alejandro Pulver
86c8fdbac4 - Avoid creating an empty %%DOCSDIR%% when not installing docs (NOPORTDOCS).
Reported by:	QA Tindy
2008-08-11 02:37:23 +00:00
Alejandro Pulver
60431c17d6 - Fix NOPORTDOCS handling.
Reported by:	QA Tindy
2008-08-10 14:42:57 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Alejandro Pulver
edb917ebb4 - Update to version 2.0.10.
- Remove pkg-message (bug fixed, no workaround should be needed).
2008-01-04 09:24:50 +00:00
Alejandro Pulver
65cc3fd6cf - Update to version 2.0.9.
- Remove external patch (PATCH_SITES/PATCHFILES), now integrated.
2007-12-12 17:23:17 +00:00
Ade Lovett
dbd39ca660 Migration from bison 1.x to 2.x
PR:		117086
Tested by:	-exp runs
2007-10-17 10:13:01 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Alejandro Pulver
d0c68de59a - Update to version 2.0.7. 2007-07-24 14:29:43 +00:00
Pav Lucistnik
2e85588102 - Correct dependency on bison2
Reported by:	pointyhat
2007-07-21 12:56:29 +00:00
Alejandro Pulver
055f496d1b - Use versions in dependencies correctly (bison>=2.1 --> bison2>=2.1). 2007-07-11 21:08:48 +00:00
Florent Thoumie
d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00