From owner-cvs-ports@FreeBSD.ORG Sun Sep 23 03:17:22 2007 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1173616A418; Sun, 23 Sep 2007 03:17:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 12C3A13C447; Sun, 23 Sep 2007 03:17:22 +0000 (UTC) (envelope-from edwin@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.1/8.14.1) with ESMTP id l8N3HL2w098607; Sun, 23 Sep 2007 03:17:21 GMT (envelope-from edwin@repoman.freebsd.org) Received: (from edwin@localhost) by repoman.freebsd.org (8.14.1/8.14.1/Submit) id l8N3HL2e098606; Sun, 23 Sep 2007 03:17:21 GMT (envelope-from edwin) Message-Id: <200709230317.l8N3HL2e098606@repoman.freebsd.org> From: Edwin Groothuis Date: Sun, 23 Sep 2007 03:17:21 +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/sfs Makefile ports/security/sfs/files patch-agent_ssu.C patch-arpc_rpctypes.h patch-async_aiod.h patch-async_daemonize.C patch-async_suio_vuprintf.C patch-crypt_getsysnoise.C patch-rex_chan.C patch-rex_rex.C patch-rpcc_rpcc.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: Sun, 23 Sep 2007 03:17:22 -0000 edwin 2007-09-23 03:17:21 UTC FreeBSD ports repository Modified files: security/sfs Makefile security/sfs/files patch-arpc_rpctypes.h Added files: security/sfs/files patch-agent_ssu.C patch-async_aiod.h patch-async_daemonize.C patch-async_suio_vuprintf.C patch-crypt_getsysnoise.C patch-rex_chan.C patch-rex_rex.C patch-rpcc_rpcc.C patch-sfsmisc_suidgetfd.C Log: Update port: security/sfs, fix build with gcc42 The attached patch fixes security/sfs so it builds with gcc42. The only change I made that I am wary of is commenting out the LIBTOOL variable in ${WRKSRC}/sfsrwcd/Makefile. However, this seems to work fine on both 7.0-CURRENT and 6.2-STABLE. In addition, I would not mind maintaining the port. PR: ports/116389 Submitted by: Dave Grochowski Revision Changes Path 1.29 +42 -6 ports/security/sfs/Makefile 1.1 +22 -0 ports/security/sfs/files/patch-agent_ssu.C (new) 1.2 +4 -4 ports/security/sfs/files/patch-arpc_rpctypes.h 1.1 +12 -0 ports/security/sfs/files/patch-async_aiod.h (new) 1.1 +37 -0 ports/security/sfs/files/patch-async_daemonize.C (new) 1.1 +51 -0 ports/security/sfs/files/patch-async_suio_vuprintf.C (new) 1.1 +87 -0 ports/security/sfs/files/patch-crypt_getsysnoise.C (new) 1.1 +15 -0 ports/security/sfs/files/patch-rex_chan.C (new) 1.1 +20 -0 ports/security/sfs/files/patch-rex_rex.C (new) 1.1 +29 -0 ports/security/sfs/files/patch-rpcc_rpcc.C (new) 1.1 +20 -0 ports/security/sfs/files/patch-sfsmisc_suidgetfd.C (new)