Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Aug 2000 09:20:06 -0700 (PDT)
From:      Jimmy Olgeni <olgeni@uli.it>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: ports/20623: cyrus-sasl-1.5.24 does not build libkerberos4.la
Message-ID:  <200008181620.JAA85180@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/20623; it has been noted by GNATS.

From: Jimmy Olgeni <olgeni@uli.it>
To: freebsd-gnats-submit@FreeBSD.org, olgeni@uli.it
Cc:  
Subject: Re: ports/20623: cyrus-sasl-1.5.24 does not build libkerberos4.la
Date: Fri, 18 Aug 2000 18:17:20 +0200

 Patch from the ports mailing list, plus @unexec and typo fix.
 
 
 
 diff -rcN cyrus-sasl.orig/patches/patch-ab cyrus-sasl/patches/patch-ab
 *** cyrus-sasl.orig/patches/patch-ab	Sat Aug 12 22:47:01 2000
 --- cyrus-sasl/patches/patch-ab	Fri Aug 18 16:31:39 2000
 ***************
 *** 1,14 ****
 ! --- configure.in.orig	Thu Aug  3 14:34:08 2000
 ! +++ configure.in	Thu Aug  3 14:39:24 2000
 ! @@ -66,8 +66,9 @@
 !  dnl check for -R, etc. switch
 !  CMU_GUESS_RUNPATH_SWITCH
 !  dnl let's just link against local.  otherwise we never find anything
 useful.
 ! -CPPFLAGS="-I/usr/local/include ${CPPFLAGS}"
 ! -CMU_ADD_LIBPATH("/usr/local/lib")
 ! +CPPFLAGS="-I${OPENSSLINC} -I${OPENSSLINC}/openssl ${CPPFLAGS}"
 ! +CMU_ADD_LIBPATH("${LOCALBASE}/lib")
 ! +CMU_ADD_LIBPATH("${OPENSSLLIB}")
 !  
 !  AM_DISABLE_STATIC
 !  
 --- 1,39 ----
 ! *** configure.in.orig	Fri Jul 21 04:35:01 2000
 ! --- configure.in	Fri Aug 18 16:31:21 2000
 ! ***************
 ! *** 66,73 ****
 !   dnl check for -R, etc. switch
 !   CMU_GUESS_RUNPATH_SWITCH
 !   dnl let's just link against local.  otherwise we never find anything
 useful.
 ! ! CPPFLAGS="-I/usr/local/include ${CPPFLAGS}"
 ! ! CMU_ADD_LIBPATH("/usr/local/lib")
 !   
 !   AM_DISABLE_STATIC
 !   
 ! --- 66,74 ----
 !   dnl check for -R, etc. switch
 !   CMU_GUESS_RUNPATH_SWITCH
 !   dnl let's just link against local.  otherwise we never find anything
 useful.
 ! ! CPPFLAGS="-I${OPENSSLINC} -I${OPENSSLINC}/openssl ${CPPFLAGS}"
 ! ! CMU_ADD_LIBPATH("${LOCALBASE}/lib")
 ! ! CMU_ADD_LIBPATH("${OPENSSLLIB}")
 !   
 !   AM_DISABLE_STATIC
 !   
 ! ***************
 ! *** 436,442 ****
 !     if test "$with_des" != no; then
 !       AC_CHECK_HEADER(krb.h,
 !         AC_CHECK_LIB(krb, krb_mk_priv, COM_ERR="",
 ! ! 	AC_CHECK_LIB(krb, krb_mk_priv, COM_ERR="-lcom_err",
 !                        AC_WARN(No Kerberos V4 found); krb4=no, -ldes
 -lcom_err),
 !           -ldes),
 !         AC_WARN(No Kerberos V4 found); krb4=no)
 ! --- 437,443 ----
 !     if test "$with_des" != no; then
 !       AC_CHECK_HEADER(krb.h,
 !         AC_CHECK_LIB(krb, krb_mk_priv, COM_ERR="",
 ! ! 	AC_CHECK_LIB(krb, krb_mk_err, COM_ERR="-lcom_err",
 !                        AC_WARN(No Kerberos V4 found); krb4=no, -ldes
 -lcom_err),
 !           -ldes),
 !         AC_WARN(No Kerberos V4 found); krb4=no)
 diff -rcN cyrus-sasl.orig/pkg/PLIST cyrus-sasl/pkg/PLIST
 *** cyrus-sasl.orig/pkg/PLIST	Fri Jun 16 21:46:22 2000
 --- cyrus-sasl/pkg/PLIST	Fri Aug 18 16:34:03 2000
 ***************
 *** 60,66 ****
   @exec mkdir pwcheck
   @exec chown cyrus:cyrus pwcheck
   @exec chmod go= pwcheck
 ! @comment This file gets create by the pwcheck program
 ! @unexec rm -f pwcheck/pwcheck
   @dirrm pwcheck
   @cwd %%PREFIX%%
 --- 60,66 ----
   @exec mkdir pwcheck
   @exec chown cyrus:cyrus pwcheck
   @exec chmod go= pwcheck
 ! @comment This file gets created by the pwcheck program
 ! @unexec rm -f /var/pwcheck/pwcheck
   @dirrm pwcheck
   @cwd %%PREFIX%%
 


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?200008181620.JAA85180>