From owner-freebsd-ports Sun Aug 4 18:40: 4 2002 Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4CDCF37B400 for ; Sun, 4 Aug 2002 18:39:57 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with SMTP id 370DF43E72 for ; Sun, 4 Aug 2002 18:39:55 -0700 (PDT) (envelope-from sheep.killer@cultdeadsheep.org) Received: (qmail 11073 invoked from network); 5 Aug 2002 01:39:53 -0000 Received: from unknown (HELO satan.cultdeadsheep.org) (192.168.0.4) by goofy.cultdeadsheep.org with SMTP; 5 Aug 2002 01:39:53 -0000 Date: Mon, 5 Aug 2002 03:39:52 +0200 From: Clement Laforet To: Pete Fritchman Cc: edwin@mavetju.org, petef@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: ports/39193: [maintainer-update] net/papaya update to version 0.9.6 Message-Id: <20020805033952.740881e8.sheep.killer@cultdeadsheep.org> In-Reply-To: <200208050023.g750NlF5053317@freefall.freebsd.org> References: <200208050023.g750NlF5053317@freefall.freebsd.org> Organization: tH3 cUlt 0f tH3 d3@d sH33p X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i386-portbld-freebsd5.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Sun, 4 Aug 2002 17:23:47 -0700 (PDT) Pete Fritchman wrote: Hi Pete, I think "make depend" fails because the flag "-I../papaya" is missing int the Makefile. After configure work/papaya-src-0.96/src/plugins/Makefile look like this (Sorry I don't use gtk2) .depend: $(CXX) -MM -I../include -I/usr/local/include/ -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include $(SRC_FILES) > .depend $(PERL) -i -p -e 's/..\/include\/version\.h//g' .depend $(PERL) -i -p -e 's/([^.]+)\.o/o\/\1.o/g' .depend include .depend And it should be like this : .depend: $(CXX) -MM -I../include -I../papaya -I/usr/local/include/ -I/usr/X11R6/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include $(SRC_FILES) > .depend $(PERL) -i -p -e 's/..\/include\/version\.h//g' .depend $(PERL) -i -p -e 's/([^.]+)\.o/o\/\1.o/g' .depend include .depend here's a patch : --- src/plugins/Makefile.in.orig Mon Aug 5 03:28:28 2002 +++ src/plugins/Makefile.in Mon Aug 5 03:28:47 2002 @@ -58,13 +58,8 @@ done .depend: - $(CXX) -MM -I../include -I/usr/local/include/ @GTK_C_FLAGS@ $(SRC_FILES) > .depend + $(CXX) -MM -I../include -I../papaya -I/usr/local/include/ @GTK_C_FLAGS@ $(SRC_FILES) > .depend $(PERL) -i -p -e 's/..\/include\/version\.h//g' .depend $(PERL) -i -p -e 's/([^.]+)\.o/o\/\1.o/g' .depend include .depend - - - - - bye, clem > Synopsis: [maintainer-update] net/papaya update to version 0.9.6 > > State-Changed-From-To: open->analyzed > State-Changed-By: petef > State-Changed-When: Sun Aug 4 17:23:13 PDT 2002 > State-Changed-Why: > Can't build: > gmake[2]: Entering directory > `/usr/home/petef/ports/papaya/work/papaya-src-0.96/src/plugins' > Makefile:66: .depend: No such file or directory c++ -MM -I../include > -I/usr/local/include/ > -I/usr/local/include/atk-1.0 -I/usr/local/include/glib-2.0 > -I/usr/local/lib/glib-2.0/include -I/usr/X11R6/include/gtk-2.0 > -I/usr/X11R6/lib/gtk-2.0/include -I/usr/X11R6/include/pango-1.0 > -I/usr/X11R6/include -I/usr/local/include/freetype2 > -I/usr/local/include Biff.cpp Clock.cpp ConnectionTimer.cpp > Fraction.cpp Friends.cpp MSP.cpp MudLog.cpp Mudftp.cpp Multi.cpp > PapayaUsers.cpp PromptPlugin.cpp SamplePlugin.cpp Speedwalk.cpp > > .depend Clock.cpp:14: Win32PluginAPI.cpp: No such file or directory > ConnectionTimer.cpp:10: Win32PluginAPI.cpp: No such file or directory > Fraction.cpp:17: Win32PluginAPI.cpp: No such file or directory > Friends.cpp:6: Win32PluginAPI.cpp: No such file or directory > MudLog.cpp:22: Win32PluginAPI.cpp: No such file or directory > Multi.cpp:16: Win32PluginAPI.cpp: No such file or directory > PromptPlugin.cpp:12: Win32PluginAPI.cpp: No such file or directory > Speedwalk.cpp:9: Win32PluginAPI.cpp: No such file or directory > gmake[2]: *** [.depend] Error 1 > > ideas? > > http://www.freebsd.org/cgi/query-pr.cgi?pr=39193 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-ports" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message