ports/151000: ccache 3.1 fails to install

Pascal Stumpf Pascal.Stumpf at cubes.de
Mon Sep 27 15:00:14 UTC 2010


>Number:         151000
>Category:       ports
>Synopsis:       ccache 3.1 fails to install
>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:   Mon Sep 27 15:00:13 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Pascal Stumpf
>Release:        8-STABLE
>Organization:
>Environment:
>Description:
ccache fails to install after the update to 3.1 because manual.html was renamed to MANUAL.html in the tarball and it’s installed manually (pun intended) by do-install:

install  -o root -g wheel -m 444 /usr/ports/devel/ccache/work/ccache-3.1/manual.html /usr/local/share/doc/ccache
install: /usr/ports/devel/ccache/work/ccache-3.1/manual.html: No such file or directory
*** Error code 71

Stop in /usr/ports/devel/ccache.

>How-To-Repeat:

>Fix:
--- Makefile.orig       2010-09-27 16:48:53.831291930 +0200
+++ Makefile    2010-09-27 16:49:50.106421683 +0200
@@ -79,7 +79,7 @@
 .endif
 .if !defined(NOPORTDOCS)
        @${MKDIR} ${DOCSDIR}
-       ${INSTALL_DATA} ${WRKSRC}/manual.html ${DOCSDIR}
+       ${INSTALL_DATA} ${WRKSRC}/MANUAL.html ${DOCSDIR}
 .if !defined(WITHOUT_COMPILER_LINKS)
        ${INSTALL_DATA} ${WRKDIR}/${HOWTO} ${DOCSDIR}
 .endif


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



More information about the freebsd-ports-bugs mailing list