mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Repair INDEX after lzo removal. Mark broken.
PR: ports/156954
This commit is contained in:
parent
2e609e5dc3
commit
522abc8a66
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277206
2 changed files with 8 additions and 4 deletions
|
@ -15,14 +15,16 @@ MAINTAINER= miwi@FreeBSD.org
|
||||||
COMMENT= Dynamic Adaptive Compression Tool
|
COMMENT= Dynamic Adaptive Compression Tool
|
||||||
|
|
||||||
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
|
LIB_DEPENDS= mcrypt.8:${PORTSDIR}/security/libmcrypt \
|
||||||
lzo.1:${PORTSDIR}/archivers/lzo
|
lzo2.2:${PORTSDIR}/archivers/lzo2
|
||||||
|
|
||||||
|
BROKEN= needs to be upgraded to lzo2 according to ports/156954
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
MAKE_JOBS_SAFE= yes
|
MAKE_JOBS_SAFE= yes
|
||||||
CONFIGURE_ARGS= --libdir=${PREFIX}/lib
|
CONFIGURE_ARGS= --libdir=${PREFIX}/lib
|
||||||
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
|
CPPFLAGS= ${CXXFLAGS} -I${LOCALBASE}/include
|
||||||
LDFLAGS="-L${LOCALBASE}/lib"
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib"
|
||||||
MAKE_ARGS= TOBUILD="dact libdact.so dact.conf"
|
MAKE_ARGS= TOBUILD="dact libdact.so dact.conf"
|
||||||
|
|
||||||
MAN1= dact.1
|
MAN1= dact.1
|
||||||
|
|
|
@ -22,13 +22,15 @@ BUILD_DEPENDS= ${PYNUMPY} \
|
||||||
${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \
|
${LOCALBASE}/bin/cython:${PORTSDIR}/lang/cython \
|
||||||
${PYTHON_PKGNAMEPREFIX}numexpr>=1.4.1:${PORTSDIR}/math/py-numexpr
|
${PYTHON_PKGNAMEPREFIX}numexpr>=1.4.1:${PORTSDIR}/math/py-numexpr
|
||||||
LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \
|
LIB_DEPENDS= hdf5.0:${PORTSDIR}/science/hdf5 \
|
||||||
lzo.1:${PORTSDIR}/archivers/lzo \
|
lzo2.2:${PORTSDIR}/archivers/lzo2 \
|
||||||
ucl.1:${PORTSDIR}/archivers/ucl
|
ucl.1:${PORTSDIR}/archivers/ucl
|
||||||
RUN_DEPENDS= ${BUILD_DEPENDS}
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
||||||
|
|
||||||
USE_PYTHON= yes
|
USE_PYTHON= yes
|
||||||
USE_PYDISTUTILS= yes
|
USE_PYDISTUTILS= yes
|
||||||
|
|
||||||
|
BROKEN= needs to be upgraded to lzo2 according to ports/156954
|
||||||
|
|
||||||
PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack
|
PLIST_FILES= bin/nctoh5 bin/ptdump bin/ptrepack
|
||||||
|
|
||||||
OPTIONS= PYREX "Use code generated by Pyrex to build" off
|
OPTIONS= PYREX "Use code generated by Pyrex to build" off
|
||||||
|
|
Loading…
Add table
Reference in a new issue