From owner-freebsd-ports Sun Nov 19 18: 0:13 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 613AB37B479 for ; Sun, 19 Nov 2000 18:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA40318; Sun, 19 Nov 2000 18:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 19 Nov 2000 18:00:09 -0800 (PST) Message-Id: <200011200200.SAA40318@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Carpathia Subject: Re: ports/22907: New Port: Popup menu of icons that launch apps for WM dock Reply-To: Carpathia Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR ports/22907; it has been noted by GNATS. From: Carpathia To: Doug Barton Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: ports/22907: New Port: Popup menu of icons that launch apps for WM dock Date: Sun, 19 Nov 2000 17:52:22 -0800 This is a multi-part message in MIME format. --------------1081889CFC56D8DEDC7A50AD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Fixed. It was late and I was tired, what can I say? :-) Changed: > > X+#include to: > > X+#include in 'files/patch-aa', which should work on everyone's machine. I've also attached the modified 'patch-aa' file. Thanks, Jeremy Doug Barton wrote: > > Jeremy Karlson wrote: > > > X+++ options.c Thu Nov 16 21:11:25 2000 > > X@@ -4,7 +4,7 @@ > > X #include > > X #include > > X /* POSIX */ > > X-#include > > X+#include > > X > > X #include "options.h" > > X #include "version.h" > > Unfortunately, I couldn't get your port to compile. I don't have a > kpathsea directory on my system, perhaps your port is missing a > dependency? > > Doug > -- > Life is an essay test. Long form. Spelling counts. > > Do YOU Yahoo!? --------------1081889CFC56D8DEDC7A50AD Content-Type: text/plain; charset=us-ascii; name="patch-aa" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="patch-aa" --- options.c.BACKUP Thu Nov 16 21:11:16 2000 +++ options.c Thu Nov 16 21:11:25 2000 @@ -4,7 +4,7 @@ #include #include /* POSIX */ -#include +#include #include "options.h" #include "version.h" --------------1081889CFC56D8DEDC7A50AD-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message