Date: Sun, 20 Nov 2005 11:00:56 -0500 From: Frank Laszlo <laszlof@vonostingroup.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/89318: [PATCH]: security/md5deep: BROKEN on 4.x Message-ID: <E1Edrce-000F13-Tb@ritamari.vonostingroup.com> Resent-Message-ID: <200511201610.jAKGAPAC027859@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> + +.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 <bsd.port.mk> +.include <bsd.port.post.mk> --- md5deep-1.9.2-BROKEN.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1Edrce-000F13-Tb>