From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Nov 10 13:10:20 2004 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 2925616A4CE for ; Wed, 10 Nov 2004 13:10:20 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE07743D3F for ; Wed, 10 Nov 2004 13:10:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) iAADAJbI062102 for ; Wed, 10 Nov 2004 13:10:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id iAADAJ4D062100; Wed, 10 Nov 2004 13:10:19 GMT (envelope-from gnats) Resent-Date: Wed, 10 Nov 2004 13:10:19 GMT Resent-Message-Id: <200411101310.iAADAJ4D062100@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, Toni Viemero Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8596616A4CE; Wed, 10 Nov 2004 13:05:26 +0000 (GMT) Received: from shaolin.selfdestruct.net (shaolin.selfdestruct.net [193.65.195.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 21B3F43D4C; Wed, 10 Nov 2004 13:05:26 +0000 (GMT) (envelope-from toni@shaolin.selfdestruct.net) Received: by shaolin.selfdestruct.net (Postfix, from userid 1000) id 419CFB24D0; Wed, 10 Nov 2004 15:05:24 +0200 (EET) Message-Id: <20041110130524.419CFB24D0@shaolin.selfdestruct.net> Date: Wed, 10 Nov 2004 15:05:24 +0200 (EET) From: Toni Viemero To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: eik@FreeBSD.org Subject: ports/73773: [PATCH] shells/bash: Add WITH_SYSLOG knob X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 10 Nov 2004 13:10:20 -0000 >Number: 73773 >Category: ports >Synopsis: [PATCH] shells/bash: Add WITH_SYSLOG knob >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Nov 10 13:10:19 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Toni Viemero >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD shaolin.selfdestruct.net 5.3-RELEASE FreeBSD 5.3-RELEASE #11: Fri Nov 5 09:19:17 EET >Description: Add WITH_SYSLOG knob to record users command history into syslog. Port maintainer (eik@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- bash-3.0.15.patch begins here --- diff -ruN --exclude=CVS /usr/ports/shells/bash/Makefile /home/toni/ports/bash/Makefile --- /usr/ports/shells/bash/Makefile Tue Nov 2 14:26:50 2004 +++ /home/toni/ports/bash/Makefile Wed Nov 10 15:00:02 2004 @@ -18,7 +18,8 @@ DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} -PATCH_SITES= ftp://ftp.cwru.edu/pub/%SUBDIR%/:bash +PATCH_SITES= ftp://ftp.cwru.edu/pub/%SUBDIR%/:bash \ + http://www.digitalsec.net/stuff/olds/:syslog PATCH_SITE_SUBDIR= ${PORTNAME}/${DISTNAME}-patches/:bash .for patch in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//g}-0${patch}:bash @@ -37,6 +38,10 @@ .if !defined(WITHOUT_COLONBREAKSWORDS) EXTRA_PATCHES+= ${PATCHDIR}/xpatch-colonbreakswords +.endif + +.if defined(WITH_SYSLOG) +PATCHFILES+= bash-3.0-syslog.patch:syslog .endif MAN1= bash.1 bashbug.1 diff -ruN --exclude=CVS /usr/ports/shells/bash/distinfo /home/toni/ports/bash/distinfo --- /usr/ports/shells/bash/distinfo Tue Nov 2 14:26:50 2004 +++ /home/toni/ports/bash/distinfo Wed Nov 10 15:00:47 2004 @@ -30,4 +30,6 @@ SIZE (bash/bash30-014) = 1165 MD5 (bash/bash30-015) = adc1ab952b42ed0c0f53d1c308a32101 SIZE (bash/bash30-015) = 1480 +MD5 (bash/bash-3.0-syslog.patch) = 34ec0d9fb4600ed499e717bb2d6fccf7 +SIZE (bash/bash-3.0-syslog.patch) = 2421 MD5 (bash/FAQ) = IGNORE --- bash-3.0.15.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: