From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Aug 16 14:30:16 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D8AE237B401 for ; Sat, 16 Aug 2003 14:30:16 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id CFB2843FB1 for ; Sat, 16 Aug 2003 14:30:15 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h7GLUFUp045441 for ; Sat, 16 Aug 2003 14:30:15 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h7GLUFZq045440; Sat, 16 Aug 2003 14:30:15 -0700 (PDT) Resent-Date: Sat, 16 Aug 2003 14:30:15 -0700 (PDT) Resent-Message-Id: <200308162130.h7GLUFZq045440@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, klm@uidzero.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A68B37B401 for ; Sat, 16 Aug 2003 14:28:34 -0700 (PDT) Received: from pool-151-196-247-143.balt.east.verizon.net (pool-151-196-247-143.balt.east.verizon.net [151.196.247.143]) by mx1.FreeBSD.org (Postfix) with SMTP id 1529A43FAF for ; Sat, 16 Aug 2003 14:28:33 -0700 (PDT) (envelope-from klm@uidzero.org) Message-Id: <20030816212833.1529A43FAF@mx1.FreeBSD.org> Date: Sat, 16 Aug 2003 14:28:33 -0700 (PDT) From: klm@uidzero.org To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/55646: Update port: security/ftimes 3.2.1 --> 3.3.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: klm@uidzero.org List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 16 Aug 2003 21:30:17 -0000 >Number: 55646 >Category: ports >Synopsis: Update port: security/ftimes 3.2.1 --> 3.3.0 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sat Aug 16 14:30:15 PDT 2003 >Closed-Date: >Last-Modified: >Originator: klm >Release: FreeBSD 4.7-RELEASE-p10 i386 >Organization: >Environment: System: >Description: >How-To-Repeat: >Fix: Please remove files/patch-aa as it is no longer needed. --- ftimes-3.3.0.diff begins here --- diff -urP ftimes/Makefile ftimes.new/Makefile --- ftimes/Makefile Tue May 6 04:16:42 2003 +++ ftimes.new/Makefile Sat Aug 16 16:25:46 2003 @@ -1,33 +1,38 @@ -# New ports collection makefile for: ftimes -# Date created: 20 August 2002 -# Whom: Klayton Monroe +# New ports collection makefile for: ftimes +# Date created: 20 August 2002 +# Whom: Klayton Monroe # # $FreeBSD$ # PORTNAME= ftimes -PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTVERSION= 3.3.0 CATEGORIES= security sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ftimes EXTRACT_SUFX= .tgz -MAINTAINER= klm@ir.exodus.net +MAINTAINER= klm@uidzero.org COMMENT= A system baselining and evidence collection tool GNU_CONFIGURE= YES .if defined(WITHOUT_SSL) -CONFIGURE_ARGS= --without-ssl +CONFIGURE_ARGS+= --without-ssl .else USE_OPENSSL= YES -CONFIGURE_ARGS= --with-ssl=${OPENSSLBASE} +CONFIGURE_ARGS+= --with-ssl=${OPENSSLBASE} +.endif + +.if defined(NO_STATIC) +CFLAGS+= +.else +CFLAGS+= -static .endif MAN1= ftimes.1 post-install: - strip ${PREFIX}/bin/ftimes + @${STRIP_CMD} ${PREFIX}/bin/ftimes .include diff -urP ftimes/distinfo ftimes.new/distinfo --- ftimes/distinfo Wed Apr 2 12:34:12 2003 +++ ftimes.new/distinfo Sat Aug 16 16:17:52 2003 @@ -1 +1 @@ -MD5 (ftimes-3.2.1.tgz) = a62ce08399f6b121cabbfbbf96583e7b +MD5 (ftimes-3.3.0.tgz) = 552c3c6d9796dade37533308a31772dc diff -urP ftimes/files/patch-aa ftimes.new/files/patch-aa --- ftimes/files/patch-aa Tue May 6 04:16:42 2003 +++ ftimes.new/files/patch-aa Sat Aug 16 16:32:43 2003 @@ -1,57 +0,0 @@ -diff -urP configure.orig configure ---- configure.orig Mon Mar 17 19:24:44 2003 -+++ configure Mon May 5 14:14:32 2003 -@@ -1412,6 +1412,13 @@ - _ACEOF - - ;; -+ia64*) -+ -+cat >>confdefs.h <<\_ACEOF -+#define K_CPU_IA64 1 -+_ACEOF -+ -+ ;; - i?86*) - - cat >>confdefs.h <<\_ACEOF -diff -urP configure.in.orig configure.in ---- configure.in.orig Mon Mar 17 19:24:44 2003 -+++ configure.in Mon May 5 14:14:32 2003 -@@ -80,6 +80,9 @@ - alpha*) - AC_DEFINE(K_CPU_ALPHA, 1, Define to 1 if the host cpu is alpha.) - ;; -+ia64*) -+ AC_DEFINE(K_CPU_IA64, 1, Define to 1 if the host cpu is ia64.) -+ ;; - i?86*) - AC_DEFINE(K_CPU_I386, 1, Define to 1 if the host cpu is iX86.) - ;; -diff -urP src/config.h.in.orig src/config.h.in ---- src/config.h.in.orig Thu Mar 27 15:19:11 2003 -+++ src/config.h.in Mon May 5 14:14:32 2003 -@@ -161,6 +161,9 @@ - /* Define to 1 if the host cpu is iX86. */ - #undef K_CPU_I386 - -+/* Define to 1 if the host cpu is ia64. */ -+#undef K_CPU_IA64 -+ - /* Define to 1 if the host cpu is powerpc. */ - #undef K_CPU_POWERPC - -diff -urP src/md5.h.orig src/md5.h ---- src/md5.h.orig Sun Feb 23 17:40:08 2003 -+++ src/md5.h Mon May 5 14:14:45 2003 -@@ -16,7 +16,7 @@ - #define MD5_READ_BUFSIZE 0x8000 - #define MD5_BYTES_PER_BLOCK (512/8) - --#ifdef K_CPU_ALPHA -+#if defined(K_CPU_ALPHA) || defined(K_CPU_IA64) - typedef unsigned int MD5_UINT32; - #else - typedef unsigned long MD5_UINT32; - - diff -urP ftimes/pkg-plist ftimes.new/pkg-plist --- ftimes/pkg-plist Sat Apr 5 06:45:42 2003 +++ ftimes.new/pkg-plist Sat Aug 16 16:19:03 2003 @@ -1,5 +1,7 @@ bin/ftimes -etc/dig.cfg.sample +etc/digfull.cfg.sample +etc/diglean.cfg.sample etc/get.cfg.sample -etc/map.cfg.sample +etc/mapfull.cfg.sample +etc/maplean.cfg.sample etc/put.cfg.sample --- ftimes-3.3.0.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: