ports/54476: gsfonts fails to install due to wrong path to distfile

Kevin Oberman oberman at es.net
Mon Jul 14 15:00:29 UTC 2003


>Number:         54476
>Category:       ports
>Synopsis:       gsfonts fails to install due to wrong path to distfile
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 14 08:00:27 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Kevin Oberman
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
ESnet--The Energy Science Network
>Environment:
System: FreeBSD ptavv.es.net 4.8-STABLE FreeBSD 4.8-STABLE #22: Thu Jul 3 10:46:11 PDT 2003 oberman at ptavv.es.net:/usr/obj/usr/src/sys/PTAVV i386


>Description:
	The gsfonts port fails to install. It can't find the distfile
because it looks in the wrong palce. The Makefile specified a
DIST_SUBDIR, but the do-install section leaves it out of the path.

>How-To-Repeat:
	make install
>Fix:

--- Makefile.orig       Mon Jul 14 07:57:29 2003
									
+++ Makefile    Mon Jul 14 07:51:51 2003
@@ -34,8 +34,8 @@
  
 do-install:
        @${MKDIR} ${GSDIR}
-       ${TAR} -xzf ${DISTDIR}/${GS_FONTS_OTHER} -C ${GSDIR}
-       ${TAR} -xzf ${DISTDIR}/${GS_FONTS_STD} -C ${GSDIR}
+       ${TAR} -xzf ${DISTDIR}/$(DIST_SUBDIR)/${GS_FONTS_OTHER} -C ${GSDIR}
+       ${TAR} -xzf ${DISTDIR}/$(DIST_SUBDIR)/${GS_FONTS_STD} -C ${GSDIR}
        (cd ${GSDIR}/fonts; ${LOCALBASE}/bin/type1inst -nox -nolog -q)
  
 .include <bsd.port.post.mk>



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



More information about the freebsd-ports-bugs mailing list