Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Nov 2000 18:00:09 -0800 (PST)
From:      Carpathia <karlj000@unbc.ca>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/22907: New Port: Popup menu of icons that launch apps for WM  dock
Message-ID:  <200011200200.SAA40318@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/22907; it has been noted by GNATS.

From: Carpathia <karlj000@unbc.ca>
To: Doug Barton <DougB@FreeBSD.org>
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 <kpathsea/getopt.h>
 
 to:
 > > X+#include <unistd.h>
 
 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 <string.h>
 > > X #include <assert.h>
 > > X /* POSIX */
 > > X-#include <getopt.h>
 > > X+#include <kpathsea/getopt.h>
 > > 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 <string.h>
  #include <assert.h>
  /* POSIX */
 -#include <getopt.h>
 +#include <unistd.h>
  
  #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




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