Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Oct 2005 15:49:16 +0100
From:      Tim Bishop <tim@bishnet.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        tim@bishnet.net
Subject:   ports/87626: [MAINTAINER] devel/pecl-statgrab: Fix when using different LOCALBASE
Message-ID:  <E1ERsmC-0002f6-HC@pendennis.ukc.ac.uk>
Resent-Message-ID: <200510181450.j9IEoGUd073327@freefall.freebsd.org>

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

>Number:         87626
>Category:       ports
>Synopsis:       [MAINTAINER] devel/pecl-statgrab: Fix when using different LOCALBASE
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Oct 18 14:50:16 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Tim Bishop
>Release:        FreeBSD 5.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD pendennis.ukc.ac.uk 5.4-RELEASE FreeBSD 5.4-RELEASE #2: Wed May 11 11:41:59 BST 2005
>Description:
Fix when LOCALBASE is not /usr/local. The tests for libstatgrab
explicitly check /usr/local and /usr, and also a path given to the
configure script. I've simply passed LOCALBASE to the configure
script.

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

--- pecl-statgrab-0.4_2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /u1/freebsd/cvs/ports/devel/pecl-statgrab/Makefile,v
retrieving revision 1.4
diff -u -r1.4 Makefile
--- Makefile	31 Jul 2005 10:13:27 -0000	1.4
+++ Makefile	18 Oct 2005 14:47:42 -0000
@@ -26,6 +26,8 @@
 CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
 		LDFLAGS="-L${LOCALBASE}/lib -ldevstat ${EXTRA_LIBS}"
 
+CONFIGURE_ARGS=	--with-statgrab=${LOCALBASE}
+
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 500000
--- pecl-statgrab-0.4_2.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?E1ERsmC-0002f6-HC>