1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
Commit Graph

53 Commits

Author SHA1 Message Date
Danilo Egea Gondolfo
2abe307f26 emulators/qmc2
- Update from 0.41 to 0.42

emulators/{mame,mess} [1]
- Update from 0.150 to 0.152

PR:		ports/184246
Submitted by:	KATO Tsuguru <tkato432@yahoo.com> [1]
2014-01-16 02:44:49 +00:00
Marcus von Appen
e900206ae7 - Fix the usage of 'python' to get rid of the implicit lang/python
dependency

Reported by:	exp-run (PR 184591)
Approved by:	portmgr (blanket)
2013-12-14 18:34:01 +00:00
Mathieu Arnold
02e619a5d8 - Convert to dos2unix.mk
- While at it convert to gmake.mk ports that still USE_GMAKE.
2013-11-19 23:08:44 +00:00
Marcus von Appen
7c19894cc2 - Switch devel/sdl20 to use the autotools-based configuration, since the
cmake-based one is not maintained that well
- Fix library naming to ensure backwards compatibility on minor version
  changes
- Bump the PORTREVISION on ports depending on devel/sdl20, since its
  shared library name changed

PR:		ports/183975
Submitted by:	Jan Kokemüller <jan.kokemueller@gmail.com>
2013-11-17 12:33:49 +00:00
Pawel Pekala
d0bbb68224 emulators/mame
emulators/mess
 - Update to version 0.150
 - Add SDL2 option
 - Support staging

emulators/qmc2
 - Support staging
 - USE_GMAKE -> USES=gmake

PR:		ports/182801
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-10-30 20:42:02 +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
1089da7dcc Add NO_STAGE all over the place in preparation for the staging support (cat: emulators) 2013-09-20 16:43: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
Martin Wilke
299a8e2abb - Update emulators/mame to version 0.149
- Update emulators/mess to version 0.149
- Update emulators/qmc2 to version 0.39
2013-07-11 15:27:40 +00:00
Christian Weisgerber
1f2b1eac8e * Major update to FLAC 1.3.0, including shared library bumps.
* Chase the update in dependent ports.

PR:		179072
2013-06-09 19:30:58 +00:00
Martin Wilke
a578d3ae5f - Update to 0.148
PR:		175583
Submitted by:	Ports Fury
2013-02-05 09:08:14 +00:00
Guido Falsi
9279048f31 Move OSVERSION check after bsd.port.pre.mk.
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-30 08:47:53 +00:00
Guido Falsi
e6c307956f - Update to version 0.147 [1]
- Trim Makefile headers [1]
- Works fine with clang, so don't depend on gcc 4.6+ where clang
  is available (taken from libreoffice port)

PR:		ports/171995
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-29 22:19:21 +00:00
Sylvio Cesar Teixeira
67a69bd51d - Update to version 0.146
PR:		ports/168999
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:12:22 +00:00
Guido Falsi
f41e1b6b10 Convert to new options framework.
Approved by:	tabthorpe (mentor)
2012-06-08 11:58:48 +00:00
Dmitry Marakasov
e09ef9b8a3 - Respect STRIP
PR:		ports/167818
Submitted by:	Jan Beich <jbeich@tormail.org>
2012-05-13 00:42:10 +00:00
Martin Wilke
c87be4a1d4 - Update to 0.145
PR:		164991
Submitted by:	Ports Fury
2012-02-19 23:25:04 +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
70318e034d Reset elbarto@ArcadeBSD.org: address bounces, last maintainer activity 2010.
Hat:		portmgr
2012-01-17 22:04:40 +00:00
Pav Lucistnik
7557cb8c28 - Mark BROKEN: does not compile
src/lib/util/aviio.c: In function 'avi_error parse_indx_chunk(avi_file*, avi_stream*, avi_chunk*)':
  src/lib/util/aviio.c:1516:25: error: variable 'id' set but not used [-Werror=unused-but-set-variable]
  src/lib/util/aviio.c:1519:8: error: variable 'subtype' set but not used [-Werror=unused-but-set-variable]
  cc1plus: all warnings being treated as errors

Reported by:	pointyhat
2011-11-07 21:51:56 +00:00
Martin Wilke
6804d852ff = Drop MD5 support 2011-07-02 17:14:20 +00:00
Max Brazhnikov
0dc963d6c3 Update to 0.139
Rename the port to mess as the sdl layer is now included in the mainstream code.

PR:		ports/149191
Submitted by:	Emmanuel Vadot (maintainer)
2010-08-08 12:52:14 +00:00
Wen Heping
3344069a88 - Fix typo in Makefile
PR:		ports/14461
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
Approved by:	maintainer
Feature safe:	yes
2010-02-22 00:45:14 +00:00
Philip M. Gollucci
c8029de37d - Update to 0.136
- Remove official repository as you can't fetch from it anymore.

PR:             ports/142778
Submitted by:   Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2010-01-18 05:01:58 +00:00
Martin Wilke
ff37b2696f - Update to 0.135
PR:		140821
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-11-26 14:26:46 +00:00
Martin Wilke
dab9893008 - Update to 0.133
PR:		137022
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-07-26 20:51:49 +00:00
Pav Lucistnik
9f0f55ce0f - Flip MAKE_JOBS_SAFE to MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-06-08 21:31:50 +00:00
Dennis Herrmann
b7a34f73cc - Update to 0.131
PR:		ports/134370
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
Approved by:	miwi (mentor implicit)
2009-05-09 12:08:41 +00:00
Dmitry Marakasov
4bc7f29f30 - Mark MAKE_JOBS_SAFE
PR:		133043
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-03-25 11:46:22 +00:00
Mark Linimon
eac489a734 Mark as broken on sparc64. 2009-03-25 11:36:32 +00:00
Alejandro Pulver
3a20cf895a - Add missing @dirrm entry. 2009-03-18 01:28:58 +00:00
Alejandro Pulver
8d956aca26 - Update to 0.130.
- Remove useless wrapper script, sdlmess uses ~/.mess by default.
- Submitter takes maintainership.

PR:		ports/128559
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org>
2009-03-18 00:38:52 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Mark Linimon
55eaa1a131 Mark as broken on sparc64.
Hat:	portmgr
2008-12-10 07:35:19 +00:00
Alejandro Pulver
45b5a7b8a4 - Needs an external (non-base) compiler on all FreeBSD 5.x (not only amd64). 2008-05-05 21:53:51 +00:00
Alejandro Pulver
f074d22615 - Update to version 0.124.
- Fix building in FreeBSD/amd64 5.x by using GCC 4.2 (base compiler fails).
2008-04-23 00:46:26 +00:00
Pav Lucistnik
04aeb7c9c9 - Mark BROKEN: hits internal compiler bug on FreeBSD 5.X/amd64
Reported by:	pointyhat
2008-04-01 22:49:27 +00:00
Martin Wilke
32d6ba3c61 - Add missing dependency
- Bump PORTREVISION

Submitted by:	pavbot
2008-03-27 13:15:53 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Alejandro Pulver
b8c5190d5f - Update to version 0.122.
- Remove BROKEN for sparc64 to see if new version builds (if it doesn't then
  NOT_FOR_ARCHS will be used instead).
2008-02-05 17:10:37 +00:00
Mark Linimon
a5f8fe9c33 Mark as broken on sparc64: fail to compile. 2008-02-01 11:23:28 +00:00
Alejandro Pulver
1b319cd731 - Update to version 0.120.
- Mirror distfile to my FTP since it's not downloadable by fetch [1].
- Remove BROKEN.

PR:		ports/117898
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Reworked by:	alepulver (myself) [1]
Approved by:	portmgr (linimon)
2007-11-30 16:47:19 +00:00
Mark Linimon
d0400d4df6 Mark broken: fails to fetch.
Approved by:	portmgr (self)
2007-11-18 17:22:34 +00:00
Alejandro Pulver
3d21aaf41a - Update to version 0.119. 2007-09-27 22:55:07 +00:00
Alejandro Pulver
018f022d33 - Update to version 0.118.
- Binaries are now installed in a subdirectory (libexec/sdlmess).
- The wrapper script addtional output was removed (problematic for programs
  which parse the output).

Submitted by:	nikow <madleser@gmx.de> (private e-mail)
2007-09-05 22:35:55 +00:00
Alejandro Pulver
34b90bea1e - Update to version 0.116. 2007-07-24 13:50:31 +00:00
Alejandro Pulver
030253ccb3 - Update to version 0.115. 2007-05-26 06:56:57 +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
Alejandro Pulver
1ab76a704d - Update to version 0.114.
- Fix installation.
- Remove BROKEN.
2007-04-22 22:43:27 +00:00