Date: Tue, 31 Jul 2007 15:45:45 -0400 (EDT) From: Thomas Abthorpe <thomas@goodking.ca> To: FreeBSD-gnats-submit@FreeBSD.org Cc: thomas@goodking.ca Subject: ports/115095: [MAINTAINER] misc/kcd: unbreak for 7.X Message-ID: <200707311945.l6VJjjhU060208@goodking.goodking.ca> Resent-Message-ID: <200707311950.l6VJo1QE075947@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 115095 >Category: ports >Synopsis: [MAINTAINER] misc/kcd: unbreak for 7.X >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Jul 31 19:50:00 GMT 2007 >Closed-Date: >Last-Modified: >Originator: Thomas Abthorpe >Release: FreeBSD 6.2-STABLE i386 >Organization: GoodKing.Ca >Environment: System: FreeBSD goodking.goodking.ca 6.2-STABLE FreeBSD 6.2-STABLE #2: Thu Jul 12 23:31:30 EDT 2007 >Description: - builds under HEAD Generated with FreeBSD Port Tools 0.77 >How-To-Repeat: >Fix: --- kcd-7.6.2,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/misc/kcd/Makefile,v retrieving revision 1.31 diff -u -r1.31 Makefile --- Makefile 24 Jul 2007 09:48:42 -0000 1.31 +++ Makefile 31 Jul 2007 19:39:36 -0000 @@ -23,12 +23,6 @@ MAN1= kcd.1 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} > 700013 -IGNORE= allocates an infinite amount of memory in configure script -.endif - do-install: ${INSTALL_SCRIPT} ${WRKSRC}/kcd-inst ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/kcdscr ${PREFIX}/bin @@ -47,4 +41,4 @@ ${INSTALL_DATA} ${WRKSRC}/kcd.sh.init ${EXAMPLESDIR} .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> --- kcd-7.6.2,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200707311945.l6VJjjhU060208>