Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 24 Aug 2020 01:06:22 +0000 (UTC)
From:      Steve Wills <swills@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r546033 - in head/www/edbrowse: . files
Message-ID:  <202008240106.07O16MET098688@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: swills
Date: Mon Aug 24 01:06:22 2020
New Revision: 546033
URL: https://svnweb.freebsd.org/changeset/ports/546033

Log:
  www/edbrowse: fix build with -fno-common
  
  PR:		248849
  Submitted by:	Alfonso S. Siciliano <alfix86@gmail.com> (maintainer)

Added:
  head/www/edbrowse/files/patch-src_eb.h   (contents, props changed)
Modified:
  head/www/edbrowse/Makefile   (contents, props changed)
  head/www/edbrowse/distinfo   (contents, props changed)

Modified: head/www/edbrowse/Makefile
==============================================================================
--- head/www/edbrowse/Makefile	Mon Aug 24 00:46:29 2020	(r546032)
+++ head/www/edbrowse/Makefile	Mon Aug 24 01:06:22 2020	(r546033)
@@ -3,7 +3,7 @@
 PORTNAME=	edbrowse
 DISTVERSIONPREFIX=	v
 DISTVERSION=	3.7.6
-PORTREVISION=	3
+PORTREVISION=	4
 CATEGORIES=	www editors
 
 MAINTAINER=	alfix86@gmail.com

Modified: head/www/edbrowse/distinfo
==============================================================================
--- head/www/edbrowse/distinfo	Mon Aug 24 00:46:29 2020	(r546032)
+++ head/www/edbrowse/distinfo	Mon Aug 24 01:06:22 2020	(r546033)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1574530062
+TIMESTAMP = 1598182860
 SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb
 SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783

Added: head/www/edbrowse/files/patch-src_eb.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/www/edbrowse/files/patch-src_eb.h	Mon Aug 24 01:06:22 2020	(r546033)
@@ -0,0 +1,11 @@
+--- src/eb.h.orig	2020-08-23 11:39:07 UTC
++++ src/eb.h
+@@ -290,7 +290,7 @@ extern char *sslCerts;		/* ssl certificates to validat
+ extern int verifyCertificates;	/* is a certificate required for the ssl connection? */
+ extern int displayLength;	// when printing a line
+ extern int formatLineLength;	// when formatting html
+-bool formatOverflow;
++extern bool formatOverflow;
+ extern int webTimeout, mailTimeout;
+ extern uchar browseLocal;
+ extern bool sqlPresent;		/* Was edbrowse compiled with SQL built in? */



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