mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 1.6.1
- Remove deprecated PTHREAD_* Changes: https://code.zmaw.de/news/205
This commit is contained in:
parent
77aa4d4f35
commit
ffc805cfd2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=325626
@ -2,9 +2,9 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cdo
|
||||
PORTVERSION= 1.6.0
|
||||
PORTVERSION= 1.6.1
|
||||
CATEGORIES= science
|
||||
MASTER_SITES= https://code.zmaw.de/attachments/download/5287/ \
|
||||
MASTER_SITES= https://code.zmaw.de/attachments/download/5824/ \
|
||||
LOCAL/sunpoet
|
||||
|
||||
MAINTAINER= sunpoet@FreeBSD.org
|
||||
@ -13,11 +13,10 @@ COMMENT= Climate Data Operators
|
||||
OPTIONS_DEFINE= HDF5 JASPER NETCDF PROJ SZIP
|
||||
OPTIONS_DEFAULT=HDF5 NETCDF PROJ SZIP
|
||||
|
||||
CFLAGS+= ${PTHREAD_CFLAGS}
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
CONFIGURE_ARGS= --enable-cdi-lib --program-transform-name="" --with-zlib=/usr
|
||||
GNU_CONFIGURE= yes
|
||||
LDFLAGS+= -L${LOCALBASE}/lib ${PTHREAD_LIBS}
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -pthread
|
||||
USE_LDCONFIG= yes
|
||||
USES= gmake pathfix
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cdo-1.6.0.tar.gz) = 271d0c713b63dfb45e9eecba44f8d424a9977e72a6f6dcad2af86d0c8b93060b
|
||||
SIZE (cdo-1.6.0.tar.gz) = 6090695
|
||||
SHA256 (cdo-1.6.1.tar.gz) = 0d06fa59d082ee718dfa0c19c5463c49badba340a2094a7a2b71e09366309a82
|
||||
SIZE (cdo-1.6.1.tar.gz) = 6110790
|
||||
|
Loading…
Reference in New Issue
Block a user