diff options
author | wg <wg@FreeBSD.org> | 2013-06-18 00:44:51 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-06-18 00:44:51 +0800 |
commit | c32a4986ccd289db5e3fcc0b13ae223eef6f732a (patch) | |
tree | c6f2dc10d065f77fe4002a990df8d64b4a46b75d /devel/glog | |
parent | 72fe46771cf0d99241301abb12d75c4417f82a0e (diff) | |
download | freebsd-ports-gnome-c32a4986ccd289db5e3fcc0b13ae223eef6f732a.tar.gz freebsd-ports-gnome-c32a4986ccd289db5e3fcc0b13ae223eef6f732a.tar.zst freebsd-ports-gnome-c32a4986ccd289db5e3fcc0b13ae223eef6f732a.zip |
devel/glog: update to 0.3.3
- Update to 0.3.3 [1]
- NOPORTDOCS -> PORT_OPTIONS:MDOCS [1]
- Remove USE_GCC, now it builds with clang
Changes:
http://code.google.com/p/google-glog/source/browse/trunk/ChangeLog?spec=svn132&r=132
PR: ports/175792 [1]
Submitted by: Yoshisato YANAGISAWA <osho@pcc-software.org>
Approved by: culot / jpaetzel (mentors, implicit), maintainer (timeout)
Diffstat (limited to 'devel/glog')
-rw-r--r-- | devel/glog/Makefile | 5 | ||||
-rw-r--r-- | devel/glog/distinfo | 4 |
2 files changed, 4 insertions, 5 deletions
diff --git a/devel/glog/Makefile b/devel/glog/Makefile index e0c820c1e531..8c5209893e3f 100644 --- a/devel/glog/Makefile +++ b/devel/glog/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= glog -PORTVERSION= 0.3.2 +PORTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE @@ -15,7 +15,6 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ GNU_CONFIGURE= yes USES= pathfix USE_LDCONFIG= yes -USE_GCC= 4.2+ PROJECTHOST= google-glog CPPFLAGS+= -I${LOCALBASE}/include @@ -33,7 +32,7 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-utilities.h post-patch: @${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) +.if ! ${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ ${WRKSRC}/Makefile.in .endif diff --git a/devel/glog/distinfo b/devel/glog/distinfo index caf77857a15f..802ec0dcbf17 100644 --- a/devel/glog/distinfo +++ b/devel/glog/distinfo @@ -1,2 +1,2 @@ -SHA256 (glog-0.3.2.tar.gz) = 5e47f9437e97cb1621930dea3c557a2801ddac3b5db1a9fd0c3cde399f2c9ccd -SIZE (glog-0.3.2.tar.gz) = 478666 +SHA256 (glog-0.3.3.tar.gz) = fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0 +SIZE (glog-0.3.3.tar.gz) = 509676 |