Date: Tue, 5 May 2015 11:54:36 +0000 (UTC) From: Dmitry Sivachenko <demon@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r385469 - head/devel/cld Message-ID: <201505051154.t45Bsat4040240@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: demon Date: Tue May 5 11:54:35 2015 New Revision: 385469 URL: https://svnweb.freebsd.org/changeset/ports/385469 Log: Catch up with the ltest version from googlecode's svn repository. The only revision (r194) fixes compilation procedure and should fix 32-bit archs. Modified: head/devel/cld/Makefile head/devel/cld/distinfo Modified: head/devel/cld/Makefile ============================================================================== --- head/devel/cld/Makefile Tue May 5 11:35:57 2015 (r385468) +++ head/devel/cld/Makefile Tue May 5 11:54:35 2015 (r385469) @@ -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 Modified: head/devel/cld/distinfo ============================================================================== --- head/devel/cld/distinfo Tue May 5 11:35:57 2015 (r385468) +++ head/devel/cld/distinfo Tue May 5 11:54:35 2015 (r385469) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505051154.t45Bsat4040240>