pkgsrc-Bugs archive

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

pkg/39054: [patch] support dragonfly in lang/chicken



>Number:         39054
>Category:       pkg
>Synopsis:       [patch] support dragonfly in lang/chicken
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Fri Jun 27 13:05:00 +0000 2008
>Originator:     Aleksej Saushev
>Release:        
>Organization:
>Environment:
>Description:
lang/chicken claims dragonflybsd unsupported since OPSYS doesn't match "*BSD" 
pattern.
>How-To-Repeat:

>Fix:
--- Makefile    13 May 2008 00:31:08 +0400      1.34
+++ Makefile    27 Jun 2008 03:52:50 +0400      
@@ -24,7 +24,7 @@
 .include "../../mk/bsd.prefs.mk"
 
 # PLATFORM detection:
-.if !empty(OPSYS:M*BSD)
+.if !empty(OPSYS:M*BSD) || ${OPSYS} == "DragonFly"
 PLATFORM=      bsd
 .elif ${OPSYS} == "Linux"
 PLATFORM=      linux



Home | Main Index | Thread Index | Old Index