mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
- Update to version 3.7.7
- Fix COMMENT, GC no longer useful patches - Chase redirection in the WWW line PR: 250955 Submitted by: maintainer
This commit is contained in:
parent
c1d995bb31
commit
28b11d9e37
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=554930
@ -2,12 +2,11 @@
|
||||
|
||||
PORTNAME= edbrowse
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 3.7.6
|
||||
PORTREVISION= 5
|
||||
DISTVERSION= 3.7.7
|
||||
CATEGORIES= www editors
|
||||
|
||||
MAINTAINER= alfix86@gmail.com
|
||||
COMMENT= Line-oriented Web browser and text editor
|
||||
COMMENT= Line-oriented web browser and text editor
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
@ -29,9 +28,6 @@ PORTDOCS= *
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|set(TIDY_NAMES tidy)|set(TIDY_NAMES tidy5)|g' ${WRKSRC}/CMakeModules/FindTidy.cmake
|
||||
|
||||
do-install:
|
||||
${INSTALL_MAN} ${WRKSRC}/doc/man-edbrowse-freebsd.1 ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/edbrowse ${STAGEDIR}${PREFIX}/bin
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1598182860
|
||||
SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb
|
||||
SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783
|
||||
TIMESTAMP = 1604765984
|
||||
SHA256 (CMB-edbrowse-v3.7.7_GH0.tar.gz) = bc015decc022d90f482a7f1028e9a56aa84f17406879f9aa1060e1dc175ed00f
|
||||
SIZE (CMB-edbrowse-v3.7.7_GH0.tar.gz) = 835830
|
||||
|
@ -1,11 +0,0 @@
|
||||
--- 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? */
|
@ -1,11 +0,0 @@
|
||||
--- src/html.c.orig 2019-11-23 18:00:49 UTC
|
||||
+++ src/html.c
|
||||
@@ -14,7 +14,7 @@ extern int gettimeofday(struct timeval *tp, void *tzp)
|
||||
|
||||
// OSX has no pthread_tryjoin_np, so we can't do our
|
||||
// asynchronous timers under OSX, which is really no great loss.
|
||||
-#ifdef __APPLE__
|
||||
+#if defined(__APPLE__) || defined(__FreeBSD__)
|
||||
#define pthread_tryjoin_np pthread_join
|
||||
#endif
|
||||
|
@ -9,4 +9,4 @@ can be found nowhere else. A batch job, or cron job, can access web
|
||||
pages on the internet, submit forms, and send email, with no human
|
||||
intervention whatsoever.
|
||||
|
||||
WWW: http://the-brannons.com/edbrowse/
|
||||
WWW: http://edbrowse.org/
|
||||
|
Loading…
Reference in New Issue
Block a user