From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Apr 1 05:40:08 2011 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E977B1065672 for ; Fri, 1 Apr 2011 05:40:08 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id A1A2E8FC1A for ; Fri, 1 Apr 2011 05:40:08 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id p315e8LS078043 for ; Fri, 1 Apr 2011 05:40:08 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id p315e8HG078042; Fri, 1 Apr 2011 05:40:08 GMT (envelope-from gnats) Resent-Date: Fri, 1 Apr 2011 05:40:08 GMT Resent-Message-Id: <201104010540.p315e8HG078042@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Callum Gibson Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C7EB11065670 for ; Fri, 1 Apr 2011 05:35:14 +0000 (UTC) (envelope-from callumgibson@optusnet.com.au) Received: from fallbackmx09.syd.optusnet.com.au (fallbackmx09.syd.optusnet.com.au [211.29.132.242]) by mx1.freebsd.org (Postfix) with ESMTP id 248678FC1B for ; Fri, 1 Apr 2011 05:35:13 +0000 (UTC) Received: from mail01.syd.optusnet.com.au (mail01.syd.optusnet.com.au [211.29.132.182]) by fallbackmx09.syd.optusnet.com.au (8.13.1/8.13.1) with ESMTP id p313VvCK028755 for ; Fri, 1 Apr 2011 14:31:57 +1100 Received: from omma.gibson.athome (c122-106-15-156.rivrw1.nsw.optusnet.com.au [122.106.15.156]) by mail01.syd.optusnet.com.au (8.13.1/8.13.1) with SMTP id p313VrIQ013521 for ; Fri, 1 Apr 2011 14:31:53 +1100 Received: (qmail 79887 invoked by uid 107); 1 Apr 2011 14:31:53 +1100 Message-Id: <20110401033153.79886.qmail@omma.gibson.athome> Date: 1 Apr 2011 14:31:53 +1100 From: Callum Gibson To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/156104: print/xdvi fails build due to bad imake target [patch] X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Callum Gibson List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 Apr 2011 05:40:09 -0000 >Number: 156104 >Category: ports >Synopsis: print/xdvi fails build due to bad imake target [patch] >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: Fri Apr 01 05:40:08 UTC 2011 >Closed-Date: >Last-Modified: >Originator: Callum Gibson >Release: FreeBSD 8.1-STABLE i386 >Organization: >Environment: System: FreeBSD omma 8.1-STABLE FreeBSD 8.1-STABLE #13: Wed Sep 22 07:42:16 EST 2010 root@omma:/usr/local/obj/usr/src/sys/OMMA i386 >Description: print/xdvi was marked as broken due to a duplicate distclean target which made the install target fail with the following error: ===> Checking if print/xdvi already installed Makefile:1217: *** target file `distclean' has both : and :: entries. Stop. This can be corrected with the attached patch. >How-To-Repeat: Try to "make install" print/xdvi and note the error. >Fix: --- patch-Imakefile begins here --- --- Imakefile.orig 2011-04-01 14:12:59.000000000 +1100 +++ Imakefile 2011-04-01 14:11:38.000000000 +1100 @@ -82,7 +82,7 @@ mostlyclean: $(RM) *.o xdvi xdvi.man core sedscript *~ -distclean: clean +distclean:: clean $(RM) Makefile.cfg veryclean: distclean --- patch-Imakefile ends here --- >Release-Note: >Audit-Trail: >Unformatted: