| Commit History - (may be incomplete: see SVNWeb link above for full details) |
| Date | By | Description |
26 Apr 2013 10:44:29
0.0.20120716_7
|
ak  |
- Convert USE_GETTEXT to USES (part 4)
Approved by: portmgr (bapt) |
23 Apr 2013 07:00:02
0.0.20120716_7
|
martymac  |
- Update devel/tbb to 4.1.3 (20130314oss) and bump dependent port's revisions
- Fix build when CC defined as gcc |
22 Mar 2013 20:06:15
0.0.20120716_6
|
makc  |
- convert USE_CMAKE to USES
- while here clean up some ports from CMAKE_VERBOSE, which is intended
for users
Approved by: portmgr (miwi) |
31 Jan 2013 13:38:43
0.0.20120716_6
|
bapt  |
Chase boost update |
18 Dec 2012 23:09:07
0.0.20120716_5
|
bapt  |
Chase icu, graphite2 and libexttextcat bump |
12 Dec 2012 07:42:35
0.0.20120716_4
|
martymac  |
- 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] |
10 Dec 2012 19:11:12
  |
mm  |
Update PCRE to 8.32
Introduces the UTF-32 library pcre32
Bump PORTREVISION in dependent ports |
13 Oct 2012 23:19:36
0.0.20120716_2
|
gerald  |
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 |
19 Jul 2012 18:05:12
0.0.20120716_2
|
mm  |
Fix build if binutils are linked to gettext [1]
Depend on libexecinfo
PR: ports/169996
Reported by: Volodymyr Kostyrko |
18 Jul 2012 17:06:02
0.0.20120716_1
|
mm  |
Add license infromation for program and all distfiles
Fix pkg-plist |
18 Jul 2012 15:12:23
0.0.20120716
|
mm  |
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 |