ports/51479: devel/nspr won't install

viny viny at scientiae.net
Sun Apr 27 20:40:20 UTC 2003


>Number:         51479
>Category:       ports
>Synopsis:       devel/nspr won't install
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 27 13:40:15 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     viny
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
>Environment:
System: FreeBSD tchoubou.scientiae.net 4.8-STABLE FreeBSD 4.8-STABLE #0: Tue Apr 8 14:30:13 CEST 2003 viny at tchoubou.scientiae.net:/usr/obj/usr/src/sys/TCHOUBOU i386


	
>Description:
	devel/nspr won't install because the path to nspr-config in the
Makefile at line 37 isn't well defined (directory build already included in
the WRKSRC variable).
>How-To-Repeat:
	make install clean in devel/nspr or portupgrade nspr if nspr is
already installed.
>Fix:


--- patch-nspr-Makefile begins here ---
--- Makefile.orig	Sun Apr 27 22:10:50 2003
+++ Makefile	Sun Apr 27 22:16:59 2003
@@ -34,7 +34,7 @@
 		${TAR} -C ${PREFIX}/include -xf -
 	${TAR} -C ${WRKSRC}/dist/lib --dereference -cf - . | \
 		${TAR} -C ${PREFIX}/lib -xf -
-	${INSTALL_SCRIPT} ${WRKSRC}/build/config/nspr-config ${PREFIX}/bin
+	${INSTALL_SCRIPT} ${WRKSRC}/config/nspr-config ${PREFIX}/bin
 .for lib in ${LIBS}
 	${LN} -sf ${lib} ${PREFIX}/lib/${lib:S/.1$//}
 .endfor
--- patch-nspr-Makefile ends here ---


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



More information about the freebsd-ports-bugs mailing list