From owner-cvs-ports@FreeBSD.ORG Thu Jun 1 15:34:59 2006 Return-Path: X-Original-To: cvs-ports@FreeBSD.org Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AC4AA16AEF0; Thu, 1 Jun 2006 15:34:59 +0000 (UTC) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 72EBE43D45; Thu, 1 Jun 2006 15:34:59 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.6/8.13.6) with ESMTP id k51FXWpN030392; Thu, 1 Jun 2006 15:33:32 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k51FXW2O030391; Thu, 1 Jun 2006 15:33:32 GMT (envelope-from garga) Message-Id: <200606011533.k51FXW2O030391@repoman.freebsd.org> From: Renato Botelho Date: Thu, 1 Jun 2006 15:33:32 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/security/fwtk Makefile distinfo pkg-plist ports/security/fwtk/files patch-aa patch-ak patch-al patch-http-gw_error.c X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Jun 2006 15:35:00 -0000 garga 2006-06-01 15:33:32 UTC FreeBSD ports repository Modified files: security/fwtk Makefile distinfo pkg-plist security/fwtk/files patch-aa patch-al Added files: security/fwtk/files patch-http-gw_error.c Removed files: security/fwtk/files patch-ak Log: - The current fwtk port will not build on FreeBSD => 5.x, this is because of the S/Key library requirements. Moved the S/Key support behind the WITH_SKEY knob and added a WITH_SNK knob as well. Now the system will build on FreeBSD 6.1 systems if WITH_SKEY is NOT set. - Change varargs.h to stdarg.h, to build with the newer version of gcc. - Pass the maintainership to submitter. - Bump PORTREVISION PR: ports/97633 Submitted by: pirzyk Revision Changes Path 1.32 +37 -23 ports/security/fwtk/Makefile 1.6 +5 -1 ports/security/fwtk/distinfo 1.5 +12 -6 ports/security/fwtk/files/patch-aa 1.2 +0 -11 ports/security/fwtk/files/patch-ak (dead) 1.2 +43 -3 ports/security/fwtk/files/patch-al 1.1 +24 -0 ports/security/fwtk/files/patch-http-gw_error.c (new) 1.8 +8 -8 ports/security/fwtk/pkg-plist