Some ports using gnulib previously detected a broken realpath and switched to an

internal replacement function. Following the changes to make realpath(3) use the
__realpath() syscall these no longer detect broken realpath i.e. produce different
code. Bump REVISION to ensure that users get the new version.
This commit is contained in:
sthen 2019-07-16 21:29:41 +00:00
parent 419271df6a
commit e8a3ed4a98
19 changed files with 41 additions and 34 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.84 2019/07/12 20:43:28 sthen Exp $
# $OpenBSD: Makefile,v 1.85 2019/07/16 21:29:41 sthen Exp $
COMMENT= GNU version of the traditional tape archiver
DISTNAME= tar-1.32
PKGNAME= g${DISTNAME}
REVISION= 0
REVISION= 1
CATEGORIES= archivers
HOMEPAGE= https://www.gnu.org/software/tar/

View File

@ -1,10 +1,11 @@
# $OpenBSD: Makefile,v 1.51 2019/06/29 15:46:54 naddy Exp $
# $OpenBSD: Makefile,v 1.52 2019/07/16 21:29:41 sthen Exp $
COMMENT= character set conversion library
DISTNAME= libiconv-1.16
CATEGORIES= converters devel
MASTER_SITES= ${MASTER_SITE_GNU:=libiconv/}
REVISION= 0
SHARED_LIBS= charset 1.1 \
iconv 7.0

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.6 2019/05/20 20:52:31 sthen Exp $
# $OpenBSD: Makefile,v 1.7 2019/07/16 21:29:41 sthen Exp $
COMMENT= gdb for arm-none-eabi cross-development
DISTNAME= gdb-7.9.1
EXTRACT_SUFX= .tar.xz
REVISION= 3
REVISION= 4
HOMEPAGE= https://www.gnu.org/software/gdb/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.59 2019/07/12 20:44:04 sthen Exp $
# $OpenBSD: Makefile,v 1.60 2019/07/16 21:29:41 sthen Exp $
COMMENT= GNU parser generator
@ -6,7 +6,7 @@ DISTNAME= bison-3.3.2
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=bison/}
EXTRACT_SUFX= .tar.xz
REVISION= 0
REVISION= 1
HOMEPAGE= https://www.gnu.org/software/bison/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.60 2019/07/12 20:44:09 sthen Exp $
# $OpenBSD: Makefile,v 1.61 2019/07/16 21:29:41 sthen Exp $
COMMENT= GNU debugger
CATEGORIES= devel
DISTNAME= gdb-7.12.1
REVISION= 6
REVISION= 7
HOMEPAGE= https://www.gnu.org/software/gdb/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.91 2019/07/12 20:44:09 sthen Exp $
# $OpenBSD: Makefile,v 1.92 2019/07/16 21:29:41 sthen Exp $
COMMENT-runtime= GNU gettext runtime libraries and programs
COMMENT-textstyle= text styling library
@ -9,7 +9,9 @@ DISTNAME= gettext-${VERSION}
PKGNAME-runtime= gettext-runtime-${VERSION}
PKGNAME-textstyle= libtextstyle-${VERSION}
PKGNAME-tools= gettext-tools-${VERSION}
REVISION-tools= 0
REVISION-tools= 1
REVISION-runtime= 0
REVISION-textstyle= 0
SHARED_LIBS += intl 6.0 # 9.6
SHARED_LIBS += asprintf 1.1 # unknown

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.9 2019/07/12 20:44:10 sthen Exp $
# $OpenBSD: Makefile,v 1.10 2019/07/16 21:29:41 sthen Exp $
COMMENT= GNU patch
@ -6,6 +6,7 @@ VERSION= 2.7.6
DISTNAME= patch-${VERSION}
PKGNAME= gpatch-${VERSION}
CATEGORIES= devel
REVISION= 0
HOMEPAGE= https://www.gnu.org/software/patch/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.34 2019/07/12 20:44:42 sthen Exp $
# $OpenBSD: Makefile,v 1.35 2019/07/16 21:29:41 sthen Exp $
COMMENT= GNU m4
@ -6,6 +6,7 @@ DISTNAME= m4-1.4.18
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=m4/}
EXTRACT_SUFX= .tar.xz
REVISION= 0
HOMEPAGE= https://www.gnu.org/software/m4/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.22 2019/07/07 08:11:59 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.23 2019/07/16 21:29:41 sthen Exp $
# When updating, check that x11/gnome/aisleriot MODGNOME_CPPFLAGS references the
# proper guile2 includes directory
@ -13,6 +13,7 @@ DISTNAME= guile-${VERSION}
PKGNAME= guile2-${VERSION}
V= ${VERSION:R}
SUBST_VARS= V
REVISION= 0
CATEGORIES= lang

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.112 2019/07/12 20:47:43 sthen Exp $
# $OpenBSD: Makefile,v 1.113 2019/07/16 21:29:41 sthen Exp $
COMMENT = high-level language for numerical computations
VERSION = 5.1.0
DISTNAME = octave-${VERSION}
CATEGORIES = math
REVISION = 0
REVISION = 1
SHARED_LIBS += octave 12.0
SHARED_LIBS += octgui 6.0

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.5 2019/07/12 20:47:45 sthen Exp $
# $OpenBSD: Makefile,v 1.6 2019/07/16 21:29:41 sthen Exp $
COMMENT = program for statistical analysis of sampled data
DISTNAME = pspp-1.2.0
REVISION = 1
REVISION = 2
CATEGORIES = math x11
HOMEPAGE = https://www.gnu.org/software/pspp/

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.30 2019/07/12 20:47:50 sthen Exp $
# $OpenBSD: Makefile,v 1.31 2019/07/16 21:29:41 sthen Exp $
COMMENT= finds and then operates on files
DISTNAME= findutils-4.6.0
CATEGORIES= misc
REVISION= 0
REVISION= 1
HOMEPAGE= https://www.gnu.org/software/findutils/

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.43 2019/07/12 20:48:55 sthen Exp $
# $OpenBSD: Makefile,v 1.44 2019/07/16 21:29:41 sthen Exp $
COMMENT= PostScript and PDF previewer
DISTNAME= gv-3.7.4
CATEGORIES= print
REVISION= 0
HOMEPAGE= https://www.gnu.org/software/gv/

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.16 2019/06/03 16:06:56 sthen Exp $
# $OpenBSD: Makefile,v 1.17 2019/07/16 21:29:41 sthen Exp $
COMMENT-main= toolkit for OATH/HOTP and TOTP
COMMENT-pskc= toolkit for RFC 6030 Portable Symmetric Key Container
@ -7,8 +7,8 @@ V= 2.6.2
DISTNAME= oath-toolkit-$V
PKGNAME-main= oath-toolkit-$V
PKGNAME-pskc= oath-toolkit-pskc-$V
REVISION-main= 0
REVISION-pskc= 0
REVISION-main= 1
REVISION-pskc= 1
SHARED_LIBS += oath 0.2 # 1.3
SHARED_LIBS += pskc 0.1 # 0.1

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.44 2019/07/12 20:49:39 sthen Exp $
# $OpenBSD: Makefile,v 1.45 2019/07/16 21:29:41 sthen Exp $
COMMENT= configuration editing tool and API
DISTNAME= augeas-1.10.1
REVISION= 1
REVISION= 2
CATEGORIES= sysutils devel

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.18 2019/07/12 20:49:41 sthen Exp $
# $OpenBSD: Makefile,v 1.19 2019/07/16 21:29:41 sthen Exp $
COMMENT = file, shell and text manipulation utilities
DISTNAME = coreutils-8.31
CATEGORIES = sysutils
REVISION = 0
REVISION = 1
MAINTAINER = Brian Callahan <bcallah@openbsd.org>

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.63 2019/07/12 21:02:26 sthen Exp $
# $OpenBSD: Makefile,v 1.64 2019/07/16 21:29:41 sthen Exp $
COMMENT= tool/library for managing platform virtualization
DISTNAME= libvirt-1.3.5
REVISION= 8
REVISION= 9
CATEGORIES= sysutils devel
SHARED_LIBS += virt-qemu 0.4 # 1003.0

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.11 2019/07/12 20:49:58 sthen Exp $
# $OpenBSD: Makefile,v 1.12 2019/07/16 21:29:41 sthen Exp $
COMMENT= GNU stream editor
DISTNAME= sed-4.2.2
PKGNAME= g${DISTNAME}
REVISION= 2
REVISION= 3
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_GNU:=sed/}
EXTRACT_SUFX= .tar.bz2

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.35 2019/07/12 20:50:16 sthen Exp $
# $OpenBSD: Makefile,v 1.36 2019/07/16 21:29:41 sthen Exp $
COMMENT= word differences between text files
@ -6,7 +6,7 @@ DISTNAME= wdiff-1.2.2
CATEGORIES= textproc
HOMEPAGE= https://www.gnu.org/software/wdiff
MASTER_SITES= ${MASTER_SITE_GNU:=wdiff/}
REVISION= 2
REVISION= 3
# GPLv3+
PERMIT_PACKAGE= Yes