From owner-freebsd-ports@FreeBSD.ORG Tue Jan 27 02:01:31 2009 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC7B9106564A for ; Tue, 27 Jan 2009 02:01:31 +0000 (UTC) (envelope-from venture37@gmail.com) Received: from ug-out-1314.google.com (ug-out-1314.google.com [66.249.92.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6C9918FC0A for ; Tue, 27 Jan 2009 02:01:30 +0000 (UTC) (envelope-from venture37@gmail.com) Received: by ug-out-1314.google.com with SMTP id 30so171622ugs.39 for ; Mon, 26 Jan 2009 18:01:29 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type; bh=XE9DwmtwOFCEQKyPMf0fEvZkkfhu7MmnvffnWMlS/oo=; b=cLuUtXZPvj5+c1liiyA1GBzCr9Rg5Y3HIpnNtEq+IoxxUYViF2zpkisl80Pg5AIULT +1DV8Gctfhc+rLG7giIVW5ytn5gLThWGta5Yob7eIuh+rQMRVhqlZrTOR9kKTihkLDLT JP0gRi7OXpGxdORiDaRbuF8+fZFb87IzTCx+0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type; b=S+j8Jbv0qiok0RpeA3+PxuNLsDw7VB8PvTpL8KIC51UCUrsXoS8Ayry35lopy7mE63 C27RIiXtCnBIaPXYNvojNe5PncYDNX1bGPBH3Qg5AklXW9Am8WVrGA3S4UTmXhhT1ACb zy7PL1xqfsjyjDFKIsMTBrk5imoOYn28xupHk= Received: by 10.67.103.7 with SMTP id f7mr1454772ugm.64.1233021689375; Mon, 26 Jan 2009 18:01:29 -0800 (PST) Received: from sevans-mac-pro-2.local (newbie.thingamajig-systems.co.uk [93.97.185.103]) by mx.google.com with ESMTPS id b35sm10117541ugd.33.2009.01.26.18.01.27 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Jan 2009 18:01:28 -0800 (PST) Message-ID: <497E6AF6.8060802@gmail.com> Date: Tue, 27 Jan 2009 02:01:26 +0000 From: Sevan / Venture37 User-Agent: Thunderbird 2.0.0.19 (Macintosh/20081209) MIME-Version: 1.0 To: freebsd-ports@freebsd.org Content-Type: multipart/mixed; boundary="------------070606050000060003080803" X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: OpenNMS 1.6.2 port X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jan 2009 02:01:32 -0000 This is a multi-part message in MIME format. --------------070606050000060003080803 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Hi I've written a port for OpenNMS, the port still needs a lot of work done to it but I thought I'd post my initial effort to get some feedback on how I went about it. The port will install just fine except that it complains about some files listed in the plist which are not there, well they are there but the file name is dynamically generated everything a build is attempted. (jetty-webapps & webapps cache files). Obviously as there are issues with these filenames in the plist, make package fails. The other problem is todo with dependencies, it fails to detect that jicmp is installed & attempts to build & install it nomatter what & obviously fails if it is. Any pointers much appreciated. Sevan / Venture37 --------------070606050000060003080803--