Magellan Linux

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

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

revision 31523 by niro, Fri Nov 30 06:49:01 2018 UTC revision 31524 by niro, Fri Nov 30 06:59:27 2018 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
41     mirror://${PNAME}/${PNAME}-${PVER}-berkdb-stdlib-ftbfs.patch
42  )  )
43    
44  UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME}/ | highesttarball xz"  UP2DATE="updatecmd http://download.savannah.gnu.org/releases/${PNAME}/ | highesttarball xz"
45    
46    src_prepare()
47    {
48     munpack ${SRCFILE} || die
49     cd ${SRCDIR}
50    
51     # fix ftbfs with db
52     mpatch ${PNAME}-${PVER}-berkdb-stdlib-ftbfs.patch || die
53    }
54    
55  src_compile()  src_compile()
56  {  {
57   cd ${SRCDIR}   cd ${SRCDIR}

Legend:
Removed from v.31523  
changed lines
  Added in v.31524