From owner-cvs-ports@FreeBSD.ORG Mon Aug 18 01:48:41 2008 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 BBC9C1065699; Mon, 18 Aug 2008 01:48:41 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id A620D8FC08; Mon, 18 Aug 2008 01:48:41 +0000 (UTC) (envelope-from mi@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.2/8.14.2) with ESMTP id m7I1mfRR029253; Mon, 18 Aug 2008 01:48:41 GMT (envelope-from mi@repoman.freebsd.org) Received: (from mi@localhost) by repoman.freebsd.org (8.14.2/8.14.1/Submit) id m7I1mfLe029252; Mon, 18 Aug 2008 01:48:41 GMT (envelope-from mi) Message-Id: <200808180148.m7I1mfLe029252@repoman.freebsd.org> From: Mikhail Teterin Date: Mon, 18 Aug 2008 01:48:41 +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/net/libtnl Makefile pkg-plist ports/net/libtnl/files Makefile.bsd patch-platform patch-platforms 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: Mon, 18 Aug 2008 01:48:41 -0000 mi 2008-08-18 01:48:41 UTC FreeBSD ports repository Modified files: net/libtnl Makefile pkg-plist net/libtnl/files Makefile.bsd Added files: net/libtnl/files patch-platform patch-platforms Log: Add patches to unbreak -- work with gcc above version 3. Also allow building on amd64 and note, that support for other platforms is easy too, as long as one has a system to test on. Redirect a few functions directly to the standard implementations using defines, instead of using function-wrappers. This port ought to use a port-installed libtomcrypt instead of building its own version of same. Unfortunately, our security/libtomcrypt does not (yet?) install a shared version. Revision Changes Path 1.4 +16 -11 ports/net/libtnl/Makefile 1.2 +0 -1 ports/net/libtnl/files/Makefile.bsd 1.1 +97 -0 ports/net/libtnl/files/patch-platform (new) 1.1 +23 -0 ports/net/libtnl/files/patch-platforms (new) 1.2 +1 -1 ports/net/libtnl/pkg-plist