Subject: Re: pkg/28966: imap-uw build breaks with openssl-0.9.7e
To: None <adrianp@netbsd.org, gnats-admin@netbsd.org,>
From: Adrian Portelli <adrianp@netbsd.org>
List: pkgsrc-bugs
Date: 01/26/2005 14:21:01
The following reply was made to PR pkg/28966; it has been noted by GNATS.

From: Adrian Portelli <adrianp@netbsd.org>
To: diro@nixsys.bz
Cc: gnats-bugs@netbsd.org
Subject: Re: pkg/28966: imap-uw build breaks with openssl-0.9.7e
Date: Wed, 26 Jan 2005 14:19:50 +0000

 Hi,
 
 Could you please try the following patch:
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/mail/imap-uw/Makefile,v
 retrieving revision 1.88
 diff -u -r1.88 Makefile
 --- Makefile    24 Jan 2005 09:03:48 -0000      1.88
 +++ Makefile    26 Jan 2005 14:15:01 -0000
 @@ -42,7 +42,8 @@
   .  if defined(USE_KERBEROS) && ${USE_KERBEROS} != "no"
   PKG_USE_KERBEROS=      # defined
   BUILD_TARGET+= EXTRAAUTHENTICATORS="gss"
 -.    if !empty(MACHINE_PLATFORM:MNetBSD-1.5*)
 +.    if !empty(MACHINE_PLATFORM:MNetBSD-1.5*) || \
 +       !empty(MACHINE_PLATFORM:MNetBSD-1.6*)
   # NetBSD-1.5 didn't have "des_new_random_key" in libcrypto
   MAKE_ENV+=     GSS_EXTRA_LDFLAGS="-ldes"
   .    endif