Update to accerciser-3.34.0.

This commit is contained in:
ajacoutot 2019-09-07 19:05:12 +00:00
parent a2a47d029c
commit 11a9ae6365
3 changed files with 5 additions and 160 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2019/08/26 12:49:38 mpi Exp $
# $OpenBSD: Makefile,v 1.2 2019/09/07 19:05:12 ajacoutot Exp $
COMMENT = interactive accessibility explorer
GNOME_PROJECT = accerciser
GNOME_VERSION = 3.33.4
GNOME_VERSION = 3.34.0
# BSD 3-clause
PERMIT_PACKAGE = Yes
@ -28,6 +28,6 @@ RUN_DEPENDS = devel/ipython${MODPY_FLAVOR} \
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODGNOME_TOOLS = desktop-file-utils gtk-update-icon-cache yelp
CONFIGURE_STYLE= gnu
CONFIGURE_STYLE = gnu
.include <bsd.port.mk>

View File

@ -1,2 +1,2 @@
SHA256 (gnome/accerciser-3.33.4.tar.xz) = A2zUsi/YygBCYR4uZykeJRmCBxjybn498h5qgKEjqiY=
SIZE (gnome/accerciser-3.33.4.tar.xz) = 2813816
SHA256 (gnome/accerciser-3.34.0.tar.xz) = dbFpHCtqeS7xqPiKr+UAhS+5HKMqg3OrbknGjPsN9No=
SIZE (gnome/accerciser-3.34.0.tar.xz) = 2815372

View File

@ -1,155 +0,0 @@
$OpenBSD: patch-configure,v 1.1.1.1 2019/08/26 12:49:38 mpi Exp $
Index: configure
--- configure.orig
+++ configure
@@ -3521,12 +3521,12 @@ if test -n "$GTK_CFLAGS"; then
pkg_cv_GTK_CFLAGS="$GTK_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= GTK_REQUIRED\""; } >&5
- ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= GTK_REQUIRED") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= $GTK_REQUIRED\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= GTK_REQUIRED" 2>/dev/null`
+ pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-3.0 >= $GTK_REQUIRED" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -3538,12 +3538,12 @@ if test -n "$GTK_LIBS"; then
pkg_cv_GTK_LIBS="$GTK_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= GTK_REQUIRED\""; } >&5
- ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= GTK_REQUIRED") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"gtk+-3.0 >= $GTK_REQUIRED\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "gtk+-3.0 >= $GTK_REQUIRED") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= GTK_REQUIRED" 2>/dev/null`
+ pkg_cv_GTK_LIBS=`$PKG_CONFIG --libs "gtk+-3.0 >= $GTK_REQUIRED" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -3564,14 +3564,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= GTK_REQUIRED" 2>&1`
+ GTK_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED" 2>&1`
else
- GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= GTK_REQUIRED" 2>&1`
+ GTK_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "gtk+-3.0 >= $GTK_REQUIRED" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$GTK_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (gtk+-3.0 >= GTK_REQUIRED) were not met:
+ as_fn_error $? "Package requirements (gtk+-3.0 >= $GTK_REQUIRED) were not met:
$GTK_PKG_ERRORS
@@ -3612,12 +3612,12 @@ if test -n "$PYGOBJECT_CFLAGS"; then
pkg_cv_PYGOBJECT_CFLAGS="$PYGOBJECT_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= PYGOBJECT_REQUIRED\""; } >&5
- ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= PYGOBJECT_REQUIRED") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= $PYGOBJECT_REQUIRED\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= $PYGOBJECT_REQUIRED") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0 >= PYGOBJECT_REQUIRED" 2>/dev/null`
+ pkg_cv_PYGOBJECT_CFLAGS=`$PKG_CONFIG --cflags "pygobject-3.0 >= $PYGOBJECT_REQUIRED" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -3629,12 +3629,12 @@ if test -n "$PYGOBJECT_LIBS"; then
pkg_cv_PYGOBJECT_LIBS="$PYGOBJECT_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= PYGOBJECT_REQUIRED\""; } >&5
- ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= PYGOBJECT_REQUIRED") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"pygobject-3.0 >= $PYGOBJECT_REQUIRED\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "pygobject-3.0 >= $PYGOBJECT_REQUIRED") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0 >= PYGOBJECT_REQUIRED" 2>/dev/null`
+ pkg_cv_PYGOBJECT_LIBS=`$PKG_CONFIG --libs "pygobject-3.0 >= $PYGOBJECT_REQUIRED" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -3655,14 +3655,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0 >= PYGOBJECT_REQUIRED" 2>&1`
+ PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "pygobject-3.0 >= $PYGOBJECT_REQUIRED" 2>&1`
else
- PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0 >= PYGOBJECT_REQUIRED" 2>&1`
+ PYGOBJECT_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "pygobject-3.0 >= $PYGOBJECT_REQUIRED" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$PYGOBJECT_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (pygobject-3.0 >= PYGOBJECT_REQUIRED) were not met:
+ as_fn_error $? "Package requirements (pygobject-3.0 >= $PYGOBJECT_REQUIRED) were not met:
$PYGOBJECT_PKG_ERRORS
@@ -3703,12 +3703,12 @@ if test -n "$ATSPI2_CFLAGS"; then
pkg_cv_ATSPI2_CFLAGS="$ATSPI2_CFLAGS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atspi-2 >= ATSPI_REQUIRED\""; } >&5
- ($PKG_CONFIG --exists --print-errors "atspi-2 >= ATSPI_REQUIRED") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atspi-2 >= $ATSPI_REQUIRED\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "atspi-2 >= $ATSPI_REQUIRED") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_ATSPI2_CFLAGS=`$PKG_CONFIG --cflags "atspi-2 >= ATSPI_REQUIRED" 2>/dev/null`
+ pkg_cv_ATSPI2_CFLAGS=`$PKG_CONFIG --cflags "atspi-2 >= $ATSPI_REQUIRED" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -3720,12 +3720,12 @@ if test -n "$ATSPI2_LIBS"; then
pkg_cv_ATSPI2_LIBS="$ATSPI2_LIBS"
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atspi-2 >= ATSPI_REQUIRED\""; } >&5
- ($PKG_CONFIG --exists --print-errors "atspi-2 >= ATSPI_REQUIRED") 2>&5
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"atspi-2 >= $ATSPI_REQUIRED\""; } >&5
+ ($PKG_CONFIG --exists --print-errors "atspi-2 >= $ATSPI_REQUIRED") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_ATSPI2_LIBS=`$PKG_CONFIG --libs "atspi-2 >= ATSPI_REQUIRED" 2>/dev/null`
+ pkg_cv_ATSPI2_LIBS=`$PKG_CONFIG --libs "atspi-2 >= $ATSPI_REQUIRED" 2>/dev/null`
test "x$?" != "x0" && pkg_failed=yes
else
pkg_failed=yes
@@ -3746,14 +3746,14 @@ else
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- ATSPI2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "atspi-2 >= ATSPI_REQUIRED" 2>&1`
+ ATSPI2_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors --cflags --libs "atspi-2 >= $ATSPI_REQUIRED" 2>&1`
else
- ATSPI2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "atspi-2 >= ATSPI_REQUIRED" 2>&1`
+ ATSPI2_PKG_ERRORS=`$PKG_CONFIG --print-errors --cflags --libs "atspi-2 >= $ATSPI_REQUIRED" 2>&1`
fi
# Put the nasty error message in config.log where it belongs
echo "$ATSPI2_PKG_ERRORS" >&5
- as_fn_error $? "Package requirements (atspi-2 >= ATSPI_REQUIRED) were not met:
+ as_fn_error $? "Package requirements (atspi-2 >= $ATSPI_REQUIRED) were not met:
$ATSPI2_PKG_ERRORS