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

27 Commits

Author SHA1 Message Date
Baptiste Daroussin
4650a910d0 Chase boost and icu bump
While here convert some LIB_DEPENDS
2014-02-07 11:44:08 +00:00
Baptiste Daroussin
313cb94889 Part 2 at removing now useless FETCH_ARGS redifition 2014-01-03 01:12:59 +00:00
Martin Matuska
b8a1513031 Release maintainership back to ports@
I don't have time to update to 2.2.0
2013-12-25 21:24:16 +00:00
Baptiste Daroussin
661a3f91f8 Convert LIB_DEPENDS for ports depending on boost 2013-12-12 13:01:40 +00:00
Ganael LAPLANCHE
6e39a5dd87 - Update devel/tbb to 4.2.2
- Cleanup DISTNAME and WRKSRC definitions
- Use INSTALL_LIB instead of INSTALL_DATA + STRIP_CMD
- Bump dependent ports' revisions

PR:		ports/184526
Submitted by:	delphij
2013-12-11 07:53:16 +00:00
Max Brazhnikov
064f57d542 - Respect CMAKE_BUILD_TYPE
Approved by:	portmgr (bapt)
2013-12-04 18:48:48 +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
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Martin Matuska
34d60718c8 Fix build with gd 2.1
PR:	ports/181772
2013-09-04 21:30:50 +00:00
Martin Matuska
0ac7a0d515 Add HHVM to comment 2013-07-26 06:29:41 +00:00
Martin Matuska
fe094c1f68 Update comment and pkg-descr to track changes in the project 2013-07-26 06:27:15 +00:00
Martin Matuska
3ce92d01b0 Fix embedding of systemlib.php [1]
Fix repository creation [1]
Add docs, reduce dependencies

Submitted by:	Vanilla Hsu [1]
2013-07-22 20:18:42 +00:00
Martin Matuska
ea0532cb22 Add option to create a DEBUG build 2013-07-21 23:25:52 +00:00
Martin Matuska
f41279c1f6 Fix CXXFLAGS (GCC_RUTIME already added by USE_GCC)
This port is MAKE_JOBS_SAFE
2013-07-21 22:28:49 +00:00
Martin Matuska
00133f558b Hiphop-php (now actually hhvm) is developed only for x86_64 (amd64) 2013-07-21 22:11:31 +00:00
Martin Matuska
cd17c8f3a3 Unbreak lang/hiphop-php and update to 2.1
Some functionality issues still need fixing (sqlite3)
2013-07-21 22:06:56 +00:00
Alex Kozlov
83f02b963c - Convert USE_GETTEXT to USES (part 4)
Approved by:	portmgr (bapt)
2013-04-26 10:44:28 +00:00
Ganael LAPLANCHE
b8081a458c - Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc
2013-04-23 07:00:02 +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
Baptiste Daroussin
f5f6cd6d9b Chase boost update 2013-01-31 13:38:42 +00:00
Baptiste Daroussin
2ed39f40cb Chase icu, graphite2 and libexttextcat bump 2012-12-18 23:09:07 +00:00
Ganael LAPLANCHE
740271b4e9 - Update devel/tbb to 4.1.1 and bump dependent port's PORTREVISIONs
- Remove hardcoded dependency on gcc [1]

PR:		ports/171297 [1]
Submitted by:	Christian Mangin <christian.mangin@gmail.com> [1]
2012-12-12 07:42:34 +00:00
Martin Matuska
b2c4fbb77a Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports
2012-12-10 19:11:11 +00:00
Gerald Pfeifer
fb00338386 Replace the use of _GCC_BUILD_DEPENDS (which was never meant to be
used outside of Mk/bsd.gcc.mk) by _GCC_RUNTIME.  This is still not
ideal, but at least a documented stopgap, and it avoids the manual
construction of the directory to be added to rpath.

Remove -rpath= from _CFLAGS and _LDFLAGS since CFLAGS and LDFLAGS
already have -Wl,-rpath= (and -rpath= itself is not even accepted
by current versions of GCC).

Approved by:	maintainer timeout (6 weeks)
Feature safe:	yes
2012-10-13 23:19:36 +00:00
Martin Matuska
e739fb4b92 Fix build if binutils are linked to gettext [1]
Depend on libexecinfo

PR:		ports/169996
Reported by:	Volodymyr Kostyrko
2012-07-19 18:05:12 +00:00
Martin Matuska
cf27911206 Add license infromation for program and all distfiles
Fix pkg-plist
2012-07-18 17:06:02 +00:00
Martin Matuska
e4253f26ef From the HipHop Homepage:
HipHop transforms your PHP source code into highly optimized C++ and then
compiles it with g++ to build binary files. You keep coding in simpler PHP,
then HipHop executes your source code in a semantically equivalent manner and
sacrifices some rarely used features - such as eval() - in exchange for
improved performance.

HipHop was developed by Facebook and was released as open source in early 2010.

Facebook sees about a 50% reduction in CPU usage when serving equal amounts
of Web traffic when compared to Apache and PHP. Facebook.s API tier can serve
twice the traffic using 30% less CPU.

WWW:	https://github.com/facebook/hiphop-php/wiki
2012-07-18 15:12:23 +00:00