FreeBSD Bugzilla – Attachment 157690 Details for
Bug 200817
[PATCH] update devel/efl 1.14.1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
teh patch
patch-efl.txt (text/plain), 4.25 KB, created by
FreeBSD Ports
on 2015-06-12 19:59:04 UTC
(
hide
)
Description:
teh patch
Filename:
MIME Type:
Creator:
FreeBSD Ports
Created:
2015-06-12 19:59:04 UTC
Size:
4.25 KB
patch
obsolete
>Index: efl/Makefile >=================================================================== >--- efl/Makefile (revision 389295) >+++ efl/Makefile (working copy) >@@ -2,11 +2,11 @@ > # $FreeBSD$ > > PORTNAME= efl >-PORTVERSION= 1.13.2 >+PORTVERSION= 1.14.1 > CATEGORIES= devel enlightenment > MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ > >-MAINTAINER= ports@FreeBSD.org >+MAINTAINER= enlightenment@FreeBSD.org > COMMENT= Enlightenment Foundation Libraries > > LICENSE= BSD2CLAUSE LGPL21 >@@ -42,7 +42,7 @@ > OPTIONS_GROUP_LOADER= OPENJPEG WEBP > OPTIONS_RADIO= ENGINE > OPTIONS_RADIO_ENGINE= OPENGL SDL >-OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER OPENGL >+OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER PULSEAUDIO OPENGL > OPTIONS_SUB= yes > > HARFBUZZ_DESC= OpenType text shaping engine >@@ -109,12 +109,7 @@ > > .if ${PORT_OPTIONS:MSSL} > USE_OPENSSL= yes >-. if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1001000 >-EXTRA_PATCHES+= ${FILESDIR}/extra-patch-configure.ac >-CONFIGURE_ENV+= ECORE_CON_CFLAGS="-I${OPENSSLINC} -L${OPENSSLLIB}" ECORE_CON_LIBS="-lssl" >-. else > WITH_OPENSSL_PORT= yes >-. endif > .else > CONFIGURE_ARGS+= --with-crypto=none > .endif >Index: efl/distinfo >=================================================================== >--- efl/distinfo (revision 389295) >+++ efl/distinfo (working copy) >@@ -1,2 +1,2 @@ >-SHA256 (enlightenment/efl-1.13.2.tar.xz) = 18ef8ce8586e909b562f4e0ea5abbc63efab7cd15958b2aa9d365c292499d983 >-SIZE (enlightenment/efl-1.13.2.tar.xz) = 40332272 >+SHA256 (enlightenment/efl-1.14.1.tar.xz) = f40a533956bb9b48374322cdf6b6d51dc97326ea7a087dce852a829d6c6b9be0 >+SIZE (enlightenment/efl-1.14.1.tar.xz) = 43025752 >Index: efl/files/extra-patch-configure.ac >=================================================================== >--- efl/files/extra-patch-configure.ac (revision 389295) >+++ efl/files/extra-patch-configure.ac (working copy) >@@ -1,11 +1,11 @@ >---- configure.ac.orig 2014-12-11 10:36:05.000000000 +0100 >-+++ configure.ac 2014-12-28 00:57:35.000000000 +0100 >-@@ -351,7 +351,7 @@ >+--- configure.ac.old 2015-06-12 05:29:11.014418890 -0700 >++++ configure.ac 2015-06-12 05:33:38.368396102 -0700 >+@@ -358,7 +358,7 @@ > ;; > > openssl) > - EFL_DEPEND_PKG([crypto], [OPENSSL], [openssl]) >-+ requirements_libs_crypto="${ECORE_CON_LIBS} ${requirements_libs_crypto}" >++ requirements_libs_crypto="{ECORE_CON_LIBS} ${requirements_libs_crypto}" > ;; > esac > AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"]) >Index: efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c >=================================================================== >--- efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c (revision 389295) >+++ efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c (working copy) >@@ -1,13 +1,10 @@ >-# Some users of Nvidia cards reports very high cpu usage by ecore_x_vsync. >-# This quick workaround hasn't a visible side effects, >-# but better solution is needed. >---- src/lib/ecore_x/_ecore_x_vsync_tool.c 2014-12-03 16:13:51.116115279 +0300 >-+++ src/lib/ecore_x/ecore_x_vsync_tool.c 2014-12-03 16:14:09.537111198 +0300 >+--- src/lib/ecore_x/ecore_x_vsync_tool.c.old 2015-06-12 05:36:21.949404618 -0700 >++++ src/lib/ecore_x/ecore_x_vsync_tool.c 2015-06-12 05:36:58.808399040 -0700 > @@ -259,6 +259,7 @@ > int > main(int argc EINA_UNUSED, char **argv EINA_UNUSED) > { >-+ return 0; >++ return 0; > eina_init(); > ecore_app_no_system_modules(); > ecore_init(); >Index: efl/files/patch-configure.ac >=================================================================== >--- efl/files/patch-configure.ac (revision 389295) >+++ efl/files/patch-configure.ac (working copy) >@@ -1,6 +1,6 @@ >---- configure.ac.orig 2014-11-10 12:02:43.000000000 +0100 >-+++ configure.ac 2014-11-20 23:35:26.000000000 +0100 >-@@ -407,14 +407,15 @@ >+--- configure.ac.orig 2015-06-12 05:40:48.754367679 -0700 >++++ configure.ac 2015-06-12 05:45:05.521352761 -0700 >+@@ -414,12 +414,12 @@ > execinfo.h \ > mcheck.h \ > sys/epoll.h \ >@@ -13,6 +13,11 @@ > +netinet/tcp.h \ > ]) > >+ EFL_CHECK_PATH_MAX >+@@ -3995,6 +3995,7 @@ >+ ### Checks for linker characteristics >+ >+ ### Checks for library functions > +ac_cv_header_sys_inotify_h="no" > have_inotify="${ac_cv_header_sys_inotify_h}" > AM_CONDITIONAL([HAVE_INOTIFY], [test "x${have_inotify}" = "xyes"])
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 Raw
Actions:
View
Attachments on
bug 200817
:
157689
|
157690
|
157704
|
157705
|
157977
|
159491
|
159492