Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Nov 2002 10:08:08 +0800 (CST)
From:      Kuang-che Wu <kcwu@kcwu.dyndns.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/45609: Fix build: net/dictd
Message-ID:  <200211230208.gAN288sb016958@kcwu.dyndns.org>

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

>Number:         45609
>Category:       ports
>Synopsis:       Fix build: net/dictd
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 22 18:10:01 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Kuang-che Wu
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
>Environment:
System: FreeBSD m722 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Wed Oct 16 07:55:58 CST 2002 root@m722:/usr/obj/usr/src/sys/M722 i386


	
>Description:
	Fix build problem of net/dictd
	add files/patch-servparse.y
	
>How-To-Repeat:
	
>Fix:
diff -urN dictd.old/files/patch-servparse.y dictd/files/patch-servparse.y
--- dictd.old/files/patch-servparse.y	Thu Jan  1 08:00:00 1970
+++ dictd/files/patch-servparse.y	Sat Nov 23 10:03:56 2002
@@ -0,0 +1,10 @@
+--- servparse.y.orig	Sat Nov 23 10:03:34 2002
++++ servparse.y	Sat Nov 23 10:03:43 2002
+@@ -125,6 +125,7 @@
+                ;
+ 
+ Site : T_SITE T_STRING { $$ = $2; }
++     ;
+ 
+ UserList : T_USERNAME T_STRING T_STRING
+            { $$ = hsh_create(NULL,NULL);

	


>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?200211230208.gAN288sb016958>