From owner-cvs-ports@FreeBSD.ORG Thu Oct 5 17:01:17 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 74C1816A403; Thu, 5 Oct 2006 17:01:17 +0000 (UTC) (envelope-from bms@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9B5FB43D7B; Thu, 5 Oct 2006 17:01:12 +0000 (GMT) (envelope-from bms@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 k95H1CYE062760; Thu, 5 Oct 2006 17:01:12 GMT (envelope-from bms@repoman.freebsd.org) Received: (from bms@localhost) by repoman.freebsd.org (8.13.6/8.13.4/Submit) id k95H1Cg7062756; Thu, 5 Oct 2006 17:01:12 GMT (envelope-from bms) Message-Id: <200610051701.k95H1Cg7062756@repoman.freebsd.org> From: Bruce M Simpson Date: Thu, 5 Oct 2006 17:01:12 +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/xorp Makefile pkg-deinstall pkg-install pkg-plist ports/net/xorp/files patch-configure patch-configure-in patch-mibs-configure xorp.in xorp.rc.sample 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, 05 Oct 2006 17:01:17 -0000 bms 2006-10-05 17:01:12 UTC FreeBSD ports repository (src committer) Modified files: net/xorp Makefile pkg-plist Added files: net/xorp pkg-deinstall pkg-install net/xorp/files patch-configure patch-configure-in patch-mibs-configure xorp.in Removed files: net/xorp/files xorp.rc.sample Log: Merge a number of fixes for the XORP port: Expand %%PREFIX%% in the rc script. Create the group 'xorp' when the package is installed. Fix the snmpd configure check and MIB module installation. Fix the pkg-plist. Note that as the XORP automake install target does not adhere to hier(7), it may be desirable to specify PREFIX when building and/or installing the port. PR: ports/103879 Submitted by: Benjamin Black Revision Changes Path 1.3 +31 -14 ports/net/xorp/Makefile 1.1 +28 -0 ports/net/xorp/files/patch-configure (new) 1.1 +18 -0 ports/net/xorp/files/patch-configure-in (new) 1.1 +11 -0 ports/net/xorp/files/patch-mibs-configure (new) 1.1 +36 -0 ports/net/xorp/files/xorp.in (new) 1.2 +0 -37 ports/net/xorp/files/xorp.rc.sample (dead) 1.1 +22 -0 ports/net/xorp/pkg-deinstall (new) 1.1 +37 -0 ports/net/xorp/pkg-install (new) 1.2 +138 -126 ports/net/xorp/pkg-plist