Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2002 16:59:04 +0200 (CEST)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>
Subject:   ports/43473: update-port: games/heretic (fix build on CURRENT)
Message-ID:  <200209291459.g8TEx4j2032305@kartoffel.salatschuessel.net>

next in thread | raw e-mail | index | archive | help

>Number:         43473
>Category:       ports
>Synopsis:       update-port: games/heretic (fix build on CURRENT)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sun Sep 29 08:00:23 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.6-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.6-STABLE FreeBSD 4.6-STABLE #0: Wed Aug 7 22:16:14 CEST 2002 olivleh1@nudel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386


>Description:
	fix build on 5-CURRENT
>How-To-Repeat:
>Fix:


--- heretic.diff begins here ---
diff -ruN heretic.old/files/patch-i_udp.c /usr/ports/games/heretic/files/patch-i_udp.c
--- heretic.old/files/patch-i_udp.c	Thu Jan  1 01:00:00 1970
+++ /usr/ports/games/heretic/files/patch-i_udp.c	Sun Sep 29 12:42:10 2002
@@ -0,0 +1,12 @@
+--- i_udp.c.orig	Sun Sep 29 12:40:33 2002
++++ i_udp.c	Sun Sep 29 12:41:24 2002
+@@ -30,6 +30,9 @@
+  */
+ 
+ boolean server = 0;
++#if !defined(IPPORT_USERRESERVED)
++#define IPPORT_USERRESERVED	5000
++#endif
+ 
+ static int DOOMPORT = (IPPORT_USERRESERVED +0x1d );
+ 
--- heretic.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209291459.g8TEx4j2032305>