Subject: pkg/21082: cvs build fail under SunOS 5.9
To: None <gnats-bugs@gnats.netbsd.org>
From: None <kempfj2@rpi.edu>
List: netbsd-bugs
Date: 04/09/2003 20:08:59
>Number:         21082
>Category:       pkg
>Synopsis:       cvs build fail under SunOS 5.9
>Confidential:   no
>Severity:       serious
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Apr 09 20:10:00 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Jesse Kempf
>Release:        pkgsrc for Solaris 9
>Organization:
>Environment:
SunOS kempfj2.stu.rpi.edu 5.9 Generic_112233-04 sun4u sparc SUNW,Ultra-60
>Description:
The pkgsrc makefile for cvs only checks for SunOS 5.8, and nothing above it. This causes a build under 5.9 to fail.
>How-To-Repeat:

>Fix:
--- Makefile.old        Wed Apr  9 23:01:07 2003
+++ Makefile    Wed Apr  9 23:01:13 2003
@@ -18,7 +18,7 @@
 BUILD_DEFS+=           USE_INET6
 USE_BUILDLINK2=                yes
 
-.if defined(USE_INET6) && ${USE_INET6} == "YES" && empty(MACHINE_PLATFORM:MSunOS-5.8-*)
+.if defined(USE_INET6) && ${USE_INET6} == "YES" && empty(MACHINE_PLATFORM:MSunOS-5.*-*)
 CONFIGURE_ARGS+=       --enable-ipv6
 PATCH_SITES=           ftp://ftp.kame.net/pub/kame/misc/
 PATCHFILES=            cvs-1.11.4-v6-20030102.diff.gz

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