Magellan Linux

Diff of /trunk/core/cups/cups-1.4.1-r1.smage2

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

revision 3466 by niro, Wed Oct 21 21:00:03 2009 UTC revision 3467 by niro, Wed Oct 21 21:05:40 2009 UTC
# Line 35  SRC_URI=( Line 35  SRC_URI=(
35   mirror://${PNAME}/cups.rc   mirror://${PNAME}/cups.rc
36   mirror://${PNAME}/cups.logrotate   mirror://${PNAME}/cups.logrotate
37   mirror://${PNAME}/${PNAME}-1.2.11-multilib.patch   mirror://${PNAME}/${PNAME}-1.2.11-multilib.patch
38   mirror://${PNAME}/${PNAME}-1.3.7-backend-https.patch   mirror://${PNAME}/${PNAME}-${PVER}-backend-https.patch
39  )  )
40    
41  UP2DATE="updatecmd ${HOMEPAGE} | grep 'Download CUPS' | grep v[0-9] | sed 's/.*v\([0-9].*\)\ (.*/\1/'"  UP2DATE="updatecmd ${HOMEPAGE} | grep 'Download CUPS' | grep v[0-9] | sed 's/.*v\([0-9].*\)\ (.*/\1/'"
# Line 48  src_prepare() Line 48  src_prepare()
48   mpatch ${PNAME}-1.2.11-multilib.patch || die   mpatch ${PNAME}-1.2.11-multilib.patch || die
49    
50   # create a missing symlink to allow https printing via IPP, bug #217293   # create a missing symlink to allow https printing via IPP, bug #217293
51   mpatch ${PNAME}-1.3.7-backend-https.patch || die   mpatch ${PNAME}-${PVER}-backend-https.patch || die
52    
53   # non standard configure   # non standard configure
54   all-abis aclocal -I config-scripts || die   all-abis aclocal -I config-scripts || die

Legend:
Removed from v.3466  
changed lines
  Added in v.3467