Date: Thu, 20 Jan 2005 15:52:04 +0100 (CET) From: Johan van Selst <johans@stack.nl> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76505: misc/nserver: fix compilation on >= 5.x Message-ID: <20050120145204.8C628513@mud.stack.nl> Resent-Message-ID: <200501201500.j0KF0fSK024621@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76505 >Category: ports >Synopsis: misc/nserver: fix compilation on >= 5.x >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: Thu Jan 20 15:00:41 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Johan van Selst >Release: FreeBSD 5.3-STABLE i386 >Organization: >Environment: System: FreeBSD mud.stack.nl 5.3-STABLE FreeBSD 5.3-STABLE #3: Thu Jan 13 13:11:19 CET 2005 root@mud.stack.nl:/usr/local/spare1/TEMP/obj/usr/src/sys/mud i386 >Description: The program Makefile expects OPSYS=BSD, not FreeBSD >How-To-Repeat: >Fix: diff -uNr nserver/Makefile nserver/Makefile --- nserver/Makefile Mon Sep 20 04:03:50 2004 +++ nserver/Makefile Thu Jan 20 15:46:06 2005 @@ -27,9 +27,7 @@ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif +OPSYS= BSD do-patch: @${REINPLACE_CMD} -e "s|-O2|${CFLAGS}|g; \ >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050120145204.8C628513>