Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Apr 2001 23:48:04 +0200 (CEST)
From:      Anders Nordby <anders@fix.no>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/26545: Fix port: mail/drac
Message-ID:  <20010413214804.C1F183CC8@totem.fix.no>

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

>Number:         26545
>Category:       ports
>Synopsis:       Fix port: mail/drac
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 14:50:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     Anders Nordby
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
Fluxpod Information eXchange
>Environment:

FreeBSD current.localnet 5.0-20010408-CURRENT FreeBSD 5.0-20010408-CURRENT #0: Sun Apr  8 16:12:07 GMT 2001     root@usw2.freebsd.org:/usr/src/sys/compile/GENERIC  i386

>Description:

Add -b option to rpcgen calls, to have the port working in -current.

>How-To-Repeat:

Install 5.0-20010408-CURRENT

cd /usr/ports/mail/drac && make install

>Fix:

diff -Nur drac.old/files/patch-aa drac/files/patch-aa
--- drac.old/files/patch-aa	Fri Feb  9 21:32:37 2001
+++ drac/files/patch-aa	Fri Apr 13 22:20:06 2001
@@ -1,5 +1,5 @@
---- Makefile.old	Mon Nov 20 16:35:16 2000
-+++ Makefile	Sun Jan 14 20:06:47 2001
+--- Makefile.orig	Mon Nov 20 16:35:16 2000
++++ Makefile	Fri Apr 13 22:19:29 2001
 @@ -5,9 +5,10 @@
  
  # Paths
@@ -43,7 +43,7 @@
 -#RPCGENFLAGS = -C
 +TSTLIBS = -L. -ldrac
 +#RPCGENFLAGS = 
-+RPCGENFLAGS = -C
++RPCGENFLAGS = -C -b
  
  # Man sections
  MANLIB = 3
diff -Nur drac.old/pkg-descr drac/pkg-descr
--- drac.old/pkg-descr	Fri Feb  9 21:32:37 2001
+++ drac/pkg-descr	Fri Apr 13 22:14:50 2001
@@ -9,3 +9,5 @@
 The POP and SMTP servers can be on different hosts.
 
 WWW: http://mail.cc.umanitoba.ca/drac/
+
+- Anders Nordby <anders@fix.no>
>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?20010413214804.C1F183CC8>