Skip to content

Commit

Permalink
Merge pull request omniti-labs#86 from citrus-it/pcre
Browse files Browse the repository at this point in the history
pcre: update to 8.41
  • Loading branch information
oetiker authored Jul 19, 2017
2 parents 3012084 + 2f5c0c9 commit c9e2426
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build/entire/entire.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ depend fmri=library/[email protected],5.11-@PVER@ type=require
depend fmri=library/ncurses@6,5.11-@PVER@ type=require
depend fmri=library/[email protected],5.11-@PVER@ type=require
depend fmri=library/[email protected],5.11-@PVER@ type=require
depend fmri=library/pcre@8.39,5.11-@PVER@ type=require
depend fmri=library/pcre@8.41,5.11-@PVER@ type=require
depend fmri=library/python-2/[email protected],5.11-@PVER@ type=require
depend fmri=library/python-2/[email protected],5.11-@PVER@ type=require
depend fmri=library/python-2/[email protected],5.11-@PVER@ type=require
Expand Down
2 changes: 1 addition & 1 deletion build/jeos/omnios-userland.p5m
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ depend fmri=library/ncurses@6,5.11-@PVER@ type=incorporate
depend fmri=library/[email protected],5.11-@PVER@ type=incorporate
depend fmri=library/[email protected],5.11-@PVER@ type=incorporate
depend fmri=library/nspr/[email protected],5.11-@PVER@ type=incorporate
depend fmri=library/pcre@8.40,5.11-@PVER@ type=incorporate
depend fmri=library/pcre@8.41,5.11-@PVER@ type=incorporate
depend fmri=library/perl-5/[email protected],5.11-@PVER@ type=incorporate
depend fmri=library/python-2/[email protected],5.11-@PVER@ type=incorporate
depend fmri=library/python-2/[email protected],5.11-@PVER@ type=incorporate
Expand Down
3 changes: 2 additions & 1 deletion build/pcre/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
. ../../lib/functions.sh

PROG=pcre
VER=8.40
VER=8.41
VERHUMAN=$VER
PKG=library/pcre
SUMMARY="Perl-Compatible Regular Expressions"
Expand Down Expand Up @@ -70,6 +70,7 @@ download_source $PROG $PROG $VER
patch_source
prep_build
build
run_testsuite check
make_isa_stub
make_package
clean_up
Expand Down
16 changes: 16 additions & 0 deletions build/pcre/testsuite.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
PASS: pcrecpp_unittest
PASS: pcre_scanner_unittest
PASS: pcre_stringpiece_unittest
PASS: RunTest
PASS: RunGrepTest
============================================================================
Testsuite summary for PCRE 8.41
============================================================================
# TOTAL: 5
# PASS: 5
# SKIP: 0
# XFAIL: 0
# FAIL: 0
# XPASS: 0
# ERROR: 0
============================================================================
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
| library/ncurses | 6.0 | https://ftp.gnu.org/gnu/ncurses/
| library/nghttp2 | 1.12.1 | https://nghttp2.org/blog/
| library/nspr | 4.14 | http://archive.mozilla.org/pub/nspr/releases/
| library/pcre | 8.40 | https://ftp.pcre.org/pub/pcre/
| library/pcre | 8.41 | https://ftp.pcre.org/pub/pcre/
| library/readline | 7.0 | https://ftp.gnu.org/gnu/readline/
| library/security/openssl | 1.0.2l | https://www.openssl.org/source/
| library/unixodbc | 2.3.4 | http://www.unixodbc.org/download.html
Expand Down

0 comments on commit c9e2426

Please sign in to comment.