1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
Commit Graph

60 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
Rene Ladan
50f8eaece1 Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by:	python (mva, rm)
Approved by:	portmgr-lurkers (mat)
2014-01-13 21:00:02 +00:00
Marcus von Appen
171759f9fe - Fix the usage of 'python' to get rid of the implicit lang/python
dependency
2013-11-24 21:09:22 +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
aec7c9e3d2 - Update to 0.148
PR:		175577
Submitted by:	Ports Fury
2013-02-05 09:09:13 +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
382265bfd7 - Update to version 0.147 [1]
- Reflow pkg-descr and add trailing slash to URL [1]
- Trim Makefile headers [1]
- Fix improper overwriting of FILE make variable [1]
- Works fine with clang, so don't depend on gcc 4.6+ where clang
  is available (taken from libreoffice port)

PR:		ports/171994 [1]
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-10-29 22:17:49 +00:00
Sylvio Cesar Teixeira
88e9c0c675 - Update to version 0.146
PR:		ports/168998
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2012-06-17 20:23:48 +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
Gerald Pfeifer
557a24f2e1 Replace USE_GCC=4.4+ by USE_GCC=4.6+, the former is only here for a
single, obsolete port.

Feature safe:	yes
2012-03-11 01:07:00 +00:00
Martin Wilke
8c720ade0c - Update to version 0.145
PR:		164990
Submitted by:	Ports Fury
2012-02-19 23:24:50 +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
Chris Rees
bc8dd1b931 - Update to 0.143p2 ('borrowing' obrien's cool patchlevel code from editors/vim)
- Add missing fontconfig dependency
- Use PORTDOCS/PORTEXAMPLES
- Use PATCHDIR (not FILESDIR)
- Use COPYTREE_SHARE (not cp -R)

Mostly based on:
PR:		ports/153645
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer), acm
Approved by:	maintainer timeout (8 weeks)
2011-08-13 17:04:38 +00:00
Martin Wilke
6804d852ff = Drop MD5 support 2011-07-02 17:14:20 +00:00
Max Brazhnikov
95b3903d4c Update to 0.139
PR:		ports/149105
Submitted by:	Emmanuel Vadot (maintainer)
2010-08-01 17:22:55 +00:00
Max Brazhnikov
2da3ff79ef Update to 0.138
PR:		ports/146696
Submitted by:	Emmanuel Vadot (maintainer)
2010-05-19 18:05:34 +00:00
Max Brazhnikov
79ce264e0c Update port to v0.137.
Rename the port to mame as the sdl layer is now included in the mainstream code.

PR:		ports/145050
Submitted by:	Emmanuel Vadot (maintainer)
2010-05-17 22:20:26 +00:00
Wen Heping
90b1b2add7 - Fix typo in Makefile
PR:		ports/144160
Submitted by:	Andrius Morkunas <hinokind@gmail.com>
Approved by:	maintainer
Feature safe:	yes
2010-02-22 00:49:21 +00:00
Martin Wilke
242f759cc1 - Update to 0.136
PR:		142309
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2010-01-04 23:14:35 +00:00
Sylvio Cesar Teixeira
656e8c209d - Update to v0.135
PR:		ports/140532
Submitted by:	maintainer
Approved by:	miwi (mentor)
2009-11-21 22:35:44 +00:00
Dmitry Marakasov
fa8d2d514e - Update to 0.134
PR:		138838
Submitted by:	Emmanuel Vadot <elbarto@ArcadeBSD.org> (maintainer)
Feature safe:	yes
2009-09-19 16:23:29 +00:00
Martin Wilke
c476b6c742 - Update to 0.1333
PR:		137019
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-07-26 20:50:59 +00:00
Dmitry Marakasov
44398a3adf - Update to 0.132
PR:		135382
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-06-09 02:23:18 +00:00
Wesley Shields
bf2f509f9b - Update to 0.131
PR:		ports/133953
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org> (maintainer)
2009-05-01 23:46:55 +00:00
Dmitry Marakasov
1546ab30d6 - Mark MAKE_JOBS_SAFE
PR:		133042
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-03-25 11:46:06 +00:00
Mark Linimon
eac489a734 Mark as broken on sparc64. 2009-03-25 11:36:32 +00:00
Dmitry Marakasov
761ad2984b - Install sdlmame tools:
- chdman (for dealing with chd disk images)
  - ldresample/ldverify (for dealing with laserdisk images)
  - testkeys (for test sdl key configuration)

PR:		132814
Submitted by:	Emmanuel Vadot <elbarto at arcadebsd dot org> (maintainer)
2009-03-19 18:08:34 +00:00
Alejandro Pulver
28cc24a318 - Add project homepage as a mirror.
PR:		ports/132592
Submitted by:	Anonymous <swell.k@gmail.com>
Approved by:	maintainer
2009-03-18 00:35:49 +00:00
Alejandro Pulver
cc57bf725e - Update to version 0.130.
- Remove wrapper scripts.
- Pass maintainership to submitter.

PR:		ports/128557
Submitted by:	Emmanuel Vadot <elbarto@arcadebsd.org>
2009-03-13 03:14:10 +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
c01de01b0f - Update to version 0.124. 2008-04-23 00:45:32 +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
ccef9a6720 - Update to version 0.122u8.
- 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:09:42 +00:00
Mark Linimon
a5f8fe9c33 Mark as broken on sparc64: fail to compile. 2008-02-01 11:23:28 +00:00
Alejandro Pulver
a8aa67e112 - Use GCC 4.2 in FreeBSD 5.x since base system one fails (internal compiler
error), and using 3.4 from ports requires hacks to confuse bsd.gcc.mk.

Reported by:	pointyhat (via pav)
2007-12-16 01:34:39 +00:00
Alejandro Pulver
ebca18fbea - Update to version 0.120u2.
- Mirror to my FTP since it can't be downloaded by fetch [1].
- Remove BROKEN.

PR:		ports/117903
Submitted by:	"Pedro F. Giffuni" <giffunip@tutopia.com>
Reworked by:	alepulver (myself) [1]
Approved by:	portmgr (linimon)
2007-11-30 16:39:27 +00:00
Mark Linimon
32e5ea1674 Mark broken: unfetchable.
Approved by:	portmgr (self)
2007-11-18 17:42:05 +00:00
Alejandro Pulver
3d21aaf41a - Update to version 0.119. 2007-09-27 22:55:07 +00:00