diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-11 16:52:42 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-02-11 16:52:42 +0000 |
commit | a8d67593293cca3f57aae76f36f5d1c4f0299ca2 (patch) | |
tree | 16715c6f6c59ff598c70cdbdf2f7126a6ccd570b /lang/python34/files/patch-Makefile.pre.in | |
parent | Set PORTNAME to python and add PKGNAMESUFFIX (diff) |
Update to 3.4.8
- Set PORTNAME to python and add PKGNAMESUFFIX
- Update Makefile and PLIST to be similar with python36
- Sort USES
- Remove CPE_*: all of them are default values
- Update PLIST_FILES: do not use %%
- Fix shebang:
- Update SHEBANG_FILES
- Remove over-patched shebang fix of Lib/cgi.py
- Update http:// links in Makefile comments and patch files
Changes: https://docs.python.org/3.4/whatsnew/changelog.html
Security: 0fe70bcd-2ce3-46c9-a64b-4a7da097db07
MFH: 2018Q1
Notes
Notes:
svn path=/head/; revision=461513
Diffstat (limited to 'lang/python34/files/patch-Makefile.pre.in')
-rw-r--r-- | lang/python34/files/patch-Makefile.pre.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/python34/files/patch-Makefile.pre.in b/lang/python34/files/patch-Makefile.pre.in index 40a05e389a9c..f3448f954c45 100644 --- a/lang/python34/files/patch-Makefile.pre.in +++ b/lang/python34/files/patch-Makefile.pre.in @@ -35,6 +35,17 @@ NO_AS_NEEDED= @NO_AS_NEEDED@ LDLAST= @LDLAST@ SGI_ABI= @SGI_ABI@ +@@ -822,8 +825,8 @@ Objects/unicodeobject.o: $(srcdir)/Objec + Objects/dictobject.o: $(srcdir)/Objects/stringlib/eq.h + Objects/setobject.o: $(srcdir)/Objects/stringlib/eq.h + +-$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES) +- $(OPCODETARGETGEN) $(OPCODETARGETS_H) ++#$(OPCODETARGETS_H): $(OPCODETARGETGEN_FILES) ++# $(OPCODETARGETGEN) $(OPCODETARGETS_H) + + Python/ceval.o: $(OPCODETARGETS_H) $(srcdir)/Python/ceval_gil.h + @@ -1080,12 +1077,6 @@ else true; \ fi |