Commit graph

31 commits

Author SHA1 Message Date
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
739b02059d - Fix plist
- Require desktop-file-utils as suggested by check-sanity

Approved by:	portmgr blanket
2014-07-25 19:03:47 +00:00
Antoine Brodin
b8fcfdb4b1 Fix plist 2014-02-21 18:41:59 +00:00
Alex Kozlov
70f8171c6a - Update to 0.9.10 [1]
- Fix build with clang [1]
- Fix ncpu detection [1]
- Pass maintainership to submitter
- Convert to USES=dos2unix
- Support STAGEDIR
- Remove support for FreeBSD 7.x
- Remove LICENSE_FILE for standard license

PR:	ports/184111 [1]
Submitted by:	Hardy Schumacher <hardy.schumacher@gmx.de> (based on) [1]
Approved by:	llc2w@virginia.edu (old maintainer)
2014-01-26 03:20:55 +00:00
Dmitry Marakasov
a2105d9f79 - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [bce])
Approved by:	portmgr (bdrewery)
2013-10-22 13:57:35 +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
Baptiste Daroussin
019f2422aa Add an explicit dependency on pkgconf 2013-09-03 08:49:46 +00:00
Alex Kozlov
e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00
Rene Ladan
1acc89ce3e Update to 0.9.8
PR:		ports/168356
Submitted by:	Barbara
Approved by:	maintainer
2012-06-04 18:05:59 +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
Ryan Steinmetz
8f8b6ea23f Fix build under 7.x
Reported by:	pointyhat
Approved by:	wxs (mentor)
2011-08-31 19:13:08 +00:00
Ryan Steinmetz
116bdfe7a0 Update to 0.9.7
Add LICENSE

PR:		ports/158929
Submitted by:	L Campbell <llc2w@virginia.edu> (maintainer)
Approved by:	tabthorpe (mentor)
2011-08-23 12:35:50 +00:00
Martin Wilke
6804d852ff = Drop MD5 support 2011-07-02 17:14:20 +00:00
Ade Lovett
4a8684e352 Sync to new bsd.autotools.mk 2010-12-04 07:34:27 +00:00
Ade Lovett
6abd00a86b Punt autoconf267->autoconf268 2010-10-16 11:52:47 +00:00
Ade Lovett
7e80cde328 Round one migration of ports from automake{19,110} to automake111 2010-10-05 19:57:56 +00:00
Ade Lovett
8262a7b51d Autotools update. Read ports/UPDATING 20100915 for details.
Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
2010-09-15 18:35:24 +00:00
Tilman Keskinoz
4302ba7ecb Add missing files to pkg-plist
Reported by:	QAT
Pointy hat to:	arved
2010-08-14 17:07:12 +00:00
Tilman Keskinoz
e53b9ce769 Update to 0.9.6
PR:		149408
Submitted by:	Timothy Beyer <beyert@cs.ucr.edu>
Approved by:	maintainer
2010-08-14 13:41:50 +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
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
c933ea3d40 - Update to 0.9.1
PR:		132919
Submitted by:	Barbara <barbara.xxx1975@libero.it>
2009-03-25 16:27:44 +00:00
Dmitry Marakasov
76e953115a - Update to 0.8. The latest version of the emulator includes several major feature additions, including support for 3D rendering and a gdb stub.
- Pass maintainership to submitter

PR:		126985
Submitted by:	L Campbell <llc2w at virginia dot edu> (improved by me)
Approved by:	Stefan Sperling <stsp at stsp dot in-berlin dot de> (maintainer)
2008-09-02 20:27:35 +00:00
Rong-En Fan
741aa71483 Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.

To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.

To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.

Changes to Mk/*:
 - Add runtime detection magic in bsd.port.mk
 - Remove CONFIGURE_TARGET hack in various bsd.*.mk
 - USE_GNOME=gnometarget is now an no-op

Changes to individual ports, other than removing the CONFIGURE_TARGET hack:

= pkg-plist changed (due to the ugly CONFIGURE_TARGET prefix in * executables)
  - comms/gnuradio
  - science/abinit
  - science/elmer-fem
  - science/elmer-matc
  - science/elmer-meshgen2d
  - science/elmerfront
  - science/elmerpost

= use x86_64 as ARCH
  - devel/g-wrap

= other changes
  - print/magicfilter
    GNU_CONFIGURE -> HAS_CONFIGURE since it's not generated by autoconf

Total # of ports modified:  1,027
Total # of ports affected: ~7,000 (set GNU_CONFIGURE to yes)

PR:		126524 (obsoletes 52917)
Submitted by:	rafan
Tested on:	two pointyhat 7-amd64 exp runs (by pav)
Approved by:	portmgr (pav)
2008-08-21 06:18:49 +00:00
Edwin Groothuis
090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +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
Martin Wilke
32c4bc86e7 - Marked broken for ia64
Submitted by:   pointyhat
Approved by:    maintainer
2007-03-14 14:06:17 +00:00
Martin Wilke
287315c88f DeSmuME is a Nintendo DS emulator.
It supports many homebrew nds rom demos as well as a handful
of wireless multiboot demo nds roms. It also runs DSLinux,
the port of Linux to the Nintendo DS

WWW: http://desmume.sourceforge.net/

PR:		ports/108903
Submitted by:	Stefan Sperling <stsp at stsp.in-berlin.de>
2007-02-12 08:37:15 +00:00