From owner-svn-ports-head@FreeBSD.ORG Sun Nov 3 05:07:33 2013 Return-Path: Delivered-To: svn-ports-head@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 ESMTP id 6894FDAA; Sun, 3 Nov 2013 05:07:33 +0000 (UTC) (envelope-from tabthorpe@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 55DCF2CC0; Sun, 3 Nov 2013 05:07:33 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rA357Xej008269; Sun, 3 Nov 2013 05:07:33 GMT (envelope-from tabthorpe@svn.freebsd.org) Received: (from tabthorpe@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rA357WaK008261; Sun, 3 Nov 2013 05:07:32 GMT (envelope-from tabthorpe@svn.freebsd.org) Message-Id: <201311030507.rA357WaK008261@svn.freebsd.org> From: Thomas Abthorpe Date: Sun, 3 Nov 2013 05:07:32 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r332587 - in head/security/tripwire12: . 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: Sun, 03 Nov 2013 05:07:33 -0000 Author: tabthorpe Date: Sun Nov 3 05:07:32 2013 New Revision: 332587 URL: http://svnweb.freebsd.org/changeset/ports/332587 Log: - Fix build problems for amd64 compatibility - Other minor updates PR: ports/182587 Submitted by: Joe Greco (maintainer) Added: head/security/tripwire12/files/conf-freebsd8.h (contents, props changed) Modified: head/security/tripwire12/Makefile head/security/tripwire12/files/patch-aa (contents, props changed) head/security/tripwire12/files/tw.conf.freebsd8 (contents, props changed) Modified: head/security/tripwire12/Makefile ============================================================================== --- head/security/tripwire12/Makefile Sun Nov 3 05:00:53 2013 (r332586) +++ head/security/tripwire12/Makefile Sun Nov 3 05:07:32 2013 (r332587) @@ -17,6 +17,7 @@ NO_CDROM= cannot be redistributed for mo NO_PACKAGE= requires local database to be built USES= perl5 USE_PERL5= build +MAKE_JOBS_UNSAFE=yes TWCONFIG?= ${FILESDIR}/tw.conf.freebsd8 @@ -31,7 +32,7 @@ post-patch: 's|bs_ntohl|ntohl|g;s|bs_htonl|htonl|g' pre-configure: - @ ${CP} ${FILESDIR}/conf-freebsd2.h ${WRKSRC}/configs + @ ${CP} ${FILESDIR}/conf-freebsd8.h ${WRKSRC}/configs @ ${CP} ${TWCONFIG} ${WRKSRC}/configs/tw.conf.freebsd8 post-install: Added: head/security/tripwire12/files/conf-freebsd8.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/tripwire12/files/conf-freebsd8.h Sun Nov 3 05:07:32 2013 (r332587) @@ -0,0 +1,57 @@ +/* $FreeBSD$ */ + +/* + * conf-freebsd8.h + * + * Tripwire configuration file + * + * Joe Greco + * sol.net Network Services + * Derived from the other BSD config.h's + */ + +/*** + *** Operating System specifics + *** + *** If the answer to a question in the comment is "Yes", then + *** change the corresponding "#undef" to a "#define" + ***/ + +/* + * is your OS a System V derivitive? if so, what version? + * (e.g., define SYSV 4) + */ + +#undef SYSV + +/* + * does your system have a like System V? + */ + +#undef MALLOCH + +/* + * does your system have a like POSIX says you should? + */ + +#define STDLIBH + +/* + * does your system use readdir(3) that returns (struct dirent *)? + */ + +#define DIRENT + +/* + * is #include ok? (as opposed to ) + */ + +#define STRINGH + +/* + * does your system have gethostname(2) (instead of uname(2))? + */ + +#define GETHOSTNAME + +#define TW_TYPE32 int Modified: head/security/tripwire12/files/patch-aa ============================================================================== --- head/security/tripwire12/files/patch-aa Sun Nov 3 05:00:53 2013 (r332586) +++ head/security/tripwire12/files/patch-aa Sun Nov 3 05:07:32 2013 (r332587) @@ -13,7 +13,7 @@ *** file that corresponds with your operating system. ***/ -! #include "../configs/conf-freebsd2.h" +! #include "../configs/conf-freebsd8.h" #ifdef TW_TYPE32 typedef TW_TYPE32 int32; Modified: head/security/tripwire12/files/tw.conf.freebsd8 ============================================================================== --- head/security/tripwire12/files/tw.conf.freebsd8 Sun Nov 3 05:00:53 2013 (r332586) +++ head/security/tripwire12/files/tw.conf.freebsd8 Sun Nov 3 05:07:32 2013 (r332587) @@ -82,7 +82,6 @@ /.forward R # may not exist # Unix itself -/kernel R /boot R /boot.config R @@ -115,10 +114,6 @@ # /libexec /libexec R-2 -# /lkm and /modules -/lkm R-2 -/modules R-2 - # /boot /boot R-2