mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
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)
This commit is contained in:
parent
82b690f55a
commit
0aaa2f6ac6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321141
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user