bump for plist changes 6.8 -> 6.9
This commit is contained in:
parent
480466f6c3
commit
7cf8c1e52e
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2020/09/07 08:54:29 rsadowski Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2021/02/06 22:08:34 naddy Exp $
|
||||
|
||||
# XXX
|
||||
# This port is more or less a copy from devel/llvm and it tries to
|
||||
@ -16,7 +16,7 @@ COMMENT= Clang extra tools
|
||||
LLVM_V = 10.0.1
|
||||
DISTNAME = llvm-${LLVM_V}.src
|
||||
PKGNAME= clang-tools-extra-${LLVM_V}
|
||||
REVISION= 0
|
||||
REVISION= 1
|
||||
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.271 2020/12/22 22:29:01 jca Exp $
|
||||
# $OpenBSD: Makefile,v 1.272 2021/02/06 22:08:35 naddy Exp $
|
||||
|
||||
# XXX If broken on an architecture, remove the arch from LLVM_ARCHS.
|
||||
ONLY_FOR_ARCHS = ${LLVM_ARCHS}
|
||||
@ -18,7 +18,7 @@ PKGSPEC-main = llvm-=${LLVM_V}
|
||||
PKGNAME-main = llvm-${LLVM_V}
|
||||
PKGNAME-python = py3-llvm-${LLVM_V}
|
||||
PKGNAME-lldb = lldb-${LLVM_V}
|
||||
REVISION-main = 8
|
||||
REVISION-main = 9
|
||||
REVISION-lldb = 1
|
||||
CATEGORIES = devel
|
||||
|
||||
|
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.50 2020/08/31 22:20:49 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.51 2021/02/06 22:08:35 naddy Exp $
|
||||
|
||||
BRANCH= 21.4
|
||||
VERSION= 22
|
||||
REVISION= 28
|
||||
REVISION= 29
|
||||
|
||||
WANTLIB= c m curses util
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.39 2021/01/24 04:41:50 gkoehler Exp $
|
||||
# $OpenBSD: Makefile,v 1.40 2021/02/06 22:08:35 naddy Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = aarch64 alpha amd64 arm hppa i386 mips64 mips64el \
|
||||
powerpc powerpc64 sparc64
|
||||
@ -18,7 +18,7 @@ DPB_PROPERTIES = parallel
|
||||
V = 8.4.0
|
||||
FULL_VERSION = $V
|
||||
FULL_PKGVERSION = $V
|
||||
REVISION = 4
|
||||
REVISION = 5
|
||||
|
||||
ADASTRAP-amd64 = adastrap-amd64-8.3.0-2.tar.xz
|
||||
ADASTRAP-arm = adastrap-arm-4.9.4-0.tar.xz
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2021/01/23 14:44:02 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2021/02/06 22:08:35 naddy Exp $
|
||||
|
||||
# Should work on all other archs.
|
||||
NOT_FOR_ARCHS = aarch64 m88k mips64 powerpc64
|
||||
|
||||
COMMENT = GNU Pascal compiler
|
||||
DISTNAME = gpc-20070904
|
||||
REVISION = 6
|
||||
REVISION = 7
|
||||
CATEGORIES = lang
|
||||
|
||||
HOMEPAGE = https://www.gnu-pascal.de/gpc/h-index.html
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2020/08/31 22:20:49 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2021/02/06 22:08:35 naddy Exp $
|
||||
|
||||
COMMENT = portable C compiler
|
||||
|
||||
PCCVER = 1.0.0
|
||||
DISTNAME = pcc-${PCCVER}
|
||||
REVISION = 17
|
||||
REVISION = 18
|
||||
EXTRACT_SUFX = .tgz
|
||||
|
||||
CATEGORIES = lang
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.86 2020/08/31 22:20:49 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.87 2021/02/06 22:08:35 naddy Exp $
|
||||
|
||||
BROKEN-hppa = undefined reference to __sync_fetch_and_add_4
|
||||
BROKEN-sparc64 = infinite loop or aborts during build
|
||||
@ -6,7 +6,7 @@ BROKEN-sparc64 = infinite loop or aborts during build
|
||||
COMMENT = Prolog for the real world
|
||||
|
||||
V = 7.6.0
|
||||
REVISION = 7
|
||||
REVISION = 8
|
||||
DISTNAME = swipl-$V
|
||||
PKGNAME = swi-prolog-$V
|
||||
CATEGORIES = lang
|
||||
|
@ -1,10 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.121 2020/08/31 22:20:49 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.122 2021/02/06 22:08:35 naddy Exp $
|
||||
|
||||
COMMENT = high-level language for numerical computations
|
||||
|
||||
VERSION = 5.2.0
|
||||
DISTNAME = octave-${VERSION}
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
CATEGORIES = math
|
||||
|
||||
SHARED_LIBS += octave 13.0
|
||||
|
Loading…
Reference in New Issue
Block a user