Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Apr 2007 15:14:22 -0300
From:      Marcelo Araujo <araujo@bsdmail.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        laszlof@FreeBSD.org
Subject:   ports/111826: [PATCH] security/md5deep: cleanup non-supported FreeBSD versions 
Message-ID:  <1176920062.329076.26653.nullmailer@bsdmail.org>
Resent-Message-ID: <200704181820.l3IIK2u3004431@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         111826
>Category:       ports
>Synopsis:       [PATCH] security/md5deep: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Apr 18 18:20:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD bsdmail.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- remove support to FreeBSD 4.x (EOL)

Port maintainer (laszlof@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- md5deep-1.12.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/security/md5deep/Makefile,v
retrieving revision 1.13
diff -u -r1.13 Makefile
--- Makefile	11 Dec 2006 17:46:03 -0000	1.13
+++ Makefile	18 Apr 2007 18:12:55 -0000
@@ -24,14 +24,8 @@
 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 -W -O3!${CFLAGS}!' ${WRKSRC}/Makefile
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- md5deep-1.12.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1176920062.329076.26653.nullmailer>