diff --git a/devel/libf2c/Makefile b/devel/libf2c/Makefile index a6e5e92e8a6..68499e41900 100644 --- a/devel/libf2c/Makefile +++ b/devel/libf2c/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.36 2018/08/11 04:58:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.37 2019/02/28 01:52:37 naddy Exp $ V = 3.3.6 CONFIG = ${MACHINE_ARCH}-unknown-openbsd${OSREV} SUBST_VARS += CONFIG V PKGNAME = libf2c-$V -REVISION = 13 +REVISION = 14 DISTFILES = libf2c-openbsd.tgz MASTER_SITES = https://spacehopper.org/mirrors/ diff --git a/devel/llvm/Makefile b/devel/llvm/Makefile index a241fbb5d0d..2cf430f22e8 100644 --- a/devel/llvm/Makefile +++ b/devel/llvm/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.214 2019/02/24 20:53:56 jca Exp $ +# $OpenBSD: Makefile,v 1.215 2019/02/28 01:52:37 naddy Exp $ # XXX: Remember to bump MODCLANG_VERSION in lang/clang/clang.port.mk when # updating this port. @@ -20,7 +20,7 @@ PKGSPEC-main = llvm-=${LLVM_V} PKGNAME-main = llvm-${LLVM_V} PKGNAME-python = py-llvm-${LLVM_V} PKGNAME-lldb = lldb-${LLVM_V} -REVISION-main = 7 +REVISION-main = 8 REVISION-lldb = 0 CATEGORIES = devel DISTFILES = llvm-${LLVM_V}.src${EXTRACT_SUFX} \ diff --git a/editors/xemacs21/stable/Makefile b/editors/xemacs21/stable/Makefile index e7b111b0ece..ebe56d55839 100644 --- a/editors/xemacs21/stable/Makefile +++ b/editors/xemacs21/stable/Makefile @@ -1,8 +1,8 @@ -# $OpenBSD: Makefile,v 1.45 2018/09/04 12:46:11 espie Exp $ +# $OpenBSD: Makefile,v 1.46 2019/02/28 01:52:37 naddy Exp $ BRANCH= 21.4 VERSION= 22 -REVISION= 23 +REVISION= 24 WANTLIB= c m curses util diff --git a/lang/g77/Makefile b/lang/g77/Makefile index cbd962b2112..efe2a06c741 100644 --- a/lang/g77/Makefile +++ b/lang/g77/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.43 2018/08/11 04:58:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.44 2019/02/28 01:52:37 naddy Exp $ NOT_FOR_ARCHS = aarch64 V = 3.3.6 PKGNAME = g77-$V -REVISION = 16 +REVISION = 17 EPOCH = 1 DISTFILES = g77-openbsd-3.3.6.tgz diff --git a/lang/gcc/4.9/Makefile b/lang/gcc/4.9/Makefile index 1e6424bddcb..b6472aad724 100644 --- a/lang/gcc/4.9/Makefile +++ b/lang/gcc/4.9/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.65 2019/02/06 06:48:02 otto Exp $ +# $OpenBSD: Makefile,v 1.66 2019/02/28 01:52:37 naddy Exp $ ONLY_FOR_ARCHS = ${GCC49_ARCHS} DPB_PROPERTIES = parallel V = 4.9.4 -REVISION = 16 +REVISION = 17 FULL_VERSION = $V FULL_PKGVERSION = $V diff --git a/lang/gcc/8/Makefile b/lang/gcc/8/Makefile index 953ea9cb435..a6659ecfd35 100644 --- a/lang/gcc/8/Makefile +++ b/lang/gcc/8/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.6 2019/02/12 18:37:17 otto Exp $ +# $OpenBSD: Makefile,v 1.7 2019/02/28 01:52:37 naddy Exp $ BROKEN-i386 = ld: error: cp-demangle.c:(.debug_info+0x30115): has non-ABS relocation R_386_GOTOFF against symbol '.LC60' @@ -13,7 +13,7 @@ DPB_PROPERTIES = parallel V = 8.2.0 FULL_VERSION = $V FULL_PKGVERSION = $V -REVISION = 1 +REVISION = 2 ADASTRAP_LIBC-amd64 = 93.0 ADASTRAP_LIBM-amd64 = 10.1 diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index dffd3566345..5336a34a7bb 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.2 2018/11/02 18:48:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.3 2019/02/28 01:52:37 naddy Exp $ # Should work on all other archs. NOT_FOR_ARCHS = aarch64 m88k COMMENT = GNU Pascal compiler DISTNAME = gpc-20070904 -REVISION = 0 +REVISION = 1 CATEGORIES = lang HOMEPAGE = https://www.gnu-pascal.de/gpc/h-index.html diff --git a/lang/pcc/Makefile b/lang/pcc/Makefile index cc8d27e6333..9e417c0f00f 100644 --- a/lang/pcc/Makefile +++ b/lang/pcc/Makefile @@ -1,10 +1,10 @@ -# $OpenBSD: Makefile,v 1.15 2018/08/11 04:58:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.16 2019/02/28 01:52:37 naddy Exp $ COMMENT = portable C compiler PCCVER = 1.0.0 DISTNAME = pcc-${PCCVER} -REVISION = 12 +REVISION = 13 EXTRACT_SUFX = .tgz CATEGORIES = lang diff --git a/lang/swi-prolog/Makefile b/lang/swi-prolog/Makefile index 7bbe12989ad..d5095513ce3 100644 --- a/lang/swi-prolog/Makefile +++ b/lang/swi-prolog/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.78 2018/11/02 18:48:39 naddy Exp $ +# $OpenBSD: Makefile,v 1.79 2019/02/28 01:52:37 naddy Exp $ BROKEN-hppa = undefined reference to __sync_fetch_and_add_4 BROKEN-powerpc = pl-modul.c:1497: internal compiler error: in extract_insn, at recog.c:2077 @@ -7,7 +7,7 @@ BROKEN-sparc64 = infinite loop or aborts during build COMMENT = Prolog for the real world V = 7.6.0 -REVISION = 2 +REVISION = 3 DISTNAME = swipl-$V PKGNAME = swi-prolog-$V CATEGORIES = lang diff --git a/math/octave/Makefile b/math/octave/Makefile index 2b12eba74d4..890e74db2cc 100644 --- a/math/octave/Makefile +++ b/math/octave/Makefile @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile,v 1.106 2019/01/13 22:43:59 steven Exp $ +# $OpenBSD: Makefile,v 1.107 2019/02/28 01:52:37 naddy Exp $ COMMENT = high-level language for numerical computations VERSION = 4.4.1 DISTNAME = octave-${VERSION} +REVISION = 0 CATEGORIES = math SHARED_LIBS += octave 11.0 diff --git a/x11/e17/e/Makefile b/x11/e17/e/Makefile index 0d934745263..48174869c0b 100644 --- a/x11/e17/e/Makefile +++ b/x11/e17/e/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.75 2018/12/12 13:34:31 sthen Exp $ +# $OpenBSD: Makefile,v 1.76 2019/02/28 01:52:37 naddy Exp $ COMMENT = the enlightened window manager VERSION = 0.17.6 DISTNAME = enlightenment-${VERSION} EPOCH = 1 -REVISION = 16 +REVISION = 17 # BSD PERMIT_PACKAGE_CDROM = Yes diff --git a/x11/e17/elementary/Makefile b/x11/e17/elementary/Makefile index 021f6e6b636..1603f4ecdbb 100644 --- a/x11/e17/elementary/Makefile +++ b/x11/e17/elementary/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.32 2018/08/11 04:58:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.33 2019/02/28 01:52:37 naddy Exp $ BROKEN-i386 = segfault during build since switch to clang @@ -6,7 +6,7 @@ COMMENT = basic widget set, based on EFL VERSION = 1.7.10 DISTNAME = elementary-${VERSION} -REVISION = 12 +REVISION = 13 SHARED_LIBS += elementary 1.0 # 8.10 diff --git a/x11/e17/emotion/Makefile b/x11/e17/emotion/Makefile index 62824f5c2df..06d3e3f4f81 100644 --- a/x11/e17/emotion/Makefile +++ b/x11/e17/emotion/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.29 2018/08/11 04:58:47 naddy Exp $ +# $OpenBSD: Makefile,v 1.30 2019/02/28 01:52:38 naddy Exp $ COMMENT = video (and audio) codec playback library DISTNAME = emotion-1.7.10 -REVISION = 10 +REVISION = 11 SHARED_LIBS += emotion 2.0 # 8.10 diff --git a/x11/e17/evas/Makefile b/x11/e17/evas/Makefile index 76b28e68187..ed2d999ac8a 100644 --- a/x11/e17/evas/Makefile +++ b/x11/e17/evas/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.60 2019/02/25 15:24:14 jca Exp $ +# $OpenBSD: Makefile,v 1.61 2019/02/28 01:52:38 naddy Exp $ COMMENT = canvas API for X VERSION = 1.7.10 DISTNAME = evas-${VERSION} EPOCH = 2 -REVISION = 11 +REVISION = 12 SHARED_LIBS += evas 4.0 # 8.10