Skip to content

Commit

Permalink
devel/libdap: Update to 3.20.10
Browse files Browse the repository at this point in the history
  • Loading branch information
sunpoet committed Jul 7, 2022
1 parent d4ad885 commit d8f5185
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 6 deletions.
3 changes: 1 addition & 2 deletions devel/libdap/Makefile
@@ -1,8 +1,7 @@
# Created by: Wen Heping <wenheping@gmail.com>

PORTNAME= libdap
PORTVERSION= 3.20.9
PORTREVISION= 2
PORTVERSION= 3.20.10
CATEGORIES= devel
MASTER_SITES= https://www.opendap.org/pub/source/ \
LOCAL/sunpoet
Expand Down
6 changes: 3 additions & 3 deletions devel/libdap/distinfo
@@ -1,3 +1,3 @@
TIMESTAMP = 1642102135
SHA256 (libdap-3.20.9.tar.gz) = 77fc93159d2c71d6ace5709babd9dec598285186aecfba358cb623be29a8e5b9
SIZE (libdap-3.20.9.tar.gz) = 2838651
TIMESTAMP = 1657198917
SHA256 (libdap-3.20.10.tar.gz) = d68c8a95916fa6057a5218c79a0f06e4bb2b24c2adff01ccd7e23e1678cabd90
SIZE (libdap-3.20.10.tar.gz) = 2838473
31 changes: 31 additions & 0 deletions devel/libdap/files/patch-configure
@@ -0,0 +1,31 @@
--- configure.orig 2022-07-01 21:03:16 UTC
+++ configure
@@ -30287,28 +30287,6 @@ fi



-if test -f /etc/redhat-release && grep -q '8\.' /etc/redhat-release; then :
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: Found a RHEL 8 or equivalent system..." >&5
-$as_echo "$as_me: Found a RHEL 8 or equivalent system..." >&6;}
- if grep -q -v tirpc <<< $CPPFLAGS || grep -q -v tirpc <<< $LDFLAGS; then :
-
- as_fn_error $? "Libdap4 on Redhat Linux 8 requires the tirpc library be included on CPPFLAGS and LDFLAGS" "$LINENO" 5
-
-else
- { $as_echo "$as_me:${as_lineno-$LINENO}: and CPPFLAGS and LDFLAGS are set" >&5
-$as_echo "$as_me: and CPPFLAGS and LDFLAGS are set" >&6;}
-
-fi
-
-else
-
- { $as_echo "$as_me:${as_lineno-$LINENO}: Not a RHEL 8 or equivalent system" >&5
-$as_echo "$as_me: Not a RHEL 8 or equivalent system" >&6;}
-
-fi
-
-
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
if ${ac_cv_lib_pthread_pthread_kill+:} false; then :
2 changes: 1 addition & 1 deletion devel/libdap/pkg-plist
Expand Up @@ -141,7 +141,7 @@ include/libdap/xdr-datatypes.h
lib/libdap.a
lib/libdap.so
lib/libdap.so.27
lib/libdap.so.27.0.5
lib/libdap.so.27.1.0
lib/libdapclient.a
lib/libdapclient.so
lib/libdapclient.so.6
Expand Down

0 comments on commit d8f5185

Please sign in to comment.