Magellan Linux

Diff of /branches/magellan-next/extras/xalan-c/xalan-c-1.11.0_pre797991-r2.smage2

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

revision 8047 by niro, Wed Jun 29 13:09:24 2011 UTC revision 8048 by niro, Wed Jun 29 13:20:13 2011 UTC
# Line 20  SRC_URI=( Line 20  SRC_URI=(
20   mirror://${PNAME}-${PVER}-as-needed.patch   mirror://${PNAME}-${PVER}-as-needed.patch
21   mirror://${PNAME}-${PVER}-bugfixes.patch   mirror://${PNAME}-${PVER}-bugfixes.patch
22   mirror://${PNAME}-${PVER}-parallel-build.patch   mirror://${PNAME}-${PVER}-parallel-build.patch
23     mirror://${PNAME}-${PVER}-gcc46.patch
24  )  )
25    
26  UP2DATE="updatecmd http://www.apache.org/dist/xml/${PNAME}/source/ | sed -n -e 's/.*Xalan-C_\(.*\)-src.*/\1/;$ p' | sed 's:_:.:g'"  UP2DATE="updatecmd http://www.apache.org/dist/xml/${PNAME}/source/ | sed -n -e 's/.*Xalan-C_\(.*\)-src.*/\1/;$ p' | sed 's:_:.:g'"
# Line 32  src_prepare() Line 33  src_prepare()
33   mpatch ${PNAME}-${PVER}-as-needed.patch || die   mpatch ${PNAME}-${PVER}-as-needed.patch || die
34   mpatch ${PNAME}-${PVER}-bugfixes.patch || die   mpatch ${PNAME}-${PVER}-bugfixes.patch || die
35   mpatch ${PNAME}-${PVER}-parallel-build.patch || die   mpatch ${PNAME}-${PVER}-parallel-build.patch || die
36     mpatch ${PNAME}-${PVER}-gcc46.patch || die
37  }  }
38    
39  src_compile()  src_compile()

Legend:
Removed from v.8047  
changed lines
  Added in v.8048