From edwin@mavetju.org  Mon Apr 16 01:57:05 2007
Return-Path: <edwin@mavetju.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 1BD7116A401
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 01:57:05 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: from mail4out.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	by mx1.freebsd.org (Postfix) with ESMTP id D331C13C448
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 01:57:04 +0000 (UTC)
	(envelope-from edwin@mavetju.org)
Received: by mail4out.barnet.com.au (Postfix, from userid 1001)
	id 0FFEA37CFFF; Mon, 16 Apr 2007 11:57:04 +1000 (EST)
Received: from mail4auth.barnet.com.au (mail4.barnet.com.au [202.83.178.125])
	(using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits))
	(Client did not present a certificate)
	by mail4.barnet.com.au (Postfix) with ESMTP id 9EEBC424BDF
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 11:57:03 +1000 (EST)
Received: from k7.mavetju (k7.mavetju.org [10.251.1.18])
	by mail4auth.barnet.com.au (Postfix) with ESMTP id 56E7037CFFA
	for <FreeBSD-gnats-submit@freebsd.org>; Mon, 16 Apr 2007 11:57:03 +1000 (EST)
Received: by k7.mavetju (Postfix, from userid 1001)
	id 467AEF5; Mon, 16 Apr 2007 11:57:03 +1000 (EST)
Message-Id: <20070416015703.467AEF5@k7.mavetju>
Date: Mon, 16 Apr 2007 11:57:03 +1000 (EST)
From: Edwin Groothuis <edwin@mavetju.org>
Reply-To: Edwin Groothuis <edwin@mavetju.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] audio/lash - cleanup non-supported FreeBSD versions
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         111666
>Category:       ports
>Synopsis:       [patch] audio/lash - cleanup non-supported FreeBSD versions
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trasz
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 16 02:00:13 GMT 2007
>Closed-Date:    Tue Apr 17 14:14:51 GMT 2007
>Last-Modified:  Tue Apr 17 14:14:51 GMT 2007
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386


>Description:
>How-To-Repeat:
>Fix:

Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/audio/lash/Makefile,v
retrieving revision 1.2
diff -u -r1.2 Makefile
--- Makefile	13 Apr 2007 13:03:43 -0000	1.2
+++ Makefile	16 Apr 2007 01:56:55 -0000
@@ -26,12 +26,8 @@
 
 .include <bsd.port.pre.mk>
 
-.if ${OSVERSION} < 500018 || exists(${LOCALBASE}/lib/libreadline.so.5)
+.if exists(${LOCALBASE}/lib/libreadline.so.5)
 LIB_DEPENDS+=	readline.5:${PORTSDIR}/devel/readline
 .endif
 
-.if ${OSVERSION} < 500000
-BROKEN=		Does not compile on 4.x
-.endif
-
 .include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->trasz 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Mon Apr 16 02:01:04 UTC 2007 
Responsible-Changed-Why:  
Over to maintainer 

http://www.freebsd.org/cgi/query-pr.cgi?pr=111666 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/111666: commit references a PR
Date: Tue, 17 Apr 2007 14:08:11 +0000 (UTC)

 trasz       2007-04-17 14:07:55 UTC
 
   FreeBSD ports repository
 
   Modified files:
     audio/lash           Makefile 
   Log:
   Remove workarounds for FreeBSD 4.
   
   PR:             ports/111666
   Submitted by:   edwin
   Approved by:    miwi (mentor)
   
   Revision  Changes    Path
   1.3       +1 -5      ports/audio/lash/Makefile
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
State-Changed-From-To: open->closed 
State-Changed-By: trasz 
State-Changed-When: Tue Apr 17 14:14:49 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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