1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
Commit Graph

45 Commits

Author SHA1 Message Date
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
Rene Ladan
488eff603e - Update to 193 to be able to connect to the servers again
- Repack distribution file, reroll/simplify patches.
  The original host is gone, and there is no obvious replacement for the
  distribution file, so roll our own from the referenced git repository:
  git://git.berlios.de/elc
  branch master, commit 86780d5dd43b3c9b66fa014944cf1811fa78d161
- Stagify
- Strip library versions [1]

Submitted by:	portlint [1]
Approved by:	acm (implicit)
2014-01-06 15:23:30 +00:00
Rene Ladan
3f2e8c051c Fix build (on my 10.0-amd64 laptop at least).
Submitted by:	marino
Approved by:	acm (maintainer, implicit)
2014-01-06 13:07:14 +00:00
Rene Ladan
1fd29d4576 Try to build after games/el-data is resurrected.
Fails to link on 10.0-amd64 with old Xorg, so mark BROKEN:
>   LINK el.bin
> /usr/bin/ld: invalid DSO for symbol `XConvertSelection' definition
> /usr/local/lib/libX11.so.6: could not read symbols: Bad value

While here convert to new LIB_DEPENDS and USES=gmake

PR:		ports/185113 (related)
Submitted by:	rene
Approved by:	maintainer timeout (acm, 15 days)
2014-01-06 11:46:02 +00:00
Antoine Brodin
1df9d247be Convert the tree to USES=openal
Approved by:	portmgr (bapt)
2013-12-25 23:29:34 +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
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
Doug Barton
2b1dacc826 Remove more tags from pkg-descr files fo the form:
- Name
em@i.l

or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file.
2011-10-24 04:17:37 +00:00
Jose Alonso Cardenas Marquez
fe7a2e6e1a - Update to 1.9.2
- Add ELSOUND and ELMUSIC options. It installs additional sound and music files
- Remove Makefile.linux patch file
- Re-add Makefile.bsd patch file
- Respect CC/CXX/LINK [1]
- Few others modifications

PR:	161561
Submitted by:	Nali Toja <nalitoja __ at __ gmail.com> [1]
2011-10-20 17:47:59 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +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
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
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
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
Christian Weisgerber
94d47b2ecd Bump PORTREVISION after libogg and libvorbisfile major version increment. 2009-07-06 21:25:59 +00:00
Jose Alonso Cardenas Marquez
4f9c53f2a4 - Fix build on amd64
Reported by:	itetcu
2009-01-20 17:29:36 +00:00
Jose Alonso Cardenas Marquez
f2dc9574fd - Update to 180 2009-01-20 07:43:56 +00:00
Martin Wilke
3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00
Martin Wilke
2a9763f12a - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-22 08:55:40 +00:00
Martin Wilke
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Edwin Groothuis
3fc75d2445 Chase change in bsd.sites.mk to support MASTER_SITES on googlecode.com
where the portname does not match the projects hostname.

PR:		ports/121453 (related)
Submitted by:	Edwin Groothuis <edwin@mavetju.org>
Reviewed by:	pav@
2008-03-13 11:27:29 +00:00
Jose Alonso Cardenas Marquez
bdaa186010 - Update to 140
- Remove el-data/pkg-plist file
- Remove BROKEN
- Add new el source code mastersite
2007-08-20 07:18:29 +00:00
Martin Wilke
605b516239 - Chase increase of audio/libvorbis shlib version.
- Bump PORTREVISION
2007-07-28 12:27:31 +00:00
Kris Kennaway
652c152770 BROKEN: Does not build 2007-05-25 01:25:17 +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
Jose Alonso Cardenas Marquez
78f4c27881 - Update to 133
- Remove obsolete patch file
2007-02-01 20:26:50 +00:00
Jose Alonso Cardenas Marquez
743eba7ed2 - Respect X11BASE
Reported by:	kris
2006-11-30 20:29:21 +00:00
Jose Alonso Cardenas Marquez
a55d779517 - Respect X11BASE
Reported by:	kris
2006-11-24 19:13:04 +00:00
Stanislav Sedov
0d2725682b - Update devel/sdl12 to version 1.2.11. Now we employ stock SDL directory
structure (i.e. include/SDL for includes and sdl-config for configuration
   binary)
 - Update graphics/sdl_ttf to version 2.0.8
 - Update graphics/sdl_image to version 1.2.5
 - Update audio/sdl_mixer to version 1.2.7
 - Update net/sdl_net to version 1.2.6
 - Update Mk/bsd.sdl.mk accordingly
 - Fix dependent ports to fit the new directory structure and avoid several
   API breakages
 - Bump up portrevisions for all dependent ports to allow them to be upgraded
   by portupgrade/portmaster etc tools

Approved by:    kris (portmgr), sem (mentor)
2006-09-20 11:21:59 +00:00
Jose Alonso Cardenas Marquez
abae73ab24 - Change PLIST to ${WRKDIR}/pkg-plist. I need to write there.
Reported by:	kris
Approved by:	garga (mentor,implicit)
2006-09-04 18:00:57 +00:00
Jose Alonso Cardenas Marquez
b8468f6968 - Update to 132
- Fix installation process on games/el [1]

Reported by:	kris [1]
Approved by:	garga (mentor)
2006-09-01 15:51:01 +00:00
Jose Alonso Cardenas Marquez
2625c1ff19 - Add some missing things to patch-openal.c
- Fixes problems with empty directories on games/el-data

Approved by:	garga (mentor)
2006-08-21 20:18:05 +00:00
Jose Alonso Cardenas Marquez
0467484228 - Update to 130
- Take maintainership
- Use Makefile.bsdg instead of Makefile.bsd
- Add/Remove patch-Makefile.bsdg/bsd files
- Add patch-sound.c, the sound.c file is using deprecated functions of alut
- Remove pkg-plist, now ,it isn't necessary

Approved by:	garga (mentor)
2006-08-20 14:43:55 +00:00
Oliver Lehmann
7339154fcd update freealut to 1.1.0 2006-06-08 16:07:12 +00:00
Oliver Lehmann
c36bc8fc88 update to openal 20060211 [1]
fix dependant ports [2]

PR:		ports/96172 [1]
		ports/95192 [2]
Submitted by:	maintainer  [1]
		oliver      [2]
Approved by:	maintainer
2006-04-23 10:14:30 +00:00
Kris Kennaway
d67e1daddc BROKEN on sparc64: Does not compile 2006-01-20 00:08:22 +00:00
Pav Lucistnik
f12e079a05 - Mark BROKEN on FreeBSD 4.X; does not compile without warnings, sets -Werror
Reported by:	krismail
2006-01-06 09:17:54 +00:00
Pav Lucistnik
07cb60b066 - Don't remove what's in mtree 2006-01-05 15:20:49 +00:00
Pav Lucistnik
6720230875 - Update to 1.12
PR:		ports/90766
Submitted by:	Melvyn Sopacua <portmaint@melvyn.homeunix.org>
2005-12-22 13:09:29 +00:00
Pav Lucistnik
45a44e27c7 - Add SHA256 2005-11-24 19:28:01 +00:00
Oliver Lehmann
90ecd0df4c reset maintainer to ports@
Approved by:	maintainer
2005-09-30 13:08:24 +00:00
Pav Lucistnik
90411b76b1 Eternal Lands is a FREE MMORPG (massive multiplay online role playing game)
currently under development. There are 9 skills, total character development
freedom, many quests, religion, a lot of NPCs, animals and monsters.

PR:		ports/76646
Submitted by:	Jan Rochel <jannisan@t-online.de>
2005-01-29 18:13:14 +00:00