aboutsummaryrefslogtreecommitdiff
path: root/graphics/meshviewer
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Get rid of QT_PREFIX in favour of PREFIX.Tobias C. Berner2016-12-181-1/+1
| | | | | | | | | | | QT_PREFIX was a remnant of a bygone time. Reviewed by: rakuco Approved by: rakuco (mentor) Differential Revision: https://reviews.freebsd.org/D8825 Notes: svn path=/head/; revision=428889
* - Fix LICENSEDmitry Marakasov2016-02-063-22/+13
| | | | | | | | | - Simplify docs installation - Switch to options helpers - Regenerate patches with `make makepatch` Notes: svn path=/head/; revision=408331
* graphics category: Remove $PTHREAD_LIBSJohn Marino2015-03-251-2/+1
| | | | | | | | | graphics/zbar didn't pass check-plist (pre-existing), fixed. approved by: PTHREAD blanket Notes: svn path=/head/; revision=382266
* 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
* - Fix various distinfo errorsAlex Kozlov2014-05-311-1/+0
| | | | | | | | | | | - Remove unused USE_* knobs - Convert USE_TWISTED_RUN to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr (antoine) Notes: svn path=/head/; revision=355995
* Add staging supportPawel Pekala2014-04-281-15/+6
| | | | Notes: svn path=/head/; revision=352473
* Remove trailing whitespaces from category graphicsEmanuel Haupt2014-02-211-1/+1
| | | | Notes: svn path=/head/; revision=345412
* According to the Porter's Handbook (5.12.2.3.) default options must be added toEmanuel Haupt2014-02-101-0/+3
| | | | | | | | | | | | | | OPTIONS_DEFINE. This policy has been implemented only recently that's why we have many ports violating this policy. This patch adds the default options specified in the Porter's Handbook to OPTIONS_DEFINE where they are being used. Ports maintained by gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded. Approved by: portmgr (bapt) Notes: svn path=/head/; revision=343634
* 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
* Add explicit dependency on pkgconf (20 ports)John Marino2013-09-121-1/+1
| | | | | | | Approved by: portmgr (bapt, implicit) Notes: svn path=/head/; revision=327041
* - Convert to OptionsNGBeech Rintoul2013-03-211-9/+27
| | | | | | | | | | | - Fix docs - Bump portrevision PR: ports/177157 Submitted by: nemysis <nemysis@gmx.ch> Notes: svn path=/head/; revision=314879
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4Martin Wilke2012-06-061-2/+1
| | | | | | | Review by: bapt, David Naylor (kde team) Notes: svn path=/head/; revision=298557
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Make the port build with the upcoming Qt 4.8.x series.Raphael Kubo da Costa2012-05-203-9/+30
| | | | | | | | | | | | | | | | | | | | Since 4.8.0 [1], Qt itself does not automatically include GLU's headers and libraries with its OpenGL module, so applications which relied on Qt to get these need to be adjusted. This has also involved polishing the port Makefile a little. It still needs a lot of love. For now: - Remove the modeline from the beginning of the file. Add an - explicit dependency on GLU via USE_GL=glu. Move the CXXFLAGS and - LDFLAGS lines up in the file. Merge the two lines setting LDFLAGS. - Fix the port's build system to use CXXFLAGS instead of CPPFLAGS for - C++ compiler flags, so that we need not set FLAGS in MAKE_ARGS anymore. [1] http://qt.gitorious.org/qt/qt/commit/e7eed096a0c33607a7a37baaf06e5952dc9d556b Notes: svn path=/head/; revision=296995
* - Correctly link against pthread to avoid segfaulting at shlib load timePietro Cerutti2012-01-041-0/+2
| | | | | | | - Bump PORTREVISION Notes: svn path=/head/; revision=288511
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-2/+2
| | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=282282
* - Update to version 0.3.3Martin Wilke2011-03-252-13/+14
| | | | | | | | PR: 155864 Submitted by: Ports Fury Notes: svn path=/head/; revision=271715
* - update to 1.4.1Dirk Meyer2010-03-281-0/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - 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
* - Update to 0.3.2Martin Wilke2009-01-143-56/+20
| | | | | | | | PR: 130468 Submitted by: Ports Fury Notes: svn path=/head/; revision=226098
* Bump portrevision due to upgrade of devel/gettext.Edwin Groothuis2008-06-061-1/+1
| | | | | | | | | | | | | The affected ports are the ones with gettext as a run-dependency according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT in Makefile (29 of them). PR: ports/124340 Submitted by: edwin@ Approved by: portmgr (pav) Notes: svn path=/head/; revision=214430
* - 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
* - Update to version 0.3.1Martin Wilke2006-08-283-19/+19
| | | | | | | | PR: ports/102581 Submitted by: KATO Tsuguru <tkato432(at)yahoo.com> Notes: svn path=/head/; revision=171544
* Update to version 0.3.0Ion-Mihai Tetcu2006-08-015-60/+30
| | | | | | | | PR: ports/101193 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=169385
* - Update to 0.2.3Pav Lucistnik2005-12-114-26/+4
| | | | | | | | PR: ports/90194 Submitted by: KATO Tsuguru <tkato432@yahoo.com> Notes: svn path=/head/; revision=150879
* - Add SHA256Pav Lucistnik2005-11-261-0/+1
| | | | Notes: svn path=/head/; revision=149530
* Fix build with gcc-3.4Kirill Ponomarev2004-08-283-0/+24
| | | | | | | | PR: ports/71060 Submitted by: Ports Fury Notes: svn path=/head/; revision=117490
* - Update to version 0.2.2Kirill Ponomarev2004-04-185-9/+38
| | | | | | | | PR: ports/65715 Submitted by: Ports Fury Notes: svn path=/head/; revision=107436
* Use PLIST_FILES.Trevor Johnson2004-02-052-1/+1
| | | | | | | Reviewed by: marcus Notes: svn path=/head/; revision=100076
* SIZEify.Trevor Johnson2004-01-291-0/+1
| | | | Notes: svn path=/head/; revision=99360
* - Update to version 0.2.1.1Kirill Ponomarev2003-12-043-20/+32
| | | | | | | | PR: 59755 Submitted by: Ports Fury Notes: svn path=/head/; revision=94935
* upgrade to 0.2.0.1Ying-Chieh Liao2003-04-263-9/+6
| | | | Notes: svn path=/head/; revision=79678
* de-pkg-commentAkinori MUSHA2003-02-202-1/+1
| | | | Notes: svn path=/head/; revision=75960
* URL updates for multiple portsEdwin Groothuis2003-02-121-1/+1
| | | | | | | | PR: ports/48118 Submitted by: tadalunch@sources.redhat.com Notes: svn path=/head/; revision=75332
* add meshviewer 0.1.2Ying-Chieh Liao2003-02-087-0/+84
Mesh Viewer Notes: svn path=/head/; revision=75112