ports/135236: [patch] devel/libconfig mtree failure with custom PREFIX

Nikos Ntarmos ntarmos at cs.uoi.gr
Wed Jun 3 22:20:02 UTC 2009


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



More information about the freebsd-ports-bugs mailing list