aboutsummaryrefslogtreecommitdiff
path: root/games/burrtools
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
* devel/boost-*: update to 1.64.0Jan Beich2017-05-021-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_64_0.html PR: 218835 Approved by: office (bapt) Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D10472 Notes: svn path=/head/; revision=439934
* devel/boost-*: update to 1.63.0Jan Beich2017-01-061-1/+1
| | | | | | | | | | | Changes: http://www.boost.org/users/history/version_1_63_0.html PR: 215598 Exp-run by: antoine Approved by: office (bapt) MFH: 2017Q1 Notes: svn path=/head/; revision=430692
* devel/boost-*: update to 1.62.0Jan Beich2016-11-231-1/+1
| | | | | | | | | | | | | | | - Enable `long double` C99 math usage - Switch 9.x back to building with GCC Changes: http://www.boost.org/users/history/ PR: 199601 Submitted by: Chen Xu, bapt, amdmi3, truckman (based on) Reviewed by: rakuco (kde) (earlier version) Exp-run by: antoine (3 tries), truckman (consumers only, earlier versions) Approved by: bapt (office) Notes: svn path=/head/; revision=426908
* - Fix LICENSEDmitry Marakasov2016-09-231-10/+11
| | | | | | | | - Simplify installation - Switch to options helpers Notes: svn path=/head/; revision=422658
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hide actual commands executed and only show short summary line (like "CC foo.c"). CMake and ninja enable this by default, some autotools using ports do as well. This is unacceptable because we need complete build logs at any time, so we now switch to verbose build logs unconditionally. Note that this change deliberately affects ALL builds and not only package builds on cluster, because we need to be sure that user experiencing failure can always provide informative build log regardless of settings and without rerunning the build. Change summary: - Always do verbose builds for cmake, ninja and GNU configure (the latter includes check if --disable-silent-rules is actually supported by the configure script; there are isolated cases when it's not true) - Remove CMAKE_VERBOSE, NINJA_VERBOSE and CONFIGURE_ARGS=--disable-silent-rules from all ports which set them for this is no longer needed - Revert hacks for --disable-silent-rules support priorly committed to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well Submitted by: amdmi3 Reviewed by: mat Exp-run by: antoine Approved by: portmgr (mat, antoine) Differential Revision: D7534 Notes: svn path=/head/; revision=421635
* games/burrtools: minor improvementsJan Beich2016-05-304-46/+19
| | | | | | | | | | | | | | | - Unbundle lua 5.1 - Adjust category and fix icon path in .desktop file - Avoid overlinking FLTK dependencies - Integrate DragonFly fix - Drop unnecessary patch - Drop unused xmlwrapp dependency - Convert to USES=localbase - Pacify stage-qa (shared libs) - Pacify portlint (regen patches) Notes: svn path=/head/; revision=416148
* games/burrtools: switch back to clang on 10+Jan Beich2016-05-302-8/+55
| | | | | | | | | | Fix undefined behavior on startup when parsing (embedded) config file written in Lua. MFH: 2016Q2 Notes: svn path=/head/; revision=416147
* games/burrtools: unbreak build on 11.0Jan Beich2016-05-301-0/+9
| | | | | | | | | | | | | | | | | lib/stl.cpp: In member function 'void stlExporter_c::write(const char*, const voxel_c&, const faceList_c&)': lib/stl.cpp:69:38: error: invalid conversion from 'const char*' to 'char*' [-fpermissive] const char * title = basename(fname); ^ In file included from lib/stl.cpp:44:0: /usr/include/libgen.h:38:7: error: initializing argument 1 of 'char* basename(char*)' [-fpermissive] char *basename(char *); ^ PR: 209747 Reported by: antoine (exp-run) Notes: svn path=/head/; revision=416146
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-5/+5
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* games/burrtools: check OPSYS before using OSVERSIONJohn Marino2015-12-061-1/+1
| | | | | | | | This really needs USES=compiler:features I think rather than hardcoding the c++ library. Notes: svn path=/head/; revision=403101
* Bump portrevision after png updateBaptiste Daroussin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375598
* Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgradeAntoine Brodin2014-12-251-1/+1
| | | | Notes: svn path=/head/; revision=375594
* Update the default version of GCC in the Ports Collection from GCC 4.7.4Gerald Pfeifer2014-09-101-0/+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
* - Update to 0.6.3Martin Wilke2014-03-112-24/+43
| | | | | | | | PR: 187064 Submitted by: Ports Fury Notes: svn path=/head/; revision=347830
* - Fix build on 10.xDmitry Marakasov2014-02-194-3/+25
| | | | | | | | - Remove USE_GCC - Use canonical patch filenames Notes: svn path=/head/; revision=345004
* Chase boost and icu bumpBaptiste Daroussin2014-02-071-1/+1
| | | | | | | While here convert some LIB_DEPENDS Notes: svn path=/head/; revision=343214
* - Remove indefinite article from COMMENTDanilo Egea Gondolfo2013-10-301-21/+16
| | | | | | | | | | - Convert LIB_DEPENDS to new syntax - Add DOCS and EXAMPLES options - Convert USE_GMAKE to USES - Add stage support Notes: svn path=/head/; revision=332077
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | games) Notes: svn path=/head/; revision=327730
* - Remove MAKE_JOBS_SAFE variableAlex Kozlov2013-08-141-1/+0
| | | | | | | Approved by: portmgr (bdrewery) Notes: svn path=/head/; revision=324744
* - fix build after shlib bump of xmlwrappDirk Meyer2013-03-251-2/+2
| | | | Notes: svn path=/head/; revision=315197
* Chase boost updateBaptiste Daroussin2013-01-311-7/+2
| | | | Notes: svn path=/head/; revision=311310
* Set maintainership back to ports@Carlo Strub2012-06-031-1/+1
| | | | Notes: svn path=/head/; revision=298080
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+2
| | | | Notes: svn path=/head/; revision=297915
* Update to 0.6.2Carlo Strub2011-10-112-5/+5
| | | | | | | Approved by: glarkin@ (mentor) Notes: svn path=/head/; revision=283391
* - 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
* Change maintainer address to my FreeBSD addressCarlo Strub2011-09-151-1/+1
| | | | | | | Approved by: wen@ (mentor) Notes: svn path=/head/; revision=281802
* - Updated to 0.6.1Greg Larkin2011-02-172-4/+5
| | | | | | | | | | | Changes: http://burrtools.sourceforge.net/repos/head/NEWS - Added to MASTER_SITES PR: ports/154733 Submitted by: C-S <c-s@c-s.li> (maintainer) Notes: svn path=/head/; revision=269282
* - Unbreak on FreeBSD 6.x. Added requirement for gcc 4.2+, since theGreg Larkin2010-12-031-4/+1
| | | | | | | | | | dependent devel/boost-libs requires it, and burrtools had been compiled by default with gcc 3.4.6 on 6.x. Reported by: pointyhat (via pav) Notes: svn path=/head/; revision=265634
* - Mark BROKEN on 6.XPav Lucistnik2010-11-291-1/+7
| | | | | | | Reported by: pointyhat Notes: svn path=/head/; revision=265405
* - Updated to 0.6.0 (http://freshmeat.net/projects/burrtools/releases/322931)Greg Larkin2010-11-125-31/+33
| | | | | | | | | | | - Passed maintainership to submitter - Added MAKE_JOBS_SAFE and LICENSE PR: ports/151393 Submitted by: Carlo Strub <c-s at c-s dot li> Notes: svn path=/head/; revision=264428
* - update to 1.4.1Dirk Meyer2010-03-281-2/+2
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* - Chase x11-toolkits/fltk updatePietro Cerutti2010-03-231-3/+3
| | | | Notes: svn path=/head/; revision=251412
* - update to jpeg-8Dirk Meyer2010-02-051-0/+1
| | | | Notes: svn path=/head/; revision=249285
* - Update to 0.5.2Martin Wilke2009-11-022-5/+4
| | | | | | | | PR: 140116 Submitted by: Ports Fury Notes: svn path=/head/; revision=243646
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-0/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* - Update to 0.5.1Martin Wilke2009-05-093-32/+27
| | | | | | | | PR: 134283 Submitted by: Ports Fury Notes: svn path=/head/; revision=233510
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-231-0/+2
| | | | | | | | | | | - 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). Notes: svn path=/head/; revision=226727
* - Update to 0.4.2Dmitry Marakasov2009-01-183-9/+27
| | | | | | | | PR: 130650 Submitted by: "Beat Gätzi" <beat at chruetertee dot ch> Notes: svn path=/head/; revision=226349
* - S/X11BASE/LOCALBASEMartin Wilke2008-08-291-2/+2
| | | | Notes: svn path=/head/; revision=219426
* upgrade to 0.4.1Ying-Chieh Liao2008-08-294-6/+49
| | | | | | | drop maintainership Notes: svn path=/head/; revision=219425
* upgrade to 0.3.1Ying-Chieh Liao2007-08-012-5/+5
| | | | Notes: svn path=/head/; revision=196911
* - 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
* upgrade to 0.2.3Ying-Chieh Liao2007-04-302-4/+4
| | | | Notes: svn path=/head/; revision=191171
* upgrade to 0.2.2Ying-Chieh Liao2007-04-163-19/+8
| | | | Notes: svn path=/head/; revision=190049
* add burrtools 0.2.1Ying-Chieh Liao2007-03-234-0/+48
A puzzle solver Notes: svn path=/head/; revision=188096