FreeBSD Bugzilla – Attachment 181363 Details for
Bug 218275
devel/hyperscan: update to 4.4.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Update to 4.4.1
devel-hyperscan.patch (text/plain), 2.24 KB, created by
Anton Yuzhaninov
on 2017-03-31 22:17:32 UTC
(
hide
)
Description:
Update to 4.4.1
Filename:
MIME Type:
Creator:
Anton Yuzhaninov
Created:
2017-03-31 22:17:32 UTC
Size:
2.24 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 437366) >+++ Makefile (working copy) >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= hyperscan >-PORTVERSION= 4.4.0 >+PORTVERSION= 4.4.1 > DISTVERSIONPREFIX= v > CATEGORIES= devel textproc > MASTER_SITES= SF/boost/boost/1.61.0:boost >@@ -16,7 +16,7 @@ BUILD_DEPENDS= ragel:devel/ragel > > USE_GITHUB= yes > GH_ACCOUNT= 01org >-USES= compiler:c++11-lib cmake:outsource pathfix python:build pkgconfig sqlite:3 >+USES= compiler:c++11-lib cmake:outsource pathfix python:build > ONLY_FOR_ARCHS= amd64 > ONLY_FOR_ARCHS_REASON= SSSE3 is required for work > >@@ -25,23 +25,15 @@ SHARED_DESC= Build shared library > NATIVE_DESC= Build with native CPU tunes > OPTIONS_DEFAULT= SHARED > >-.ifndef DEBUG_FLAGS >-CMAKE_BUILD_TYPE= Release >-.else >-CMAKE_BUILD_TYPE= Debug >-.endif >- > CMAKE_ARGS+= -DBOOST_ROOT=${WRKDIR}/boost_1_61_0 > >-.include <bsd.port.options.mk> >+NATIVE_CXXFLAGS= -march=native -mtune=native >+NATIVE_CFLAGS= -march=native -mtune=native > >-.if ${PORT_OPTIONS:MNATIVE} >-CXXFLAGS+= -march=native -mtune=native >-CFLAGS+= -march=native -mtune=native >-.else >-CXXFLAGS+= -march=core2 >-CFLAGS+= -march=core2 >-.endif >+NATIVE_CXXFLAGS_OFF= -march=core2 >+NATIVE_CFLAGS_OFF= -march=core2 >+ >+.include <bsd.port.options.mk> > > .if ${PORT_OPTIONS:MSHARED} > CMAKE_ARGS+= -DBUILD_STATIC_AND_SHARED=ON >@@ -52,4 +44,11 @@ PLIST_SUB+= SHARED="" \ > PLIST_SUB+= SHARED="@comment " > .endif > >+# don't build hsbench tool >+post-patch: >+ ${RM} ${WRKSRC}/tools/CMakeLists.txt >+ >+do-test: >+ cd ${BUILD_WRKSRC} && ${MAKE_CMD} unit >+ > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 437366) >+++ distinfo (working copy) >@@ -1,5 +1,5 @@ >-TIMESTAMP = 1487173124 >+TIMESTAMP = 1490739901 > SHA256 (boost_1_61_0.tar.gz) = a77c7cc660ec02704c6884fbb20c552d52d60a18f26573c9cee0788bf00ed7e6 > SIZE (boost_1_61_0.tar.gz) = 104864830 >-SHA256 (01org-hyperscan-v4.4.0_GH0.tar.gz) = 6ff1b47ce9888803ce6dfa8e1efbab30ec53f984410275d7a45138825af0a0d5 >-SIZE (01org-hyperscan-v4.4.0_GH0.tar.gz) = 1514719 >+SHA256 (01org-hyperscan-v4.4.1_GH0.tar.gz) = 3a082d92a3cb0cd724bc1190d24cc39752bd3db35d22115fda03d2e91ccd94cd >+SIZE (01org-hyperscan-v4.4.1_GH0.tar.gz) = 1515106
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 218275
: 181363