FreeBSD Bugzilla – Attachment 197881 Details for
Bug 228896
devel/gnome-vfs: Fails to build with OpenSSL 1.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix OpenSSL 1.x build
gnome-vfs (text/plain), 2.32 KB, created by
Nathan
on 2018-10-07 18:10:47 UTC
(
hide
)
Description:
Fix OpenSSL 1.x build
Filename:
MIME Type:
Creator:
Nathan
Created:
2018-10-07 18:10:47 UTC
Size:
2.32 KB
patch
obsolete
>devel/gnome-vfs: > >* Fix OpenSSL 1.1.X build >* Add gnome to USES, while here > >PR: 228896 >Submitted by: Nathan <ndowens@yahoo.com> > >Index: devel/gnome-vfs/Makefile >=================================================================== >--- devel/gnome-vfs/Makefile (revision 481216) >+++ devel/gnome-vfs/Makefile (working copy) >@@ -3,7 +3,7 @@ > > PORTNAME= gnome-vfs > PORTVERSION= 2.24.4 >-PORTREVISION?= 9 >+PORTREVISION?= 10 > CATEGORIES= devel gnome > MASTER_SITES= GNOME > DIST_SUBDIR= gnome2 >@@ -16,9 +16,6 @@ > LICENSE_FILE_LGPL20= ${WRKSRC}/COPYING.LIB > LICENSE_FILE_LGPL20+ = ${WRKSRC}/COPYING.LIB > >-BROKEN_SSL= openssl-devel >-BROKEN_SSL_REASON_openssl-devel= incomplete definition of type 'struct ssl_st' >- > USES= tar:bzip2 > > .if !defined(REFERENCE_PORT) >@@ -27,7 +24,7 @@ > LIB_DEPENDS= libdbus-glib-1.so:devel/dbus-glib \ > libdbus-1.so:devel/dbus > >-USES+= gettext gmake libtool:keepla pathfix pkgconfig ssl >+USES+= gettext gmake gnome libtool:keepla pathfix pkgconfig ssl > USE_GNOME= gconf2 gnomemimedata intlhack referencehack > INSTALL_TARGET= install-strip > USE_LDCONFIG= yes >Index: devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-ssl.c >=================================================================== >--- devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-ssl.c (nonexistent) >+++ devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-ssl.c (working copy) >@@ -0,0 +1,20 @@ >+--- libgnomevfs/gnome-vfs-ssl.c.orig 2010-02-09 12:16:14 UTC >++++ libgnomevfs/gnome-vfs-ssl.c >+@@ -400,9 +400,6 @@ gnome_vfs_ssl_create_from_fd (GnomeVFSSSL **handle_ret >+ } >+ } >+ >+- if (ssl->private->ssl->ctx) >+- SSL_CTX_free (ssl->private->ssl->ctx); >+- >+ SSL_free (ssl->private->ssl); >+ g_free (ssl->private); >+ g_free (ssl); >+@@ -705,7 +702,6 @@ gnome_vfs_ssl_destroy (GnomeVFSSSL *ssl, >+ } >+ } >+ >+- SSL_CTX_free (ssl->private->ssl->ctx); >+ SSL_free (ssl->private->ssl); >+ close (ssl->private->sockfd); >+ if (ssl->private->timeout) > >Property changes on: devel/gnome-vfs/files/patch-libgnomevfs_gnome-vfs-ssl.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
Actions:
View
|
Diff
Attachments on
bug 228896
:
197877
| 197881