Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Jul 2023 12:02:51 GMT
From:      Felix Palmen <zirias@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 382f8bf47e88 - main - x11-wm/fvwm3: Update to 1.0.7
Message-ID:  <202307111202.36BC2prP008271@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by zirias:

URL: https://cgit.FreeBSD.org/ports/commit/?id=382f8bf47e882f5599218de3e7b050cfd902e48f

commit 382f8bf47e882f5599218de3e7b050cfd902e48f
Author:     Felix Palmen <zirias@FreeBSD.org>
AuthorDate: 2023-07-11 07:45:45 +0000
Commit:     Felix Palmen <zirias@FreeBSD.org>
CommitDate: 2023-07-11 12:02:06 +0000

    x11-wm/fvwm3: Update to 1.0.7
    
    Changes: https://github.com/fvwmorg/fvwm3/releases/tag/1.0.7
    
    Approved by:    tcberner (mentor, implicit)
---
 x11-wm/fvwm3/Makefile                 |  5 ++---
 x11-wm/fvwm3/distinfo                 |  6 +++---
 x11-wm/fvwm3/files/patch-configure.ac | 29 -----------------------------
 3 files changed, 5 insertions(+), 35 deletions(-)

diff --git a/x11-wm/fvwm3/Makefile b/x11-wm/fvwm3/Makefile
index 7f426ee89eac..c070e8450f59 100644
--- a/x11-wm/fvwm3/Makefile
+++ b/x11-wm/fvwm3/Makefile
@@ -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
diff --git a/x11-wm/fvwm3/distinfo b/x11-wm/fvwm3/distinfo
index 8d7d9fec7bfe..52ac18570852 100644
--- a/x11-wm/fvwm3/distinfo
+++ b/x11-wm/fvwm3/distinfo
@@ -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
diff --git a/x11-wm/fvwm3/files/patch-configure.ac b/x11-wm/fvwm3/files/patch-configure.ac
deleted file mode 100644
index 3c86c28ba618..000000000000
--- a/x11-wm/fvwm3/files/patch-configure.ac
+++ /dev/null
@@ -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"



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202307111202.36BC2prP008271>