ports/161275: [PATCH] devel/glog: add devel/gflags to dependency list

Sunpoet Po-Chuan Hsieh sunpoet at FreeBSD.org
Tue Oct 4 09:40:05 UTC 2011


>Number:         161275
>Category:       ports
>Synopsis:       [PATCH] devel/glog: add devel/gflags to dependency list
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 04 09:40:04 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Sunpoet Po-Chuan Hsieh
>Release:        FreeBSD 8.2-STABLE amd64
>Organization:
The FreeBSD Project
>Environment:
System: FreeBSD bonjour.sunpoet.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Wed Sep 28 22:36:13 CST 2011
>Description:
- Add devel/gflags to dependency list
  glog will use gflags if it's installed
- Bump PORTREVISION for dependency change

Port maintainer (clsung at FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- glog-0.3.1_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/devel/glog/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	23 Sep 2011 22:21:58 -0000	1.9
+++ Makefile	4 Oct 2011 09:37:50 -0000
@@ -6,14 +6,16 @@
 #
 
 PORTNAME=	glog
-DISTVERSION=	0.3.1
+PORTVERSION=	0.3.1
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 
 MAINTAINER=	clsung at FreeBSD.org
 COMMENT=	A library of C++ classes for flexible logging
 
-LIB_DEPENDS+=	execinfo.1:${PORTSDIR}/devel/libexecinfo
+LIB_DEPENDS=	execinfo.1:${PORTSDIR}/devel/libexecinfo \
+		gflags.1:${PORTSDIR}/devel/gflags
 
 GNU_CONFIGURE=	yes
 USE_GNOME=	gnomehack
@@ -21,6 +23,7 @@
 USE_GCC=	4.2+
 PROJECTHOST=	google-glog
 
+CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib -lexecinfo
 
 .include <bsd.port.pre.mk>
--- glog-0.3.1_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list