Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

librets: update to 1.6.6, fix the build #25301

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 8 additions & 12 deletions devel/librets/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ PortGroup github 1.0
PortGroup active_variants 1.1
PortGroup boost 1.0

github.setup NationalAssociationOfRealtors libRETS 1.6.2
revision 1
github.setup NationalAssociationOfRealtors libRETS 1.6.6
revision 0
set name librets
license Permissive
categories devel
platforms darwin
maintainers nomaintainer

description RETS client library
Expand All @@ -20,15 +19,14 @@ long_description libRETS is RETS client library written in C++ that allows ra
concentrate on their application, saving them time and money in \
the process.

checksums rmd160 336f0216575e5808860d9384cfba2b7536bc66fa \
sha256 f908c879d98c63a20f5419d56c1da307ad73ee60d4f5ed693434e3fb6d09645b \
size 904015
checksums rmd160 f03b74ea62cc761deef8cfc30f2116201f31eecf \
sha256 1b80c77c471a40080be6bb6b1229b1398455ad319e861000ff5d8649e8dd812f \
size 4156047
github.tarball_from archive

depends_build port:autoconf \
port:automake \
port:libtool
use_autoreconf yes

depends_lib port:curl \
depends_lib-append port:curl \
port:swig

# Requires boost static, hence forbids boost +no_static
Expand All @@ -38,8 +36,6 @@ require_active_variants boost {} no_static
if {[variant_isset php5]} {
require_active_variants swig-php php56 {}
}

configure.cmd ./autogen.sh && ./configure

configure.args-append \
--disable-perl \
Expand Down
Loading