From owner-cvs-all@FreeBSD.ORG Wed May 3 16:01:59 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BFB2816A447; Wed, 3 May 2006 16:01: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 8AB3B43D4C; Wed, 3 May 2006 16:01:59 +0000 (GMT) (envelope-from garga@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id k43G1xk3067388; Wed, 3 May 2006 16:01:59 GMT (envelope-from garga@repoman.freebsd.org) Received: (from garga@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id k43G1x27067384; Wed, 3 May 2006 16:01:59 GMT (envelope-from garga) Message-Id: <200605031601.k43G1x27067384@repoman.freebsd.org> From: Renato Botelho Date: Wed, 3 May 2006 16:01:58 +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/ipsec-tools Makefile pkg-descr pkg-plist ports/security/ipsec-tools/files patch-configure racoon.sh.in X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 May 2006 16:01:59 -0000 garga 2006-05-03 16:01:58 UTC FreeBSD ports repository Modified files: security/ipsec-tools Makefile pkg-descr pkg-plist security/ipsec-tools/files racoon.sh.in Added files: security/ipsec-tools/files patch-configure Log: Makefile: - introduce OPTIONS to enable/disable features - add more features to the OPTION dialog - choose reasonable defaults for OPTIONS (disabled patented stuff) - remove usesless WRKSRC line - move LDFLAGS to the place where it is necessary - extend CONFIGURE_ARGS to set the directory for the adminport socket * Note: racoonctl is useless without adminport enabled * create the socket dir in post-install - bump PORTREVISION that users notice the changes - finally: remove one item from the TODO list on top of the Makefile ;) pkg-descr: - shortened by one line to please portlint pkg-plist: - slight reorganization - add create instructions for the adminport socket dir for the "installing from package" case - add removal instructions for the adminport socket dir files/patch-configure: - add some stuff to detect libiconv when the GSSAPI OPTION is enabled - iconv is required for GSSAPI but the library is not added to LIBS in the original configure script - Why not use USE_AUTOTOOLS and patch configure.ac? * because the leads to configure running twice which is useless overhead. I found no way to avoid this so we patch configure. files/racoon.sh.in: - add the adminsocket directory to required_dirs PR: ports/96368 Submitted by: Joerg Pulz Approved by: maintainer Revision Changes Path 1.12 +128 -9 ports/security/ipsec-tools/Makefile 1.1 +77 -0 ports/security/ipsec-tools/files/patch-configure (new) 1.4 +10 -6 ports/security/ipsec-tools/files/racoon.sh.in 1.3 +1 -2 ports/security/ipsec-tools/pkg-descr 1.5 +5 -3 ports/security/ipsec-tools/pkg-plist