Date: Sun, 22 Mar 2009 11:00:03 GMT From: Andy Kosela <akosela@andykosela.com> To: freebsd-ports-bugs@FreeBSD.org Subject: Re: ports/132928: The port /usr/ports/x11/rxvt build failed when invoked with WITH_GREEK knob Message-ID: <200903221100.n2MB03t6062328@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/132928; it has been noted by GNATS. From: Andy Kosela <akosela@andykosela.com> To: bug-followup@FreeBSD.org Cc: akripo@gmail.com Subject: Re: ports/132928: The port /usr/ports/x11/rxvt build failed when invoked with WITH_GREEK knob Date: Sun, 22 Mar 2009 11:40:38 +0100 This is a multi-part message in MIME format. --=_49c615a6.t+17n67GiLe0adf5py1EWC5OKhLR8KxziIyLe8zAr+N9TxmO Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: inline Edwin Groothuis <edwin@FreeBSD.org> wrote: > Maintainer of x11/rxvt, > > Please note that PR ports/132928 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/132928 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org Haris, please test the attached patch and if it works for you let us know. --Andy --=_49c615a6.t+17n67GiLe0adf5py1EWC5OKhLR8KxziIyLe8zAr+N9TxmO Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="patch-ae" --- src/grkelot.c.orig 1998-11-12 05:51:12.000000000 +0100 +++ src/grkelot.c 2009-03-22 11:15:35.000000000 +0100 @@ -80,10 +80,6 @@ #define MAX_SWITCHER 2U /* per state */ #define MAX_VAL 256 /* for temp allocation */ -typedef unsigned char u_char; -typedef unsigned int u_int; -typedef unsigned long u_long; - typedef struct s_xlat { u_int first, last; u_int *pval; /* array of translated values */ @@ -158,9 +154,9 @@ #define NUM_XLAT_TYPES (sizeof(xlat_type) / sizeof(xlat_type[0])) -static void kstate_add_xlat(char *str); -static void kstate_add_switcher(char *str); -static void kstate_set_life(char *str); +void kstate_add_xlat(char *str); +void kstate_add_switcher(char *str); +void kstate_set_life(char *str); /* --- Functions ------------- */ /* INTPROTO */ --=_49c615a6.t+17n67GiLe0adf5py1EWC5OKhLR8KxziIyLe8zAr+N9TxmO--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903221100.n2MB03t6062328>