Date: Wed, 23 May 2012 20:09:41 GMT From: Chris Rees <crees@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/168281: [PATCH] security/retranslator remove obsolete OSVERSION check Message-ID: <201205232009.q4NK9f2e027592@freefall.freebsd.org> Resent-Message-ID: <201205232010.q4NKA9dq027831@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168281 >Category: ports >Synopsis: [PATCH] security/retranslator remove obsolete OSVERSION check >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed May 23 20:10:09 UTC 2012 >Closed-Date: >Last-Modified: >Originator: Chris Rees >Release: FreeBSD 9.0-STABLE i386 >Organization: >Environment: System: FreeBSD freefall.freebsd.org 9.0-STABLE FreeBSD 9.0-STABLE #6 r235139: Tue May 8 21:19:03 UTC 2012 simon@freefall.freebsd.org:/usr/obj/usr/src/sys/FREEFALL i386 >Description: FreeBSD ports tree doesn't support <7.x, so this check is unnecessary. >How-To-Repeat: >Fix: --- security-retranslator.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/security/retranslator/Makefile,v retrieving revision 1.1 diff -u -r1.1 Makefile --- Makefile 5 Jun 2010 21:22:25 -0000 1.1 +++ Makefile 23 May 2012 19:55:15 -0000 @@ -20,11 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME} -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 630000 LIB_DEPENDS+= m.4:${PORTSDIR}/misc/compat6x -.endif do-configure: @@ -46,4 +42,4 @@ ${CP} -p ${PREFIX}/etc/${PORTNAME}.conf.sample ${PREFIX}/etc/${PORTNAME}.conf ; \ fi -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- security-retranslator.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?201205232009.q4NK9f2e027592>