emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] feature/gnus-select 39699c8 212/218: Remove architecture d


From: Andrew G Cohen
Subject: [Emacs-diffs] feature/gnus-select 39699c8 212/218: Remove architecture dependent source downloads
Date: Fri, 14 Dec 2018 03:35:46 -0500 (EST)

branch: feature/gnus-select
commit 39699c835e64b1d14b6ed49828e4ac21cbf59824
Author: Phillip Lord <address@hidden>
Commit: Andrew G Cohen <address@hidden>

    Remove architecture dependent source downloads
    
    * admin/nt/dist-build/build-dep-zips.py:
---
 admin/nt/dist-build/build-dep-zips.py | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/admin/nt/dist-build/build-dep-zips.py 
b/admin/nt/dist-build/build-dep-zips.py
index 493a128..e6c1ce8 100755
--- a/admin/nt/dist-build/build-dep-zips.py
+++ b/admin/nt/dist-build/build-dep-zips.py
@@ -35,9 +35,9 @@ DRY_RUN=False
 ## Packages to fiddle with
 SKIP_PKGS=["mingw-w64-gcc-libs"]
 MUNGE_PKGS ={"mingw-w64-libwinpthread-git":"mingw-w64-winpthreads-git"}
-ARCH_PKGS=["mingw-w64-mpc",
-           "mingw-w64-termcap",
-           "mingw-w64-xpm-nox"]
+
+## Currently no packages seem to require this!
+ARCH_PKGS=[]
 SRC_REPO="https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources";
 
 
@@ -49,6 +49,7 @@ def check_output_maybe(*args,**kwargs):
 
 def extract_deps():
 
+    print( "Extracting deps" )
     # This list derives from the features we want Emacs to compile with.
     PKG_REQ='''mingw-w64-x86_64-giflib
 mingw-w64-x86_64-gnutls



reply via email to

[Prev in Thread] Current Thread [Next in Thread]