aboutsummaryrefslogtreecommitdiff
path: root/graphics/ftgl
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* graphics/ftgl: fix build on GCC architecturesPiotr Kubaj2020-08-041-1/+2
| | | | | | | | Use C++11 compiler: ./FTGL/FTLibrary.h:137: error: ISO C++ forbids declaration of 'atomic' with no type Notes: svn path=/head/; revision=544170
* - Update to 2.4.0Dmitry Marakasov2020-07-316-26/+28
| | | | | | | | PR: 248272 Submitted by: jbeich Notes: svn path=/head/; revision=543867
* Multiple ports: improve regex complianceKyle Evans2020-06-081-0/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | These changes largely fall into just two categories: 1. Need textproc/gsed for GNU extensions 2. Extraneous escapes that can go away For #1, there's a further subdivision into those that require autoconf magic and those that can get away with BINARY_ALIAS=sed=${LOCALBASE}/bin/gsed. -CURRENT will soon gain GNU extensions, but these will take longer to get to all supported releases; we must switch them to gsed to ensure we're actually properly building them as intended. For #2, I've fixed these as I can and we should upstream these fixes. PORTREVISION is bumped for all of the above, because we will almost certainly build these differently when the replacements actually start working. These were all detected by the below-referenced exp-run [1]. The patch included forbids many ordinary characters from being escaped, since we'll later imbue those with special meanings. This has had the nice side effect of picking up various things that we didn't handle properly, e.g. \t and \r for tab and carriage return. PR: 229925 [1] Approved by: koobs (mentor) Approved by: portmgr (blanket: trivial build fixes) MFH: no (invasive risk) Differential Revision: https://reviews.freebsd.org/D25185 Notes: svn path=/head/; revision=538197
* Add USES=xorg USES=gl, ports categories gNiclas Zeising2019-11-051-1/+1
| | | | | | | | Add USES=xorg and USES=gl to ports in categories starting with 'g'. While here, try to sprinkle other USES (mostly gnome and sdl) as needed. Notes: svn path=/head/; revision=516845
* - Update WWWDmitry Marakasov2017-07-141-1/+1
| | | | Notes: svn path=/head/; revision=445745
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-1/+1
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* - Add LICENSEDmitry Marakasov2015-04-011-2/+7
| | | | | | | - Strip library Notes: svn path=/head/; revision=382932
* - Cleanup plistDmitry Marakasov2014-09-221-1/+0
| | | | Notes: svn path=/head/; revision=368855
* 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
* - Drop .la files, no dependees require themDmitry Marakasov2014-09-102-3/+2
| | | | Notes: svn path=/head/; revision=367824
* Remove indefinite articles and trailing periods from COMMENT, plusJimmy Olgeni2014-06-131-1/+1
| | | | | | | | | | minor COMMENT typos and surrounding whitespace fixes. Categories G-I. CR: D201 Approved by: portmgr (bapt) Notes: svn path=/head/; revision=357654
* - Support stagingDmitry Marakasov2014-06-052-2/+4
| | | | | | | - Switch to USES=libtool, drop .la files Notes: svn path=/head/; revision=356668
* The FreeBSD x11@ and graphics team proudly presentsNiclas Zeising2014-04-161-0/+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
* - Support stagingDmitry Marakasov2013-10-161-6/+4
| | | | | | | - Use new LIB_DEPENDS syntax Notes: svn path=/head/; revision=330565
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | graphics) Notes: svn path=/head/; revision=327733
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - Trim Makefile headersDmitry Marakasov2013-06-182-7/+3
| | | | | | | | | | - Drop ABI versions from LIB_DEPENDS - OptionsNG - Pet portlint - Switch to dynamic plist where useful Notes: svn path=/head/; revision=321181
* This changes almost all the "gnomehack" only USE_GNOME cases to USES= pathfix.Eitan Adler2013-03-191-1/+1
| | | | | | | | | | | | If a port used other USE_GNOME items it was untouched. The ports that used other USES were fixed by hand. PR: ports/177081 Reviewed by: bapt Approved by: portmgr (miwi) Notes: svn path=/head/; revision=314640
* Remove more tags from pkg-descr files fo the form:Doug Barton2011-10-241-3/+0
| | | | | | | | | | | - 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. Notes: svn path=/head/; revision=284232
* -remove MD5Olli Hauer2011-07-031-1/+0
| | | | Notes: svn path=/head/; revision=276992
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-1/+1
| | | | | | | starting with G Notes: svn path=/head/; revision=240070
* - Mark MAKE_JOBS_SAFEDmitry Marakasov2009-03-311-0/+1
| | | | | | | - Use SF/subdir abbreviation for some ports Notes: svn path=/head/; revision=231398
* - Update WWWDmitry Marakasov2008-12-221-1/+1
| | | | | | | | PR: 129833 Submitted by: Shane Bell <decept0 at gmail dot com> Notes: svn path=/head/; revision=224563
* - Update ftgl to 2.1.3-rc5 (previous version was either 2.0.5 (from .pc ↵Dmitry Marakasov2008-07-116-173/+24
| | | | | | | | | | | file) or 2.1.2 (from distfile name), not 2.12), take maintainership - Update dependent port (games/duel) - use LIB_DEPENDS for ftgl and bumb PORTREVISION Approved by: alepulver (games/duel maintainer), miwi (mentor) Notes: svn path=/head/; revision=216709
* - Remove unneeded dependency from gtk12/gtk20 [1]Martin Wilke2008-04-192-8/+6
| | | | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=211584
* Fix build on CURRENTTilman Keskinoz2007-05-291-0/+11
| | | | Notes: svn path=/head/; revision=192332
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-191-0/+1
| | | | | | | | - Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544
* Reset bouncing maintainer address ip@doom.homeunix.org. We hope to see himMark Linimon2006-07-221-1/+1
| | | | | | | | | back soon. Hat: portmgr Notes: svn path=/head/; revision=168445
* Remove USE_REINPLACE for categories starting with a GEdwin Groothuis2006-05-071-1/+0
| | | | Notes: svn path=/head/; revision=161663
* - SHA256ifyEdwin Groothuis2006-01-301-0/+1
| | | | | | | - remove double SIZE entry for kipi-plugins Notes: svn path=/head/; revision=154790
* - Unbreak; fix pkg-plistTim Bishop2006-01-232-4/+4
| | | | | | | | PR: 92196 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> (maintainer) Notes: svn path=/head/; revision=154235
* BROKEN: Incorrect pkg-plistKris Kennaway2006-01-141-0/+2
| | | | Notes: svn path=/head/; revision=153423
* - libdata/pkgconfig is now included in mtreePav Lucistnik2005-05-161-1/+0
| | | | | | | Approved by: marcus (portmgr hat) Notes: svn path=/head/; revision=135416
* Unbreak by updating to 2.12Tilman Keskinoz2005-04-214-19/+6
| | | | | | | | PR: 75129 Submitted by: Igor Pokrovsky <ip@doom.homeunix.org> Notes: svn path=/head/; revision=133883
* At Kris's request, back out the MACHINE_ARCH spelling correction untilDavid E. O'Brien2005-04-121-1/+1
| | | | | | | after 5.4-RELEASE. Notes: svn path=/head/; revision=133116
* Assist getting more ports working on AMD64 by obeying theDavid E. O'Brien2005-04-111-1/+1
| | | | | | | Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. Notes: svn path=/head/; revision=132992
* BROKEN: Incomplete pkg-plistKris Kennaway2005-03-261-0/+2
| | | | | | | Approved by: portmgr (self) Notes: svn path=/head/; revision=131971
* Change maintainer's email.Kirill Ponomarev2004-07-211-1/+1
| | | | Notes: svn path=/head/; revision=114355
* Update to version 2.0.9Kirill Ponomarev2004-06-207-77/+147
| | | | | | | | PR: ports/67963 Submitted by: maintainer Notes: svn path=/head/; revision=111838
* Fix the install pkgconfig's specific file ftgl.pc.Jeremy Messenger2004-06-032-0/+3
| | | | | | | | | PR: ports/67540 Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) Approved by: adamw (mentor) Notes: svn path=/head/; revision=110791
* Correct version number.Sergey A. Osokin2004-03-311-2/+1
| | | | | | | | Submitted by: Igor Pokrovsky <tiamat@comset.net> (maintainer) PR: 64994 Notes: svn path=/head/; revision=105780
* SIZEify (maintainer timeout)Trevor Johnson2004-03-311-0/+1
| | | | Notes: svn path=/head/; revision=105747
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add ftgl 2.04,Kirill Ponomarev2004-01-176-0/+152
FTGL is a free open source library to enable developers to use arbitrary fonts in their OpenGL applications. Unlike other OpenGL font libraries FTGL uses standard font file formats so doesn't need a preprocessing step to convert the high quality font data into a lesser quality, proprietary format. FTGL uses the Freetype (www.freetype.org) font library to open and 'decode' the fonts. It then takes that output and stores it in a format most efficient for OpenGL rendering. PR: 61456 Submitted by: Igor Pokrovsky <tiamat@comset.net> Notes: svn path=/head/; revision=98379