Commit graph

53 commits

Author SHA1 Message Date
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
Martin Wilke
02f3f6f7e6 - Fix build with gcc5
PR:		213985
2017-05-06 15:17:38 +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
Dmitry Marakasov
326d75a235 - Update WWW 2017-04-23 09:05:08 +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
Mathieu Arnold
597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00
Raphael Kubo da Costa
47bf224484 qt4-moc: Add more Boost include guards to moc's definition list.
In preparation for updating Boost to 1.60, add include guards from more Boost
headers to the list of macros that moc automatically defines when processing
files. As explained in r408911, Qt4's moc cannot parse some constructs used by
a few Boost headers, so we define their include guards to make moc skip them.

This is a cleaner approach that allows us to largely revert r408472, r408473,
r408474, r408475, r408502, r408773 and r408419, which added several patches to
many ports to work around this moc bug.

PR:		199601
PR:		208322
2016-03-24 10:31:07 +00:00
Dmitry Marakasov
dc7660ef9c - Fix build with boost 1.60
- Switch to options helpers
- Add LICENSE_FILE

PR:		199601
2016-02-08 19:15:59 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00
Raphael Kubo da Costa
8abcfe50b7 Add patch to fix the build with CMake 3.2.
Explicitly look for X11, since FindOpenGL.cmake no longer does that
automatically.
2015-06-15 21:49:52 +00:00
Dmitry Marakasov
19ebae5c9e - Switch to linguisttools_build 2015-02-27 16:47:04 +00:00
Marcus von Appen
742321c708 - Convert ports of science/ and security to new USES=python
Approved by:	portmgr (implicit)
2014-10-24 16:50:42 +00:00
Dmitry Marakasov
7e95af8be1 - Drop @dirrm* from plist 2014-09-24 01:43:20 +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
Adam Weinberger
bbc8c4d740 Convert a bunch of USE_BZIP2 to USES=tar:bzip2
Approved by:	portmgr (not really, but touches unstaged ports)
2014-07-29 18:41:15 +00:00
Gerald Pfeifer
1cd277bdce Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3.  This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.

Part II, Bump PORTREVISIONs.

PR:		182136
Supported by:	Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by:	bdrewery (two -exp runs)
2014-03-10 20:55:20 +00:00
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
John Marino
037ccfbe97 science/avogadro: Specify libGL explicitly with associated CFLAG 2014-02-05 19:01:34 +00:00
Danilo Egea Gondolfo
745314a17b - Update from 1.1.0 to 1.1.1
- Add desktop-file-utils to USES
- Add stage support

PR:		ports/184846
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
2013-12-18 23:33:20 +00:00
Baptiste Daroussin
44e9f64a27 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 14:15:03 +00:00
Max Brazhnikov
3f2190a4e3 Respect CMAKE_BUILD_TYPE 2013-12-02 18:16:21 +00:00
Gerald Pfeifer
3be3e90f93 Update to libmpc version 1.0.1 which brings the following fixes:
- Switched to automake 1.11.6, see CVE-2012-3386.
 - #14669: Fixed extraction of CC from gmp.h.
 - Fixed case of intermediate zero real or imaginary part in mpc_fma,
   found by hydra with GMP_CHECK_RANDOMIZE=1346362345.

This is on top of the following changes from version 1.0

 - Licence change towards LGPLv3+ for the code and GFDLv1.3+ (with no
   invariant sections) for the documentation.
 - 100% of all lines are covered by tests
 - Renamed functions
   . mpc_mul_2exp to mpc_mul_2ui
   . mpc_div_2exp to mpc_div_2ui
 - 0^0, which returned (NaN,NaN) previously, now returns (1,+0).
 - Removed compatibility with K&R compilers, which was untestable due
   to lack of such compilers.
 - New functions
   . mpc_log10
   . mpc_mul_2si, mpc_div_2si
 - Speed-ups
   . mpc_fma
 - Bug fixes
   . mpc_div and mpc_norm now return a value indicating the effective
     rounding direction, as the other functions.
   . mpc_mul, mpc_sqr and mpc_norm now return correct results even if
     there are over- or underflows during the computation.
   . mpc_asin, mpc_proj, mpc_sqr: Wrong result when input variable has
     infinite part and equals output variable is corrected.
   . mpc_fr_sub: Wrong return value for imaginary part is corrected.

Convert to the new LIB_DEPENDS standard and remove hard-coded
.so versions from a couple of dependent ports.

Bump PORTREVISIONS of all dependent ports.

PR:		183141
Approved by:	portmgr (bdrewery)
2013-10-26 00:52:33 +00:00
Dmitry Marakasov
db25d63f5a - Remove manual creation and removal of share/applications, as it's now in the mtree (categories starting with [st])
Approved by:	portmgr (bdrewery)
2013-10-22 14:01:38 +00:00
Baptiste Daroussin
1dd0d087e7 Add NO_STAGE all over the place in preparation for the staging support (cat: science) 2013-09-20 22:48:30 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Martin Wilke
040231faa7 - Backout previous commit
This got fixed in r318197

Reported by: fluffy/makc
2013-05-15 05:16:51 +00:00
Martin Wilke
20e0c5d818 - Fix build with amd64
PR:		178583
Submitted by:	Ports Fury
2013-05-15 01:24:16 +00:00
Raphael Kubo da Costa
cfd72f5d51 Fix the build on 64-bits systems.
Add "-fPIC" to the compilation lines if `uname -p' returns "amd64"
(FreeBSD's case).

The patch has been submitted upstream.

PR:		ports/178537
2013-05-14 20:10:28 +00:00
Martin Wilke
b16cfcd7e9 - Update to 1.1.0
PR:		177935
Submitted by:	Ports Fury
2013-05-10 14:33:41 +00:00
Rene Ladan
5727b9916c - Reset maintainer [1]
While here:
- convert Makefile header
- pet portlint (including USE_GNOME=pkgconfig -> USE_PKGCONFIG=yes)
- drop support for unsupported FreeBSD versions
- convert to optionsNG

Submitted by:	previous maintainer (tkjacobsen@gmail.com) [1] in
		http://lists.freebsd.org/pipermail/freebsd-ports/2013-April/082815.html
Feature safe:	yes
2013-04-16 16:00:08 +00:00
Max Brazhnikov
ffd97a0193 - convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
  for users

Approved by:	portmgr (miwi)
2013-03-22 20:06:14 +00:00
Max Brazhnikov
5bf9bfc399 science/openbabel:
- Update openbabel to 2.3.2
- Switch to CMake build system
- Add PYTHON and CAIRO options
- Don't rename babel binary, mark conflict with ancient biology/babel

science/py-openbabel:
- Merge py-openbabel to openbabel

other:
- chase openbabel update
2012-12-11 14:19:54 +00:00
Ruslan Makhmatkhanov
32133fd899 - add patch to fix build with latest boost 1.48
while here:
- trim Makefile header
- remove indefinite article from COMMENT
- convert to optionsng
- strict python version to 2.x, because avogadro python code isn't 3.x-aware
- use PYTHON_PKGNAMEPREFIX in dependencies
- update WWW

PR:		173944
Submitted by:	Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
Feature safe:	yes
2012-12-01 06:32:48 +00:00
Alberto Villa
519877d020 - Detect eigen2 by checking for .pc file, not min. port version.
If a user had eigen3 installed, but not eigen2, the min. port version
check would not differentiate between the two.

Submitted by:	Jason E. Hale <bsdkaffee at gmail.com> via area51
2012-06-27 01:14:01 +00:00
Martin Wilke
9c2f65e395 - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4
Review by:	bapt, David Naylor (kde team)
2012-06-06 06:44:37 +00:00
Dirk Meyer
2b74a89bc8 - update png to 1.5.10 2012-06-01 05:26:28 +00:00
Max Brazhnikov
c76d4dd717 Fix plist: don't remove nonexistent directories when built WITHOUT_PYTHON
Pointyhat to:	makc
Noticed by:	fluffy
2012-05-16 09:32:09 +00:00
Max Brazhnikov
1294113822 - Update to 1.0.3
- Add patches and explicit dependency on graphics/libGLU to fix build
  with upcoming Qt-4.8.1
- Sort plist

PR:		ports/167525
Approved by:	Troels Kofoed Jacobsen (maintainer)
2012-05-02 22:35:15 +00:00
Alberto Villa
d2d38aefa6 - Fix paths in installed CMake modules.
- Bump PORTREVISION.

Approved by:	Troels Kofoed Jacobsen (maintainer) via e-mail
2011-09-06 23:30:43 +00:00
Olli Hauer
c394c56dc0 - remove MD5 2011-07-03 13:22:24 +00:00
Sahil Tandon
f84d275af4 - Update to 1.0.1
- un-IGNORE when WITH_PYTHON is defined

PR:		ports/148399
Submitted by:	Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
2010-07-16 01:29:59 +00:00
Gerald Pfeifer
5f8aa4f636 Replace USE_GCC=4.3+ by USE_GCC=4.4+ (which, practically, is no change
since Mk/bsd.gcc.mk has been rewriting the former to the later for a bit.)

Approved by:	tkjacobsen@gmail.com (maintainer)
Feature safe:	yes
2010-06-27 21:16:33 +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
Dima Panov
afb550e3cf The KDE FreeBSD team is proud to announce the release of SIP-4.10 and
PyQt-4.7 for FreeBSD. The official update notes can be found at
http://www.riverbankcomputing.com

We'd like to say thanks to all helpers, testers and submitters.
2010-01-30 14:27:27 +00:00
Martin Wilke
f18e4f577d - Update to 1.0.0
PR:		140538
Submitted by:	Troels Kofoed Jacobsen <tkjacobsen@gmail.com> (maintainer)
2009-11-19 21:10:39 +00:00
Max Brazhnikov
f1b33efef6 Update to 0.9.8
PR:		ports/138761
Submitted by:	Troels Kofoed Jacobsen (maintainer)
2009-09-14 18:27:35 +00:00
Max Brazhnikov
028d2d48eb Update to 0.9.7 and unbreak.
Approved by:	maintainer
2009-08-10 17:16:46 +00:00
Max Brazhnikov
7b6a76419d Mark broken after recent PyQt update 2009-08-09 19:41:22 +00:00
Pav Lucistnik
d1107bb40e - Update boost to 1.39
- Split boost port to separate components, with boost-all metaport

PR:		ports/137054
Submitted by:	Alexander Churanov <churanov.port.maintainer@gmail.com> (maintainer)
2009-07-28 11:45:08 +00:00