From owner-svn-ports-head@FreeBSD.ORG Wed Nov 21 20:36:29 2012 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 9C60F2E7; Wed, 21 Nov 2012 20:36:29 +0000 (UTC) (envelope-from lx@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 682468FC12; Wed, 21 Nov 2012 20:36:29 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id qALKaTwd026112; Wed, 21 Nov 2012 20:36:29 GMT (envelope-from lx@svn.freebsd.org) Received: (from lx@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id qALKaTtY026109; Wed, 21 Nov 2012 20:36:29 GMT (envelope-from lx@svn.freebsd.org) Message-Id: <201211212036.qALKaTtY026109@svn.freebsd.org> From: David Thiel Date: Wed, 21 Nov 2012 20:36:29 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r307624 - in head/security/samhain: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Nov 2012 20:36:29 -0000 Author: lx Date: Wed Nov 21 20:36:28 2012 New Revision: 307624 URL: http://svnweb.freebsd.org/changeset/ports/307624 Log: Update to 3.0.8, unbreak with utmpx. Feature safe: Yes Added: head/security/samhain/files/extra-patch-config-h-in (contents, props changed) Modified: head/security/samhain/Makefile head/security/samhain/distinfo Modified: head/security/samhain/Makefile ============================================================================== --- head/security/samhain/Makefile Wed Nov 21 20:18:30 2012 (r307623) +++ head/security/samhain/Makefile Wed Nov 21 20:36:28 2012 (r307624) @@ -5,7 +5,7 @@ # $FreeBSD$ PORTNAME= samhain -PORTVERSION= 3.0.3 +PORTVERSION= 3.0.8 CATEGORIES= security MASTER_SITES= http://la-samhna.de/archive/ \ http://redundancy.redundancy.org/mirror/ @@ -41,7 +41,7 @@ MANUAL_PACKAGE_BUILD= fails to link on p .endif .if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx +EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-config-h-in .endif .if defined(WITH_GPG) Modified: head/security/samhain/distinfo ============================================================================== --- head/security/samhain/distinfo Wed Nov 21 20:18:30 2012 (r307623) +++ head/security/samhain/distinfo Wed Nov 21 20:36:28 2012 (r307624) @@ -1,2 +1,2 @@ -SHA256 (samhain_signed-3.0.3.tar.gz) = e8e4bd1142aae5b5bfa8bb887043282bbe87d775255ed58fd3be15bfb55998cf -SIZE (samhain_signed-3.0.3.tar.gz) = 2100233 +SHA256 (samhain_signed-3.0.8.tar.gz) = ca4e95ab1eedcbd0f18915d986cef15e0457547537a4a7877cf01e6fa154efbd +SIZE (samhain_signed-3.0.8.tar.gz) = 2163928 Added: head/security/samhain/files/extra-patch-config-h-in ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/samhain/files/extra-patch-config-h-in Wed Nov 21 20:36:28 2012 (r307624) @@ -0,0 +1,15 @@ +--- /tmp/config.h.in 2012-11-09 14:19:51.587478847 -0800 ++++ config.h.in 2012-11-09 14:21:07.068488479 -0800 +@@ -349,7 +349,11 @@ + #undef HAVE_UINT64_T + + /* Define if you have utmpx.h. */ +-#undef HAVE_UTMPX_H ++#define HAVE_UTMPX_H ++ ++#define UTMPX_FILE "/var/log/utx.active" ++ ++#define WTMPX_FILE "/var/log/utx.log" + + /* Define if your struct utmpx has ut_xtime. */ + #undef HAVE_UTXTIME