Magellan Linux

Diff of /trunk/core/groff/groff-1.20.1-r1.smage2

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

revision 1105 by niro, Wed Apr 22 13:52:58 2009 UTC revision 1106 by niro, Wed Apr 22 13:54:13 2009 UTC
# Line 25  sminclude mtools Line 25  sminclude mtools
25  SRC_URI=(  SRC_URI=(
26   gnu://${PNAME}/${SRCFILE}   gnu://${PNAME}/${SRCFILE}
27   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
28   mirror://${PNAME}/${PNAME}-${PVER}-infoext.patch   mirror://${PNAME}/${PNAME}-1.19.2-infoext.patch
29   mirror://${PNAME}/${PNAME}-${PVER}-no-netpbm-depend.patch   mirror://${PNAME}/${PNAME}-1.19.2-no-netpbm-depend.patch
30   mirror://${PNAME}/${PNAME}-${PVER}-man-unicode-dashes.patch   mirror://${PNAME}/${PNAME}-1.19.2-man-unicode-dashes.patch
31   mirror://${PNAME}/${PNAME}-1.19.1-gcc-4.1.patch   mirror://${PNAME}/${PNAME}-1.19.1-gcc-4.1.patch
32  )  )
33    
# Line 40  src_prepare() Line 40  src_prepare()
40    
41   # fix the info pages to have .info extensions,   # fix the info pages to have .info extensions,
42   # else they do not get gzipped   # else they do not get gzipped
43   mpatch ${PNAME}-${PVER}-infoext.patch || die   mpatch ${PNAME}-1.19.2-infoext.patch || die
44    
45   # do not depend on netpbm   # do not depend on netpbm
46   mpatch ${PNAME}-${PVER}-no-netpbm-depend.patch || die   mpatch ${PNAME}-1.19.2-no-netpbm-depend.patch || die
47    
48   # make dashes the same as minus on the keyboard so that you   # make dashes the same as minus on the keyboard so that you
49   # can search for it   # can search for it
50   mpatch ${PNAME}-${PVER}-man-unicode-dashes.patch || die   mpatch ${PNAME}-1.19.2-man-unicode-dashes.patch || die
51    
52   # fix compile issues with gcc-4.1   # fix compile issues with gcc-4.1
53   mpatch ${PNAME}-1.19.1-gcc-4.1.patch || die   mpatch ${PNAME}-1.19.1-gcc-4.1.patch || die

Legend:
Removed from v.1105  
changed lines
  Added in v.1106