ports/76505: misc/nserver: fix compilation on >= 5.x

Johan van Selst johans at stack.nl
Thu Jan 20 15:00:41 UTC 2005


>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 at 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:



More information about the freebsd-ports-bugs mailing list