From owner-freebsd-ports@FreeBSD.ORG Tue Jul 8 09:58:34 2014 Return-Path: Delivered-To: ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 58A993B4; Tue, 8 Jul 2014 09:58:34 +0000 (UTC) Received: from st11p01mm-asmtp001.mac.com (st11p01mm-asmtp001.mac.com [17.172.204.239]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.me.com", Issuer "VeriSign Class 3 Extended Validation SSL SGC CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 234B52048; Tue, 8 Jul 2014 09:58:33 +0000 (UTC) MIME-version: 1.0 Received: from silversurfer.fritz.box (unknown [84.147.113.44]) by st11p01mm-asmtp001.mac.com (Oracle Communications Messaging Server 7u4-27.10(7.0.4.27.9) 64bit (built Jun 6 2014)) with ESMTPSA id <0N8E000E1111G080@st11p01mm-asmtp001.mac.com>; Tue, 08 Jul 2014 09:58:16 +0000 (GMT) From: antispam007@mac.com Subject: FreeBSD Port: nut-2.7.2_2 Date: Tue, 08 Jul 2014 11:58:12 +0200 Message-id: <515F057D-4666-4173-8D5D-D6754BD204AB@mac.com> To: cy@FreeBSD.org X-Mailer: Apple Mail (2.1878.6) X-MANTSH: 1TEIXWV4bG1oaGkdHB0lGUkdDRl5PWBoaGxEKTEMXGx0EGx0YBBIZBBsTEBseGh8 aEQpYTRdLEQptfhcaEQpMWRcbGhsbEQpZSRcRClleF2hjeREKQ04XSxseGmJCH2lpH29TGXhzB xwSGhMfEm0ZEQpFQxcWHxsfbBofHW4HHhwcHAceGx0ZBxJuH24HbhwdHx5obhgaHmtoakdLSQR JRUcUEQpYXBcZBBoEGx4HTU4cExoaHRMFGx0EGx0YBBIZBBsTEBseGh8bEQpeWRdhEn18fhEKQ 1oXEh4EGx4dBBsbGQQeHhEKRFgXGBEKREkXGxEKQkUXbmcSf1tAGxpZY0cRCkJOF2hGQkAfSHk dRx9kEQpCTBduZxJ/W0AbGlljRxEKQmwXbmcSf1tAGxpZY0cRCkJAF2NTaE1/Q2NBSUIBEQpwa Bdie2NkbR16XEVsbhEKcGgXY1NkR2VNGkYaH3MRCnBoF21JUFN+bVBtWntMEQpwaBdjSGQZekZ CWHhBGxEKcGgXa2BZY0hCbhhpUEsR X-CLX-Spam: false X-CLX-Score: 1011 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:5.12.52,1.0.14,0.0.0000 definitions=2014-07-08_04:2014-07-08,2014-07-08,1970-01-01 signatures=0 X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 suspectscore=1 phishscore=0 adultscore=0 bulkscore=0 classifier=spam adjust=0 reason=mlx scancount=1 engine=7.0.1-1402240000 definitions=main-1407080112 Content-Type: text/plain; CHARSET=US-ASCII Content-Transfer-Encoding: 7BIT X-Content-Filtered-By: Mailman/MimeDel 2.1.18 Cc: ports@FreeBSD.org X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2014 09:58:34 -0000 Hi, I just had some difficulties to update from NUT 2.6.5 to the actual release and wanted to share with you what I changed: the blazer_usb driver that i use need a PIDPATH and a STATEPATH. both are on /var/db/nut as a standard. In my mind that is the wrong directory and should be /var/run/nut ( the statepath is a point of discussion and might go to a separate /var/state, but in /var/run I believe it is better than in a database directory ). BTW: A simple ups.conf entry has not helped as the PIDPath is hard coded during compilation. There are some missing options in the standard "make config" screen: SSL - is as default enabled - but I don't needed it and wanted not to open another backdoor - with all the current OpenSSL trouble AVAHI - the Zeroconfig setup is not available - standard is not build IPMI - same like AVAHI nut-scanner - not available DEVD - a special for BSD to build the right devices. Could be also helpful The documentation is only available when I have also installed the SERIAL devices. When I only use USB devices the man pages are missing. maybe you want to add a "documentation" option as a separate option. it is also available through normal ./configure I have seen yesterday that you updated the rc.d files - Thank you ! cheers MFJ