Skip to content

Commit

Permalink
raptor2: minor update, revbump
Browse files Browse the repository at this point in the history
  • Loading branch information
barracuda156 committed Jan 9, 2025
1 parent 4694881 commit 6c21c47
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions www/raptor2/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PortSystem 1.0

name raptor2
version 2.0.15
revision 10
revision 11
set major [lindex [split ${version} .] 0]
description Raptor RDF Parser Toolkit
long_description Raptor is an open source C library that provides a set of \
Expand All @@ -23,12 +23,9 @@ checksums rmd160 6c3dddc13a14626f3fdece08961ad8756e237c30 \

depends_lib port:curl \
path:lib/pkgconfig/icu-uc.pc:icu \
port:libiconv \
port:libxml2 \
port:libxslt \
path:lib/libssl.dylib:openssl \
port:yajl \
port:zlib
port:yajl

patchfiles-append patch-libxml_ver.diff
patch.pre_args-replace -p0 -p1
Expand All @@ -37,8 +34,6 @@ patch.pre_args-replace -p0 -p1
# raptor_json.c: error: 'raptor_json_yajl_integer' undeclared here (not in a function)
# compiler.c_standard 2011

configure.args --with-icu-config=${prefix}/bin/icu-config

test.run yes
test.target check

Expand Down

0 comments on commit 6c21c47

Please sign in to comment.