From araujo@bsdmail.org  Fri Apr 20 13:50:07 2007
Return-Path: <araujo@bsdmail.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 27D3916A401
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Apr 2007 13:50:07 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from mail.intelbras.com.br (mail.intelbras.com.br [201.24.77.45])
	by mx1.freebsd.org (Postfix) with ESMTP id C456413C458
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 20 Apr 2007 13:50:06 +0000 (UTC)
	(envelope-from araujo@bsdmail.org)
Received: from localhost (localhost.intelbras.com.br [127.0.0.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 37E572DA4D0;
	Fri, 20 Apr 2007 10:50:02 -0300 (BRT)
Received: from mail.intelbras.com.br ([127.0.0.1])
	by localhost (copernicus.intelbras.com.br [127.0.0.1]) (amavisd-new, port 10024)
	with ESMTP id 4tvzXUJQIYG9; Fri, 20 Apr 2007 10:49:58 -0300 (BRT)
Received: from bsdmail.org (unknown [192.168.130.1])
	by mail.intelbras.com.br (Postfix) with ESMTP id 28BB32DA4E2;
	Fri, 20 Apr 2007 10:49:58 -0300 (BRT)
Received: (nullmailer pid 27159 invoked by uid 0);
	Fri, 20 Apr 2007 13:49:57 -0000
Message-Id: <1177076997.584026.27158.nullmailer@bsdmail.org>
Date: Fri, 20 Apr 2007 10:49:57 -0300
From: Marcelo Araujo <araujo@bsdmail.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: db@FreeBSD.org
Subject: [PATCH] comms/linrad: cleanup non-supported FreeBSD versions 
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111945
>Category:       ports
>Synopsis:       [PATCH] comms/linrad: cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    db
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 20 14:00:07 GMT 2007
>Closed-Date:    Fri Apr 20 19:43:06 GMT 2007
>Last-Modified:  Fri Apr 20 19:43:06 GMT 2007
>Originator:     Marcelo Araujo
>Release:        FreeBSD 6.2-RELEASE i386
>Organization:
>Environment:
System: FreeBSD island.freebsd.org 6.2-RELEASE FreeBSD 6.2-RELEASE #0: Fri Jan 12 10:40:27 UTC 2007
>Description:

- removed support to FreeBSD 4.x (EOL)

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

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

--- linrad-2.23.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/comms/linrad/Makefile,v
retrieving revision 1.11
diff -u -r1.11 Makefile
--- Makefile	27 Feb 2007 17:06:35 -0000	1.11
+++ Makefile	20 Apr 2007 13:48:32 -0000
@@ -36,12 +36,6 @@
 			z_PARALLEL_PORT.txt z_SETTINGS.txt \
 			z_USERS_EXTRA.txt z_USERS_HWARE.txt
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on FreeBSD 4.x
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \
 	-e 's|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/Makefile.in
@@ -56,8 +50,6 @@
 	${INSTALL_DATA} ${WRKSRC}/errors.lir ${DATADIR}/errors.lir
 	${INSTALL_DATA} ${WRKSRC}/help.lir ${DATADIR}/help.lir
 	${INSTALL_SCRIPT} -m04555 ${FILESDIR}/linrad ${PREFIX}/bin/linrad
-# Some day we may want the svga version as well.
-#	${INSTALL_PROGRAM} -m04555 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin/${PORTNAME}.svga
 	${INSTALL_PROGRAM} -m04555 ${WRKSRC}/x${PORTNAME} ${PREFIX}/bin/x${PORTNAME}
 .if !defined(NOPORTDOCS)
 	${MKDIR} ${DOCSDIR}
@@ -70,4 +62,4 @@
 .endif
 	@${CAT} ${PKGMESSAGE}
 
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
--- linrad-2.23.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->db 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Fri Apr 20 14:00:20 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111945 
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Fri Apr 20 19:42:32 UTC 2007 
State-Changed-Why:  
As stated in ports/111954, maintainer is already working on an update 
which will include this patch. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111945 
>Unformatted:
