Commit graph

59 commits

Author SHA1 Message Date
Johan van Selst
748e31982b Update to OpenMSX 0.13.0
https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_13_0/doc/release-notes.txt
2016-08-01 20:23:20 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Johan van Selst
cb4ec36c0a Update OpenMSX and Catapult to 0.12.0
https://raw.githubusercontent.com/openMSX/openMSX/RELEASE_0_12_0/doc/release-notes.txt
2015-09-21 19:09:01 +00:00
Alexey Dokuchaev
7b00ecf4cd - Define LICENSE, place build-related MAKE_ARGS knob below USES/USE_* block
- Remove BROKEN on Tier-2 systems statement: it builds fine at least on
  PowerPC, which indicates that "uses i386-specific asm" reason is probably
  bogus everywhere else, and should be replaced with adequate BROKEN line
  even if it's indeed broken there.  While here, convert to options helpers
2015-09-12 10:18:21 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +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
Johan van Selst
5bd402329c Update to OpenMSX 0.11.0 2014-11-15 16:50:38 +00:00
Marcus von Appen
91e4e8a4e3 - Convert ports from dns/, editors/ and emulators/ to new
USES=python

Approved by:	portmgr (implicit)
2014-10-19 15:43:33 +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
Johan van Selst
4d4da2038b Update to OpenMSX 0.10.1 2014-05-06 07:05:27 +00:00
Niclas Zeising
39fc32e828 The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
2014-04-16 18:28:47 +00:00
Antoine Brodin
9d8f08bbd3 Remove some references to deprecated NOPORTDATA
With hat:	portmgr
2014-03-28 19:43:34 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Gerald Pfeifer
d2699e867e Replace USE_GCC=4.6+ by USE_GCC=yes.
Approved by:	portmgr (mat)
2014-03-03 23:30:56 +00:00
Emanuel Haupt
ce75dc7a2c Remove trailing whitespaces from category emulators 2014-02-21 13:36:40 +00:00
Emanuel Haupt
5005b67362 According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.

This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.

Approved by:    portmgr (bapt)
2014-02-10 13:54:26 +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
Johan van Selst
ba5882cefa - Make sure CXXFLAGS are past when using alternative compiler
without this, binary may get linked with unusable libraries
- Bump PORTREVISION
2014-01-10 08:32:19 +00:00
Johan van Selst
b304fa7cec - Update OpenMSX to 0.10.0
http://sourceforge.net/projects/openmsx/files/openmsx/0.10.0/README_release-notes.txt/view
  This version requires a modern GCC compiler
2014-01-07 10:00:52 +00:00
Johan van Selst
d51f1efbab - Enable STAGE support
- Make hidden dependency on libao explicit
- Bump PORTREVISION
2013-12-29 11:52:21 +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
Johan van Selst
0d74f55624 Update OpenMSX to 0.9.1 (bugfix release) 2012-10-05 15:06:52 +00:00
Johan van Selst
8e1bdcc3b1 - Update OpenMSX to 0.9.0
- Switch to dynamic plist, avoiding large diffs every time
- Reduce Makefile header
2012-09-01 10:38:57 +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
Johan van Selst
37393d62e6 Update OpenMSX to 0.8.2 2012-01-30 21:36:18 +00:00
Mark Linimon
ba9425925c Mark as broken on tier-2: uses i386 asm.
Hat:		portmgr
Feature safe:	yes
2011-11-11 02:27:57 +00:00
Johan van Selst
9fd73fb59a - Remove dependencies that are no longer used (jack, sdl_image)
- Add hidden dependencies introduced in 0.8.0 (ogg, vorbis, theora)
- Up tcl version requirement to 8.5 (won't work well with older tcl)
- Bump PORTREVISION

Reported by:    Maarten ter Huurne <maarten@treewalker.org>
2011-03-13 22:44:26 +00:00
Johan van Selst
b65faf58de Update openmsx to 0.8.1 2011-03-13 19:52:04 +00:00
Marcus von Appen
3c5a29be3d - Update graphics/sdl_ttf to version 2.0.10
- Bump portrevisions for all ports depending on graphics/sdl_ttf
- Update Mk/bsd.sdl.mk for the new shared library version.
2010-08-11 06:57:34 +00:00
Johan van Selst
beff30f967 Update to 0.8.0 2010-06-09 16:59:32 +00:00
Pietro Cerutti
805405e396 - Add glew to the list of supported USE_GL variables
- Patch ports depending on GLEW directly

Approved by:	portmgr (pav)
2010-04-27 21:58:27 +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
Johan van Selst
532e84e129 Update my mail address to @FreeBSD.org
Feature safe:	yes
2010-02-23 18:03:45 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Marcus von Appen
6506e45d69 - Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
2010-01-30 09:43:31 +00:00
Dmitry Marakasov
c6d73b3a64 - Switch SourceForge ports to the new File Release System: categories starting with E,F 2009-08-22 00:20:34 +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
Johan van Selst
01084c964e Really remove obsoleted patch file this time 2009-07-03 13:52:00 +00:00
Johan van Selst
5fb2549203 - Update to 0.7.2
- Remove custom patch that shouldn't be needed anymore
- Support building with TCL 8.5 (8.4 still recommended)
- Add python dependency
2009-07-03 09:00:27 +00:00
Johan van Selst
7368ea4606 Don't add a symlink in /usr/local/bin when installing with custom prefix
Reported by:	QAT
2009-06-07 14:22:53 +00:00
Johan van Selst
dd9022457c Require modern gcc to compile on FreeBSD-6/amd64
Reported by:	pointyhat via pav
2009-01-12 19:32:05 +00:00
Johan van Selst
51970be9f7 Add patch to compile on amd64 (forgotten in previous commit) 2009-01-12 06:46:02 +00:00
Johan van Selst
bb1c646f78 - Update to 0.7.0
- Add patch for amd64 (will be fixed in next version)
  (FreeBSD binutils is too old to grok modern amd64 assembly)
2009-01-10 20:53:53 +00:00
Pav Lucistnik
d095d4a965 - Remove conditional checks for FreeBSD 5.x and older 2009-01-05 19:44:02 +00:00
Pav Lucistnik
efa63f6ba4 - Remove USE_GCC where it can be satisfied with base compiler on following
FreeBSD versions: 5.3 and up, 6.x, 7.x, 8-CURRENT
2008-07-25 14:34:52 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Johan van Selst
473e4fa440 - Pass $TCL_LIBDIR so that it finds TCL even with nonstandard LOCALBASE
Submitted by:	Martin Tournoij
2008-02-04 21:47:36 +00:00