x11-wm/fvwm3: Update to 1.0.7

Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.7

Approved by:	tcberner (mentor, implicit)
This commit is contained in:
Felix Palmen 2023-07-11 09:45:45 +02:00
parent 24404ce73d
commit 382f8bf47e
3 changed files with 5 additions and 35 deletions

View file

@ -1,6 +1,5 @@
PORTNAME= fvwm3
PORTVERSION= 1.0.6a
PORTREVISION= 2
DISTVERSION= 1.0.7
CATEGORIES= x11-wm
MASTER_SITES= https://github.com/fvwmorg/fvwm3/releases/download/${DISTVERSION}/ \
http://fvwm.sourceforge.net/generated/icon_download/:icons
@ -16,7 +15,7 @@ LIB_DEPENDS= libevent.so:devel/libevent \
libfreetype.so:print/freetype2 \
libfontconfig.so:x11-fonts/fontconfig
USES= autoreconf compiler:c11 cpe pkgconfig python readline xorg
USES= compiler:c11 cpe pkgconfig python readline xorg
CPE_VENDOR= fvwm
CPE_PRODUCT= fvwm
USE_XORG= ice sm x11 xext xft xrandr xrender xt

View file

@ -1,5 +1,5 @@
TIMESTAMP = 1676896741
SHA256 (fvwm3-1.0.6a.tar.gz) = 4665a66133e070b791917b0794cc6df6b754679ebe9130718427db6479bb5b68
SIZE (fvwm3-1.0.6a.tar.gz) = 4538100
TIMESTAMP = 1689061517
SHA256 (fvwm3-1.0.7.tar.gz) = 3aacd7cfeff60db1bcd9c77332dc575fe7711d2d306f0479525378dc6db3d31e
SIZE (fvwm3-1.0.7.tar.gz) = 4512128
SHA256 (fvwm_icons-20070101.tar.bz2) = 86b0164430a3087f5cb8d55eb43a8676bbce495814b30c6844eb127f952642ab
SIZE (fvwm_icons-20070101.tar.bz2) = 330862

View file

@ -1,29 +0,0 @@
--- configure.ac.orig 2023-01-16 19:48:02 UTC
+++ configure.ac
@@ -86,7 +86,7 @@ if test ! x"$with_golang" = xno; then
sed -e 's/ .*$//')
AC_MSG_CHECKING([whether go version is >= 1.14.x ($go_version)])
case "$go_version" in
- 1.14*|1.15*|1.16*|1.17*|1.18*|1.19*)
+ 1.14*|1.15*|1.16*|1.17*|1.18*|1.19*|1.2*)
AC_MSG_RESULT([yes - version is: $go_version])
with_golang="yes"
GO=
@@ -224,17 +224,6 @@ AC_MINIX
# Help finding POSIX functions on some systems
AC_ISC_POSIX
AC_MINIX
-
-# catch -Werror and similar options when running configure
-AC_TRY_COMPILE([#include <stdio.h>],
-[int i; static j; int *p; char *c;
- switch (*p = p = *c) { case 0: printf("%Q", c, p); }
- *c = &i; c = p;
- while (1 || (unsigned int)3 >= 0 || ((int)-1) == ((unsigned int)1));
-], , AC_MSG_ERROR("
-configure is not able to compile programs with warnings. Please
-remove all offending options like -Werror from the CFLAGS and
-CPPFLAGS variables and run configure again."))
# check size of some types
ac_save_CFLAGS="$CFLAGS"