Skip site navigation (1)Skip section navigation (2)
Date:      Tue,  4 Oct 2011 17:39:08 +0800 (CST)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        clsung@FreeBSD.org
Subject:   ports/161275: [PATCH] devel/glog: add devel/gflags to dependency list
Message-ID:  <20111004093908.D21B8348A@sunpoet.net>
Resent-Message-ID: <201110040940.p949e4S9073794@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20111004093908.D21B8348A>