diff options
| author | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-05-05 11:54:35 +0000 |
|---|---|---|
| committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2015-05-05 11:54:35 +0000 |
| commit | d2c488cc9bc1e63de62d829be5797b3a8cee23fa (patch) | |
| tree | eb39c78bf083906f38890e3053f91e4ccf265521 | |
| parent | comms/usbmuxd: unbreak build on 10.2R and 11.0C (diff) | |
Catch up with the ltest version from googlecode's svn repository.
The only revision (r194) fixes compilation procedure and should fix
32-bit archs.
| -rw-r--r-- | devel/cld/Makefile | 6 | ||||
| -rw-r--r-- | devel/cld/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/devel/cld/Makefile b/devel/cld/Makefile index 4144a41c341e..5a7a536d2d1b 100644 --- a/devel/cld/Makefile +++ b/devel/cld/Makefile @@ -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 diff --git a/devel/cld/distinfo b/devel/cld/distinfo index 5a1b6863b1a0..870c065f9168 100644 --- a/devel/cld/distinfo +++ b/devel/cld/distinfo @@ -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 |
