Date: Wed, 23 May 2012 20:10:28 GMT From: Chris Rees <crees@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/168282: [PATCH] sysutils/gapcmon Remove obsolete conditional on OSVERSION Message-ID: <201205232010.q4NKAS2O030100@freefall.freebsd.org> Resent-Message-ID: <201205232020.q4NKK20S049103@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 168282 >Category: ports >Synopsis: [PATCH] sysutils/gapcmon Remove obsolete conditional on OSVERSION >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:20:02 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: --- sysutils-gapcmon.diff begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/sysutils/gapcmon/Makefile,v retrieving revision 1.14 diff -u -r1.14 Makefile --- Makefile 28 Mar 2010 06:43:39 -0000 1.14 +++ Makefile 23 May 2012 19:55:19 -0000 @@ -22,12 +22,6 @@ PORTDOCS= AUTHORS ChangeLog INSTALL README -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 601103 -IGNORE= needs gethostbyname_r(3) -.endif - post-extract: @${REINPLACE_CMD} 's|install-gapcmondocDATA \\|\\|' \ ${WRKSRC}/Makefile.in @@ -39,4 +33,4 @@ .endif @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- sysutils-gapcmon.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?201205232010.q4NKAS2O030100>