Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 12 Mar 2022 20:41:57 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 893259c1ecd9 - main - x11-toolkits/fox17: Update to 1.7.79
Message-ID:  <202203122041.22CKfvM3061027@gitrepo.freebsd.org>

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

URL: https://cgit.FreeBSD.org/ports/commit/?id=893259c1ecd95a08ca1579901608257d4ebaf0b1

commit 893259c1ecd95a08ca1579901608257d4ebaf0b1
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2022-03-12 20:39:03 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2022-03-12 20:41:48 +0000

    x11-toolkits/fox17: Update to 1.7.79
    
    Bump PORTREVISION on consumers. Since this is a development version, rebuild
    is required even for minor releases due to API/ABI changes.
    
    Changes:        http://www.fox-toolkit.org/news.html
    Reported by:    portscout
---
 audio/gogglesmm/Makefile                     |  2 +-
 x11-toolkits/fox17/Makefile                  |  2 +-
 x11-toolkits/fox17/distinfo                  |  6 +++---
 x11-toolkits/fox17/files/patch-lib_FXRex.cpp | 16 ++++++++++++++++
 x11-toolkits/fox17/pkg-plist                 |  4 ++--
 5 files changed, 23 insertions(+), 7 deletions(-)

diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile
index 23767cc09b84..07ba56a5b1cb 100644
--- a/audio/gogglesmm/Makefile
+++ b/audio/gogglesmm/Makefile
@@ -2,7 +2,7 @@
 
 PORTNAME=	gogglesmm
 PORTVERSION=	1.2.2
-PORTREVISION=	5
+PORTREVISION=	6
 CATEGORIES=	audio
 
 MAINTAINER=	jhale@FreeBSD.org
diff --git a/x11-toolkits/fox17/Makefile b/x11-toolkits/fox17/Makefile
index 6256d53612ab..3b67dee04bc5 100644
--- a/x11-toolkits/fox17/Makefile
+++ b/x11-toolkits/fox17/Makefile
@@ -1,7 +1,7 @@
 # Created by: gahr
 
 PORTNAME=	fox
-PORTVERSION=	1.7.78
+PORTVERSION=	1.7.79
 CATEGORIES=	x11-toolkits
 MASTER_SITES=	http://fox-toolkit.org/ftp/ \
 		ftp://ftp.fox-toolkit.org/pub/
diff --git a/x11-toolkits/fox17/distinfo b/x11-toolkits/fox17/distinfo
index 141c035c8f7b..3888ec323142 100644
--- a/x11-toolkits/fox17/distinfo
+++ b/x11-toolkits/fox17/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1645699908
-SHA256 (fox-1.7.78.tar.gz) = bbaf18fe753ef46ff1b9ccf6f64c5204394af8abdc574195030f07271adece24
-SIZE (fox-1.7.78.tar.gz) = 5716289
+TIMESTAMP = 1647106830
+SHA256 (fox-1.7.79.tar.gz) = a405ed9d944aa394bc938805f330359dbecd109262820559b9d5f3fea7482b5d
+SIZE (fox-1.7.79.tar.gz) = 5718513
diff --git a/x11-toolkits/fox17/files/patch-lib_FXRex.cpp b/x11-toolkits/fox17/files/patch-lib_FXRex.cpp
new file mode 100644
index 000000000000..6a81eb6b15a2
--- /dev/null
+++ b/x11-toolkits/fox17/files/patch-lib_FXRex.cpp
@@ -0,0 +1,16 @@
+FXRex.cpp:4676:10: fatal error: 'fxrexdbg.h' file not found
+
+This line was commented out in 1.7.78 and uncommented in 1.7.79, but the file
+fxrexdbg.h does not exist anywhere in the distribution.
+
+--- lib/FXRex.cpp.orig	2022-03-12 18:13:56 UTC
++++ lib/FXRex.cpp
+@@ -503,7 +503,7 @@
+ */
+ 
+ #define TOPIC_CONSTRUCT 1000
+-#define TOPIC_REXDUMP   1014          // Debugging regex code
++//#define TOPIC_REXDUMP   1014          // Debugging regex code
+ 
+ 
+ // As close to infinity as we're going to get; this seems big enough.  We can not make
diff --git a/x11-toolkits/fox17/pkg-plist b/x11-toolkits/fox17/pkg-plist
index 533ea3bcd61a..b8ee618184cf 100644
--- a/x11-toolkits/fox17/pkg-plist
+++ b/x11-toolkits/fox17/pkg-plist
@@ -368,11 +368,11 @@ include/fox-%%MAJORVER%%/xincs.h
 lib/libCHART-%%MAJORVER%%.a
 lib/libCHART-%%MAJORVER%%.so
 lib/libCHART-%%MAJORVER%%.so.0
-lib/libCHART-%%MAJORVER%%.so.0.0.78
+lib/libCHART-%%MAJORVER%%.so.0.0.79
 lib/libFOX-%%MAJORVER%%.a
 lib/libFOX-%%MAJORVER%%.so
 lib/libFOX-%%MAJORVER%%.so.0
-lib/libFOX-%%MAJORVER%%.so.0.0.78
+lib/libFOX-%%MAJORVER%%.so.0.0.79
 libdata/pkgconfig/fox17.pc
 man/man1/ControlPanel-17.1.gz
 %%PORTEXAMPLES%%man/man1/PathFinder-17.1.gz



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