From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 20 16:10:26 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 4028416A41F for ; Sun, 20 Nov 2005 16:10:26 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9DC843D49 for ; Sun, 20 Nov 2005 16:10:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAKGAP2u027860 for ; Sun, 20 Nov 2005 16:10:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAKGAPAC027859; Sun, 20 Nov 2005 16:10:25 GMT (envelope-from gnats) Resent-Date: Sun, 20 Nov 2005 16:10:25 GMT Resent-Message-Id: <200511201610.jAKGAPAC027859@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, Frank Laszlo Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A02E016A41F for ; Sun, 20 Nov 2005 16:00:56 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from ritamari.vonostingroup.com (ritamari.vonostingroup.com [216.144.193.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5CB9143D45 for ; Sun, 20 Nov 2005 16:00:56 +0000 (GMT) (envelope-from laszlof@ritamari.vonostingroup.com) Received: from laszlof by ritamari.vonostingroup.com with local (Exim 4.54 (FreeBSD)) id 1Edrce-000F13-Tb for FreeBSD-gnats-submit@freebsd.org; Sun, 20 Nov 2005 11:00:56 -0500 Message-Id: Date: Sun, 20 Nov 2005 11:00:56 -0500 From: Frank Laszlo To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89318: [PATCH]: security/md5deep: BROKEN on 4.x X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Frank Laszlo List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Nov 2005 16:10:26 -0000 >Number: 89318 >Category: ports >Synopsis: [PATCH]: security/md5deep: BROKEN on 4.x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 20 16:10:25 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Frank Laszlo >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD ritamari.vonostingroup.com 6.0-STABLE FreeBSD 6.0-STABLE #0: Mon Nov 7 12:06:15 EST 2005 laszlof@ritamari.vonostingroup.com:/usr/obj/usr/src/sys/RITAMARI i386 >Description: Mark this as BROKEN on 4.x until I can write a patch for it. >How-To-Repeat: >Fix: --- md5deep-1.9.2-BROKEN.diff begins here --- diff -NrU3 md5deep.orig/Makefile md5deep/Makefile --- md5deep.orig/Makefile Sun Nov 20 10:55:43 2005 +++ md5deep/Makefile Sun Nov 20 10:56:10 2005 @@ -25,8 +25,14 @@ PLIST_FILES= bin/md5deep bin/sha1deep bin/sha256deep \ bin/whirlpooldeep bin/tigerdeep +.include + +.if ${OSVERSION} < 500000 +BROKEN= "Does not compile on FreeBSD 4.x" +.endif + post-patch: @${REINPLACE_CMD} -e 's!/usr/local!${PREFIX}!' \ -e 's!-Wall -O2!$(CFLAGS)!' ${WRKSRC}/Makefile -.include +.include --- md5deep-1.9.2-BROKEN.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: