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 1106 by niro, Wed Apr 22 13:54:13 2009 UTC revision 1107 by niro, Wed Apr 22 17:37:49 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}-1.19.2-infoext.patch   mirror://${PNAME}/${PNAME}-${PVER}-no-netpbm-depend.patch
  mirror://${PNAME}/${PNAME}-1.19.2-no-netpbm-depend.patch  
29   mirror://${PNAME}/${PNAME}-1.19.2-man-unicode-dashes.patch   mirror://${PNAME}/${PNAME}-1.19.2-man-unicode-dashes.patch
  mirror://${PNAME}/${PNAME}-1.19.1-gcc-4.1.patch  
30  )  )
31    
32  UP2DATE="updatecmd http://ftp.gnu.org/gnu/${PNAME}/|grep tar.gz$|sed 's/.*-\(.*\)\.t.*/\1/'|sort|sed -n '$ p'"  UP2DATE="updatecmd http://ftp.gnu.org/gnu/${PNAME}/|grep tar.gz$|sed 's/.*-\(.*\)\.t.*/\1/'|sort|sed -n '$ p'"
# Line 38  src_prepare() Line 36  src_prepare()
36   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
37   cd ${SRCDIR}   cd ${SRCDIR}
38    
  # fix the info pages to have .info extensions,  
  # else they do not get gzipped  
  mpatch ${PNAME}-1.19.2-infoext.patch || die  
   
39   # do not depend on netpbm   # do not depend on netpbm
40   mpatch ${PNAME}-1.19.2-no-netpbm-depend.patch || die   mpatch ${PNAME}-${PVER}-no-netpbm-depend.patch || die
41    
42   # make dashes the same as minus on the keyboard so that you   # make dashes the same as minus on the keyboard so that you
43   # can search for it   # can search for it
44   mpatch ${PNAME}-1.19.2-man-unicode-dashes.patch || die   mpatch ${PNAME}-1.19.2-man-unicode-dashes.patch || die
   
  # fix compile issues with gcc-4.1  
  mpatch ${PNAME}-1.19.1-gcc-4.1.patch || die  
45  }  }
46    
47  src_compile()  src_compile()

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