From owner-cvs-ports@FreeBSD.ORG Mon Aug 30 14:00:30 2004 Return-Path: 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 C834916A4E6; Mon, 30 Aug 2004 14:00:16 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 086A643D1D; Mon, 30 Aug 2004 14:00:16 +0000 (GMT) (envelope-from vs@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.11/8.12.11) with ESMTP id i7UE0FxA002759; Mon, 30 Aug 2004 14:00:15 GMT (envelope-from vs@repoman.freebsd.org) Received: (from vs@localhost) by repoman.freebsd.org (8.12.11/8.12.11/Submit) id i7UE0FM3002758; Mon, 30 Aug 2004 14:00:15 GMT (envelope-from vs) Message-Id: <200408301400.i7UE0FM3002758@repoman.freebsd.org> From: Volker Stolz Date: Mon, 30 Aug 2004 14:00:15 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: ports/net/ntp Makefile pkg-plist X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.1 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, 30 Aug 2004 14:00:31 -0000 vs 2004-08-30 14:00:15 UTC FreeBSD ports repository Modified files: net/ntp Makefile pkg-plist Log: Repackage: - Add ipv6 as a second category as IPv6 is now supported. - Switch to GNU_CONFIGURE as the bug mentioned in the Makefile of the port seems to be gone and it really is a GNU configure script. This will also enable the replacing of config.guess and config.sub with versions from PORTSDIR/Templates. - Use USE_OPENSSL and add a WITHOUT_SSL knob so the ntp port can be built using the OpenSSL ports or without any crypto support at all. - Use cpio instead of tar to install the documentation in the post-install target, this saves a chown-run and the port no longer operates on already installed files. - Install sample configuration files in EXAMPLESDIR. - Use/respect DOCSDIR. PR: ports/59955 Submitted by: Marius Strobl Approved by: maintainer timeout (cy's busy in RL) Revision Changes Path 1.42 +20 -11 ports/net/ntp/Makefile 1.19 +188 -180 ports/net/ntp/pkg-plist