emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[nongnu] elpa/pdf-tools bfe963ab4f 2/3: Fix: use correct multiversion pa


From: ELPA Syncer
Subject: [nongnu] elpa/pdf-tools bfe963ab4f 2/3: Fix: use correct multiversion package syntax on OpenBSD
Date: Sun, 2 Jan 2022 21:58:20 -0500 (EST)

branch: elpa/pdf-tools
commit bfe963ab4f375396954bcf4ee136a9ef4cf9204e
Author: Timo Myyrä <timo.myyra@bittivirhe.fi>
Commit: Vedang Manerikar <ved.manerikar@gmail.com>

    Fix: use correct multiversion package syntax on OpenBSD
    
    OpenBSD pkg_add(1) uses `package%version` syntax to specify which
    version of the package to use when there are multiple versions
    packaged. Use it for `autoconf` and `automake`.
    
    Closes: politza#696
---
 server/autobuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/server/autobuild b/server/autobuild
index 7db0f0fca4..4d743b9172 100755
--- a/server/autobuild
+++ b/server/autobuild
@@ -249,7 +249,7 @@ os_openbsd() {
     fi
     PKGCMD=pkg_add
     PKGARGS="-uU"
-    PACKAGES="autoconf-2.69p2 automake-1.15.1 poppler poppler-utils png"
+    PACKAGES="autoconf%2.69 automake%1.15 poppler poppler-utils png"
     export AUTOCONF_VERSION=2.69
     export AUTOMAKE_VERSION=1.15
     if whereis clang++ ;then



reply via email to

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