Commit Graph

20 Commits

Author SHA1 Message Date
Antoine Brodin
675e66a74b Mark BROKEN: fails to link
g++48  -L/usr/local/lib -lpthread -lglut -lGL -lXext -lX11 -lXmu  -lGLU -lm -fstack-protector -Wl,-rpath=/usr/local/lib/gcc48 -L/usr/local/lib/gcc48 /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FFFF3.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FragmentProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/FragmentProgramARB10.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/GPUProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/PixelBuffer.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgram.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramATI.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/extensions.obj /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/vpext.obj -o /wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/ffff
/wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj: In function `VertexProgramNV::setOrtho2D(double, double, double, double)':
VertexProgramNV.cpp:(.text+0x167): undefined reference to `glTrackMatrixNV'
/wrkdirs/usr/ports/graphics/ffff/work/FFFF323-src/VertexProgramNV.obj: In function `VertexProgramNV::initializeGPU_VP(int, int, int, double, double, double, double)':
VertexProgramNV.cpp:(.text+0x2ae): undefined reference to `glGenProgramsNV'
VertexProgramNV.cpp:(.text+0x2c3): undefined reference to `glBindProgramNV'
VertexProgramNV.cpp:(.text+0x31d): undefined reference to `glLoadProgramNV'
VertexProgramNV.cpp:(.text+0x361): undefined reference to `glProgramParameter4fNV'
VertexProgramNV.cpp:(.text+0x395): undefined reference to `glProgramParameter4fNV'
VertexProgramNV.cpp:(.text+0x3c9): undefined reference to `glProgramParameter4fNV'

Reported by:	pkg-fallout
2015-09-27 10:29:22 +00:00
John Marino
9746d6524b graphics category: Remove $PTHREAD_LIBS
graphics/zbar didn't pass check-plist (pre-existing), fixed.

approved by:	PTHREAD blanket
2015-03-25 20:09:42 +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
Vanilla I. Shu
8bfdf101d2 1: add USE_GCC=any to fix build.
2: Stagify.
2014-08-14 16:10:14 +00:00
Baptiste Daroussin
2bbb53adc3 Reset maintainership for ports not staged with no pending PR
With hat:	portmgr
2014-07-23 17:07:12 +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
Baptiste Daroussin
665bec206d Convert g* to USES=zip 2014-03-10 14:49:26 +00:00
Baptiste Daroussin
eb08c5441c Add NO_STAGE all over the place in preparation for the staging support (cat: graphics) 2013-09-20 18:35:44 +00:00
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
Carlo Strub
db5e2bc177 Fix typos in COMMENT
Approved by:	portmgr@ (implicit)
2012-07-29 11:17:02 +00:00
Olli Hauer
30f9161773 -remove MD5 2011-07-03 14:12:22 +00:00
Dmitry Marakasov
535382b891 - Retire MASTER_SITE_SOURCEFORGE_EXTENDED, it's no longer needed - all mirrors actually have all distfiles
- Merge all SF mirrors to MASTER_SITE_SOURCEFORGE, resort according to quick download speed survey
- Fix MASTER_SITES for all port that have used SOURCEFORGE_EXTENTED

Approved by:	portmgr (pav)
2009-09-02 15:01:56 +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
Martin Wilke
dcb13f7b8e - Unbreak
- Fix build with gcc 4.2

PR:		117874
Submitted by:	bsam
Approved by:	maintainer timeout
2008-05-31 22:07:14 +00:00
Martin Wilke
911e1ec7e4 - Fix build after xorg cleanup
Submitted by:	pointyhat via pav
2008-04-25 22:48:54 +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
ca519ab8c0 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-24 23:21:25 +00:00
Mark Linimon
9a63258274 Mark as broken with gcc4.2. 2007-10-04 08:50:50 +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
Emanuel Haupt
6cdf88141e Add ffff, a fast mandelbrot fractal generator with features such as:
* OpenGL
   * realtime zoom
   * SSE/AltiVec QuadPixel
   * SSE2/3DNow! DualPixel calc
   * FPU per pixel calc
   * GPU asm (Fragment/Vertex) calc
   * multiprocessor support
   * benchmarking
   * optimized assembler code!

This port uses the standard mandelbrot fractal at near-Xaos speed. Yet every
pixel is computed. There is also an interesting parameter ray algoritymn using
your 3D card. A 3D card is strongly recommended for screen speed and additional
coprocessing power.

WWW: http://sourceforge.net/projects/ffff/

PR:		103441
Submitted by:	rossiya@gmail.com
2006-10-04 10:54:05 +00:00