mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
Catch up with the ltest version from googlecode's svn repository.
The only revision (r194) fixes compilation procedure and should fix 32-bit archs.
This commit is contained in:
parent
2f018cf3e9
commit
d2c488cc9b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=385469
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= cld
|
||||
PORTVERSION= 20150113
|
||||
PORTVERSION= 20150505
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
||||
MASTER_SITE_SUBDIR= demon
|
||||
@ -16,10 +16,10 @@ LICENSE= APACHE20
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s#g++#${CXX} ${CXXFLAGS}#" ${WRKSRC}/internal/compile_libs.sh
|
||||
${REINPLACE_CMD} -e "s#g++#${CXX}#" ${WRKSRC}/internal/compile_libs.sh
|
||||
|
||||
do-build:
|
||||
cd ${WRKSRC}/internal && ./compile_libs.sh
|
||||
cd ${WRKSRC}/internal && ${SETENV} ${MAKE_ENV} ./compile_libs.sh
|
||||
|
||||
do-install:
|
||||
${MKDIR} ${STAGEDIR}${PREFIX}/include/cld/public ${STAGEDIR}${PREFIX}/include/cld/internal
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (cld-20150113.tar.gz) = 1220fec46f6bcc700f6cfed27338c223ff9dbd248cc2d01459da68831a107fb2
|
||||
SIZE (cld-20150113.tar.gz) = 142392960
|
||||
SHA256 (cld-20150505.tar.gz) = 1671c31bc9ddb7b5ca6c765d4f8f388c43c4345c46551f12ed22e8cdc966fbf0
|
||||
SIZE (cld-20150505.tar.gz) = 71185464
|
||||
|
Loading…
Reference in New Issue
Block a user