1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
Commit Graph

50 Commits

Author SHA1 Message Date
Jan Beich
cc95712fbe devel/boost-*: update to 1.67.0
Changes:	http://www.boost.org/users/history/version_1_67_0.html
PR:		227427
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D15030
2018-04-18 13:57:42 +00:00
Jan Beich
25beeff079 devel/boost-*: update to 1.66.0
Changes:	http://www.boost.org/users/history/version_1_66_0.html
PR:		223922
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D13279
2018-01-18 04:11:02 +00:00
Jan Beich
98eb11b2f0 devel/boost-*: update to 1.65.1
Changes:	http://www.boost.org/users/history/version_1_65_1.html
PR:		218835
Approved by:	maintainer timeout (1.65.1: 2 weeks; 1.65.0: 1 month)
Tested by:	jhibbits (on powerpc64, earlier version)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:08:16 +00:00
Jan Beich
7e21a6476a devel/boost-*: enable C++11 features
PR:		218835
Obtained from:	https://github.com/DragonFlyBSD/DeltaPorts/pull/690
Approved by:	maintainer timeout (2 months)
Exp-run by:	antoine
Differential Revision:	https://reviews.freebsd.org/D11582
2017-09-25 00:05:05 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Jan Beich
b324ade02d devel/boost-*: update to 1.64.0
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
2017-05-02 06:48:10 +00:00
Jan Beich
59e02117ae devel/boost-*: update to 1.63.0
Changes:	http://www.boost.org/users/history/version_1_63_0.html
PR:		215598
Exp-run by:	antoine
Approved by:	office (bapt)
MFH:		2017Q1
2017-01-06 08:45:03 +00:00
Jan Beich
a8713d15f4 devel/boost-*: update to 1.62.0
- 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)
2016-11-23 12:45:46 +00:00
Dmitry Marakasov
ba60aed57b - Fix LICENSE
- Simplify installation
- Switch to options helpers
2016-09-23 09:01:40 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
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
2016-09-09 19:42:46 +00:00
Jan Beich
562522c625 games/burrtools: minor improvements
- 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)
2016-05-30 12:01:18 +00:00
Jan Beich
c2aa416155 games/burrtools: switch back to clang on 10+
Fix undefined behavior on startup when parsing (embedded) config file
written in Lua.

MFH:		2016Q2
2016-05-30 12:00:30 +00:00
Jan Beich
92e32bc91b games/burrtools: unbreak build on 11.0
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)
2016-05-30 11:58:42 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
John Marino
2d9bf48fc3 games/burrtools: check OPSYS before using OSVERSION
This really needs USES=compiler:features I think rather than
hardcoding the c++ library.
2015-12-06 11:13:01 +00:00
Baptiste Daroussin
bb21093773 Bump portrevision after png update 2014-12-25 20:54:41 +00:00
Antoine Brodin
7ae46e9b12 Change libpng15.so to libpng.so in LIB_DEPENDS to prepare the upgrade 2014-12-25 19:04:25 +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
Martin Wilke
4b44d3e2ca - Update to 0.6.3
PR:		187064
Submitted by:	Ports Fury
2014-03-11 02:34:23 +00:00
Dmitry Marakasov
81f0ed54c5 - Fix build on 10.x
- Remove USE_GCC
- Use canonical patch filenames
2014-02-19 05:44:13 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Danilo Egea Gondolfo
084bf86abf - Remove indefinite article from COMMENT
- Convert LIB_DEPENDS to new syntax
- Add DOCS and EXAMPLES options
- Convert USE_GMAKE to USES
- Add stage support
2013-10-30 06:31:41 +00:00
Baptiste Daroussin
c84e1cd8e6 Add NO_STAGE all over the place in preparation for the staging support (cat: games) 2013-09-20 17:36:33 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Dirk Meyer
dfa30eb7bf - fix build after shlib bump of xmlwrapp 2013-03-25 06:08:41 +00:00
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Carlo Strub
fe19e92f65 Set maintainership back to ports@ 2012-06-03 12:14:38 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Carlo Strub
0078929820 Update to 0.6.2
Approved by:	glarkin@ (mentor)
2011-10-11 19:59:12 +00:00
Dmitry Marakasov
6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- 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
2011-09-23 22:26:39 +00:00
Carlo Strub
178dc40a96 Change maintainer address to my FreeBSD address
Approved by:	wen@ (mentor)
2011-09-15 12:33:27 +00:00
Greg Larkin
7ea3656093 - Updated to 0.6.1
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)
2011-02-17 15:04:27 +00:00
Greg Larkin
a7c4f78588 - Unbreak on FreeBSD 6.x. Added requirement for gcc 4.2+, since the
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)
2010-12-03 19:27:04 +00:00
Pav Lucistnik
cf93c79e17 - Mark BROKEN on 6.X
Reported by:	pointyhat
2010-11-29 19:02:43 +00:00
Greg Larkin
2bca0228ef - Updated to 0.6.0 (http://freshmeat.net/projects/burrtools/releases/322931)
- Passed maintainership to submitter
- Added MAKE_JOBS_SAFE and LICENSE

PR:		ports/151393
Submitted by:	Carlo Strub <c-s at c-s dot li>
2010-11-12 01:41:04 +00:00
Dirk Meyer
de78af3ac5 - update to 1.4.1
Reviewed by:	exp8 run on pointyhat
Supported by:	miwi
2010-03-28 06:47:48 +00:00
Pietro Cerutti
c6a2501ef2 - Chase x11-toolkits/fltk update 2010-03-23 21:14:39 +00:00
Dirk Meyer
ca9c60461c - update to jpeg-8 2010-02-05 11:46:55 +00:00
Martin Wilke
687934092a - Update to 0.5.2
PR:		140116
Submitted by:	Ports Fury
2009-11-02 10:54:16 +00:00
Dirk Meyer
eca78ec61b - bump all port that indirectly depends on libjpeg and have not yet been bumped or updated
Requested by:	edwin
2009-07-31 13:57:52 +00:00
Martin Wilke
282a0fd57d - Update to 0.5.1
PR:		134283
Submitted by:	Ports Fury
2009-05-09 09:19:09 +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
Dmitry Marakasov
94aff56517 - Update to 0.4.2
PR:		130650
Submitted by:	"Beat Gätzi" <beat at chruetertee dot ch>
2009-01-18 02:21:25 +00:00
Martin Wilke
fca96ef234 - S/X11BASE/LOCALBASE 2008-08-29 16:24:20 +00:00
Ying-Chieh Liao
0a8063720b upgrade to 0.4.1
drop maintainership
2008-08-29 16:21:16 +00:00
Ying-Chieh Liao
4cee54e0a8 upgrade to 0.3.1 2007-08-01 16:15:04 +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
Ying-Chieh Liao
c9a6e31b03 upgrade to 0.2.3 2007-04-30 01:02:30 +00:00
Ying-Chieh Liao
4cf89fe9bb upgrade to 0.2.2 2007-04-16 01:37:41 +00:00
Ying-Chieh Liao
ed83b93073 add burrtools 0.2.1
A puzzle solver
2007-03-23 14:10:33 +00:00