pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/35418: [patch] grip build on Dragonfly



>Number:         35418
>Category:       pkg
>Synopsis:       [patch] grip build on Dragonfly
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Jan 13 20:45:00 +0000 2007
>Originator:     Jon Hamilton
>Release:        
>Organization:
>Environment:
DragonFly woodstock.nethamilton.net 1.7.0-PREVIEW DragonFly 1.7.0-PREVIEW #2: 
Mon Dec 18 08:48:02 CST 2006     
hamilton%woodstock.nethamilton.net@localhost:/usr/obj/usr/src/sys/WOODSTOCK  
pc32

>Description:
grip from wip/grip (from Jan 13 2007) fails to build on Dragonfly with an 
undefined reference to MAILER in grip.h
>How-To-Repeat:
Attempt to build on a Dragonfly system.
>Fix:
--- grip.h.orig 2007-01-13 14:17:46.000000000 -0600
+++ grip.h      2007-01-13 14:25:45.000000000 -0600
@@ -48,7 +48,7 @@
 
 #define RRand(range) (random()%(range))
 
-#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || 
defined(__osf__) /* __osf__ ?? */
+#if defined(__linux__) || defined(__FreeBSD__) || defined(__NetBSD__) || 
defined(__osf__) /* __osf__ ?? */ || defined(__DragonFly__)
 
 #define MAILER "/usr/sbin/sendmail -i -t"
 




Home | Main Index | Thread Index | Old Index