From 228ab588738952bd42427886fd5368181243ba6e Mon Sep 17 00:00:00 2001 From: Antoine Brodin Date: Thu, 4 Sep 2014 19:26:24 +0000 Subject: Change INSTALL_DATA to install with mode 644 Remove patches and hacks that were used to work around the previous situation This allows to stage more ports as a regular user Differential Revision: https://reviews.freebsd.org/D703 Reviewed by and discussed with: bapt With hat: portmgr --- lang/python27/files/patch-Makefile.pre.in | 33 ------------------------------- 1 file changed, 33 deletions(-) (limited to 'lang/python27/files/patch-Makefile.pre.in') diff --git a/lang/python27/files/patch-Makefile.pre.in b/lang/python27/files/patch-Makefile.pre.in index 7773e0d8856b..4357211564a7 100644 --- a/lang/python27/files/patch-Makefile.pre.in +++ b/lang/python27/files/patch-Makefile.pre.in @@ -1,14 +1,6 @@ # Description: Link scripts in the same way Python3 does # Submitted by: mva -# Description: Run pycompile only once -# Submitted by: antoine (r350207) -# TODO: ? - -# Description: Run ranlib before installing the library read-only -# Submitted by: antoine@ (r350207) -# TODO: Upstream - --- Makefile.pre.in.orig 2014-06-30 04:05:39.000000000 +0200 +++ Makefile.pre.in 2014-07-26 11:09:46.000000000 +0200 @@ -868,6 +868,12 @@ @@ -24,28 +16,3 @@ # Install the interpreter with $(VERSION) affixed # This goes into $(exec_prefix) -@@ -1010,12 +1016,12 @@ - $(DESTDIR)$(LIBDEST)/distutils/tests ; \ - fi - PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ -- $(PYTHON_FOR_BUILD) -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ -+ $(PYTHON_FOR_BUILD) -B -Wi -tt $(DESTDIR)$(LIBDEST)/compileall.py \ - -d $(LIBDEST) -f \ - -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ - $(DESTDIR)$(LIBDEST) - PYTHONPATH=$(DESTDIR)$(LIBDEST) $(RUNSHARED) \ -- $(PYTHON_FOR_BUILD) -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ -+ $(PYTHON_FOR_BUILD) -B -Wi -tt -O $(DESTDIR)$(LIBDEST)/compileall.py \ - -d $(LIBDEST) -f \ - -x 'bad_coding|badsyntax|site-packages|lib2to3/tests/data' \ - $(DESTDIR)$(LIBDEST) -@@ -1093,8 +1099,8 @@ - if test "$(SO)" = .dll; then \ - $(INSTALL_DATA) $(LDLIBRARY) $(DESTDIR)$(LIBPL) ; \ - else \ -+ $(RANLIB) $(LIBRARY) ; \ - $(INSTALL_DATA) $(LIBRARY) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ -- $(RANLIB) $(DESTDIR)$(LIBPL)/$(LIBRARY) ; \ - fi; \ - else \ - echo Skip install of $(LIBRARY) - use make frameworkinstall; \ -- cgit v1.2.3