FreeBSD Bugzilla – Attachment 209365 Details for
Bug 242179
www/edbrowse: Update to 3.7.6
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
svn .diff
edbrowse-3.7.6.diff (text/plain), 2.92 KB, created by
Alfonso S. Siciliano
on 2019-11-23 19:08:32 UTC
(
hide
)
Description:
svn .diff
Filename:
MIME Type:
Creator:
Alfonso S. Siciliano
Created:
2019-11-23 19:08:32 UTC
Size:
2.92 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 518265) >+++ Makefile (working copy) >@@ -2,8 +2,7 @@ > > PORTNAME= edbrowse > DISTVERSIONPREFIX= v >-DISTVERSION= 3.7.4 >-PORTREVISION= 4 >+DISTVERSION= 3.7.6 > CATEGORIES= www editors > > MAINTAINER= alfix86@gmail.com >@@ -40,7 +39,7 @@ > ${INSTALL_DATA} ${WRKSRC}/COPYING ${STAGEDIR}${DOCSDIR} > ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} > cd ${WRKSRC}/doc && \ >- ${FIND} . \( -name setup.ebrc -or -name "man-edbrowse*" \) -delete && \ >+ ${FIND} . \( -name article.wikipedia -or -name "man-edbrowse*" \) -delete && \ > ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} > > .include <bsd.port.mk> >Index: distinfo >=================================================================== >--- distinfo (revision 518265) >+++ distinfo (working copy) >@@ -1,3 +1,3 @@ >-TIMESTAMP = 1564525768 >-SHA256 (CMB-edbrowse-v3.7.4_GH0.tar.gz) = b79e6417c1170c96ef68968c33d585725f0f2d27859e3fe807c980a9c33ea719 >-SIZE (CMB-edbrowse-v3.7.4_GH0.tar.gz) = 765794 >+TIMESTAMP = 1574530062 >+SHA256 (CMB-edbrowse-v3.7.6_GH0.tar.gz) = a47a7ba363a72d310b08edee9847fbcfe0b7d1bf53c7b5cf4da10aae237b0abb >+SIZE (CMB-edbrowse-v3.7.6_GH0.tar.gz) = 810783 >Index: files/patch-src-http.c >=================================================================== >--- files/patch-src-http.c (revision 518265) >+++ files/patch-src-http.c (nonexistent) >@@ -1,12 +0,0 @@ >---- src/http.c.orig 2018-06-27 17:42:33 UTC >-+++ src/http.c >-@@ -1555,7 +1555,9 @@ void ebcurl_setError(CURLcode curlret, c >- break; >- >- case CURLE_PEER_FAILED_VERIFICATION: >-+#if LIBCURL_VERSION_NUM < 0x073e00 >- case CURLE_SSL_CACERT: >-+#endif >- (*fn) (MSG_NoCertify, host); >- break; >- > >Property changes on: files/patch-src-http.c >___________________________________________________________________ >Deleted: fbsd:nokeywords >## -1 +0,0 ## >-yes >\ No newline at end of property >Deleted: svn:eol-style >## -1 +0,0 ## >-native >\ No newline at end of property >Deleted: svn:mime-type >## -1 +0,0 ## >-text/plain >\ No newline at end of property >Index: files/patch-src_html.c >=================================================================== >--- files/patch-src_html.c (nonexistent) >+++ files/patch-src_html.c (working copy) >@@ -0,0 +1,11 @@ >+--- 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 >+ > >Property changes on: files/patch-src_html.c >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
asiciliano
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 242179
: 209365
Working