Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2009 01:11:22 +0300 (EEST)
From:      Nikos Ntarmos <ntarmos@cs.uoi.gr>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/135236: [patch] devel/libconfig mtree failure with custom PREFIX
Message-ID:  <200906032211.n53MBMtY001626@zeus.cs.uoi.gr>
Resent-Message-ID: <200906032220.n53MK1Cr022133@freefall.freebsd.org>

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

>Number:         135236
>Category:       ports
>Synopsis:       [patch] devel/libconfig mtree failure with custom PREFIX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 03 22:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Nikos Ntarmos
>Release:        FreeBSD 7.2-RELEASE i386
>Organization:
Computer Science Dept., U. of Ioannina, Greece
>Environment:
System: FreeBSD ace.cs.uoi.gr 7.2-RELEASE FreeBSD 7.2-RELEASE #0: Wed May 6 03:50:47 EEST 2009 ntarmos@ace.cs.uoi.gr:/opt/obj/opt/src/sys/ACE i386


	
>Description:
As reported by qat@, devel/libconfig did not support custom PREFIXes.
	
>How-To-Repeat:
	
>Fix:

	

--- libconfig.diff begins here ---
--- Makefile.orig
+++ Makefile
@@ -6,7 +6,8 @@
 #
 
 PORTNAME=	libconfig
 PORTVERSION=	1.3.2
+PORTREVISION=	1
 CATEGORIES=	devel
 MASTER_SITES=	http://www.hyperrealm.com/libconfig/
 
@@ -17,7 +18,7 @@
 HAS_CONFIGURE=	yes
 USE_LDCONFIG=	yes
 USE_GMAKE=	yes
-CONFIGURE_ARGS+=	--infodir=${PREFIX}/${INFO_PATH}
+CONFIGURE_ARGS+=	--prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH}
 INFO=		libconfig
 
 .include <bsd.port.mk>
--- libconfig.diff ends here ---


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



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