mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
devel/libdap: Update to 3.21.0-27
- Update WWW and clean up pkg-descr Changes: https://github.com/OPENDAP/libdap4/releases
This commit is contained in:
parent
1947368c6b
commit
07f049b22e
5 changed files with 27 additions and 25 deletions
|
@ -1,12 +1,13 @@
|
||||||
PORTNAME= libdap
|
PORTNAME= libdap
|
||||||
PORTVERSION= 3.20.11
|
DISTVERSION= 3.21.0-27
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= https://www.opendap.org/pub/source/ \
|
MASTER_SITES= https://www.opendap.org/pub/source/ \
|
||||||
LOCAL/sunpoet
|
LOCAL/sunpoet
|
||||||
|
|
||||||
MAINTAINER= sunpoet@FreeBSD.org
|
MAINTAINER= sunpoet@FreeBSD.org
|
||||||
COMMENT= SDK which contains an implementation of DAP 2.0 and 4.0
|
COMMENT= SDK which contains an implementation of DAP 2.0 and 4.0
|
||||||
WWW= https://www.opendap.org/software/libdap
|
WWW= https://www.opendap.org/software/libdap \
|
||||||
|
https://github.com/OPENDAP/libdap4
|
||||||
|
|
||||||
LICENSE= LGPL21
|
LICENSE= LGPL21
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
@ -23,5 +24,6 @@ GNU_CONFIGURE= yes
|
||||||
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
||||||
INSTALL_TARGET= install-strip
|
INSTALL_TARGET= install-strip
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
|
WRKSRC= ${WRKDIR}/libdap-${PORTVERSION:R}
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
TIMESTAMP = 1658506555
|
TIMESTAMP = 1709390364
|
||||||
SHA256 (libdap-3.20.11.tar.gz) = 850debf6ee6991350bf31051308093bee35ddd2121e4002be7e130a319de1415
|
SHA256 (libdap-3.21.0-27.tar.gz) = b5b8229d3aa97fea9bba4a0b11b1ee1c6446bd5f7ad2cff591f86064f465eacf
|
||||||
SIZE (libdap-3.20.11.tar.gz) = 2839026
|
SIZE (libdap-3.21.0-27.tar.gz) = 2854614
|
||||||
|
|
|
@ -1,31 +1,33 @@
|
||||||
--- configure.orig 2022-07-01 21:03:16 UTC
|
--- configure.orig 2024-01-04 16:04:42 UTC
|
||||||
+++ configure
|
+++ configure
|
||||||
@@ -30287,28 +30287,6 @@ fi
|
@@ -31688,30 +31688,6 @@ fi
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
-if test -f /etc/redhat-release && grep -q '8\.' /etc/redhat-release; then :
|
-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
|
- { printf "%s\n" "$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;}
|
-printf "%s\n" "$as_me: Found a RHEL 8 or equivalent system..." >&6;}
|
||||||
- if grep -q -v tirpc <<< $CPPFLAGS || grep -q -v tirpc <<< $LDFLAGS; then :
|
- 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
|
- as_fn_error $? "Libdap4 on Redhat Linux 8 requires the tirpc library be included on CPPFLAGS and LDFLAGS" "$LINENO" 5
|
||||||
-
|
-
|
||||||
-else
|
-else $as_nop
|
||||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: and CPPFLAGS and LDFLAGS are set" >&5
|
- { printf "%s\n" "$as_me:${as_lineno-$LINENO}: and CPPFLAGS and LDFLAGS are set" >&5
|
||||||
-$as_echo "$as_me: and CPPFLAGS and LDFLAGS are set" >&6;}
|
-printf "%s\n" "$as_me: and CPPFLAGS and LDFLAGS are set" >&6;}
|
||||||
-
|
-
|
||||||
-fi
|
-fi
|
||||||
-
|
-
|
||||||
-else
|
-else $as_nop
|
||||||
-
|
-
|
||||||
- { $as_echo "$as_me:${as_lineno-$LINENO}: Not a RHEL 8 or equivalent system" >&5
|
- { printf "%s\n" "$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;}
|
-printf "%s\n" "$as_me: Not a RHEL 8 or equivalent system" >&6;}
|
||||||
-
|
-
|
||||||
-fi
|
-fi
|
||||||
-
|
-
|
||||||
-
|
-
|
||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
|
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for pthread_kill in -lpthread" >&5
|
||||||
$as_echo_n "checking for pthread_kill in -lpthread... " >&6; }
|
printf %s "checking for pthread_kill in -lpthread... " >&6; }
|
||||||
if ${ac_cv_lib_pthread_pthread_kill+:} false; then :
|
if test ${ac_cv_lib_pthread_pthread_kill+y}
|
||||||
|
|
|
@ -1,5 +1,3 @@
|
||||||
libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,
|
libdap is A C++ SDK which contains an implementation of DAP 2.0 and 3.1,
|
||||||
Client- and Server-side support classes and a prototype implementation
|
Client- and Server-side support classes and a prototype implementation
|
||||||
of the AIS.
|
of the AIS.
|
||||||
|
|
||||||
See also: https://github.com/OPENDAP/libdap4
|
|
||||||
|
|
|
@ -141,15 +141,15 @@ include/libdap/xdr-datatypes.h
|
||||||
lib/libdap.a
|
lib/libdap.a
|
||||||
lib/libdap.so
|
lib/libdap.so
|
||||||
lib/libdap.so.27
|
lib/libdap.so.27
|
||||||
lib/libdap.so.27.1.1
|
lib/libdap.so.27.2.0
|
||||||
lib/libdapclient.a
|
lib/libdapclient.a
|
||||||
lib/libdapclient.so
|
lib/libdapclient.so
|
||||||
lib/libdapclient.so.6
|
lib/libdapclient.so.6
|
||||||
lib/libdapclient.so.6.1.11
|
lib/libdapclient.so.6.2.0
|
||||||
lib/libdapserver.a
|
lib/libdapserver.a
|
||||||
lib/libdapserver.so
|
lib/libdapserver.so
|
||||||
lib/libdapserver.so.7
|
lib/libdapserver.so.7
|
||||||
lib/libdapserver.so.7.6.11
|
lib/libdapserver.so.7.7.0
|
||||||
lib/libtest-types.a
|
lib/libtest-types.a
|
||||||
libdata/pkgconfig/libdap.pc
|
libdata/pkgconfig/libdap.pc
|
||||||
libdata/pkgconfig/libdapclient.pc
|
libdata/pkgconfig/libdapclient.pc
|
||||||
|
|
Loading…
Add table
Reference in a new issue