Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  2 Jul 2001 20:53:07 +0200 (CEST)
From:      thierry@thomas.as
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/28644: Make error when rebuilding xdvi
Message-ID:  <20010702185307.2B59676C3@graf.pompo.net>

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

>Number:         28644
>Category:       ports
>Synopsis:       Make error when rebuilding xdvi
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jul 02 12:10:02 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Thierry Thomas
>Release:        FreeBSD 4.3-STABLE i386
>Organization:
Kabbale Eros
>Environment:
System: FreeBSD graf.pompo.net 4.3-STABLE FreeBSD 4.3-STABLE #0: Sun Jun 10 18:38:46 CEST 2001 root@graf.pompo.net:/usr/obj/mntsrc/src/sys/GRAF010429 i386

>Description:
	print/xdvi: error when re-building xdvi from a current port-tree
	===>  Building for xdvi-pl20
	Makefile:852: Makefile.cfg: No such file or directory
	Makefile:988: *** target file `distclean' has both : and :: entries.  Stop.

>How-To-Repeat:
	cd /usr/ports/print/xdvi && make
	(with a current port tree, imake 4.10, etc.)
>Fix:
	just add a ":" on post-extract for distclean

--- work/xdvi-20/Makefile.orig  Mon Jul  2 20:39:13 2001
+++ work/xdvi-20/Makefile       Mon Jul  2 20:49:42 2001
@@ -937,7 +937,7 @@
 mostlyclean:
        $(RM) *.o xdvi xdvi.man core sedscript *~
 
-distclean: cleandir
+distclean:: cleandir
        $(RM) Makefile.cfg
 
 veryclean: distclean

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

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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