mirror of
https://git.freebsd.org/ports.git
synced 2025-05-20 02:53:10 -04:00
- Fix build and fecth
Submitted by: az via email
This commit is contained in:
parent
794708b15e
commit
cc0a182acd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=422385
3 changed files with 3 additions and 16 deletions
|
@ -4,8 +4,8 @@ PORTNAME= hyperscan
|
|||
PORTVERSION= 4.3.1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= devel textproc
|
||||
MASTER_SITES= GH:hs SF/boost/boost/1.59.0:boost
|
||||
DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:hs boost_1_59_0.tar.gz:boost
|
||||
MASTER_SITES= SF/boost/boost/1.59.0:boost
|
||||
DISTFILES= boost_1_59_0.tar.gz:boost
|
||||
|
||||
MAINTAINER= vsevolod@FreeBSD.org
|
||||
COMMENT= High-performance multiple regex matching library
|
||||
|
|
|
@ -1,6 +1,4 @@
|
|||
TIMESTAMP = 1473937188
|
||||
SHA256 (01org-hyperscan-v4.3.1_GH0.tar.gz) = a7bce1287c06d53d1fb34266d024331a92ee24cbb2a7a75061b4ae50a30bae97
|
||||
SIZE (01org-hyperscan-v4.3.1_GH0.tar.gz) = 1426195
|
||||
TIMESTAMP = 1474198224
|
||||
SHA256 (boost_1_59_0.tar.gz) = 47f11c8844e579d02691a607fbd32540104a9ac7a2534a8ddaef50daf502baac
|
||||
SIZE (boost_1_59_0.tar.gz) = 83709983
|
||||
SHA256 (01org-hyperscan-v4.3.1_GH0.tar.gz) = a7bce1287c06d53d1fb34266d024331a92ee24cbb2a7a75061b4ae50a30bae97
|
||||
|
|
|
@ -1,11 +0,0 @@
|
|||
--- src/rose/rose_build_misc.cpp.orig 2016-06-24 12:15:55.919040000 +0100
|
||||
+++ src/rose/rose_build_misc.cpp 2016-06-24 12:16:42.747695000 +0100
|
||||
@@ -880,7 +880,7 @@
|
||||
class OutfixAllReports : public boost::static_visitor<set<ReportID>> {
|
||||
public:
|
||||
set<ReportID> operator()(const boost::blank &) const {
|
||||
- return {};
|
||||
+ return set<ReportID>();
|
||||
}
|
||||
|
||||
template<class T>
|
Loading…
Add table
Reference in a new issue