Magellan Linux

Diff of /trunk/extras/samba/samba-4.2.3-r1.smage2

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

revision 26816 by niro, Mon Jul 20 07:14:24 2015 UTC revision 26817 by niro, Mon Jul 20 07:18:02 2015 UTC
# Line 23  DEPEND=">= virtual/glibc Line 23  DEPEND=">= virtual/glibc
23   >= app-admin/gamin-0.1.10   >= app-admin/gamin-0.1.10
24   >= dev-libs/openssl-1.0.2   >= dev-libs/openssl-1.0.2
25   >= net-dns/avahi-0.6.31   >= net-dns/avahi-0.6.31
26     >= app-crypt/gnutls-3.4
27   >= net-nds/libldap-2.4   >= net-nds/libldap-2.4
28   >= net-fs/cifs-utils-6.3"   >= net-fs/cifs-utils-6.3"
29    
# Line 75  SRC_URI=( Line 76  SRC_URI=(
76   mirror://${PNAME}/nmbd.service-${NMBD_SVC_VER}   mirror://${PNAME}/nmbd.service-${NMBD_SVC_VER}
77   mirror://${PNAME}/smbd.service-${SMBD_SVC_VER}   mirror://${PNAME}/smbd.service-${SMBD_SVC_VER}
78   mirror://${PNAME}/winbindd.service-${WINBINDD_SVC_VER}   mirror://${PNAME}/winbindd.service-${WINBINDD_SVC_VER}
  mirror://${PNAME}/${PNAME}-4.2.2-s4-lib-tls-use-gnutls_priority_set_direct.patch  
79  )  )
80    
81  UP2DATE="updatecmd http://ftp.samba.org/pub/samba | grep '${PNAME}-[0-9].*' | highesttarball gz"  UP2DATE="updatecmd http://ftp.samba.org/pub/samba | grep '${PNAME}-[0-9].*' | highesttarball gz"
# Line 84  src_prepare() Line 84  src_prepare()
84  {  {
85   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
86    
  # fix build with gnutls-3.4; upstream pending  
  mpatch ${PNAME}-4.2.2-s4-lib-tls-use-gnutls_priority_set_direct.patch || die  
   
87   # add our vendor suffix   # add our vendor suffix
88   all-abis 'sed -i "s:^\(SAMBA_VERSION_VENDOR_SUFFIX=\).*:\1\"magellan\":" VERSION || die'   all-abis 'sed -i "s:^\(SAMBA_VERSION_VENDOR_SUFFIX=\).*:\1\"magellan\":" VERSION || die'
89   #all-abis 'sh script/mkversion.sh || die' # new waf build system creates this one automatically   #all-abis 'sh script/mkversion.sh || die' # new waf build system creates this one automatically

Legend:
Removed from v.26816  
changed lines
  Added in v.26817