Commit graph

28 commits

Author SHA1 Message Date
Koop Mast
5aa7246575 Switch from libglut to freeglut and retire libglut. Libglut hasn't been
developed in years and has been dropped from the MESA 8.0 distribution.
Freeglut is a rewrite of glut and is actively developed and is used by
many linux distributions instead of libglut.

Bump all ports that directly depend on libglut because of the shlib version
change.

There are some extra items in this patch.

*) Because freeglut doesn't have the same dependancies as libglut, some ports
	need extra dependencies added to USE_XORG to make them build.
*) Mark graphics/f90gl broken, f90gl depends on a header that is only shipped
	with libglut.
*) Remove option for libglut/freeglut selection in games/cake, only freeglut
	remains now.
*) While here fix a png related build issue games/vegastrike.

Thanks to miwi for running the exp-run.

Approved by:	portmgr (miwi)

Collaboration with:	zeising@
Obtained from:	xorg-dev staging area.
2012-08-04 22:52:02 +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
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00
Olli Hauer
b6ac748023 -remove MD5 2011-07-03 14:25:36 +00:00
Alexey Dokuchaev
811baea0ee Augment port description text. 2011-05-20 04:29:00 +00:00
Mark Linimon
430eb66301 Mark as broken on sparc64.
Hat:		portmgr
2010-06-03 07:53:21 +00:00
Alexey Dokuchaev
9cc67b0950 Fix previous commit to unbreak the build on older versions of FreeBSD.
Reported by:	pavmail
2010-03-18 00:30:14 +00:00
Alexey Dokuchaev
5113d82ff9 Fix the build after scandir(3) interface was changed. 2010-03-14 11:53:03 +00:00
Erwin Lansing
a71a6eac63 Mark broken on 8.x: does not build 2010-03-13 14:59:11 +00:00
Florent Thoumie
340b57f8be - Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
2009-01-23 16:28:36 +00:00
Alexey Dokuchaev
8167d0dfbb - Distfile was renamed and rerolled (only autotools-related changes)
- Wrap overly long lines, reindent OPTIONS (and rephrase one)
- Stop patching things at extract stage
2008-07-23 21:06:53 +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
2d73db3533 - Chase devel/sdl12 shlib version bump 2008-03-13 14:28:35 +00:00
Alexey Dokuchaev
5a6f00f474 - Fix the build on 64-bit arches [1]
- Minor cosmetic Makefile nits

Tested on:	amd64 [1]
Reported by:	pointyhat (logs) [1]
2007-09-07 10:13:01 +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
Kris Kennaway
1d51e221d2 BROKEN on !i386: Does not compile 2007-04-21 17:36:46 +00:00
Alexey Dokuchaev
542806f3b4 Reflect current state of affairs. 2007-03-02 10:18:00 +00:00
Alexey Dokuchaev
00e395e5b2 Belatedly update to version 0.6.1. 2007-03-02 10:09:27 +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
Alejandro Pulver
08aaf3c6b0 - Add missing file from previous commit. 2006-08-14 20:48:17 +00:00
Alejandro Pulver
c8eaf62a85 - Bump PORTREVISION.
- Add GAME and CTF options (disabled by default because provided by
  "games/quake2-data" and "games/quake2-ctf" respectively).

PR:		ports/101011
Submitted by:	alepulver
Approved by:	maintainer (timeout)
2006-08-14 20:46:20 +00:00
Alexey Dokuchaev
623741aebc Augment master sites. 2006-07-06 10:07:26 +00:00
Alexey Dokuchaev
2c855f24b5 Update to version 0.4.0. 2006-07-06 10:02:05 +00:00
Alexey Dokuchaev
e8b61289ae - Fix the build with older GCC [1]
- Correct the #include of <mysql.h>
- Add `-rdynamic' to LDFLAGS for main executable

[1] Since I do not plan to commit GCC 2.95 support to Quetoo SVN, I decided
to not split patch for separate files.  Once we stop supporting RELENG_4,
this patch can go away if it would cause problems keeping it in sync.

Reported by:	krismail [1]
2006-06-16 08:28:04 +00:00
Alexey Dokuchaev
0c07718c1d Update to version 0.3.4. 2006-06-06 09:00:16 +00:00
Alexey Dokuchaev
11c6990432 Fix the build.
Reported by:	krismail
2006-04-12 11:23:50 +00:00
Alexey Dokuchaev
a03117e2af Don't confuse end-users, use more common word in COMMENT. 2006-04-10 15:09:30 +00:00
Alexey Dokuchaev
4967c6a1dd Add quetoo 0.3.3., a fast, stable, compatible, and secure Quake II engine.
WWW: http://jdolan.dyndns.org/jaydolan/quetoo.html
2006-04-10 13:45:07 +00:00