Magellan Linux

Diff of /trunk/core/man-db/man-db-2.8.5-r1.smage2

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

revision 31971 by niro, Mon Jan 28 14:07:41 2019 UTC revision 31972 by niro, Mon Jan 28 15:17:35 2019 UTC
# Line 38  SRC_URI=( Line 38  SRC_URI=(
38   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
39   mirror://${PNAME}/man-db.cron-${CRON_VER}   mirror://${PNAME}/man-db.cron-${CRON_VER}
40   mirror://${PNAME}/man-db.confd   mirror://${PNAME}/man-db.confd
  mirror://${PNAME}/${PNAME}-${PVER}-berkdb-stdlib-ftbfs.patch  
41  )  )
42    
43  UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME}/ | highesttarball xz"  UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME}/ | highesttarball xz"
44    
 src_prepare()  
 {  
  munpack ${SRCFILE} || die  
  cd ${SRCDIR}  
   
  # fix ftbfs with db  
  mpatch ${PNAME}-${PVER}-berkdb-stdlib-ftbfs.patch || die  
 }  
   
45  src_compile()  src_compile()
46  {  {
47   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.31971  
changed lines
  Added in v.31972