Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Nov 2004 23:19:48 +1000 (VLAT)
From:      Dima Panov <redfox@Fluffy.Khv.RU>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/73611: archivers/rar now require FreeBSD 5.3R or higher.
Message-ID:  <200411061319.iA6DJmKF010998@Fluffy.Khv.RU>
Resent-Message-ID: <200411061330.iA6DUSDo007549@freefall.freebsd.org>

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

>Number:         73611
>Category:       ports
>Synopsis:       archivers/rar now require FreeBSD 5.3R or higher.
>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:   Sat Nov 06 13:30:27 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Dima Panov
>Release:        FreeBSD 4.10-STABLE i386
>Organization:
Twilight Zone
>Environment:
System: FreeBSD Fluffy.Khv.RU 4.10-STABLE FreeBSD 4.10-STABLE #0: Wed Sep 29 07:01:00 VLAST 2004 root@Fluffy.Khv.RU:/usr/obj/usr/src4/sys/FLUFFY i386


	
>Description:
	archivers/rar now require FreeBSD-5.3R or higher.
>How-To-Repeat:
	
>Fix:

	

Index: archivers/rar/Makefile
===================================================================
RCS file: /home/ncvs/ports/archivers/rar/Makefile,v
retrieving revision 1.44
diff -u -r1.44 Makefile
--- archivers/rar/Makefile	3 Nov 2004 16:45:02 -0000	1.44
+++ archivers/rar/Makefile	6 Nov 2004 13:12:39 -0000
@@ -22,6 +22,10 @@
 
 .include <bsd.port.pre.mk>
 
+.if ${OSVERSION} < 503001
+IGNORE=		Systems prior to FreeBSD 5.3 currently out of support
+.endif
+
 .if ${PORTOBJFORMAT} == "elf"
 STRIP=
 .endif

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



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