[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / lang / python27

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/lang/python27/Makefile between version 1.2 and 1.10

version 1.2, 2011/03/28 16:00:07 version 1.10, 2012/01/18 14:00:30
Line 35  PTHREAD_OPTS+= require
Line 35  PTHREAD_OPTS+= require
 CONFIGURE_ARGS+=        --with-pth  CONFIGURE_ARGS+=        --with-pth
 .endif  .endif
   
   .include "../../mk/compiler.mk"
   
   # Clang needs -fwrapv
   .if !empty(PKGSRC_COMPILER:Mclang)
   CFLAGS+=        -fwrapv
   .endif
   
 .include "../../mk/bsd.prefs.mk"  .include "../../mk/bsd.prefs.mk"
   
 # fdatasync()  # fdatasync()
Line 112  PLIST.nis= yes
Line 119  PLIST.nis= yes
 .  endif  .  endif
 .else  .else
 PLIST.dll=      yes  PLIST.dll=      yes
 .  if ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)  .  if ${OPSYS} == "MirBSD"
   # neither nis nor no-nis
   .  elif ${OPSYS} != "NetBSD" || exists(/usr/bin/ypcat)
 PLIST.nis=      yes  PLIST.nis=      yes
 .  else  .  else
 PLIST.no-nis=   yes  PLIST.no-nis=   yes
Line 143  INSTALL_TARGET= altinstall
Line 152  INSTALL_TARGET= altinstall
 REPLACE_INTERPRETER+=   py27  REPLACE_INTERPRETER+=   py27
 REPLACE.py27.old=       .*python[^ ]*  REPLACE.py27.old=       .*python[^ ]*
 REPLACE.py27.new=       ${PREFIX}/bin/python${PY_VER_SUFFIX}  REPLACE.py27.new=       ${PREFIX}/bin/python${PY_VER_SUFFIX}
 REPLACE_FILES.py27=     Lib/cgi.py      # explicitly demanded to be patched  REPLACE_FILES.py27=     Lib/*.py Lib/*/*.py Lib/*/*/*.py
 REPLACE_FILES.py27+=    Lib/bsddb/dbshelve.py Lib/test/test_bz2.py  
 REPLACE_FILES.py27+=    Lib/test/test_largefile.py Lib/test/test_optparse.py  
   
 SUBST_CLASSES+=         findlib  SUBST_CLASSES+=         findlib
 SUBST_MESSAGE.findlib=  Fixing find_library_file on Darwin.  SUBST_MESSAGE.findlib=  Fixing find_library_file on Darwin.

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.10

CVSweb <webmaster@jp.NetBSD.org>