aboutsummaryrefslogtreecommitdiff
path: root/graphics/simpleviewer
Commit message (Collapse)AuthorAgeFilesLines
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-1/+1
| | | | | | | | | | | | | to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit) Notes: svn path=/head/; revision=367888
* Quote ${CC} and similar variables in MAKE_ARGS.Tijl Coosemans2014-05-201-1/+1
| | | | | | | Reported by: Dominic Fandrey <kamikaze@bsdforen.de> Notes: svn path=/head/; revision=354670
* - Add staging supportPawel Pekala2014-04-281-9/+6
| | | | | | | - Convert to new LIB_DEPENDS format, USES=tar:bzip2 Notes: svn path=/head/; revision=352543
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=351411
* graphics/simpleviewer: add <unistd.h> for modern compilersJohn Marino2013-10-011-0/+10
| | | | Notes: svn path=/head/; revision=328986
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* Drop support for old versions of FreeBSD from unmaintained portsEitan Adler2013-03-281-5/+0
| | | | | | | Reviewed by: miwi Notes: svn path=/head/; revision=315474
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenKoop Mast2012-08-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=302037
* - update png to 1.5.10Dirk Meyer2012-06-012-3/+14
| | | | Notes: svn path=/head/; revision=297915
* - build with giflibDirk Meyer2012-02-181-3/+2
| | | | Notes: svn path=/head/; revision=291751
* Drop maintainership.Alexey Dokuchaev2011-12-161-1/+1
| | | | Notes: svn path=/head/; revision=287481
* Allow to exit by pressing `q' in addition to ESC. Don't bump PORTREVISIONAlexey Dokuchaev2011-05-211-2/+4
| | | | | | | as it is really a minor change. Notes: svn path=/head/; revision=274414
* Refine port description.Alexey Dokuchaev2011-04-111-5/+4
| | | | Notes: svn path=/head/; revision=272528
* Fix the build on recent FreeBSD versions.Alexey Dokuchaev2011-04-081-1/+5
| | | | | | | | Reported by: Sergey V. Dyatko Pointyhat to: danfe Notes: svn path=/head/; revision=272374
* Fix ESC button reaction.Alexey Dokuchaev2011-04-082-3/+6
| | | | Notes: svn path=/head/; revision=272367
* Add simpleviewer 1.7.1553.8560, small and simple OpenGL image viewerAlexey Dokuchaev2011-04-084-0/+146
with transparency support. Notes: svn path=/head/; revision=272365