summaryrefslogtreecommitdiff
path: root/lang/v8-devel/files/patch-src_platform-freebsd.cc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Remove lang/python from BUILD_DEPENDSSunpoet Po-Chuan Hsieh2014-12-051-29/+0
| | | | | | | | | | - Fix SHEBANG_FILES - Respect LOCALBASE - Use REINPLACE_CMD instead of patch files - Move ONLY_FOR_ARCHS upward Notes: svn path=/head/; revision=374055
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-10-181-0/+29
is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=371117