Magellan Linux

Diff of /branches/magellan-next/core/cyrus-sasl/cyrus-sasl-2.1.23-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6949 by niro, Fri Sep 24 17:10:30 2010 UTC revision 6950 by niro, Fri Sep 24 19:11:13 2010 UTC
# Line 28  SRC_URI=( Line 28  SRC_URI=(
28   ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${SRCFILE}   ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/${SRCFILE}
29   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
30   mirror://${PNAME}/${PNAME}-2.1.17-pgsql-include.patch   mirror://${PNAME}/${PNAME}-2.1.17-pgsql-include.patch
31     mirror://${PNAME}/${PNAME}-${PVER}-gcc45.patch
32  )  )
33    
34  UP2DATE="updatecmd ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ | grep ${PNAME}- | grep -v rc | lasttarball gz"  UP2DATE="updatecmd ftp://ftp.andrew.cmu.edu/pub/cyrus-mail/ | grep ${PNAME}- | grep -v rc | lasttarball gz"
# Line 43  src_prepare() Line 44  src_prepare()
44   # fix include path for newer PostgreSQL versions   # fix include path for newer PostgreSQL versions
45   mpatch ${PNAME}-2.1.17-pgsql-include.patch || die   mpatch ${PNAME}-2.1.17-pgsql-include.patch || die
46    
47     # fix compilation with gcc-4.5
48     mpatch ${PNAME}-${PVER}-gcc45.patch || die
49    
50   # upstream doesn't even honor their own configure options...   # upstream doesn't even honor their own configure options...
51   sed -i 's:^sasldir = .*$:sasldir = $(plugindir):' ${SRCDIR}/plugins/Makefile.{am,in} || die   sed -i 's:^sasldir = .*$:sasldir = $(plugindir):' ${SRCDIR}/plugins/Makefile.{am,in} || die
52    

Legend:
Removed from v.6949  
changed lines
  Added in v.6950