Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2006 17:32:20 -0500
From:      Jim Pirzyk <pirzyk@FreeBSD.org>
To:        Renato Botelho <garga@FreeBSD.org>
Cc:        freebsd-ports-bugs@FreeBSD.org
Subject:   Re: ports/97633: Update port: security/fwtk
Message-ID:  <F98E445C-7580-4356-8B52-4E889FAFB98E@FreeBSD.org>
In-Reply-To: <20060522211217.GA84536@galle.com.br>
References:  <200605221726.k4MHQv07061678@freefall.freebsd.org> <20060522193506.GA78268@galle.com.br> <D0BA118F-3147-4903-947D-F010F1FED180@FreeBSD.org> <20060522211217.GA84536@galle.com.br>

next in thread | previous in thread | raw e-mail | index | archive | help
This is an OpenPGP/MIME signed message (RFC 2440 and 3156)
--Apple-Mail-3--991151425
Content-Type: multipart/mixed; boundary=Apple-Mail-2--991151634


--Apple-Mail-2--991151634
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed


On May 22, 2006, at 4:12 PM, Renato Botelho wrote:

> On Mon, May 22, 2006 at 03:03:38PM -0500, Jim Pirzyk wrote:
>> -----BEGIN PGP SIGNED MESSAGE-----
>> Hash: SHA1
>>
>>
>> On May 22, 2006, at 2:35 PM, Renato Botelho wrote:
>>
>>> I made a lot of changes to try to fix this port on >= 5.x, but it
>>> still have
>>> problems, like you can see here:
>>>
>>> http://srvmix.galle.com.br/tb/errors/5-STABLE/fwtk-2.1_1.log
>>> http://srvmix.galle.com.br/tb/errors/6-STABLE/fwtk-2.1_1.log
>>>
>>> Following is my patch, please, run a checkout on fwtk, apply my
>>> patch, and
>>> make your changes after that, when it's ok, send me a new patch.

OK here it is, and it is a simple fix.  It is like the patch-ad
file (that adds all the BSD's to the list of #if defined... lines).
Just add this file to the list of other patches.


--Apple-Mail-2--991151634
Content-Transfer-Encoding: 7bit
Content-Type: application/octet-stream; x-unix-mode=0644;
	name="patch-x-gw-sig.c"
Content-Disposition: attachment;
	filename=patch-x-gw-sig.c

--- x-gw/sig.c.orig	Thu Feb  5 18:10:56 1998
+++ x-gw/sig.c	Wed May 31 17:27:40 2006
@@ -30,7 +30,7 @@
 pid_t sigpid;
 {
         pid_t              temppid;
-#if !defined(SYSV) && !defined(HPUX) && !defined(SCO5) && !defined(OSF1) && !defined(AIX)
+#if !defined(SYSV) && !defined(HPUX) && !defined(SCO5) && !defined(OSF1) && !defined(AIX) && !defined(__FreeBSD__) && !defined(__OpenBSD__) && !defined(__NetBSD__)
 #ifdef __386BSD__   
 	int                wstatus;
 #else

--Apple-Mail-2--991151634
Content-Transfer-Encoding: 7bit
Content-Type: text/plain;
	charset=US-ASCII;
	format=flowed


Also if you want to reassign the package to me as the MAINTAINER=,
that would be fine.

- JimP

--- @(#) $Id: dot.signature,v 1.14 2004/02/03 02:46:26 pirzyk Exp $
     __o  pirzyk@uiuc.edu --------------------------- jim@pirzyk.org
  _'\<,_  Systems Management Group, CITES
(*)/ (*) University of Illinois at Urbana-Champaign



--Apple-Mail-2--991151634--

--Apple-Mail-3--991151425
content-type: application/pgp-signature; x-mac-type=70674453;
	name=PGP.sig
content-description: This is a digitally signed message part
content-disposition: inline; filename=PGP.sig
content-transfer-encoding: 7bit

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (Darwin)

iD8DBQFEfhl42EYx0U4j2soRAioLAJ96qxrmIC7Arg804eBv3Aie1+3AyQCdFVLY
IAdW2/KzOyrEK9rlOsSO42o=
=9TEL
-----END PGP SIGNATURE-----

--Apple-Mail-3--991151425--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?F98E445C-7580-4356-8B52-4E889FAFB98E>