diff --git a/archivers/py-lzma/Makefile b/archivers/py-lzma/Makefile index 3ee85ae4df8..8b1ee0fdf65 100644 --- a/archivers/py-lzma/Makefile +++ b/archivers/py-lzma/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= lzma -PORTVERSION= 0.4.8 +PORTVERSION= 0.4.9 CATEGORIES= archivers python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/archivers/py-lzma/distinfo b/archivers/py-lzma/distinfo index 3ef411f393f..cf41b5e9cb5 100644 --- a/archivers/py-lzma/distinfo +++ b/archivers/py-lzma/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1480645446 -SHA256 (pylzma-0.4.8.tar.gz) = e6239cc4c134083ef6cfee54b1b9f5116dfc081474e093136b1b0e3226ac2532 -SIZE (pylzma-0.4.8.tar.gz) = 115234 +TIMESTAMP = 1505998419 +SHA256 (pylzma-0.4.9.tar.gz) = e974bc3a01260715145083c49dc28d365bb43f961ee7f6a2850c10562dbe6c5d +SIZE (pylzma-0.4.9.tar.gz) = 115699 diff --git a/astro/fowsr/Makefile b/astro/fowsr/Makefile index 7dd80fa6cc9..a3e2f4767f7 100644 --- a/astro/fowsr/Makefile +++ b/astro/fowsr/Makefile @@ -17,10 +17,9 @@ USE_GITHUB= yes GH_ACCOUNT= apachler GH_TAGNAME= 571db38 -USES= gmake dos2unix +USE_HARDENING= pie:off relro:off -NOPIE_PORTS= yes -NORELRO_PORTS= yes +USES= gmake dos2unix PLIST_FILES= bin/fowsr diff --git a/astro/openuniverse/Makefile b/astro/openuniverse/Makefile index 381288588ed..b5de214088a 100644 --- a/astro/openuniverse/Makefile +++ b/astro/openuniverse/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/1.0beta3 MAINTAINER= ports@FreeBSD.org COMMENT= OpenGL Solar System simulator for X Window System +USE_HARDENING= pie:off + USE_GL= glut USES= gmake jpeg @@ -22,6 +24,4 @@ CONFIGURE_ARGS= --includedir="${LOCALBASE}/include" \ CPPFLAGS+= -I${LOCALBASE}/include/GL -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib -lm -lcompat -NOPIE_PORTS= yes - .include diff --git a/audio/beast/Makefile b/audio/beast/Makefile index 83a3e0b012a..464ef11c7d9 100644 --- a/audio/beast/Makefile +++ b/audio/beast/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= xdg-open:devel/xdg-utils BROKEN_armv6= fails to package: bseblockutils.SSE.so: No such file or directory BROKEN_powerpc64= fails to package: bseblockutils.SSE.so: No such file or directory +USE_HARDENING= pie:off relro:off + USES= desktop-file-utils gettext gmake libtool pathfix pkgconfig \ shared-mime-info shebangfix tar:bzip2 SHEBANG_FILES= autotools/intltool-merge @@ -37,9 +39,6 @@ CXXFLAGS+= -fpermissive CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NOPIE_PORTS= yes -NORELRO_PORTS= yes - PLIST_SUB= VERSION="${PORTVERSION}" OPTIONS_SUB= yes diff --git a/audio/csound6/Makefile b/audio/csound6/Makefile index c57868ba7b7..f03b35718f0 100644 --- a/audio/csound6/Makefile +++ b/audio/csound6/Makefile @@ -23,6 +23,8 @@ BUILD_DEPENDS= boost-libs>0:devel/boost-libs \ LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile +USE_HARDENING= pie:off relro:off + USES= alias bison cmake:outsource,noninja localbase python:2 # math/gmm++ requires c++11 USE_CXXSTD= c++11 @@ -37,9 +39,6 @@ CMAKE_ARGS= -DBUILD_CSOUNDVST:BOOL=OFF \ USE_LDCONFIG= yes SSP_UNSAFE= yes -NOPIE_PORTS= yes -NORELRO_PORTS= yes - SUB_FILES= pkg-message CONFLICTS= csound-5.* diff --git a/audio/forked-daapd/Makefile b/audio/forked-daapd/Makefile index 9dec88da725..ab168f35580 100644 --- a/audio/forked-daapd/Makefile +++ b/audio/forked-daapd/Makefile @@ -26,6 +26,8 @@ LIB_DEPENDS= libantlr3c.so:devel/libantlr3c \ USE_GITHUB= yes GH_ACCOUNT= ejurgensen +USE_HARDENING= pie:off + USES= autoreconf gettext gmake gperf iconv libtool localbase pathfix pkgconfig sqlite GNU_CONFIGURE= yes @@ -33,8 +35,6 @@ INSTALL_TARGET= install-strip USE_LDCONFIG= ${LOCALBASE}/lib/forked-daapd CONFIGURE_ARGS+=--localstatedir=/var -NOPIE_PORTS= yes - USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message diff --git a/audio/goobox/Makefile b/audio/goobox/Makefile index 1bfee31a374..0d6dd7f715a 100644 --- a/audio/goobox/Makefile +++ b/audio/goobox/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libdiscid.so:audio/libdiscid \ libbrasero-media3.so:sysutils/brasero \ libunique-1.0.so:x11-toolkits/unique +USE_HARDENING= pie:off relro:off + USES= desktop-file-utils gettext gmake gnome localbase pkgconfig tar:xz USE_GNOME= glib20 gtk30 intlhack USE_XORG= x11 @@ -27,9 +29,6 @@ GNU_CONFIGURE= yes INSTALLS_ICONS= yes INSTALL_TARGET= install-strip -NOPIE_PORTS= yes -NORELRO_PORTS= yes - GLIB_SCHEMAS= org.gnome.Goobox.gschema.xml OPTIONS_DEFINE= NOTIFY diff --git a/audio/icegenerator/Makefile b/audio/icegenerator/Makefile index 4fbb04bce0a..32a9fc9635e 100644 --- a/audio/icegenerator/Makefile +++ b/audio/icegenerator/Makefile @@ -12,13 +12,12 @@ COMMENT= Direct streaming generator for Icecast/Shoutcast LIB_DEPENDS= libshout.so:audio/libshout +USE_HARDENING= pie:off relro:off + GNU_CONFIGURE= yes USES= gmake pkgconfig CONFIGURE_ARGS= --exec-prefix=${PREFIX} -NOPIE_PORTS= yes -NORELRO_PORTS= yes - OPTIONS_DEFINE= DOCS MYSQL PGSQL MYSQL_USE= MYSQL=YES diff --git a/audio/madplay/Makefile b/audio/madplay/Makefile index d8a593bf51b..b6b94d71eea 100644 --- a/audio/madplay/Makefile +++ b/audio/madplay/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2 LIB_DEPENDS= libmad.so:audio/libmad \ libid3tag.so:audio/libid3tag +USE_HARDENING= pie:off + GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -lz @@ -30,8 +32,6 @@ NLS_CONFIGURE_ENABLE= nls ESOUND_USE= GNOME=esound ESOUND_CONFIGURE_WITH= esd -NOPIE_PORTS= yes - post-install: ${INSTALL_PROGRAM} ${WRKSRC}/madtime ${STAGEDIR}${PREFIX}/bin diff --git a/audio/mp3guessenc/Makefile b/audio/mp3guessenc/Makefile index 3cfc2f2b54e..b959a930d80 100644 --- a/audio/mp3guessenc/Makefile +++ b/audio/mp3guessenc/Makefile @@ -15,8 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING PLIST_FILES= bin/mp3guessenc SRC= decode.c mp3guessenc.c bit_utils.c tags.c -NOPIE_PORTS= yes -NORELRO_PORTS= yes +USE_HARDENING= pie:off relro:off do-build: .for f in ${SRC} diff --git a/audio/muse/Makefile b/audio/muse/Makefile index 7c828cb5817..df121f97ee0 100644 --- a/audio/muse/Makefile +++ b/audio/muse/Makefile @@ -16,6 +16,8 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libogg.so:audio/libogg \ libvorbis.so:audio/libvorbis +USE_HARDENING= pie:off + OPTIONS_DEFINE= X11 LAME SNDFILE DOCS OPTIONS_DEFAULT=X11 @@ -26,8 +28,6 @@ CONFIGURE_ARGS= --disable-debug --disable-lubrify --disable-rpath CPPFLAGS+= -I${LOCALBASE}/include -DHAVE_SYS_UIO_H LDFLAGS+= -lpthread -L${LOCALBASE}/lib -lintl -NOPIE_PORTS= yes - PORTDOCS= AUTHORS ChangeLog NEWS KNOWN-BUGS README TODO USAGE LAME_LIB_DEPENDS= libmp3lame.so:audio/lame diff --git a/audio/oss/Makefile b/audio/oss/Makefile index ec8fbf13a2c..2fc81691d0f 100644 --- a/audio/oss/Makefile +++ b/audio/oss/Makefile @@ -24,9 +24,6 @@ USE_RC_SUBR= oss SUB_FILES= pkg-install pkg-deinstall ONLY_FOR_ARCHS= amd64 i386 -NOPIE_PORTS= yes -NORELRO_PORTS= yes - KMODDIR= ${PREFIX}/lib/oss/modules OSS_CONF_FILES= oss_audigyls oss_audioloop oss_cs461x oss_emu10k1x \ diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index 47c45759f4f..4fe1914f599 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -21,14 +21,14 @@ RUN_DEPENDS= mpg321:audio/mpg321 \ faad:audio/faad \ flac:audio/flac +USE_HARDENING= pie:off + GNU_CONFIGURE= yes CFLAGS+= -D_WITH_GETLINE LDFLAGS+= `fltk-config --ldflags` USES= gmake USE_GNOME= glib20 -NOPIE_PORTS= yes - post-patch: @${REINPLACE_CMD} 's/-lssl/-lcrypto/' \ ${WRKSRC}/configure ${WRKSRC}/raop_play/Makefile.in diff --git a/audio/umodplayer/Makefile b/audio/umodplayer/Makefile index e5b3155786a..3d1625e6b8e 100644 --- a/audio/umodplayer/Makefile +++ b/audio/umodplayer/Makefile @@ -15,11 +15,11 @@ LIB_DEPENDS= libmodplug.so:audio/libmodplug \ libao.so:audio/libao BUILD_DEPENDS= ${LOCALBASE}/lib/libaiff.a:audio/libaiff +USE_HARDENING= pie:off + HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} -NOPIE_PORTS= yes - PLIST_FILES= bin/${PORTNAME} \ man/man1/${PORTNAME}.1.gz diff --git a/audio/voipong/Makefile b/audio/voipong/Makefile index ea445a37957..716cbf7b224 100644 --- a/audio/voipong/Makefile +++ b/audio/voipong/Makefile @@ -9,13 +9,13 @@ MASTER_SITES= http://www.enderunix.org/voipong/ MAINTAINER= siseci@EnderUNIX.org COMMENT= Detect Voice Over IP calls and dump them to separate wave files +USE_HARDENING= pie:off + USE_LDCONFIG= yes PORTDOCS= ALGORITHMS AUTHORS ChangeLog COPYING INSTALL KNOWN_BUGS \ LICENSE NEWS README THANKS TODO MAKEFILE= Makefile.bsd -NOPIE_PORTS= yes - OPTIONS_DEFINE= DOCS post-install-DOCS-on: diff --git a/audio/xmms-gbsplay/Makefile b/audio/xmms-gbsplay/Makefile index 5d81fa3339f..1c34d21642c 100644 --- a/audio/xmms-gbsplay/Makefile +++ b/audio/xmms-gbsplay/Makefile @@ -16,6 +16,8 @@ LICENSE= GPLv2 BUILD_DEPENDS= xmms:multimedia/xmms RUN_DEPENDS= xmms:multimedia/xmms +USE_HARDENING= pie:off relro:off + USE_GNOME= glib12 USE_GCC= any HAS_CONFIGURE= yes @@ -24,9 +26,6 @@ USE_CSTD= gnu89 OPTIONS_DEFINE= NLS -NOPIE_PORTS= yes -NORELRO_PORTS= yes - NLS_CONFIGURE_OFF= --disable-i18n NLS_USES= gettext-runtime diff --git a/audio/xmms-nas/Makefile b/audio/xmms-nas/Makefile index a2f81c35122..a0f4aec9441 100644 --- a/audio/xmms-nas/Makefile +++ b/audio/xmms-nas/Makefile @@ -13,15 +13,14 @@ COMMENT= Network Audio System (NAS) output plugin for XMMS LIB_DEPENDS= libxmms.so:multimedia/xmms \ libaudio.so:audio/nas +USE_HARDENING= pie:off relro:off + USES= libtool USE_GNOME= gtk12 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-static -NOPIE_PORTS= yes -NORELRO_PORTS= yes - PLIST_FILES= lib/xmms/Output/libnas.so post-install: diff --git a/benchmarks/expedite/Makefile b/benchmarks/expedite/Makefile index 0755e10183a..6feaf0db1f5 100644 --- a/benchmarks/expedite/Makefile +++ b/benchmarks/expedite/Makefile @@ -30,4 +30,6 @@ OPENGL_CONFIGURE_ENABLE= opengl-x11 SDL_CONFIGURE_ENABLE= software-sdl X11_CONFIGURE_ENABLE= software-x11 xrender-x11 +BROKEN= Do not build with devel/efl 1.19.x + .include diff --git a/comms/ebook2cw/Makefile b/comms/ebook2cw/Makefile index f2bcaef1ab9..f294027b32c 100644 --- a/comms/ebook2cw/Makefile +++ b/comms/ebook2cw/Makefile @@ -15,9 +15,9 @@ LICENSE= GPLv2 LIB_DEPENDS= libmp3lame.so:audio/lame \ libvorbis.so:audio/libvorbis -OPTIONS_DEFINE= DOCS EXAMPLES +USE_HARDENING= pie:off -NOPIE_PORTS= yes +OPTIONS_DEFINE= DOCS EXAMPLES post-patch: @${REINPLACE_CMD} -e 's|%%PREFIX%%|${PREFIX}|'g \ diff --git a/comms/ebook2cwgui/Makefile b/comms/ebook2cwgui/Makefile index 462e467f9db..b56820d765e 100644 --- a/comms/ebook2cwgui/Makefile +++ b/comms/ebook2cwgui/Makefile @@ -13,9 +13,9 @@ COMMENT= gui front end for ebooks2cw RUN_DEPENDS= ebook2cw:comms/ebook2cw -USE_WX= 2.8 +USE_HARDENING= pie:off -NOPIE_PORTS= yes +USE_WX= 2.8 PORTDOCS= * diff --git a/comms/fl_moxgen/Makefile b/comms/fl_moxgen/Makefile index ff4753ea82b..8884b5d77b1 100644 --- a/comms/fl_moxgen/Makefile +++ b/comms/fl_moxgen/Makefile @@ -15,11 +15,11 @@ LICENSE= GPLv3 LIB_DEPENDS= libfltk.so:x11-toolkits/fltk -NOPIE_PORTS= yes - DESKTOP_ENTRIES= "Fl_MoxGen" "${COMMENT}" "" "${PORTNAME}" \ "Network;HamRadio;" false +USE_HARDENING= pie:off + OPTIONS_DEFINE= PDF OPTIONS_DEFAULT= PDF PDF_DESC= Enable PDF Writing (requires libharu) diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index 426ceeb086a..aa20359e3a3 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -13,12 +13,12 @@ COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices LICENSE= MIT LICENSE_FILE= ${WRKSRC}/license.txt +USE_HARDENING= pie:off + NO_WRKSUBDIR= yes USES= dos2unix uidfix zip DOS2UNIX_GLOB= *.c *.h -NOPIE_PORTS= yes - post-patch: @${REINPLACE_CMD} -e '/int main/s/short argc/int argc/' \ ${WRKSRC}/apps/gethumd/gethumd.c ${WRKSRC}/apps/shaapp/shaapp.c diff --git a/comms/nokryptia/Makefile b/comms/nokryptia/Makefile index 937cd086fdd..52a98adcf87 100644 --- a/comms/nokryptia/Makefile +++ b/comms/nokryptia/Makefile @@ -12,6 +12,8 @@ COMMENT= Tool for fast loading mp3s into Nokia 5510 LIB_DEPENDS= libid3.so:audio/id3lib +USE_HARDENING= pie:off + GNU_CONFIGURE= yes USES= tar:bzip2 CPPFLAGS+= -I${LOCALBASE}/include @@ -19,6 +21,4 @@ LIBS+= -L${LOCALBASE}/lib PLIST_FILES= bin/nokryptia man/man1/${PORTNAME}.1.gz -NOPIE_PORTS= yes - .include diff --git a/comms/sdr-wspr/Makefile b/comms/sdr-wspr/Makefile index 5e2fcae54d7..f88e5418b3d 100644 --- a/comms/sdr-wspr/Makefile +++ b/comms/sdr-wspr/Makefile @@ -23,6 +23,4 @@ PLIST_FILES= bin/sdr-wspr share/applications/sdr-wspr.desktop \ share/icons/sdr-wspr.svg CMAKE_ARGS= -DCMAKE_INSTALL_RPATH:STRING="${LOCALBASE}/lib/gcc${_GCC_VER}" -NOPIE_PORTS= yes - .include diff --git a/comms/uartlirc/Makefile b/comms/uartlirc/Makefile index ac7c1fa5db4..c1ff65b8d2d 100644 --- a/comms/uartlirc/Makefile +++ b/comms/uartlirc/Makefile @@ -28,9 +28,6 @@ PLIST_FILES+= ${KMODDIR}/${PORTNAME}.ko CFLAGS+= ${DEBUG_FLAGS} -NOPIE_PORTS= yes -NORELRO_PORTS= yes - do-install: ${INSTALL} ${WRKSRC}/${PORTNAME}.ko ${STAGEDIR}${KMODDIR} diff --git a/databases/dbh/Makefile b/databases/dbh/Makefile index 5f8735d7a1d..000716fbfad 100644 --- a/databases/dbh/Makefile +++ b/databases/dbh/Makefile @@ -14,6 +14,8 @@ LICENSE= GPLv3 CONFLICTS= dbh-[0-4]* +USE_HARDENING= pie:off + USES= libtool pkgconfig GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-pkglibdata @@ -24,8 +26,6 @@ INSTALL_TARGET= install-strip OPTIONS_DEFINE= GTKDOC GTKDOC_DESC= Enable GTK html documentation -NOPIE_PORTS= yes - .include .if ${PORT_OPTIONS:MGTKDOC} diff --git a/databases/firebird25-server/Makefile b/databases/firebird25-server/Makefile index 32eef003f37..b33f44f48da 100644 --- a/databases/firebird25-server/Makefile +++ b/databases/firebird25-server/Makefile @@ -22,10 +22,10 @@ LICENSE_FILE_IPL= ${WRKSRC}/builds/install/misc/IPLicense.txt LICENSE_PERMS_IDPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept LICENSE_PERMS_IPL= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept -NOPIE_PORTS= yes - LIB_DEPENDS= libicuuc.so:devel/icu +USE_HARDENING= pie:off + USES= cpe gmake pkgconfig tar:bzip2 GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes diff --git a/databases/mongodb32-tools/Makefile b/databases/mongodb32-tools/Makefile index 23d5276d923..fe2d2ead032 100644 --- a/databases/mongodb32-tools/Makefile +++ b/databases/mongodb32-tools/Makefile @@ -17,8 +17,7 @@ USE_GITHUB= yes GH_ACCOUNT= mongodb GH_PROJECT= mongo-tools -NOPIE_PORTS= yes -NORELRO_PORTS= yes +USE_HARDENING= pie:off relro:off OPTIONS_DEFINE= SSL SASL OPTIONS_DEFAULT= SSL diff --git a/databases/mysql57-server/Makefile b/databases/mysql57-server/Makefile index 6c36ed433ea..7234203cb2f 100644 --- a/databases/mysql57-server/Makefile +++ b/databases/mysql57-server/Makefile @@ -16,13 +16,12 @@ LICENSE= GPLv2 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} +USE_HARDENING= pie:off relro:off + SLAVEDIRS= databases/mysql57-client USES= bison:build cmake:outsource,noninja compiler:c11 compiler:c++11-lib \ cpe libedit localbase perl5 shebangfix ssl -NOPIE_PORTS= yes -NORELRO_PORTS= yes - USE_PERL5= run MY_DBDIR= /var/db/mysql diff --git a/databases/phpmyadmin/Makefile b/databases/phpmyadmin/Makefile index 7610b09d799..43fe620969b 100644 --- a/databases/phpmyadmin/Makefile +++ b/databases/phpmyadmin/Makefile @@ -16,9 +16,6 @@ LICENSE= GPLv2 USES= cpe php:web tar:xz CPE_PRODUCT= ${PORTNAME:tl} -NOPIE_PORTS= yes -NORELRO_PORTS= yes - NO_ARCH= yes NO_BUILD= yes .if !defined(WITHOUT_PHP_DEPENDS) diff --git a/databases/postgis22/Makefile b/databases/postgis22/Makefile index 715a5311c1f..a1bc75f5830 100644 --- a/databases/postgis22/Makefile +++ b/databases/postgis22/Makefile @@ -18,6 +18,8 @@ LIB_DEPENDS= libproj.so:graphics/proj \ CONFLICTS= postgis20-2.0.* postgis-2.1.* postgis23-2.3.* +USE_HARDENING= pie:off relro:off + USES= gettext gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} @@ -29,9 +31,6 @@ USE_LDCONFIG= yes USE_PERL5= build WANT_PGSQL= lib server -NOPIE_PORTS= yes -NORELRO_PORTS= yes - OPTIONS_DEFINE= LOADERGUI RASTER TOPOLOGY SFCGAL ADDRSTD OPTIONS_DEFAULT= TOPOLOGY ADDRSTD NO_OPTIONS_SORT= yes diff --git a/databases/postgis23/Makefile b/databases/postgis23/Makefile index 44233376743..ca887112f68 100644 --- a/databases/postgis23/Makefile +++ b/databases/postgis23/Makefile @@ -19,6 +19,8 @@ LIB_DEPENDS= libproj.so:graphics/proj \ CONFLICTS= postgis20-2.0.* postgis-2.1.* postgis-22* +USE_HARDENING= pie:off relro:off + USES= gettext gmake iconv:wchar_t libtool:keepla perl5 pgsql pkgconfig shebangfix GNU_CONFIGURE= yes CONFIGURE_ARGS= ${ICONV_CONFIGURE_BASE} @@ -62,9 +64,6 @@ ADDRSTD_VARS= WANT_PGSQL+=contrib CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NOPIE_PORTS= yes -NORELRO_PORTS= yes - .include post-patch: diff --git a/databases/postgresql10-contrib/Makefile b/databases/postgresql10-contrib/Makefile index 4173ed45b37..0f819e2cb4a 100644 --- a/databases/postgresql10-contrib/Makefile +++ b/databases/postgresql10-contrib/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postgresql -PORTREVISION= 1 +PORTREVISION= 0 CATEGORIES= databases MAINTAINER= pgsql@FreeBSD.org diff --git a/databases/postgresql10-server/Makefile b/databases/postgresql10-server/Makefile index 13d46804628..f75fe0d955f 100644 --- a/databases/postgresql10-server/Makefile +++ b/databases/postgresql10-server/Makefile @@ -1,7 +1,7 @@ # Created by: Marc G. Fournier # $FreeBSD$ -DISTVERSION?= 10beta3 +DISTVERSION?= 10rc1 PKGNAMESUFFIX?= ${PORTVERSION:R}${COMPONENT} MAINTAINER?= pgsql@FreeBSD.org diff --git a/databases/postgresql10-server/distinfo b/databases/postgresql10-server/distinfo index 0e890a4a69b..b2e22bcf941 100644 --- a/databases/postgresql10-server/distinfo +++ b/databases/postgresql10-server/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1502193060 -SHA256 (postgresql/postgresql-10beta3.tar.bz2) = 6722546739f8e2dd379e8031784e86c5c588638df6c477046ebdd479586bcb3e -SIZE (postgresql/postgresql-10beta3.tar.bz2) = 19914123 +TIMESTAMP = 1505926503 +SHA256 (postgresql/postgresql-10rc1.tar.bz2) = ebdb44dccb64a31c9c524f996121e7d58c21045826d6c36e3a5ea46afbb2445b +SIZE (postgresql/postgresql-10rc1.tar.bz2) = 19631683 SHA256 (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 2f9c831b3dff866f0b2f6f2a9ef771a4045486bc252a851aadc73c50d376319d SIZE (postgresql/pg-9218-icu-2016-08-10.diff.gz) = 5587 diff --git a/databases/postgresql10-server/pkg-plist-client b/databases/postgresql10-server/pkg-plist-client index 2c9509b9b0f..36143451268 100644 --- a/databases/postgresql10-server/pkg-plist-client +++ b/databases/postgresql10-server/pkg-plist-client @@ -1008,7 +1008,6 @@ man/man7/WITH.7.gz %%NLS%%share/locale/cs/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/cs/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/cs/LC_MESSAGES/pgscripts-10.mo -%%NLS%%share/locale/cs/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/de/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/de/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/de/LC_MESSAGES/libpq5-10.mo @@ -1032,6 +1031,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/fr/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/he/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/he/LC_MESSAGES/pg_config-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/he/LC_MESSAGES/pgscripts-10.mo %%NLS%%share/locale/he/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/it/LC_MESSAGES/ecpg-10.mo @@ -1047,7 +1047,6 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ja/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pgscripts-10.mo -%%NLS%%share/locale/ja/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/libpq5-10.mo @@ -1078,6 +1077,8 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ru/LC_MESSAGES/pg_dump-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pgscripts-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/psql-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/ecpg-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/ecpglib6-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_dump-10.mo @@ -1086,7 +1087,6 @@ man/man7/WITH.7.gz %%NLS%%share/locale/ta/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/ecpglib6-10.mo -%%NLS%%share/locale/tr/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/tr/LC_MESSAGES/pg_config-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpg-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/ecpglib6-10.mo @@ -1096,9 +1096,7 @@ man/man7/WITH.7.gz %%NLS%%share/locale/zh_CN/LC_MESSAGES/pgscripts-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/psql-10.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/ecpg-10.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/libpq5-10.mo %%NLS%%share/locale/zh_TW/LC_MESSAGES/pg_config-10.mo -%%NLS%%share/locale/zh_TW/LC_MESSAGES/psql-10.mo %%DATADIR%%/pg_service.conf.sample %%DATADIR%%/psqlrc.sample diff --git a/databases/postgresql10-server/pkg-plist-server b/databases/postgresql10-server/pkg-plist-server index d93799f7ab5..a52f7796337 100644 --- a/databases/postgresql10-server/pkg-plist-server +++ b/databases/postgresql10-server/pkg-plist-server @@ -63,27 +63,39 @@ lib/libpgcommon.a %%NLS%%share/locale/cs/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/cs/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/de/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/de/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-10.mo %%NLS%%share/locale/de/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/de/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/es/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/es/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo %%NLS%%share/locale/es/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/es/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/fr/LC_MESSAGES/postgres-10.mo -%%NLS%%share/locale/id/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/he/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/it/LC_MESSAGES/initdb-10.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/it/LC_MESSAGES/pg_controldata-10.mo @@ -96,65 +108,56 @@ lib/libpgcommon.a %%NLS%%share/locale/ja/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/ja/LC_MESSAGES/plpgsql-10.mo -%%NLS%%share/locale/ja/LC_MESSAGES/postgres-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/ko/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/ko/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_ctl-10.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/de/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/es/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/fr/LC_MESSAGES/pg_upgrade-10.mo -%%NLS%%share/locale/he/LC_MESSAGES/initdb-10.mo -%%NLS%%share/locale/he/LC_MESSAGES/pg_basebackup-10.mo -%%NLS%%share/locale/he/LC_MESSAGES/pg_ctl-10.mo -%%NLS%%share/locale/ko/LC_MESSAGES/%%PG_USER%%-10.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_archivecleanup-10.mo +%%NLS%%share/locale/de/LC_MESSAGES/pg_upgrade-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_basebackup-10.mo +%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_fsync-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_timing-10.mo -%%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-10.mo -%%NLS%%share/locale/pl/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/pl/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/initdb-10.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/pg_rewind-10.mo %%NLS%%share/locale/pt_BR/LC_MESSAGES/plpgsql-10.mo -%%NLS%%share/locale/pt_BR/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/ro/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/ru/LC_MESSAGES/pg_upgrade-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/ru/LC_MESSAGES/postgres-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/initdb-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_archivecleanup-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/sv/LC_MESSAGES/pg_ctl-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_rewind-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_fsync-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_test_timing-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/pg_upgrade-10.mo +%%NLS%%share/locale/sv/LC_MESSAGES/plpgsql-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/initdb-10.mo -%%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_basebackup-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_controldata-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_ctl-10.mo %%NLS%%share/locale/zh_CN/LC_MESSAGES/pg_rewind-10.mo diff --git a/databases/riak2/Makefile b/databases/riak2/Makefile index 2e8dc01c04c..4d97ad35064 100644 --- a/databases/riak2/Makefile +++ b/databases/riak2/Makefile @@ -22,14 +22,14 @@ LICENSE= APACHE20 BUILD_DEPENDS= ${LOCALBASE}/lib/riak-erlang/bin/erlc:lang/erlang-riak +USE_HARDENING= pie:off + USES= gmake readline shebangfix SHEBANG_FILES= deps/eper/priv/bin/* \ ../solr-4.7.0-yz-1/example/etc/create-solrtest.keystore.sh USE_RC_SUBR= riak USE_GCC= yes -NOPIE_PORTS= yes - BROKEN_i386= does not build BROKEN_sparc64= does not build: Please implement AtomicPointer for this platform NOT_FOR_ARCHS= aarch64 powerpc64 diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 52d3a5e5990..863c494ef4d 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -25,7 +25,7 @@ BUILD_DEPENDS= bash:shells/bash LIB_DEPENDS= libgflags.so:devel/gflags \ libsnappy.so:archivers/snappy -NOPIE_PORTS= yes +USE_HARDENING= pie:off OPTIONS_DEFINE= DEBUG LZ4 ZSTD OPTIONS_DEFAULT=LZ4 diff --git a/databases/rrdtool/Makefile b/databases/rrdtool/Makefile index d2ccbbc9938..d841671cc87 100644 --- a/databases/rrdtool/Makefile +++ b/databases/rrdtool/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= rrdtool -PORTVERSION= 1.6.0 -PORTREVISION= 1 +PORTVERSION= 1.7.0 CATEGORIES= databases graphics MASTER_SITES= http://oss.oetiker.ch/rrdtool/pub/ @@ -21,12 +20,10 @@ USE_RC_SUBR= rrdcached USE_LDCONFIG= yes GNU_CONFIGURE= yes USES= gmake groff libtool pathfix pkgconfig shebangfix -SHEBANG_FILES= examples/rrdcached/rrdcached-size.pl USE_GNOME= glib20 libxml2 INSTALL_TARGET= install-strip -PORTEXAMPLES= 4charts.pl bigtops.pl cgi-demo.cgi minmax.pl perftest.pl \ - piped-demo.pl shared-demo.pl stripes.pl +PORTEXAMPLES= cgi-demo.cgi OPTIONS_DEFINE= DEJAVU GRAPH MMAP NLS PERL PYTHON \ RUBY EXAMPLES DOCS @@ -57,6 +54,19 @@ PYTHON_USES= python RUBY_CONFIGURE_ENABLE= ruby RUBY_USE= RUBY=yes +.include + +.if ${PORT_OPTIONS:MPERL} +SHEBANG_FILES= examples/rrdcached/rrdcached-size.pl +PORTEXAMPLES+= 4charts.pl bigtops.pl minmax.pl perftest.pl \ + piped-demo.pl shared-demo.pl stripes.pl \ + rrdcached/RRDCached.pm rrdcached/rrdcached-size.pl +.endif +.if ${PORT_OPTIONS:MPYTHON} +SHEBANG_FILES+= examples/stripes.py +PORTEXAMPLES+= stripes.py +.endif + post-extract: @${REINPLACE_CMD} -E 's|(^rrdcached_LDADD = librrd_th.la)|\1 $$\(ALL_LIBS\)|' \ ${WRKSRC}/src/Makefile.in @@ -83,9 +93,16 @@ post-install-EXAMPLES-on: post-install-PERL-on: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/${SITE_ARCH_REL}/auto/RRDs/RRDs.so +post-install-PERL-off: + ${RM} ${STAGEDIR}${EXAMPLESDIR}/*.pl + ${RM} -r ${STAGEDIR}${EXAMPLESDIR}/rrdcached + post-install-PYTHON-on: ${STRIP_CMD} ${STAGEDIR}${PYTHON_SITELIBDIR}/rrdtool.so +post-install-PYTHON-off: + ${RM} ${STAGEDIR}${EXAMPLESDIR}/stripes.py + post-install-RUBY-on: ${STRIP_CMD} ${STAGEDIR}${RUBY_SITEARCHLIBDIR}/RRD.so diff --git a/databases/rrdtool/distinfo b/databases/rrdtool/distinfo index 17cccb2d831..f59591a93f4 100644 --- a/databases/rrdtool/distinfo +++ b/databases/rrdtool/distinfo @@ -1,2 +1,3 @@ -SHA256 (rrdtool-1.6.0.tar.gz) = cd948e89cd2d8825fab4a6fb0323f810948d934af7d92c9ee8b5e9e1350e52d7 -SIZE (rrdtool-1.6.0.tar.gz) = 2186538 +TIMESTAMP = 1497920098 +SHA256 (rrdtool-1.7.0.tar.gz) = f97d348935b91780f2cd80399719e20c0b91f0a23537c0a85f9ff306d4c5526b +SIZE (rrdtool-1.7.0.tar.gz) = 2849994 diff --git a/databases/rrdtool/files/patch-bindings_python_setup.py b/databases/rrdtool/files/patch-bindings_python_setup.py index 2d882683a64..86b777c0429 100644 --- a/databases/rrdtool/files/patch-bindings_python_setup.py +++ b/databases/rrdtool/files/patch-bindings_python_setup.py @@ -1,16 +1,14 @@ ---- bindings/python/setup.py.orig 2015-11-10 15:07:11 UTC +--- bindings/python/setup.py.orig 2017-03-10 18:03:11 UTC +++ bindings/python/setup.py -@@ -28,12 +28,7 @@ - # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - # +@@ -1,10 +1,7 @@ + #!/usr/bin/env python + import os -try: -- # Attempt to build using Distribute, which also supports bdist_wheel -- from setuptools import setup -- from setuptools.extension import Extension +- from setuptools import setup, Extension -except ImportError: -- from distutils.core import setup, Extension +- sys.exit('The setup requires setuptools.') +from distutils.core import setup, Extension - import sys, os TOP_SRCDIR = os.environ.get('ABS_TOP_SRCDIR', '../..') + TOP_BUILDDIR = os.environ.get('ABS_TOP_BUILDDIR', '../..') diff --git a/databases/rrdtool/files/patch-configure b/databases/rrdtool/files/patch-configure index b8c70e3432c..32328d990c0 100644 --- a/databases/rrdtool/files/patch-configure +++ b/databases/rrdtool/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig 2015-11-10 16:59:23 UTC +--- configure.orig 2017-05-16 11:55:23 UTC +++ configure -@@ -13172,7 +13172,7 @@ fi +@@ -13698,7 +13698,7 @@ fi if test "x$GCC" = "xyes"; then @@ -9,3 +9,34 @@ oCFLAGS="$CFLAGS" CFLAGS="$CFLAGS $flag" cachename=rd_cv_gcc_flag_`echo $flag|sed 's/[^A-Za-z]/_/g'` +@@ -22422,9 +22422,9 @@ $as_echo "$am_cv_python_pyexecdir" >&6; } + $as_echo_n "checking for headers required to compile python extensions... " >&6; } + py_prefix=`$PYTHON -c "import sys; print(sys.prefix)"` + py_exec_prefix=`$PYTHON -c "import sys; print(sys.exec_prefix)"` +-PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION}" ++PYTHON_INCLUDES="-I${py_prefix}/include/python${PYTHON_VERSION} -I${py_prefix}/include/python${PYTHON_VERSION}m" + if test "$py_prefix" != "$py_exec_prefix"; then +- PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION}" ++ PYTHON_INCLUDES="$PYTHON_INCLUDES -I${py_exec_prefix}/include/python${PYTHON_VERSION} -I${py_exec_prefix}/include/python${PYTHON_VERSION}m" + fi + + save_CPPFLAGS="$CPPFLAGS" +@@ -27780,18 +27780,6 @@ $as_echo_n "checking in... " >&6; } + { $as_echo "$as_me:${as_lineno-$LINENO}: result: and out again" >&5 + $as_echo "and out again" >&6; } + +-echo $ECHO_N "ordering CD from http://tobi.oetiker.ch/wish $ECHO_C" 1>&6 +-sleep 1 +-echo $ECHO_N ".$ECHO_C" 1>&6 +-sleep 1 +-echo $ECHO_N ".$ECHO_C" 1>&6 +-sleep 1 +-echo $ECHO_N ".$ECHO_C" 1>&6 +-sleep 1 +-echo $ECHO_N ".$ECHO_C" 1>&6 +-sleep 1 +-{ $as_echo "$as_me:${as_lineno-$LINENO}: result: just kidding ;-)" >&5 +-$as_echo " just kidding ;-)" >&6; } + echo + echo "----------------------------------------------------------------" + echo "Config is DONE!" diff --git a/databases/rrdtool/pkg-plist b/databases/rrdtool/pkg-plist index 3e0d50ea432..228f03900b2 100644 --- a/databases/rrdtool/pkg-plist +++ b/databases/rrdtool/pkg-plist @@ -10,7 +10,15 @@ include/rrd_format.h lib/librrd.a lib/librrd.so lib/librrd.so.8 -lib/librrd.so.8.0.0 +lib/librrd.so.8.1.0 +%%PERL%%%%SITE_PERL%%/RRDp.pm +%%PERL%%%%SITE_ARCH%%/RRDs.pm +%%PERL%%%%SITE_ARCH%%/auto/RRDs/RRDs.so +%%PERL%%%%PERL5_MAN3%%/RRDp.3.gz +%%PERL%%%%PERL5_MAN3%%/RRDs.3.gz +%%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool-0.1.10-py%%PYTHON_VER%%.egg-info +%%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool.so +%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so libdata/pkgconfig/librrd.pc %%PORTDOCS%%man/man1/bin_dec_hex.1.gz %%PORTDOCS%%man/man1/cdeftutorial.1.gz @@ -32,6 +40,7 @@ libdata/pkgconfig/librrd.pc %%PORTDOCS%%man/man1/rrdinfo.1.gz %%PORTDOCS%%man/man1/rrdlast.1.gz %%PORTDOCS%%man/man1/rrdlastupdate.1.gz +%%PORTDOCS%%man/man1/rrdlist.1.gz %%PORTDOCS%%man/man1/rrdresize.1.gz %%PORTDOCS%%man/man1/rrdrestore.1.gz %%PORTDOCS%%man/man1/rrdthreads.1.gz @@ -41,17 +50,6 @@ libdata/pkgconfig/librrd.pc %%PORTDOCS%%man/man1/rrdupdate.1.gz %%PORTDOCS%%man/man1/rrdxport.1.gz %%PORTDOCS%%man/man3/librrd.3.gz -%%PERL%%%%PERL5_MAN3%%/RRDp.3.gz -%%PERL%%%%PERL5_MAN3%%/RRDs.3.gz -%%PERL%%%%SITE_ARCH%%/auto/RRDs/RRDs.so -%%PERL%%%%SITE_ARCH%%/RRDs.pm -%%PERL%%%%SITE_PERL%%/RRDp.pm -%%PYTHON%%%%PYTHON_SITELIBDIR%%/py_rrdtool-0.2.2-py%%PYTHON_VER%%.egg-info -%%PYTHON%%%%PYTHON_SITELIBDIR%%/rrdtool.so -%%RUBY%%%%RUBY_SITEARCHLIBDIR%%/RRD.so -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrdcached/RRDCached.pm -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/rrdcached/rrdcached-size.pl -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stripes.py %%PORTDOCS%%%%DOCSDIR%%/html/RRDp.html %%PORTDOCS%%%%DOCSDIR%%/html/RRDs.html %%PORTDOCS%%%%DOCSDIR%%/html/bin_dec_hex.html @@ -76,6 +74,7 @@ libdata/pkgconfig/librrd.pc %%PORTDOCS%%%%DOCSDIR%%/html/rrdinfo.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdlast.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdlastupdate.html +%%PORTDOCS%%%%DOCSDIR%%/html/rrdlist.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdresize.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdrestore.html %%PORTDOCS%%%%DOCSDIR%%/html/rrdthreads.html @@ -125,6 +124,8 @@ libdata/pkgconfig/librrd.pc %%PORTDOCS%%%%DOCSDIR%%/txt/rrdlast.txt %%PORTDOCS%%%%DOCSDIR%%/txt/rrdlastupdate.pod %%PORTDOCS%%%%DOCSDIR%%/txt/rrdlastupdate.txt +%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlist.pod +%%PORTDOCS%%%%DOCSDIR%%/txt/rrdlist.txt %%PORTDOCS%%%%DOCSDIR%%/txt/rrdresize.pod %%PORTDOCS%%%%DOCSDIR%%/txt/rrdresize.txt %%PORTDOCS%%%%DOCSDIR%%/txt/rrdrestore.pod @@ -141,3 +142,4 @@ libdata/pkgconfig/librrd.pc %%PORTDOCS%%%%DOCSDIR%%/txt/rrdupdate.txt %%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.pod %%PORTDOCS%%%%DOCSDIR%%/txt/rrdxport.txt +share/locale/hu/LC_MESSAGES/rrdtool.mo diff --git a/databases/tarantool/Makefile b/databases/tarantool/Makefile index a6eb8936433..568beabf186 100644 --- a/databases/tarantool/Makefile +++ b/databases/tarantool/Makefile @@ -15,6 +15,8 @@ LICENSE= BSD2CLAUSE NOT_FOR_ARCHS= armv6 powerpc64 sparc64 NOT_FOR_ARCHS_REASON= fails to build: Unsupported architecture +USE_HARDENING= pie:off + MAKE_JOBS_UNSAFE=yes USES= cmake:noninja compiler:c++11-lang gettext gmake perl5 readline USE_LDCONFIG= yes @@ -47,8 +49,6 @@ PLIST_SUB+= TT_USER=${USERS} \ OPTIONS_DEFINE= DEBUG -NOPIE_PORTS= yes - .include .if ${PORT_OPTIONS:MDEBUG} diff --git a/deskutils/bitcollider/Makefile b/deskutils/bitcollider/Makefile index 2d889607f70..6adb47cbfc4 100644 --- a/deskutils/bitcollider/Makefile +++ b/deskutils/bitcollider/Makefile @@ -10,6 +10,8 @@ MASTER_SITES= SF/${PORTNAME}/Bitcollider/${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Bitzi metadata generator +USE_HARDENING= pie:off + GNU_CONFIGURE= yes USES= libtool INSTALL_TARGET= install-strip @@ -17,8 +19,6 @@ USE_LDCONFIG= yes CFLAGS+= -lm -NOPIE_PORTS= yes - post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/bitcollider/plugins/*.bcp diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index 680f8e789d2..9d4b2f4f2f2 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -20,13 +20,13 @@ LIB_DEPENDS= libcurl.so:ftp/curl \ BROKEN_powerpc64= fails to compile: balloon.c:160: error: nested functions are disabled, use -fnested-functions to re-enable +USE_HARDENING= pie:off + CONFIGURE_ARGS= OPENSSL_CFLAGS="-I${OPENSSLINC}" OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto" GH_ACCOUNT= mattn GNU_CONFIGURE= yes -NOPIE_PORTS= yes - INSTALL_TARGET= install-strip LIBNOTIFY_DESC= Use notify-osd for libnotify display plugin diff --git a/deskutils/pinot/Makefile b/deskutils/pinot/Makefile index fb23726c31d..85d12e5ba74 100644 --- a/deskutils/pinot/Makefile +++ b/deskutils/pinot/Makefile @@ -39,6 +39,8 @@ USE_GITHUB= yes GH_ACCOUNT= FabriceColin GH_TAGNAME= c14d6d5 +USE_HARDENING= pie:off relro:off + GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-http=curl --with-ssl=${OPENSSLBASE} --enable-libarchive \ --enable-mempool=no @@ -54,9 +56,6 @@ USE_GNOME= atkmm cairo cairomm glibmm gtk20 gtkmm24 libsigc++20 libxml2 pangomm USE_LDCONFIG= ${PREFIX}/lib/pinot/backends ${PREFIX}/lib/pinot/filters SHEBANG_FILES= scripts/bash/*.sh -NOPIE_PORTS= yes -NORELRO_PORTS= yes - OPTIONS_DEFINE= DEBUG CHMLIB DOCS OPTIONS_SUB= yes diff --git a/devel/Makefile b/devel/Makefile index 4c31b042895..b6dffc0a9fa 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -5320,6 +5320,7 @@ SUBDIR += rubygem-bones SUBDIR += rubygem-bootsnap SUBDIR += rubygem-bosh-template + SUBDIR += rubygem-bootstrap_form SUBDIR += rubygem-bosh_common SUBDIR += rubygem-bson SUBDIR += rubygem-buftok @@ -5657,6 +5658,7 @@ SUBDIR += rubygem-rails-deprecated_sanitizer-rails5 SUBDIR += rubygem-rails-deprecated_sanitizer-rails50 SUBDIR += rubygem-rails-i18n + SUBDIR += rubygem-rails-i18n-4 SUBDIR += rubygem-rails-i18n-rails50 SUBDIR += rubygem-rails-observers SUBDIR += rubygem-rainbow diff --git a/devel/arpc/Makefile b/devel/arpc/Makefile index 12e7efc6801..d1722ff2d5a 100644 --- a/devel/arpc/Makefile +++ b/devel/arpc/Makefile @@ -3,7 +3,7 @@ PORTNAME= arpc DISTVERSIONPREFIX= v -DISTVERSION= 0.5 +DISTVERSION= 0.6 CATEGORIES= devel MAINTAINER= ed@FreeBSD.org diff --git a/devel/arpc/distinfo b/devel/arpc/distinfo index c87cb4fc0b2..f250248e14a 100644 --- a/devel/arpc/distinfo +++ b/devel/arpc/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502895324 -SHA256 (NuxiNL-arpc-v0.5_GH0.tar.gz) = 754853d37d83138e62f23eff95be8b3fa200238387d83e83453e6a5519458bed -SIZE (NuxiNL-arpc-v0.5_GH0.tar.gz) = 1301060 +TIMESTAMP = 1505988221 +SHA256 (NuxiNL-arpc-v0.6_GH0.tar.gz) = 22bb8bdadabb8793c01d3997e2992ea4e449b2bada62b93579f02358994838bd +SIZE (NuxiNL-arpc-v0.6_GH0.tar.gz) = 1301128 diff --git a/devel/critcl/Makefile b/devel/critcl/Makefile index 40469972bdb..f595a4465ad 100644 --- a/devel/critcl/Makefile +++ b/devel/critcl/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= critcl -PORTVERSION= 3.1.15 +PORTVERSION= 3.1.17 CATEGORIES= devel MAINTAINER= tcltk@FreeBSD.org @@ -32,14 +32,13 @@ NO_BUILD= yes post-patch: ${REINPLACE_CMD} -e 's|dtplite|${LOCALBASE}/bin/dtplite|g' ${WRKSRC}/build.tcl ${REINPLACE_CMD} -e 's|%%CC%%|${CC}|g' ${WRKSRC}/lib/critcl/Config - ${REINPLACE_CMD} -e '/^#line/d' ${WRKSRC}/test/cconst/* do-install: (cd ${WRKSRC} && ${TCLSH} build.tcl install ${STAGEDIR}${PREFIX}/lib) ${INSTALL_MAN} ${WRKSRC}/embedded/man/files/critcl_*.n \ ${STAGEDIR}${MANPREFIX}/man/mann/ -test: build - (cd ${WRKSRC} && ${TCLSH} test/all.tcl) +do-test: + (cd ${WRKSRC} && ${TCLSH} build.tcl test) .include diff --git a/devel/critcl/distinfo b/devel/critcl/distinfo index 9894acd703e..b4d28d79628 100644 --- a/devel/critcl/distinfo +++ b/devel/critcl/distinfo @@ -1,2 +1,3 @@ -SHA256 (andreas-kupries-critcl-3.1.15_GH0.tar.gz) = d93facfc2f1407941ee22157f08add2fdfbc5a48b9a5e1a1b8665a0af32d4ff7 -SIZE (andreas-kupries-critcl-3.1.15_GH0.tar.gz) = 1678961 +TIMESTAMP = 1505921463 +SHA256 (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = d1fdb23b252280f6159df7eb3cfbda9daa61f9185b7dc881d11f0253e41a367d +SIZE (andreas-kupries-critcl-3.1.17_GH0.tar.gz) = 1744383 diff --git a/devel/critcl/files/patch-build.tcl b/devel/critcl/files/patch-build.tcl deleted file mode 100644 index 41ab4851b16..00000000000 --- a/devel/critcl/files/patch-build.tcl +++ /dev/null @@ -1,11 +0,0 @@ ---- build.tcl.orig 2013-11-05 09:27:29.000000000 +0100 -+++ build.tcl 2013-11-05 09:28:22.000000000 +0100 -@@ -249,7 +249,7 @@ - set dsta [file dirname [file dirname [file normalize [info nameofexecutable]/___]]] - } else { - set dstl $dst -- set dsta [file dirname [findlib $dstl]]/bin -+ set dsta $dst/../bin - } - - puts {Installing into:} diff --git a/devel/critcl/files/patch-lib_critcl_critcl.tcl b/devel/critcl/files/patch-lib_critcl_critcl.tcl deleted file mode 100644 index 52ab10309f3..00000000000 --- a/devel/critcl/files/patch-lib_critcl_critcl.tcl +++ /dev/null @@ -1,24 +0,0 @@ ---- lib/critcl/critcl.tcl.orig 2015-05-28 04:45:02 UTC -+++ lib/critcl/critcl.tcl -@@ -604,7 +604,8 @@ proc ::critcl::cconst {name rtype rvalue - # funciton body. - - SkipIgnored [set file [This]] -- AbortWhenCalledAfterBuild -+ # https://github.com/andreas-kupries/critcl/commit/4f20732 -+ HandleDeclAfterBuild - - # A void result does not make sense for constants. - if {$rtype eq "void"} { -@@ -4514,7 +4515,10 @@ proc ::critcl::Cat {path} { - # Easier to write our own copy than requiring fileutil and then - # using fileutil::cat. - -- set fd [open $path r] -+ # https://github.com/andreas-kupries/critcl/pull/61 -+ if {[catch {set fd [open $path r]} err]} { -+ return -+ } - set data [read $fd] - close $fd - return $data diff --git a/devel/critcl/files/patch-test_cconst.test b/devel/critcl/files/patch-test_cconst.test deleted file mode 100644 index 815db5c7265..00000000000 --- a/devel/critcl/files/patch-test_cconst.test +++ /dev/null @@ -1,13 +0,0 @@ ---- test/cconst.test.orig 2015-05-28 04:45:02 UTC -+++ test/cconst.test -@@ -23,6 +23,10 @@ support { - } - testing { - useLocal lib/critcl/critcl.tcl critcl -+ -+ # Note: The next command does not influence the standard argument- -+ # and result-types. -+ critcl::config lines 0 - } - - # ------------------------------------------------------------------------- diff --git a/devel/critcl/pkg-plist b/devel/critcl/pkg-plist index b984f33753e..881caa69444 100644 --- a/devel/critcl/pkg-plist +++ b/devel/critcl/pkg-plist @@ -11,21 +11,26 @@ lib/critcl-app%%VER%%/tea/tclconfig/install-sh lib/critcl-app%%VER%%/tea/tclconfig/tcl.m4 lib/critcl-bitmap1.0.1/bitmap.tcl lib/critcl-bitmap1.0.1/pkgIndex.tcl -lib/critcl-class1.0.6/class.h -lib/critcl-class1.0.6/class.tcl -lib/critcl-class1.0.6/pkgIndex.tcl -lib/critcl-emap1/emap.tcl -lib/critcl-emap1/pkgIndex.tcl +lib/critcl-class1.0.7/class.h +lib/critcl-class1.0.7/class.tcl +lib/critcl-class1.0.7/pkgIndex.tcl +lib/critcl-cutil0.1/allocs/critcl_alloc.h +lib/critcl-cutil0.1/asserts/critcl_assert.h +lib/critcl-cutil0.1/cutil.tcl +lib/critcl-cutil0.1/pkgIndex.tcl +lib/critcl-cutil0.1/trace/critcl_trace.h +lib/critcl-cutil0.1/trace/trace.c +lib/critcl-emap1.1/emap.tcl +lib/critcl-emap1.1/pkgIndex.tcl lib/critcl-enum1.0.1/enum.tcl lib/critcl-enum1.0.1/pkgIndex.tcl lib/critcl-iassoc1.0.2/iassoc.h lib/critcl-iassoc1.0.2/iassoc.tcl lib/critcl-iassoc1.0.2/pkgIndex.tcl -lib/critcl-literals1.1/literals.tcl -lib/critcl-literals1.1/pkgIndex.tcl -lib/critcl-platform/pkgIndex.tcl -lib/critcl-platform/platform.tcl -lib/critcl-platform/shell.tcl +lib/critcl-literals1.2/literals.tcl +lib/critcl-literals1.2/pkgIndex.tcl +lib/critcl-platform1.0.15/pkgIndex.tcl +lib/critcl-platform1.0.15/platform.tcl lib/critcl-util1.1/pkgIndex.tcl lib/critcl-util1.1/util.tcl lib/critcl%%VER%%/Config @@ -38,6 +43,7 @@ lib/critcl%%VER%%/critcl_c/pkginit.c lib/critcl%%VER%%/critcl_c/pkginitend.c lib/critcl%%VER%%/critcl_c/pkginittk.c lib/critcl%%VER%%/critcl_c/preload.c +lib/critcl%%VER%%/critcl_c/storageclass.c lib/critcl%%VER%%/critcl_c/stubs.c lib/critcl%%VER%%/critcl_c/stubs_e.c lib/critcl%%VER%%/critcl_c/tcl8.4/X11/X.h @@ -87,26 +93,45 @@ lib/critcl%%VER%%/critcl_c/tcl8.6/tkDecls.h lib/critcl%%VER%%/critcl_c/tcl8.6/tkPlatDecls.h lib/critcl%%VER%%/critcl_c/tclAppInit.c lib/critcl%%VER%%/critcl_c/tkstubs.c +lib/critcl%%VER%%/critcl_c/tkstubs_noconst.c lib/critcl%%VER%%/license.terms lib/critcl%%VER%%/pkgIndex.tcl -lib/stubs/container.tcl -lib/stubs/gen_decl.tcl -lib/stubs/gen_header.tcl -lib/stubs/gen_init.tcl -lib/stubs/gen_lib.tcl -lib/stubs/gen_macro.tcl -lib/stubs/gen_slot.tcl -lib/stubs/genframe.tcl -lib/stubs/pkgIndex.tcl -lib/stubs/reader.tcl -lib/stubs/writer.tcl -lib/util84/dict.tcl -lib/util84/lassign.tcl -lib/util84/pkgIndex.tcl +lib/critcl_md5c0.12/critcl-rt.tcl +lib/critcl_md5c0.12/freebsd-amd64/md5c.so +lib/critcl_md5c0.12/license.terms +lib/critcl_md5c0.12/pkgIndex.tcl +lib/critcl_md5c0.12/teapot.txt +lib/dict841/dict.tcl +lib/dict841/pkgIndex.tcl +lib/lassign841.0.1/lassign.tcl +lib/lassign841.0.1/pkgIndex.tcl +lib/lmap841/lmap.tcl +lib/lmap841/pkgIndex.tcl +lib/stubs_container1/container.tcl +lib/stubs_container1/pkgIndex.tcl +lib/stubs_gen_decl1/gen_decl.tcl +lib/stubs_gen_decl1/pkgIndex.tcl +lib/stubs_gen_header1/gen_header.tcl +lib/stubs_gen_header1/pkgIndex.tcl +lib/stubs_gen_init1/gen_init.tcl +lib/stubs_gen_init1/pkgIndex.tcl +lib/stubs_gen_lib1/gen_lib.tcl +lib/stubs_gen_lib1/pkgIndex.tcl +lib/stubs_gen_macro1/gen_macro.tcl +lib/stubs_gen_macro1/pkgIndex.tcl +lib/stubs_gen_slot1/gen_slot.tcl +lib/stubs_gen_slot1/pkgIndex.tcl +lib/stubs_genframe1/genframe.tcl +lib/stubs_genframe1/pkgIndex.tcl +lib/stubs_reader1/pkgIndex.tcl +lib/stubs_reader1/reader.tcl +lib/stubs_writer1/pkgIndex.tcl +lib/stubs_writer1/writer.tcl man/mann/critcl_app.n.gz man/mann/critcl_apppkg.n.gz man/mann/critcl_bitmap.n.gz man/mann/critcl_class.n.gz +man/mann/critcl_cutil.n.gz man/mann/critcl_devguide.n.gz man/mann/critcl_emap.n.gz man/mann/critcl_enum.n.gz diff --git a/devel/efl/Makefile b/devel/efl/Makefile index 61d5b7fd63a..220e3715cae 100644 --- a/devel/efl/Makefile +++ b/devel/efl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.18.4 -PORTREVISION= 9 +PORTVERSION= 1.19.2 CATEGORIES= devel enlightenment MASTER_SITES= http://download.enlightenment.org/rel/libs/${PORTNAME}/ DIST_SUBDIR= enlightenment @@ -36,7 +35,7 @@ LDFLAGS+= -L${LOCALBASE}/lib PLIST_SUB= BRANCHVERSION=${PORTVERSION:R} PORTVERSION=${PORTVERSION} -OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS NVIDIA PHYSICS PULSEAUDIO SSL +OPTIONS_DEFINE= AVAHI FRIBIDI HARFBUZZ NLS PHYSICS PULSEAUDIO SSL OPTIONS_GROUP= EMOTION INPUT LOADER OPTIONS_GROUP_EMOTION= GSTREAMER LIBXINE V4L VLC OPTIONS_GROUP_INPUT= IBUS SCIM @@ -47,7 +46,6 @@ OPTIONS_DEFAULT= FRIBIDI HARFBUZZ PHYSICS SSL GSTREAMER PDF SVG OPENGL OPTIONS_SUB= yes HARFBUZZ_DESC= OpenType text shaping engine -NVIDIA_DESC= Apply Nvidia workaround PHYSICS_DESC= Physics effects VLC_DESC= Multimedia support by VLC IBUS_DESC= Intelligent Input Bus @@ -116,10 +114,6 @@ SDL_CONFIGURE_ENABLE= sdl .include -.if ${PORT_OPTIONS:MNVIDIA} -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c -.endif - .if ${PORT_OPTIONS:MPULSEAUDIO} PLIST_SUB+= AUDIO="" .else diff --git a/devel/efl/distinfo b/devel/efl/distinfo index 8b18a05c65c..935e20efe8e 100644 --- a/devel/efl/distinfo +++ b/devel/efl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1481833778 -SHA256 (enlightenment/efl-1.18.4.tar.xz) = 39ebc07e37437d6ecdeb0f645783484e28a882b38f7e619ad12c2bf9b5548025 -SIZE (enlightenment/efl-1.18.4.tar.xz) = 64609944 +TIMESTAMP = 1503931204 +SHA256 (enlightenment/efl-1.19.2.tar.xz) = f901f7e272a767d339815c8f77bc164d3afd42ef21143716bf6f3fa2ea3eb1c8 +SIZE (enlightenment/efl-1.19.2.tar.xz) = 65412208 diff --git a/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c b/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c deleted file mode 100644 index e307b7ac235..00000000000 --- a/devel/efl/files/extra-patch-src-lib-ecore_x-ecore_x_vsync_tool.c +++ /dev/null @@ -1,13 +0,0 @@ -# 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 -@@ -259,6 +259,7 @@ - int - main(int argc EINA_UNUSED, char **argv EINA_UNUSED) - { -+ return 0; - eina_init(); - ecore_app_no_system_modules(); - ecore_init(); diff --git a/devel/efl/files/patch-configure.ac b/devel/efl/files/patch-configure.ac index 6b651d1dd89..524ad0a9302 100644 --- a/devel/efl/files/patch-configure.ac +++ b/devel/efl/files/patch-configure.ac @@ -1,6 +1,6 @@ ---- configure.ac.orig 2016-12-07 14:25:43 UTC +--- configure.ac.orig 2017-08-16 09:52:10 UTC +++ configure.ac -@@ -386,7 +386,8 @@ case "$build_crypto" in +@@ -397,7 +397,8 @@ case "$build_crypto" in ;; openssl) @@ -10,21 +10,15 @@ ;; esac AM_CONDITIONAL([HAVE_CRYPTO_GNUTLS], [test "${build_crypto}" = "gnutls"]) -@@ -442,12 +443,12 @@ AC_CHECK_HEADERS([ \ +@@ -466,7 +467,6 @@ AC_HEADER_TIME + AC_CHECK_HEADERS([ \ execinfo.h \ mcheck.h \ - sys/epoll.h \ -sys/inotify.h \ sys/signalfd.h \ sys/types.h \ sys/param.h \ - sys/mman.h \ - netinet/in.h \ -+netinet/tcp.h \ - ]) - - EFL_CHECK_PATH_MAX -@@ -4732,6 +4733,7 @@ EFL_ADD_LIBS([EIO], [-lm]) +@@ -4605,6 +4605,7 @@ EFL_ADD_LIBS([EIO], [-lm]) ### Checks for linker characteristics ### Checks for library functions diff --git a/devel/efl/pkg-plist b/devel/efl/pkg-plist index 6c45abce90b..3d78750b0ef 100644 --- a/devel/efl/pkg-plist +++ b/devel/efl/pkg-plist @@ -16,6 +16,7 @@ bin/efl_debugd bin/efreetd bin/eina-bench-cmp bin/eina_btlog +bin/eina_modinfo bin/eldbus-codegen bin/elementary_codegen bin/elementary_config @@ -25,6 +26,7 @@ bin/elementary_test bin/elm_prefs_cc %%ELUA%%bin/elua bin/embryo_cc +bin/eo_debug bin/eolian_cxx bin/eolian_gen bin/ethumb @@ -38,15 +40,31 @@ include/ecore-1/Ecore_Getopt.h include/ecore-1/Ecore_Legacy.h include/ecore-1/ecore_exe.eo.h include/ecore-1/ecore_exe.eo.legacy.h -include/ecore-1/ecore_parent.eo.h include/ecore-1/ecore_poller.eo.h include/ecore-1/ecore_poller.eo.legacy.h include/ecore-1/ecore_types.eot.h +include/ecore-1/efl_io_buffered_stream.eo.h +include/ecore-1/efl_io_closer_fd.eo.h +include/ecore-1/efl_io_copier.eo.h +include/ecore-1/efl_io_file.eo.h +include/ecore-1/efl_io_positioner_fd.eo.h +include/ecore-1/efl_io_reader_fd.eo.h +include/ecore-1/efl_io_sizer_fd.eo.h +include/ecore-1/efl_io_stderr.eo.h +include/ecore-1/efl_io_stdin.eo.h +include/ecore-1/efl_io_stdout.eo.h +include/ecore-1/efl_io_writer_fd.eo.h include/ecore-1/efl_loop.eo.h include/ecore-1/efl_loop_fd.eo.h include/ecore-1/efl_loop_timer.eo.h include/ecore-1/efl_loop_timer.eo.legacy.h include/ecore-1/efl_loop_user.eo.h +include/ecore-1/efl_model_composite_boolean.eo.h +include/ecore-1/efl_model_composite_boolean_children.eo.h +include/ecore-1/efl_model_container.eo.h +include/ecore-1/efl_model_container_item.eo.h +include/ecore-1/efl_model_item.eo.h +include/ecore-1/efl_promise.eo.h %%AUDIO%%include/ecore-audio-1/Ecore_Audio.h %%AUDIO%%include/ecore-audio-1/ecore_audio.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_in.eo.h @@ -60,7 +78,6 @@ include/ecore-1/efl_loop_user.eo.h %%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_obj_out_pulse.h %%AUDIO%%include/ecore-audio-1/ecore_audio_obj_out_sndfile.h %%AUDIO%%include/ecore-audio-1/ecore_audio_out.eo.h -%%AUDIO%%include/ecore-audio-1/ecore_audio_out_core_audio.eo.h %%PULSEAUDIO%%include/ecore-audio-1/ecore_audio_out_pulse.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_out_sndfile.eo.h %%AUDIO%%include/ecore-audio-1/ecore_audio_protected.h @@ -70,37 +87,102 @@ include/ecore-con-1/Ecore_Con_Eet.h include/ecore-con-1/Ecore_Con_Eet_Eo.h include/ecore-con-1/Ecore_Con_Eet_Legacy.h include/ecore-con-1/Ecore_Con_Eo.h -include/ecore-con-1/Ecore_Con_Legacy.h include/ecore-con-1/ecore_con_eet_base.eo.h include/ecore-con-1/ecore_con_eet_base.eo.legacy.h include/ecore-con-1/ecore_con_eet_client_obj.eo.h include/ecore-con-1/ecore_con_eet_client_obj.eo.legacy.h include/ecore-con-1/ecore_con_eet_server_obj.eo.h include/ecore-con-1/ecore_con_eet_server_obj.eo.legacy.h -include/ecore-con-1/efl_network.eo.h -include/ecore-con-1/efl_network.eo.legacy.h -include/ecore-con-1/efl_network_client.eo.h -include/ecore-con-1/efl_network_client.eo.legacy.h -include/ecore-con-1/efl_network_connector.eo.h -include/ecore-con-1/efl_network_connector.eo.legacy.h -include/ecore-con-1/efl_network_server.eo.h -include/ecore-con-1/efl_network_server.eo.legacy.h -include/ecore-con-1/efl_network_url.eo.h -include/ecore-con-1/efl_network_url.eo.legacy.h +include/ecore-con-1/efl_net_control.eo.h +include/ecore-con-1/efl_net_control.eo.legacy.h +include/ecore-con-1/efl_net_control_access_point.eo.h +include/ecore-con-1/efl_net_control_access_point.eo.legacy.h +include/ecore-con-1/efl_net_control_technology.eo.h +include/ecore-con-1/efl_net_control_technology.eo.legacy.h +include/ecore-con-1/efl_net_dialer.eo.h +include/ecore-con-1/efl_net_dialer.eo.legacy.h +include/ecore-con-1/efl_net_dialer_http.eo.h +include/ecore-con-1/efl_net_dialer_http.eo.legacy.h +include/ecore-con-1/efl_net_dialer_simple.eo.h +include/ecore-con-1/efl_net_dialer_simple.eo.legacy.h +include/ecore-con-1/efl_net_dialer_ssl.eo.h +include/ecore-con-1/efl_net_dialer_ssl.eo.legacy.h +include/ecore-con-1/efl_net_dialer_tcp.eo.h +include/ecore-con-1/efl_net_dialer_tcp.eo.legacy.h +include/ecore-con-1/efl_net_dialer_udp.eo.h +include/ecore-con-1/efl_net_dialer_udp.eo.legacy.h +include/ecore-con-1/efl_net_dialer_unix.eo.h +include/ecore-con-1/efl_net_dialer_unix.eo.legacy.h +include/ecore-con-1/efl_net_dialer_websocket.eo.h +include/ecore-con-1/efl_net_dialer_websocket.eo.legacy.h +include/ecore-con-1/efl_net_http_types.eot.h +include/ecore-con-1/efl_net_ip_address.eo.h +include/ecore-con-1/efl_net_ip_address.eo.legacy.h +include/ecore-con-1/efl_net_server.eo.h +include/ecore-con-1/efl_net_server.eo.legacy.h +include/ecore-con-1/efl_net_server_fd.eo.h +include/ecore-con-1/efl_net_server_fd.eo.legacy.h +include/ecore-con-1/efl_net_server_simple.eo.h +include/ecore-con-1/efl_net_server_simple.eo.legacy.h +include/ecore-con-1/efl_net_server_ssl.eo.h +include/ecore-con-1/efl_net_server_ssl.eo.legacy.h +include/ecore-con-1/efl_net_server_tcp.eo.h +include/ecore-con-1/efl_net_server_tcp.eo.legacy.h +include/ecore-con-1/efl_net_server_udp.eo.h +include/ecore-con-1/efl_net_server_udp.eo.legacy.h +include/ecore-con-1/efl_net_server_udp_client.eo.h +include/ecore-con-1/efl_net_server_udp_client.eo.legacy.h +include/ecore-con-1/efl_net_server_unix.eo.h +include/ecore-con-1/efl_net_server_unix.eo.legacy.h +include/ecore-con-1/efl_net_session.eo.h +include/ecore-con-1/efl_net_session.eo.legacy.h +include/ecore-con-1/efl_net_socket.eo.h +include/ecore-con-1/efl_net_socket.eo.legacy.h +include/ecore-con-1/efl_net_socket_fd.eo.h +include/ecore-con-1/efl_net_socket_fd.eo.legacy.h +include/ecore-con-1/efl_net_socket_simple.eo.h +include/ecore-con-1/efl_net_socket_simple.eo.legacy.h +include/ecore-con-1/efl_net_socket_ssl.eo.h +include/ecore-con-1/efl_net_socket_ssl.eo.legacy.h +include/ecore-con-1/efl_net_socket_tcp.eo.h +include/ecore-con-1/efl_net_socket_tcp.eo.legacy.h +include/ecore-con-1/efl_net_socket_udp.eo.h +include/ecore-con-1/efl_net_socket_udp.eo.legacy.h +include/ecore-con-1/efl_net_socket_unix.eo.h +include/ecore-con-1/efl_net_socket_unix.eo.legacy.h +include/ecore-con-1/efl_net_ssl_context.eo.h +include/ecore-con-1/efl_net_ssl_context.eo.legacy.h +include/ecore-con-1/efl_net_ssl_types.eot.h +include/ecore-con-1/efl_net_types.eot.h include/ecore-cxx-1/Ecore.eo.hh include/ecore-cxx-1/Ecore.hh -include/ecore-cxx-1/ecore_exe.eo.hh -include/ecore-cxx-1/ecore_exe.eo.impl.hh -include/ecore-cxx-1/ecore_parent.eo.hh -include/ecore-cxx-1/ecore_parent.eo.impl.hh -include/ecore-cxx-1/ecore_poller.eo.hh -include/ecore-cxx-1/ecore_poller.eo.impl.hh +include/ecore-cxx-1/Ecore_Manual.hh +include/ecore-cxx-1/efl_io_buffered_stream.eo.hh +include/ecore-cxx-1/efl_io_buffered_stream.eo.impl.hh +include/ecore-cxx-1/efl_io_closer_fd.eo.hh +include/ecore-cxx-1/efl_io_closer_fd.eo.impl.hh +include/ecore-cxx-1/efl_io_copier.eo.hh +include/ecore-cxx-1/efl_io_copier.eo.impl.hh +include/ecore-cxx-1/efl_io_file.eo.hh +include/ecore-cxx-1/efl_io_file.eo.impl.hh +include/ecore-cxx-1/efl_io_positioner_fd.eo.hh +include/ecore-cxx-1/efl_io_positioner_fd.eo.impl.hh +include/ecore-cxx-1/efl_io_reader_fd.eo.hh +include/ecore-cxx-1/efl_io_reader_fd.eo.impl.hh +include/ecore-cxx-1/efl_io_sizer_fd.eo.hh +include/ecore-cxx-1/efl_io_sizer_fd.eo.impl.hh +include/ecore-cxx-1/efl_io_stderr.eo.hh +include/ecore-cxx-1/efl_io_stderr.eo.impl.hh +include/ecore-cxx-1/efl_io_stdin.eo.hh +include/ecore-cxx-1/efl_io_stdin.eo.impl.hh +include/ecore-cxx-1/efl_io_stdout.eo.hh +include/ecore-cxx-1/efl_io_stdout.eo.impl.hh +include/ecore-cxx-1/efl_io_writer_fd.eo.hh +include/ecore-cxx-1/efl_io_writer_fd.eo.impl.hh include/ecore-cxx-1/efl_loop.eo.hh include/ecore-cxx-1/efl_loop.eo.impl.hh include/ecore-cxx-1/efl_loop_fd.eo.hh include/ecore-cxx-1/efl_loop_fd.eo.impl.hh -include/ecore-cxx-1/efl_loop_timer.eo.hh -include/ecore-cxx-1/efl_loop_timer.eo.impl.hh include/ecore-cxx-1/efl_loop_user.eo.hh include/ecore-cxx-1/efl_loop_user.eo.impl.hh include/ecore-evas-1/Ecore_Evas.h @@ -115,7 +197,6 @@ include/ecore-ipc-1/Ecore_Ipc.h include/ecore-x-1/Ecore_X.h include/ecore-x-1/Ecore_X_Atoms.h include/ecore-x-1/Ecore_X_Cursor.h -include/ecore-x-1/ecore_x_version.h include/edje-1/Edje.h include/edje-1/Edje_Common.h include/edje-1/Edje_Edit.h @@ -126,6 +207,7 @@ include/edje-1/edje_edit.eo.legacy.h include/edje-1/edje_object.eo.h include/edje-1/edje_object.eo.legacy.h include/edje-1/edje_types.eot.h +include/edje-cxx-1/Edje.eo.hh include/edje-cxx-1/Edje.hh include/edje-cxx-1/edje_edit.eo.hh include/edje-cxx-1/edje_edit.eo.impl.hh @@ -144,8 +226,6 @@ include/efl-1/interfaces/efl_canvas.eo.h include/efl-1/interfaces/efl_config.eo.h include/efl-1/interfaces/efl_container.eo.h include/efl-1/interfaces/efl_control.eo.h -include/efl-1/interfaces/efl_event.eo.h -include/efl-1/interfaces/efl_event_types.eot.h include/efl-1/interfaces/efl_file.eo.h include/efl-1/interfaces/efl_flipable.eo.h include/efl-1/interfaces/efl_gfx.eo.h @@ -157,6 +237,7 @@ include/efl-1/interfaces/efl_gfx_filter.eo.h include/efl-1/interfaces/efl_gfx_gradient.eo.h include/efl-1/interfaces/efl_gfx_gradient_linear.eo.h include/efl-1/interfaces/efl_gfx_gradient_radial.eo.h +include/efl-1/interfaces/efl_gfx_path.eo.h include/efl-1/interfaces/efl_gfx_shape.eo.h include/efl-1/interfaces/efl_gfx_size_hint.eo.h include/efl-1/interfaces/efl_gfx_stack.eo.h @@ -169,9 +250,17 @@ include/efl-1/interfaces/efl_image_animated.eo.legacy.h include/efl-1/interfaces/efl_image_load.eo.h include/efl-1/interfaces/efl_input_device.eo.h include/efl-1/interfaces/efl_input_device.eo.legacy.h -include/efl-1/interfaces/efl_input_interface.eo.h -include/efl-1/interfaces/efl_input_state.eo.h +include/efl-1/interfaces/efl_input_types.eot.h +include/efl-1/interfaces/efl_io_buffer.eo.h +include/efl-1/interfaces/efl_io_closer.eo.h +include/efl-1/interfaces/efl_io_positioner.eo.h +include/efl-1/interfaces/efl_io_queue.eo.h +include/efl-1/interfaces/efl_io_reader.eo.h +include/efl-1/interfaces/efl_io_sizer.eo.h +include/efl-1/interfaces/efl_io_writer.eo.h include/efl-1/interfaces/efl_model.eo.h +include/efl-1/interfaces/efl_observable.eo.h +include/efl-1/interfaces/efl_observer.eo.h include/efl-1/interfaces/efl_orientation.eo.h include/efl-1/interfaces/efl_pack.eo.h include/efl-1/interfaces/efl_pack_grid.eo.h @@ -184,13 +273,20 @@ include/efl-1/interfaces/efl_text.eo.h include/efl-1/interfaces/efl_text_properties.eo.h include/efl-1/interfaces/efl_text_types.eot.h include/efl-1/interfaces/efl_types.eot.h +include/efl-1/interfaces/efl_ui_factory.eo.h +include/efl-1/interfaces/efl_ui_item.eo.h +include/efl-1/interfaces/efl_ui_menu.eo.h +include/efl-1/interfaces/efl_ui_model_connect.eo.h +include/efl-1/interfaces/efl_ui_model_factory_connect.eo.h include/efl-1/interfaces/efl_ui_progress.eo.h include/efl-1/interfaces/efl_ui_spin.eo.h +include/efl-1/interfaces/efl_ui_view.eo.h include/efl-1/interfaces/efl_vpath.eo.h include/efl-1/interfaces/efl_vpath_core.eo.h include/efl-1/interfaces/efl_vpath_file.eo.h include/efl-1/interfaces/efl_vpath_file_core.eo.h include/efl-1/interfaces/efl_vpath_manager.eo.h +include/efl-cxx-1/Efl.eo.hh include/efl-cxx-1/Efl.hh include/efl-cxx-1/efl_animator.eo.hh include/efl-cxx-1/efl_animator.eo.impl.hh @@ -202,8 +298,6 @@ include/efl-cxx-1/efl_container.eo.hh include/efl-cxx-1/efl_container.eo.impl.hh include/efl-cxx-1/efl_control.eo.hh include/efl-cxx-1/efl_control.eo.impl.hh -include/efl-cxx-1/efl_event.eo.hh -include/efl-cxx-1/efl_event.eo.impl.hh include/efl-cxx-1/efl_file.eo.hh include/efl-cxx-1/efl_file.eo.impl.hh include/efl-cxx-1/efl_flipable.eo.hh @@ -222,6 +316,8 @@ include/efl-cxx-1/efl_gfx_gradient_linear.eo.hh include/efl-cxx-1/efl_gfx_gradient_linear.eo.impl.hh include/efl-cxx-1/efl_gfx_gradient_radial.eo.hh include/efl-cxx-1/efl_gfx_gradient_radial.eo.impl.hh +include/efl-cxx-1/efl_gfx_path.eo.hh +include/efl-cxx-1/efl_gfx_path.eo.impl.hh include/efl-cxx-1/efl_gfx_shape.eo.hh include/efl-cxx-1/efl_gfx_shape.eo.impl.hh include/efl-cxx-1/efl_gfx_size_hint.eo.hh @@ -238,12 +334,26 @@ include/efl-cxx-1/efl_image_load.eo.hh include/efl-cxx-1/efl_image_load.eo.impl.hh include/efl-cxx-1/efl_input_device.eo.hh include/efl-cxx-1/efl_input_device.eo.impl.hh -include/efl-cxx-1/efl_input_interface.eo.hh -include/efl-cxx-1/efl_input_interface.eo.impl.hh -include/efl-cxx-1/efl_input_state.eo.hh -include/efl-cxx-1/efl_input_state.eo.impl.hh +include/efl-cxx-1/efl_io_buffer.eo.hh +include/efl-cxx-1/efl_io_buffer.eo.impl.hh +include/efl-cxx-1/efl_io_closer.eo.hh +include/efl-cxx-1/efl_io_closer.eo.impl.hh +include/efl-cxx-1/efl_io_positioner.eo.hh +include/efl-cxx-1/efl_io_positioner.eo.impl.hh +include/efl-cxx-1/efl_io_queue.eo.hh +include/efl-cxx-1/efl_io_queue.eo.impl.hh +include/efl-cxx-1/efl_io_reader.eo.hh +include/efl-cxx-1/efl_io_reader.eo.impl.hh +include/efl-cxx-1/efl_io_sizer.eo.hh +include/efl-cxx-1/efl_io_sizer.eo.impl.hh +include/efl-cxx-1/efl_io_writer.eo.hh +include/efl-cxx-1/efl_io_writer.eo.impl.hh include/efl-cxx-1/efl_model.eo.hh include/efl-cxx-1/efl_model.eo.impl.hh +include/efl-cxx-1/efl_observable.eo.hh +include/efl-cxx-1/efl_observable.eo.impl.hh +include/efl-cxx-1/efl_observer.eo.hh +include/efl-cxx-1/efl_observer.eo.impl.hh include/efl-cxx-1/efl_orientation.eo.hh include/efl-cxx-1/efl_orientation.eo.impl.hh include/efl-cxx-1/efl_pack.eo.hh @@ -264,10 +374,22 @@ include/efl-cxx-1/efl_text.eo.hh include/efl-cxx-1/efl_text.eo.impl.hh include/efl-cxx-1/efl_text_properties.eo.hh include/efl-cxx-1/efl_text_properties.eo.impl.hh +include/efl-cxx-1/efl_ui_factory.eo.hh +include/efl-cxx-1/efl_ui_factory.eo.impl.hh +include/efl-cxx-1/efl_ui_item.eo.hh +include/efl-cxx-1/efl_ui_item.eo.impl.hh +include/efl-cxx-1/efl_ui_menu.eo.hh +include/efl-cxx-1/efl_ui_menu.eo.impl.hh +include/efl-cxx-1/efl_ui_model_connect.eo.hh +include/efl-cxx-1/efl_ui_model_connect.eo.impl.hh +include/efl-cxx-1/efl_ui_model_factory_connect.eo.hh +include/efl-cxx-1/efl_ui_model_factory_connect.eo.impl.hh include/efl-cxx-1/efl_ui_progress.eo.hh include/efl-cxx-1/efl_ui_progress.eo.impl.hh include/efl-cxx-1/efl_ui_spin.eo.hh include/efl-cxx-1/efl_ui_spin.eo.impl.hh +include/efl-cxx-1/efl_ui_view.eo.hh +include/efl-cxx-1/efl_ui_view.eo.impl.hh include/efl-cxx-1/efl_vpath.eo.hh include/efl-cxx-1/efl_vpath.eo.impl.hh include/efl-cxx-1/efl_vpath_core.eo.hh @@ -306,6 +428,7 @@ include/eina-1/eina/eina_error.h include/eina-1/eina/eina_evlog.h include/eina-1/eina/eina_file.h include/eina-1/eina/eina_fp.h +include/eina-1/eina/eina_freeq.h include/eina-1/eina/eina_hamster.h include/eina-1/eina/eina_hash.h include/eina-1/eina/eina_inarray.h @@ -325,15 +448,18 @@ include/eina-1/eina/eina_inline_lock_barrier.x include/eina-1/eina/eina_inline_lock_posix.x include/eina-1/eina/eina_inline_log.x include/eina-1/eina/eina_inline_mempool.x +include/eina-1/eina/eina_inline_modinfo.x include/eina-1/eina/eina_inline_rbtree.x include/eina-1/eina/eina_inline_rectangle.x include/eina-1/eina/eina_inline_safepointer.x +include/eina-1/eina/eina_inline_slice.x include/eina-1/eina/eina_inline_str.x include/eina-1/eina/eina_inline_stringshare.x include/eina-1/eina/eina_inline_tiler.x include/eina-1/eina/eina_inline_trash.x include/eina-1/eina/eina_inline_unicode.x include/eina-1/eina/eina_inline_ustringshare.x +include/eina-1/eina/eina_inline_util.x include/eina-1/eina/eina_inline_value.x include/eina-1/eina/eina_inline_value_util.x include/eina-1/eina/eina_inline_vector.x @@ -351,7 +477,6 @@ include/eina-1/eina/eina_mempool.h include/eina-1/eina/eina_mmap.h include/eina-1/eina/eina_module.h include/eina-1/eina/eina_prefix.h -include/eina-1/eina/eina_promise.h include/eina-1/eina/eina_quad.h include/eina-1/eina/eina_quadtree.h include/eina-1/eina/eina_quaternion.h @@ -362,6 +487,8 @@ include/eina-1/eina/eina_safepointer.h include/eina-1/eina/eina_safety_checks.h include/eina-1/eina/eina_sched.h include/eina-1/eina/eina_simple_xml_parser.h +include/eina-1/eina/eina_slice.h +include/eina-1/eina/eina_slstr.h include/eina-1/eina/eina_str.h include/eina-1/eina/eina_strbuf.h include/eina-1/eina/eina_stringshare.h @@ -382,8 +509,10 @@ include/eina-1/eina/eina_xattr.h include/eina-1/eina_config.h include/eina-cxx-1/Eina.hh include/eina-cxx-1/eina_accessor.hh +include/eina-cxx-1/eina_aligned_union.hh include/eina-cxx-1/eina_array.hh include/eina-cxx-1/eina_clone_allocators.hh +include/eina-cxx-1/eina_copy_traits.hh include/eina-cxx-1/eina_deleter.hh include/eina-cxx-1/eina_eo_concrete_fwd.hh include/eina-cxx-1/eina_error.hh @@ -413,6 +542,7 @@ include/eina-cxx-1/eina_tuple_c.hh include/eina-cxx-1/eina_tuple_unwrap.hh include/eina-cxx-1/eina_type_traits.hh include/eina-cxx-1/eina_value.hh +include/eina-cxx-1/eina_variant.hh include/eina-cxx-1/eina_workarounds.hh include/eio-1/Eio.h include/eio-1/Eio_Eo.h @@ -421,6 +551,7 @@ include/eio-1/efl_io_manager.eo.h include/eio-1/eio_inline_helper.x include/eio-1/eio_model.eo.h include/eio-1/eio_sentry.eo.h +include/eio-cxx-1/Eio.eo.hh include/eio-cxx-1/Eio.hh include/eldbus-1/Eldbus.h include/eldbus-1/Eldbus_Model.h @@ -443,6 +574,7 @@ include/eldbus-1/eldbus_service.h include/eldbus-1/eldbus_signal_handler.h include/eldbus-1/eldbus_types.eot.h include/eldbus_cxx-1/Eldbus.hh +include/eldbus_cxx-1/Eldbus_Model.eo.hh include/eldbus_cxx-1/Eldbus_Model.hh include/eldbus_cxx-1/eldbus_basic.hh include/eldbus_cxx-1/eldbus_error.hh @@ -468,12 +600,18 @@ include/eldbus_cxx-1/eldbus_service.hh include/eldbus_cxx-1/eldbus_signature_traits.hh include/elementary-1/Elementary.h include/elementary-1/Elementary_Cursor.h +include/elementary-1/Elementary_Options.h include/elementary-1/efl_config_global.eo.h include/elementary-1/efl_config_global.eo.legacy.h include/elementary-1/efl_ui_box.eo.h include/elementary-1/efl_ui_box.eo.legacy.h include/elementary-1/efl_ui_box_flow.eo.h include/elementary-1/efl_ui_box_flow.eo.legacy.h +include/elementary-1/efl_ui_box_stack.eo.h +include/elementary-1/efl_ui_box_stack.eo.legacy.h +include/elementary-1/efl_ui_clock.eo.h +include/elementary-1/efl_ui_clock.eo.legacy.h +include/elementary-1/efl_ui_clock.h include/elementary-1/efl_ui_flip.eo.h include/elementary-1/efl_ui_flip.eo.legacy.h include/elementary-1/efl_ui_flip_eo.h @@ -490,6 +628,8 @@ include/elementary-1/efl_ui_grid_static.eo.h include/elementary-1/efl_ui_grid_static.eo.legacy.h include/elementary-1/efl_ui_image.eo.h include/elementary-1/efl_ui_image.eo.legacy.h +include/elementary-1/efl_ui_image_factory.eo.h +include/elementary-1/efl_ui_image_factory.eo.legacy.h include/elementary-1/efl_ui_layout_internal_box.eo.h include/elementary-1/efl_ui_layout_internal_box.eo.legacy.h include/elementary-1/efl_ui_layout_internal_table.eo.h @@ -523,16 +663,13 @@ include/elementary-1/elc_ctxpopup_eo.h include/elementary-1/elc_ctxpopup_legacy.h include/elementary-1/elc_fileselector.h include/elementary-1/elc_fileselector_button.h -include/elementary-1/elc_fileselector_button_eo.h include/elementary-1/elc_fileselector_button_legacy.h include/elementary-1/elc_fileselector_common.h include/elementary-1/elc_fileselector_entry.h -include/elementary-1/elc_fileselector_entry_eo.h include/elementary-1/elc_fileselector_entry_legacy.h include/elementary-1/elc_fileselector_eo.h include/elementary-1/elc_fileselector_legacy.h include/elementary-1/elc_hoversel.h -include/elementary-1/elc_hoversel_eo.h include/elementary-1/elc_hoversel_legacy.h include/elementary-1/elc_multibuttonentry.h include/elementary-1/elc_multibuttonentry_common.h @@ -540,38 +677,16 @@ include/elementary-1/elc_multibuttonentry_eo.h include/elementary-1/elc_multibuttonentry_legacy.h include/elementary-1/elc_naviframe.h include/elementary-1/elc_naviframe_common.h -include/elementary-1/elc_naviframe_eo.h include/elementary-1/elc_naviframe_legacy.h include/elementary-1/elc_popup.h include/elementary-1/elc_popup_eo.h include/elementary-1/elc_popup_legacy.h -include/elementary-1/elm_access.eo.h include/elementary-1/elm_access.eo.legacy.h include/elementary-1/elm_access.h -include/elementary-1/elm_actionslider.eo.h include/elementary-1/elm_actionslider.eo.legacy.h include/elementary-1/elm_actionslider.h -include/elementary-1/elm_actionslider_eo.h include/elementary-1/elm_actionslider_legacy.h include/elementary-1/elm_app.h -include/elementary-1/elm_app_client.eo.h -include/elementary-1/elm_app_client.eo.legacy.h -include/elementary-1/elm_app_client.h -include/elementary-1/elm_app_client_eo.h -include/elementary-1/elm_app_client_view.eo.h -include/elementary-1/elm_app_client_view.eo.legacy.h -include/elementary-1/elm_app_client_view.h -include/elementary-1/elm_app_client_view_eo.h -include/elementary-1/elm_app_common.h -include/elementary-1/elm_app_server.eo.h -include/elementary-1/elm_app_server.eo.legacy.h -include/elementary-1/elm_app_server.h -include/elementary-1/elm_app_server_eet.h -include/elementary-1/elm_app_server_eo.h -include/elementary-1/elm_app_server_view.eo.h -include/elementary-1/elm_app_server_view.eo.legacy.h -include/elementary-1/elm_app_server_view.h -include/elementary-1/elm_app_server_view_eo.h include/elementary-1/elm_atspi_app_object.eo.h include/elementary-1/elm_atspi_app_object.eo.legacy.h include/elementary-1/elm_atspi_app_object.h @@ -588,10 +703,8 @@ include/elementary-1/elm_box.eo.legacy.h include/elementary-1/elm_box.h include/elementary-1/elm_box_common.h include/elementary-1/elm_box_legacy.h -include/elementary-1/elm_bubble.eo.h include/elementary-1/elm_bubble.eo.legacy.h include/elementary-1/elm_bubble.h -include/elementary-1/elm_bubble_eo.h include/elementary-1/elm_bubble_legacy.h include/elementary-1/elm_button.eo.h include/elementary-1/elm_button.eo.legacy.h @@ -622,8 +735,10 @@ include/elementary-1/elm_code.h include/elementary-1/elm_code_common.h include/elementary-1/elm_code_diff_widget.h include/elementary-1/elm_code_file.h +include/elementary-1/elm_code_indent.h include/elementary-1/elm_code_line.h include/elementary-1/elm_code_parse.h +include/elementary-1/elm_code_syntax.h include/elementary-1/elm_code_text.h include/elementary-1/elm_code_widget.eo.h include/elementary-1/elm_code_widget.eo.legacy.h @@ -653,12 +768,7 @@ include/elementary-1/elm_ctxpopup_internal_part.eo.legacy.h include/elementary-1/elm_ctxpopup_item.eo.h include/elementary-1/elm_ctxpopup_item.eo.legacy.h include/elementary-1/elm_cursor.h -include/elementary-1/elm_datetime.eo.h -include/elementary-1/elm_datetime.eo.legacy.h include/elementary-1/elm_datetime.h -include/elementary-1/elm_datetime_common.h -include/elementary-1/elm_datetime_eo.h -include/elementary-1/elm_datetime_legacy.h include/elementary-1/elm_dayselector.eo.h include/elementary-1/elm_dayselector.eo.legacy.h include/elementary-1/elm_dayselector.h @@ -670,12 +780,9 @@ include/elementary-1/elm_dayselector_item.eo.legacy.h include/elementary-1/elm_dayselector_legacy.h include/elementary-1/elm_debug.h include/elementary-1/elm_deprecated.h -include/elementary-1/elm_diskselector.eo.h include/elementary-1/elm_diskselector.eo.legacy.h include/elementary-1/elm_diskselector.h include/elementary-1/elm_diskselector_common.h -include/elementary-1/elm_diskselector_eo.h -include/elementary-1/elm_diskselector_item.eo.h include/elementary-1/elm_diskselector_item.eo.legacy.h include/elementary-1/elm_diskselector_legacy.h include/elementary-1/elm_entry.eo.h @@ -688,9 +795,7 @@ include/elementary-1/elm_entry_internal_part.eo.legacy.h include/elementary-1/elm_entry_legacy.h include/elementary-1/elm_fileselector.eo.h include/elementary-1/elm_fileselector.eo.legacy.h -include/elementary-1/elm_fileselector_button.eo.h include/elementary-1/elm_fileselector_button.eo.legacy.h -include/elementary-1/elm_fileselector_entry.eo.h include/elementary-1/elm_fileselector_entry.eo.legacy.h include/elementary-1/elm_fileselector_entry_internal_part.eo.h include/elementary-1/elm_fileselector_entry_internal_part.eo.legacy.h @@ -698,10 +803,8 @@ include/elementary-1/elm_finger.h include/elementary-1/elm_flip.h include/elementary-1/elm_flip_internal_part.eo.h include/elementary-1/elm_flip_internal_part.eo.legacy.h -include/elementary-1/elm_flipselector.eo.h include/elementary-1/elm_flipselector.eo.legacy.h include/elementary-1/elm_flipselector.h -include/elementary-1/elm_flipselector_eo.h include/elementary-1/elm_flipselector_item.eo.h include/elementary-1/elm_flipselector_item.eo.legacy.h include/elementary-1/elm_flipselector_legacy.h @@ -757,14 +860,10 @@ include/elementary-1/elm_hover_eo.h include/elementary-1/elm_hover_internal_part.eo.h include/elementary-1/elm_hover_internal_part.eo.legacy.h include/elementary-1/elm_hover_legacy.h -include/elementary-1/elm_hoversel.eo.h include/elementary-1/elm_hoversel.eo.legacy.h -include/elementary-1/elm_hoversel_item.eo.h include/elementary-1/elm_hoversel_item.eo.legacy.h -include/elementary-1/elm_icon.eo.h include/elementary-1/elm_icon.eo.legacy.h include/elementary-1/elm_icon.h -include/elementary-1/elm_icon_eo.h include/elementary-1/elm_icon_legacy.h include/elementary-1/elm_image.h include/elementary-1/elm_image_eo.h @@ -808,10 +907,8 @@ include/elementary-1/elm_interface_scrollable.eo.legacy.h include/elementary-1/elm_interface_scrollable.h include/elementary-1/elm_interfaces.h include/elementary-1/elm_intro.h -include/elementary-1/elm_inwin.eo.h include/elementary-1/elm_inwin.eo.legacy.h include/elementary-1/elm_inwin.h -include/elementary-1/elm_inwin_eo.h include/elementary-1/elm_inwin_legacy.h include/elementary-1/elm_label.eo.h include/elementary-1/elm_label.eo.legacy.h @@ -859,11 +956,9 @@ include/elementary-1/elm_multibuttonentry.eo.h include/elementary-1/elm_multibuttonentry.eo.legacy.h include/elementary-1/elm_multibuttonentry_item.eo.h include/elementary-1/elm_multibuttonentry_item.eo.legacy.h -include/elementary-1/elm_naviframe.eo.h include/elementary-1/elm_naviframe.eo.legacy.h include/elementary-1/elm_naviframe_internal_part.eo.h include/elementary-1/elm_naviframe_internal_part.eo.legacy.h -include/elementary-1/elm_naviframe_item.eo.h include/elementary-1/elm_naviframe_item.eo.legacy.h include/elementary-1/elm_need.h include/elementary-1/elm_notify.eo.h @@ -892,10 +987,8 @@ include/elementary-1/elm_panes.h include/elementary-1/elm_panes_eo.h include/elementary-1/elm_panes_legacy.h include/elementary-1/elm_part_helper.h -include/elementary-1/elm_photo.eo.h include/elementary-1/elm_photo.eo.legacy.h include/elementary-1/elm_photo.h -include/elementary-1/elm_photo_eo.h include/elementary-1/elm_photo_legacy.h include/elementary-1/elm_photocam.eo.h include/elementary-1/elm_photocam.eo.legacy.h @@ -919,12 +1012,10 @@ include/elementary-1/elm_popup_internal_part.eo.h include/elementary-1/elm_popup_internal_part.eo.legacy.h include/elementary-1/elm_popup_item.eo.h include/elementary-1/elm_popup_item.eo.legacy.h -include/elementary-1/elm_prefs.eo.h include/elementary-1/elm_prefs.eo.legacy.h include/elementary-1/elm_prefs.h include/elementary-1/elm_prefs_common.h include/elementary-1/elm_prefs_data.h -include/elementary-1/elm_prefs_eo.h include/elementary-1/elm_prefs_legacy.h include/elementary-1/elm_progressbar.eo.h include/elementary-1/elm_progressbar.eo.legacy.h @@ -953,17 +1044,12 @@ include/elementary-1/elm_scroller_eo.h include/elementary-1/elm_scroller_internal_part.eo.h include/elementary-1/elm_scroller_internal_part.eo.legacy.h include/elementary-1/elm_scroller_legacy.h -include/elementary-1/elm_segment_control.eo.h include/elementary-1/elm_segment_control.eo.legacy.h include/elementary-1/elm_segment_control.h -include/elementary-1/elm_segment_control_eo.h -include/elementary-1/elm_segment_control_item.eo.h include/elementary-1/elm_segment_control_item.eo.legacy.h include/elementary-1/elm_segment_control_legacy.h -include/elementary-1/elm_separator.eo.h include/elementary-1/elm_separator.eo.legacy.h include/elementary-1/elm_separator.h -include/elementary-1/elm_separator_eo.h include/elementary-1/elm_separator_legacy.h include/elementary-1/elm_slider.eo.h include/elementary-1/elm_slider.eo.legacy.h @@ -971,12 +1057,9 @@ include/elementary-1/elm_slider.h include/elementary-1/elm_slider_common.h include/elementary-1/elm_slider_eo.h include/elementary-1/elm_slider_legacy.h -include/elementary-1/elm_slideshow.eo.h include/elementary-1/elm_slideshow.eo.legacy.h include/elementary-1/elm_slideshow.h include/elementary-1/elm_slideshow_common.h -include/elementary-1/elm_slideshow_eo.h -include/elementary-1/elm_slideshow_item.eo.h include/elementary-1/elm_slideshow_item.eo.legacy.h include/elementary-1/elm_slideshow_legacy.h include/elementary-1/elm_spinner.eo.h @@ -1002,11 +1085,9 @@ include/elementary-1/elm_table.eo.legacy.h include/elementary-1/elm_table.h include/elementary-1/elm_table_legacy.h include/elementary-1/elm_theme.h -include/elementary-1/elm_thumb.eo.h include/elementary-1/elm_thumb.eo.legacy.h include/elementary-1/elm_thumb.h include/elementary-1/elm_thumb_common.h -include/elementary-1/elm_thumb_eo.h include/elementary-1/elm_thumb_legacy.h include/elementary-1/elm_toolbar.eo.h include/elementary-1/elm_toolbar.eo.legacy.h @@ -1046,7 +1127,6 @@ include/elementary-1/elm_widget_combobox.h include/elementary-1/elm_widget_conform.h include/elementary-1/elm_widget_container.h include/elementary-1/elm_widget_ctxpopup.h -include/elementary-1/elm_widget_datetime.h include/elementary-1/elm_widget_dayselector.h include/elementary-1/elm_widget_diskselector.h include/elementary-1/elm_widget_entry.h @@ -1100,6 +1180,7 @@ include/elementary-1/elm_win_common.h include/elementary-1/elm_win_eo.h include/elementary-1/elm_win_legacy.h include/elementary-1/elm_win_standard.h +include/elementary-cxx-1/Elementary.eo.hh include/elementary-cxx-1/Elementary.hh include/elementary-cxx-1/efl_config_global.eo.hh include/elementary-cxx-1/efl_config_global.eo.impl.hh @@ -1107,6 +1188,10 @@ include/elementary-cxx-1/efl_ui_box.eo.hh include/elementary-cxx-1/efl_ui_box.eo.impl.hh include/elementary-cxx-1/efl_ui_box_flow.eo.hh include/elementary-cxx-1/efl_ui_box_flow.eo.impl.hh +include/elementary-cxx-1/efl_ui_box_stack.eo.hh +include/elementary-cxx-1/efl_ui_box_stack.eo.impl.hh +include/elementary-cxx-1/efl_ui_clock.eo.hh +include/elementary-cxx-1/efl_ui_clock.eo.impl.hh include/elementary-cxx-1/efl_ui_flip.eo.hh include/elementary-cxx-1/efl_ui_flip.eo.impl.hh include/elementary-cxx-1/efl_ui_flip_internal_part.eo.hh @@ -1119,6 +1204,8 @@ include/elementary-cxx-1/efl_ui_grid_static.eo.hh include/elementary-cxx-1/efl_ui_grid_static.eo.impl.hh include/elementary-cxx-1/efl_ui_image.eo.hh include/elementary-cxx-1/efl_ui_image.eo.impl.hh +include/elementary-cxx-1/efl_ui_image_factory.eo.hh +include/elementary-cxx-1/efl_ui_image_factory.eo.impl.hh include/elementary-cxx-1/efl_ui_layout_internal_box.eo.hh include/elementary-cxx-1/efl_ui_layout_internal_box.eo.impl.hh include/elementary-cxx-1/efl_ui_layout_internal_table.eo.hh @@ -1137,26 +1224,12 @@ include/elementary-cxx-1/efl_ui_win.eo.hh include/elementary-cxx-1/efl_ui_win.eo.impl.hh include/elementary-cxx-1/efl_ui_win_standard.eo.hh include/elementary-cxx-1/efl_ui_win_standard.eo.impl.hh -include/elementary-cxx-1/elm_access.eo.hh -include/elementary-cxx-1/elm_access.eo.impl.hh -include/elementary-cxx-1/elm_actionslider.eo.hh -include/elementary-cxx-1/elm_actionslider.eo.impl.hh -include/elementary-cxx-1/elm_app_client.eo.hh -include/elementary-cxx-1/elm_app_client.eo.impl.hh -include/elementary-cxx-1/elm_app_client_view.eo.hh -include/elementary-cxx-1/elm_app_client_view.eo.impl.hh -include/elementary-cxx-1/elm_app_server.eo.hh -include/elementary-cxx-1/elm_app_server.eo.impl.hh -include/elementary-cxx-1/elm_app_server_view.eo.hh -include/elementary-cxx-1/elm_app_server_view.eo.impl.hh include/elementary-cxx-1/elm_atspi_app_object.eo.hh include/elementary-cxx-1/elm_atspi_app_object.eo.impl.hh include/elementary-cxx-1/elm_atspi_bridge.eo.hh include/elementary-cxx-1/elm_atspi_bridge.eo.impl.hh include/elementary-cxx-1/elm_bg.eo.hh include/elementary-cxx-1/elm_bg.eo.impl.hh -include/elementary-cxx-1/elm_bubble.eo.hh -include/elementary-cxx-1/elm_bubble.eo.impl.hh include/elementary-cxx-1/elm_button.eo.hh include/elementary-cxx-1/elm_button.eo.impl.hh include/elementary-cxx-1/elm_button_internal_part.eo.hh @@ -1183,34 +1256,22 @@ include/elementary-cxx-1/elm_ctxpopup_internal_part.eo.hh include/elementary-cxx-1/elm_ctxpopup_internal_part.eo.impl.hh include/elementary-cxx-1/elm_ctxpopup_item.eo.hh include/elementary-cxx-1/elm_ctxpopup_item.eo.impl.hh -include/elementary-cxx-1/elm_datetime.eo.hh -include/elementary-cxx-1/elm_datetime.eo.impl.hh include/elementary-cxx-1/elm_dayselector.eo.hh include/elementary-cxx-1/elm_dayselector.eo.impl.hh include/elementary-cxx-1/elm_dayselector_internal_part.eo.hh include/elementary-cxx-1/elm_dayselector_internal_part.eo.impl.hh include/elementary-cxx-1/elm_dayselector_item.eo.hh include/elementary-cxx-1/elm_dayselector_item.eo.impl.hh -include/elementary-cxx-1/elm_diskselector.eo.hh -include/elementary-cxx-1/elm_diskselector.eo.impl.hh -include/elementary-cxx-1/elm_diskselector_item.eo.hh -include/elementary-cxx-1/elm_diskselector_item.eo.impl.hh include/elementary-cxx-1/elm_entry.eo.hh include/elementary-cxx-1/elm_entry.eo.impl.hh include/elementary-cxx-1/elm_entry_internal_part.eo.hh include/elementary-cxx-1/elm_entry_internal_part.eo.impl.hh include/elementary-cxx-1/elm_fileselector.eo.hh include/elementary-cxx-1/elm_fileselector.eo.impl.hh -include/elementary-cxx-1/elm_fileselector_button.eo.hh -include/elementary-cxx-1/elm_fileselector_button.eo.impl.hh -include/elementary-cxx-1/elm_fileselector_entry.eo.hh -include/elementary-cxx-1/elm_fileselector_entry.eo.impl.hh include/elementary-cxx-1/elm_fileselector_entry_internal_part.eo.hh include/elementary-cxx-1/elm_fileselector_entry_internal_part.eo.impl.hh include/elementary-cxx-1/elm_flip_internal_part.eo.hh include/elementary-cxx-1/elm_flip_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_flipselector.eo.hh -include/elementary-cxx-1/elm_flipselector.eo.impl.hh include/elementary-cxx-1/elm_flipselector_item.eo.hh include/elementary-cxx-1/elm_flipselector_item.eo.impl.hh include/elementary-cxx-1/elm_gengrid.eo.hh @@ -1233,12 +1294,6 @@ include/elementary-cxx-1/elm_hover.eo.hh include/elementary-cxx-1/elm_hover.eo.impl.hh include/elementary-cxx-1/elm_hover_internal_part.eo.hh include/elementary-cxx-1/elm_hover_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_hoversel.eo.hh -include/elementary-cxx-1/elm_hoversel.eo.impl.hh -include/elementary-cxx-1/elm_hoversel_item.eo.hh -include/elementary-cxx-1/elm_hoversel_item.eo.impl.hh -include/elementary-cxx-1/elm_icon.eo.hh -include/elementary-cxx-1/elm_icon.eo.impl.hh include/elementary-cxx-1/elm_index.eo.hh include/elementary-cxx-1/elm_index.eo.impl.hh include/elementary-cxx-1/elm_index_item.eo.hh @@ -1267,8 +1322,6 @@ include/elementary-cxx-1/elm_interface_fileselector.eo.hh include/elementary-cxx-1/elm_interface_fileselector.eo.impl.hh include/elementary-cxx-1/elm_interface_scrollable.eo.hh include/elementary-cxx-1/elm_interface_scrollable.eo.impl.hh -include/elementary-cxx-1/elm_inwin.eo.hh -include/elementary-cxx-1/elm_inwin.eo.impl.hh include/elementary-cxx-1/elm_label.eo.hh include/elementary-cxx-1/elm_label.eo.impl.hh include/elementary-cxx-1/elm_layout.eo.hh @@ -1293,12 +1346,8 @@ include/elementary-cxx-1/elm_multibuttonentry.eo.hh include/elementary-cxx-1/elm_multibuttonentry.eo.impl.hh include/elementary-cxx-1/elm_multibuttonentry_item.eo.hh include/elementary-cxx-1/elm_multibuttonentry_item.eo.impl.hh -include/elementary-cxx-1/elm_naviframe.eo.hh -include/elementary-cxx-1/elm_naviframe.eo.impl.hh include/elementary-cxx-1/elm_naviframe_internal_part.eo.hh include/elementary-cxx-1/elm_naviframe_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_naviframe_item.eo.hh -include/elementary-cxx-1/elm_naviframe_item.eo.impl.hh include/elementary-cxx-1/elm_notify.eo.hh include/elementary-cxx-1/elm_notify.eo.impl.hh include/elementary-cxx-1/elm_notify_internal_part.eo.hh @@ -1311,8 +1360,6 @@ include/elementary-cxx-1/elm_panel_internal_part.eo.hh include/elementary-cxx-1/elm_panel_internal_part.eo.impl.hh include/elementary-cxx-1/elm_panes.eo.hh include/elementary-cxx-1/elm_panes.eo.impl.hh -include/elementary-cxx-1/elm_photo.eo.hh -include/elementary-cxx-1/elm_photo.eo.impl.hh include/elementary-cxx-1/elm_photocam.eo.hh include/elementary-cxx-1/elm_photocam.eo.impl.hh include/elementary-cxx-1/elm_photocam_pan.eo.hh @@ -1329,8 +1376,6 @@ include/elementary-cxx-1/elm_popup_internal_part.eo.hh include/elementary-cxx-1/elm_popup_internal_part.eo.impl.hh include/elementary-cxx-1/elm_popup_item.eo.hh include/elementary-cxx-1/elm_popup_item.eo.impl.hh -include/elementary-cxx-1/elm_prefs.eo.hh -include/elementary-cxx-1/elm_prefs.eo.impl.hh include/elementary-cxx-1/elm_progressbar.eo.hh include/elementary-cxx-1/elm_progressbar.eo.impl.hh include/elementary-cxx-1/elm_progressbar_internal_part.eo.hh @@ -1343,18 +1388,8 @@ include/elementary-cxx-1/elm_scroller.eo.hh include/elementary-cxx-1/elm_scroller.eo.impl.hh include/elementary-cxx-1/elm_scroller_internal_part.eo.hh include/elementary-cxx-1/elm_scroller_internal_part.eo.impl.hh -include/elementary-cxx-1/elm_segment_control.eo.hh -include/elementary-cxx-1/elm_segment_control.eo.impl.hh -include/elementary-cxx-1/elm_segment_control_item.eo.hh -include/elementary-cxx-1/elm_segment_control_item.eo.impl.hh -include/elementary-cxx-1/elm_separator.eo.hh -include/elementary-cxx-1/elm_separator.eo.impl.hh include/elementary-cxx-1/elm_slider.eo.hh include/elementary-cxx-1/elm_slider.eo.impl.hh -include/elementary-cxx-1/elm_slideshow.eo.hh -include/elementary-cxx-1/elm_slideshow.eo.impl.hh -include/elementary-cxx-1/elm_slideshow_item.eo.hh -include/elementary-cxx-1/elm_slideshow_item.eo.impl.hh include/elementary-cxx-1/elm_spinner.eo.hh include/elementary-cxx-1/elm_spinner.eo.impl.hh include/elementary-cxx-1/elm_sys_notify.eo.hh @@ -1365,8 +1400,6 @@ include/elementary-cxx-1/elm_sys_notify_interface.eo.hh include/elementary-cxx-1/elm_sys_notify_interface.eo.impl.hh include/elementary-cxx-1/elm_systray.eo.hh include/elementary-cxx-1/elm_systray.eo.impl.hh -include/elementary-cxx-1/elm_thumb.eo.hh -include/elementary-cxx-1/elm_thumb.eo.impl.hh include/elementary-cxx-1/elm_toolbar.eo.hh include/elementary-cxx-1/elm_toolbar.eo.impl.hh include/elementary-cxx-1/elm_toolbar_item.eo.hh @@ -1398,24 +1431,32 @@ include/emotion-1/Emotion.h include/emotion-1/Emotion_Eo.h include/emotion-1/Emotion_Generic_Plugin.h include/emotion-1/Emotion_Legacy.h -include/emotion-1/emotion_object.eo.h -include/emotion-1/emotion_object.eo.legacy.h +include/emotion-1/efl_canvas_video.eo.h +include/emotion-1/efl_canvas_video.eo.legacy.h include/eo-1/Eo.h -include/eo-1/eo_base.eo.h -include/eo-1/eo_class.eo.h -include/eo-1/eo_interface.eo.h -include/eo-1/eo_override.eo.h +include/eo-1/efl_class.eo.h +include/eo-1/efl_future.h +include/eo-1/efl_interface.eo.h +include/eo-1/efl_object.eo.h +include/eo-1/efl_object_override.eo.h include/eo-cxx-1/Eo.hh -include/eo-cxx-1/eo_base.eo.hh -include/eo-cxx-1/eo_class.eo.hh +include/eo-cxx-1/efl_class.eo.hh +include/eo-cxx-1/efl_class.eo.impl.hh +include/eo-cxx-1/efl_interface.eo.hh +include/eo-cxx-1/efl_interface.eo.impl.hh +include/eo-cxx-1/efl_object.eo.hh +include/eo-cxx-1/efl_object.eo.impl.hh +include/eo-cxx-1/efl_object_override.eo.hh +include/eo-cxx-1/efl_object_override.eo.impl.hh include/eo-cxx-1/eo_concrete.hh include/eo-cxx-1/eo_cxx_interop.hh include/eo-cxx-1/eo_event.hh +include/eo-cxx-1/eo_future.hh include/eo-cxx-1/eo_init.hh -include/eo-cxx-1/eo_interface.eo.hh include/eo-cxx-1/eo_ops.hh -include/eo-cxx-1/eo_override.eo.hh include/eo-cxx-1/eo_private.hh +include/eo-cxx-1/eo_promise.hh +include/eo-cxx-1/eo_promise_meta.hh include/eo-cxx-1/eo_wref.hh include/eolian-1/Eolian.h include/eolian-cxx-1/Eolian_Cxx.hh @@ -1457,15 +1498,12 @@ include/eolian-cxx-1/grammar/string.hpp include/eolian-cxx-1/grammar/type.hpp include/eolian-cxx-1/grammar/type_impl.hpp include/eolian-cxx-1/grammar/type_traits.hpp -include/eolian-cxx-1/grammar/variant.hpp %%PHYSICS%%include/ephysics-1/EPhysics.h include/ethumb-1/Ethumb.h include/ethumb-client-1/Ethumb_Client.h include/evas-1/Evas.h include/evas-1/Evas_Common.h include/evas-1/Evas_Engine_Buffer.h -%%OPENGL%%include/evas-1/Evas_Engine_GL_X11.h -include/evas-1/Evas_Engine_Software_X11.h include/evas-1/Evas_Eo.h include/evas-1/Evas_GL.h include/evas-1/Evas_Legacy.h @@ -1482,6 +1520,8 @@ include/evas-1/canvas/efl_canvas_image_internal.eo.h include/evas-1/canvas/efl_canvas_image_internal.eo.legacy.h include/evas-1/canvas/efl_canvas_object.eo.h include/evas-1/canvas/efl_canvas_object.eo.legacy.h +include/evas-1/canvas/efl_canvas_output.eo.h +include/evas-1/canvas/efl_canvas_output.eo.legacy.h include/evas-1/canvas/efl_canvas_polygon.eo.h include/evas-1/canvas/efl_canvas_polygon.eo.legacy.h include/evas-1/canvas/efl_canvas_proxy.eo.h @@ -1504,16 +1544,22 @@ include/evas-1/canvas/efl_canvas_text.eo.h include/evas-1/canvas/efl_canvas_text.eo.legacy.h include/evas-1/canvas/efl_canvas_text_cursor.eo.h include/evas-1/canvas/efl_canvas_text_cursor.eo.legacy.h -include/evas-1/canvas/efl_event_hold.eo.h -include/evas-1/canvas/efl_event_hold.eo.legacy.h -include/evas-1/canvas/efl_event_input.eo.h -include/evas-1/canvas/efl_event_input.eo.legacy.h -include/evas-1/canvas/efl_event_key.eo.h -include/evas-1/canvas/efl_event_key.eo.legacy.h -include/evas-1/canvas/efl_event_pointer.eo.h -include/evas-1/canvas/efl_event_pointer.eo.legacy.h include/evas-1/canvas/efl_gfx_map.eo.h include/evas-1/canvas/efl_gfx_map.eo.legacy.h +include/evas-1/canvas/efl_input_event.eo.h +include/evas-1/canvas/efl_input_event.eo.legacy.h +include/evas-1/canvas/efl_input_focus.eo.h +include/evas-1/canvas/efl_input_focus.eo.legacy.h +include/evas-1/canvas/efl_input_hold.eo.h +include/evas-1/canvas/efl_input_hold.eo.legacy.h +include/evas-1/canvas/efl_input_interface.eo.h +include/evas-1/canvas/efl_input_interface.eo.legacy.h +include/evas-1/canvas/efl_input_key.eo.h +include/evas-1/canvas/efl_input_key.eo.legacy.h +include/evas-1/canvas/efl_input_pointer.eo.h +include/evas-1/canvas/efl_input_pointer.eo.legacy.h +include/evas-1/canvas/efl_input_state.eo.h +include/evas-1/canvas/efl_input_state.eo.legacy.h include/evas-1/canvas/efl_ui_clickable.eo.h include/evas-1/canvas/efl_ui_clickable.eo.legacy.h include/evas-1/canvas/efl_ui_draggable.eo.h @@ -1562,7 +1608,6 @@ include/evas-1/canvas/evas_canvas3d_texture.eo.legacy.h include/evas-1/canvas/evas_grid.eo.legacy.h include/evas-1/canvas/evas_image.eo.legacy.h include/evas-1/canvas/evas_line.eo.legacy.h -include/evas-1/canvas/evas_out.eo.legacy.h include/evas-1/canvas/evas_table.eo.legacy.h include/evas-1/canvas/evas_text.eo.legacy.h include/evas-1/canvas/evas_textblock_legacy.h @@ -1570,6 +1615,7 @@ include/evas-1/canvas/evas_textgrid.eo.legacy.h include/evas-1/canvas/evas_types.eot.h include/evas-1/canvas/evas_vg.eo.h include/evas-1/canvas/evas_vg.eo.legacy.h +include/evas-cxx-1/Evas.eo.hh include/evas-cxx-1/Evas.hh include/evas-cxx-1/canvas/efl_canvas_filter_internal.eo.hh include/evas-cxx-1/canvas/efl_canvas_filter_internal.eo.impl.hh @@ -1583,6 +1629,8 @@ include/evas-cxx-1/canvas/efl_canvas_image_internal.eo.hh include/evas-cxx-1/canvas/efl_canvas_image_internal.eo.impl.hh include/evas-cxx-1/canvas/efl_canvas_object.eo.hh include/evas-cxx-1/canvas/efl_canvas_object.eo.impl.hh +include/evas-cxx-1/canvas/efl_canvas_output.eo.hh +include/evas-cxx-1/canvas/efl_canvas_output.eo.impl.hh include/evas-cxx-1/canvas/efl_canvas_polygon.eo.hh include/evas-cxx-1/canvas/efl_canvas_polygon.eo.impl.hh include/evas-cxx-1/canvas/efl_canvas_proxy.eo.hh @@ -1605,16 +1653,22 @@ include/evas-cxx-1/canvas/efl_canvas_text.eo.hh include/evas-cxx-1/canvas/efl_canvas_text.eo.impl.hh include/evas-cxx-1/canvas/efl_canvas_text_cursor.eo.hh include/evas-cxx-1/canvas/efl_canvas_text_cursor.eo.impl.hh -include/evas-cxx-1/canvas/efl_event_hold.eo.hh -include/evas-cxx-1/canvas/efl_event_hold.eo.impl.hh -include/evas-cxx-1/canvas/efl_event_input.eo.hh -include/evas-cxx-1/canvas/efl_event_input.eo.impl.hh -include/evas-cxx-1/canvas/efl_event_key.eo.hh -include/evas-cxx-1/canvas/efl_event_key.eo.impl.hh -include/evas-cxx-1/canvas/efl_event_pointer.eo.hh -include/evas-cxx-1/canvas/efl_event_pointer.eo.impl.hh include/evas-cxx-1/canvas/efl_gfx_map.eo.hh include/evas-cxx-1/canvas/efl_gfx_map.eo.impl.hh +include/evas-cxx-1/canvas/efl_input_event.eo.hh +include/evas-cxx-1/canvas/efl_input_event.eo.impl.hh +include/evas-cxx-1/canvas/efl_input_focus.eo.hh +include/evas-cxx-1/canvas/efl_input_focus.eo.impl.hh +include/evas-cxx-1/canvas/efl_input_hold.eo.hh +include/evas-cxx-1/canvas/efl_input_hold.eo.impl.hh +include/evas-cxx-1/canvas/efl_input_interface.eo.hh +include/evas-cxx-1/canvas/efl_input_interface.eo.impl.hh +include/evas-cxx-1/canvas/efl_input_key.eo.hh +include/evas-cxx-1/canvas/efl_input_key.eo.impl.hh +include/evas-cxx-1/canvas/efl_input_pointer.eo.hh +include/evas-cxx-1/canvas/efl_input_pointer.eo.impl.hh +include/evas-cxx-1/canvas/efl_input_state.eo.hh +include/evas-cxx-1/canvas/efl_input_state.eo.impl.hh include/evas-cxx-1/canvas/efl_ui_clickable.eo.hh include/evas-cxx-1/canvas/efl_ui_clickable.eo.impl.hh include/evas-cxx-1/canvas/efl_ui_draggable.eo.hh @@ -1667,8 +1721,6 @@ include/evas-cxx-1/canvas/evas_image.eo.hh include/evas-cxx-1/canvas/evas_image.eo.impl.hh include/evas-cxx-1/canvas/evas_line.eo.hh include/evas-cxx-1/canvas/evas_line.eo.impl.hh -include/evas-cxx-1/canvas/evas_out.eo.hh -include/evas-cxx-1/canvas/evas_out.eo.impl.hh include/evas-cxx-1/canvas/evas_table.eo.hh include/evas-cxx-1/canvas/evas_table.eo.impl.hh include/evas-cxx-1/canvas/evas_text.eo.hh @@ -1727,20 +1779,21 @@ lib/cmake/Evas/EvasConfigVersion.cmake lib/cmake/EvasCxx/EvasCxxConfig.cmake lib/cmake/EvasCxx/EvasCxxConfigVersion.cmake lib/ecore/system/upower/v-%%BRANCHVERSION%%/module.so +lib/ecore_con/utils/v-%%BRANCHVERSION%%/efl_net_proxy_helper lib/ecore_evas/engines/extn/v-%%BRANCHVERSION%%/module.so %%SDL%%lib/ecore_evas/engines/sdl/v-%%BRANCHVERSION%%/module.so lib/ecore_evas/engines/x/v-%%BRANCHVERSION%%/module.so %%IBUS%%lib/ecore_imf/modules/ibus/v-%%BRANCHVERSION%%/module.so %%SCIM%%lib/ecore_imf/modules/scim/v-%%BRANCHVERSION%%/module.so lib/ecore_imf/modules/xim/v-%%BRANCHVERSION%%/module.so -lib/ecore_x/bin/v-%%BRANCHVERSION%%/ecore_x_vsync lib/edje/modules/elm/v-%%BRANCHVERSION%%/module.so lib/edje/modules/emotion/v-%%BRANCHVERSION%%/module.so lib/edje/utils/v-%%BRANCHVERSION%%/epp lib/efreet/v-%%BRANCHVERSION%%/efreet_desktop_cache_create lib/efreet/v-%%BRANCHVERSION%%/efreet_icon_cache_create +lib/efreet/v-%%BRANCHVERSION%%/efreet_mime_cache_create lib/elementary/modules/access_output/v-%%BRANCHVERSION%%/module.so -lib/elementary/modules/datetime_input_ctxpopup/v-%%BRANCHVERSION%%/module.so +lib/elementary/modules/clock_input_ctxpopup/v-%%BRANCHVERSION%%/module.so lib/elementary/modules/prefs/v-%%BRANCHVERSION%%/elm_prefs_swallow.edj lib/elementary/modules/prefs/v-%%BRANCHVERSION%%/module.so lib/elementary/modules/test_entry/v-%%BRANCHVERSION%%/module.so @@ -1893,12 +1946,12 @@ lib/libecore_input_evas.so.%%PORTVERSION%% lib/libecore_ipc.so lib/libecore_ipc.so.1 lib/libecore_ipc.so.%%PORTVERSION%% -lib/libecore_x.so -lib/libecore_x.so.1 -lib/libecore_x.so.%%PORTVERSION%% %%SDL%%lib/libecore_sdl.so %%SDL%%lib/libecore_sdl.so.1 %%SDL%%lib/libecore_sdl.so.%%PORTVERSION%% +lib/libecore_x.so +lib/libecore_x.so.1 +lib/libecore_x.so.%%PORTVERSION%% lib/libector.so lib/libector.so.1 lib/libector.so.%%PORTVERSION%% @@ -1950,6 +2003,9 @@ lib/libemotion.so.%%PORTVERSION%% lib/libeo.so lib/libeo.so.1 lib/libeo.so.%%PORTVERSION%% +lib/libeo_dbg.so +lib/libeo_dbg.so.1 +lib/libeo_dbg.so.%%PORTVERSION%% lib/libeolian.so lib/libeolian.so.1 lib/libeolian.so.%%PORTVERSION%% @@ -2038,6 +2094,7 @@ share/elementary/images/animated_logo.gif share/elementary/images/bubble.png share/elementary/images/bubble_sh.png share/elementary/images/earth_normal.png +share/elementary/images/fire.gif share/elementary/images/g_layer/double_tap_1.png share/elementary/images/g_layer/double_tap_2.png share/elementary/images/g_layer/double_tap_3.png @@ -2108,6 +2165,7 @@ share/elementary/images/mystrale_2.jpg share/elementary/images/panel_01.jpg share/elementary/images/parking.png share/elementary/images/plant_01.jpg +share/elementary/images/pm_fill.png share/elementary/images/pol_shadow.png share/elementary/images/pol_sky.png share/elementary/images/pol_twofish.png @@ -2129,18 +2187,22 @@ share/elementary/objects/postit_ent.edj share/elementary/objects/test.edj share/elementary/objects/test_external.edj share/elementary/objects/test_focus_style.edj +share/elementary/objects/test_masking.edj share/elementary/objects/test_prefs.edj share/elementary/objects/test_prefs.epb +share/elementary/testdiff.diff +share/elementary/testfile-windows.txt +share/elementary/testfile-withblanks.txt +share/elementary/testfile.txt share/elementary/themes/default.edj %%ELUA%%share/elua/apps/README-docgen.md %%ELUA%%share/elua/apps/docgen/doctree.lua %%ELUA%%share/elua/apps/docgen/keyref.lua -%%ELUA%%share/elua/apps/docgen/mappings.lua -%%ELUA%%share/elua/apps/docgen/serializers.lua %%ELUA%%share/elua/apps/docgen/stats.lua %%ELUA%%share/elua/apps/docgen/util.lua %%ELUA%%share/elua/apps/docgen/writer.lua %%ELUA%%share/elua/apps/gendoc.lua +%%ELUA%%share/elua/apps/gendoc.sh %%ELUA%%share/elua/apps/lualian.lua %%ELUA%%share/elua/checkme %%ELUA%%share/elua/core/gettext.lua @@ -2149,28 +2211,67 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/core/util.lua %%ELUA%%share/elua/modules/benchmark.lua %%ELUA%%share/elua/modules/ecore/ecore_exe.eo.lua -%%ELUA%%share/elua/modules/ecore/ecore_parent.eo.lua %%ELUA%%share/elua/modules/ecore/ecore_poller.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_buffered_stream.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_closer_fd.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_copier.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_file.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_positioner_fd.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_reader_fd.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_sizer_fd.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_stderr.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_stdin.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_stdout.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_io_writer_fd.eo.lua %%ELUA%%share/elua/modules/ecore/efl_loop.eo.lua %%ELUA%%share/elua/modules/ecore/efl_loop_fd.eo.lua %%ELUA%%share/elua/modules/ecore/efl_loop_timer.eo.lua %%ELUA%%share/elua/modules/ecore/efl_loop_user.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_model_composite_boolean.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_model_composite_boolean_children.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_model_container.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_model_container_item.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_model_item.eo.lua +%%ELUA%%share/elua/modules/ecore/efl_promise.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_sndfile.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_in_tone.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out.eo.lua -%%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_core_audio.eo.lua %%ELUA%%%%PULSEAUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_pulse.eo.lua %%ELUA%%%%AUDIO%%share/elua/modules/ecore_audio/ecore_audio_out_sndfile.eo.lua %%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_base.eo.lua %%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_client_obj.eo.lua %%ELUA%%share/elua/modules/ecore_con/ecore_con_eet_server_obj.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_network.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_network_client.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_network_connector.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_network_server.eo.lua -%%ELUA%%share/elua/modules/ecore_con/efl_network_url.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_control.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_control_access_point.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_control_technology.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_http.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_simple.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_ssl.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_tcp.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_udp.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_unix.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_dialer_websocket.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_ip_address.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server_fd.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server_simple.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server_ssl.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server_tcp.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server_udp.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server_udp_client.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_server_unix.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_session.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_socket.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_fd.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_simple.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_ssl.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_tcp.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_udp.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_socket_unix.eo.lua +%%ELUA%%share/elua/modules/ecore_con/efl_net_ssl_context.eo.lua %%ELUA%%share/elua/modules/edje/edje_edit.eo.lua %%ELUA%%share/elua/modules/edje/edje_object.eo.lua %%ELUA%%share/elua/modules/efl/efl_animator.eo.lua @@ -2178,7 +2279,6 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/efl/efl_config.eo.lua %%ELUA%%share/elua/modules/efl/efl_container.eo.lua %%ELUA%%share/elua/modules/efl/efl_control.eo.lua -%%ELUA%%share/elua/modules/efl/efl_event.eo.lua %%ELUA%%share/elua/modules/efl/efl_file.eo.lua %%ELUA%%share/elua/modules/efl/efl_flipable.eo.lua %%ELUA%%share/elua/modules/efl/efl_gfx.eo.lua @@ -2188,6 +2288,7 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/efl/efl_gfx_gradient.eo.lua %%ELUA%%share/elua/modules/efl/efl_gfx_gradient_linear.eo.lua %%ELUA%%share/elua/modules/efl/efl_gfx_gradient_radial.eo.lua +%%ELUA%%share/elua/modules/efl/efl_gfx_path.eo.lua %%ELUA%%share/elua/modules/efl/efl_gfx_shape.eo.lua %%ELUA%%share/elua/modules/efl/efl_gfx_size_hint.eo.lua %%ELUA%%share/elua/modules/efl/efl_gfx_stack.eo.lua @@ -2196,9 +2297,16 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/efl/efl_image_animated.eo.lua %%ELUA%%share/elua/modules/efl/efl_image_load.eo.lua %%ELUA%%share/elua/modules/efl/efl_input_device.eo.lua -%%ELUA%%share/elua/modules/efl/efl_input_interface.eo.lua -%%ELUA%%share/elua/modules/efl/efl_input_state.eo.lua +%%ELUA%%share/elua/modules/efl/efl_io_buffer.eo.lua +%%ELUA%%share/elua/modules/efl/efl_io_closer.eo.lua +%%ELUA%%share/elua/modules/efl/efl_io_positioner.eo.lua +%%ELUA%%share/elua/modules/efl/efl_io_queue.eo.lua +%%ELUA%%share/elua/modules/efl/efl_io_reader.eo.lua +%%ELUA%%share/elua/modules/efl/efl_io_sizer.eo.lua +%%ELUA%%share/elua/modules/efl/efl_io_writer.eo.lua %%ELUA%%share/elua/modules/efl/efl_model.eo.lua +%%ELUA%%share/elua/modules/efl/efl_observable.eo.lua +%%ELUA%%share/elua/modules/efl/efl_observer.eo.lua %%ELUA%%share/elua/modules/efl/efl_orientation.eo.lua %%ELUA%%share/elua/modules/efl/efl_pack.eo.lua %%ELUA%%share/elua/modules/efl/efl_pack_grid.eo.lua @@ -2209,8 +2317,14 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/efl/efl_screen.eo.lua %%ELUA%%share/elua/modules/efl/efl_text.eo.lua %%ELUA%%share/elua/modules/efl/efl_text_properties.eo.lua +%%ELUA%%share/elua/modules/efl/efl_ui_factory.eo.lua +%%ELUA%%share/elua/modules/efl/efl_ui_item.eo.lua +%%ELUA%%share/elua/modules/efl/efl_ui_menu.eo.lua +%%ELUA%%share/elua/modules/efl/efl_ui_model_connect.eo.lua +%%ELUA%%share/elua/modules/efl/efl_ui_model_factory_connect.eo.lua %%ELUA%%share/elua/modules/efl/efl_ui_progress.eo.lua %%ELUA%%share/elua/modules/efl/efl_ui_spin.eo.lua +%%ELUA%%share/elua/modules/efl/efl_ui_view.eo.lua %%ELUA%%share/elua/modules/efl/efl_vpath.eo.lua %%ELUA%%share/elua/modules/efl/efl_vpath_core.eo.lua %%ELUA%%share/elua/modules/efl/efl_vpath_file.eo.lua @@ -2229,12 +2343,15 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/efl_config_global.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_box.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_box_flow.eo.lua +%%ELUA%%share/elua/modules/elementary/efl_ui_box_stack.eo.lua +%%ELUA%%share/elua/modules/elementary/efl_ui_clock.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_flip.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_flip_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_frame.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_grid.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_grid_static.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_image.eo.lua +%%ELUA%%share/elua/modules/elementary/efl_ui_image_factory.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_layout_internal_box.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_layout_internal_table.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_nstate.eo.lua @@ -2244,16 +2361,9 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/efl_ui_video.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_win.eo.lua %%ELUA%%share/elua/modules/elementary/efl_ui_win_standard.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_access.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_actionslider.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_app_client.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_app_client_view.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_app_server.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_app_server_view.eo.lua %%ELUA%%share/elua/modules/elementary/elm_atspi_app_object.eo.lua %%ELUA%%share/elua/modules/elementary/elm_atspi_bridge.eo.lua %%ELUA%%share/elua/modules/elementary/elm_bg.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_bubble.eo.lua %%ELUA%%share/elua/modules/elementary/elm_button.eo.lua %%ELUA%%share/elua/modules/elementary/elm_button_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_calendar.eo.lua @@ -2267,20 +2377,14 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/elm_ctxpopup.eo.lua %%ELUA%%share/elua/modules/elementary/elm_ctxpopup_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_ctxpopup_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_datetime.eo.lua %%ELUA%%share/elua/modules/elementary/elm_dayselector.eo.lua %%ELUA%%share/elua/modules/elementary/elm_dayselector_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_dayselector_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_diskselector.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_diskselector_item.eo.lua %%ELUA%%share/elua/modules/elementary/elm_entry.eo.lua %%ELUA%%share/elua/modules/elementary/elm_entry_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_fileselector.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_fileselector_button.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_fileselector_entry.eo.lua %%ELUA%%share/elua/modules/elementary/elm_fileselector_entry_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_flip_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_flipselector.eo.lua %%ELUA%%share/elua/modules/elementary/elm_flipselector_item.eo.lua %%ELUA%%share/elua/modules/elementary/elm_gengrid.eo.lua %%ELUA%%share/elua/modules/elementary/elm_gengrid_item.eo.lua @@ -2292,9 +2396,6 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/elm_glview.eo.lua %%ELUA%%share/elua/modules/elementary/elm_hover.eo.lua %%ELUA%%share/elua/modules/elementary/elm_hover_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_hoversel.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_hoversel_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_icon.eo.lua %%ELUA%%share/elua/modules/elementary/elm_index.eo.lua %%ELUA%%share/elua/modules/elementary/elm_index_item.eo.lua %%ELUA%%share/elua/modules/elementary/elm_interface_atspi_accessible.eo.lua @@ -2309,7 +2410,6 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/elm_interface_atspi_window.eo.lua %%ELUA%%share/elua/modules/elementary/elm_interface_fileselector.eo.lua %%ELUA%%share/elua/modules/elementary/elm_interface_scrollable.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_inwin.eo.lua %%ELUA%%share/elua/modules/elementary/elm_label.eo.lua %%ELUA%%share/elua/modules/elementary/elm_layout.eo.lua %%ELUA%%share/elua/modules/elementary/elm_layout_internal_part.eo.lua @@ -2322,16 +2422,13 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/elm_menu_item.eo.lua %%ELUA%%share/elua/modules/elementary/elm_multibuttonentry.eo.lua %%ELUA%%share/elua/modules/elementary/elm_multibuttonentry_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_naviframe.eo.lua %%ELUA%%share/elua/modules/elementary/elm_naviframe_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_naviframe_item.eo.lua %%ELUA%%share/elua/modules/elementary/elm_notify.eo.lua %%ELUA%%share/elua/modules/elementary/elm_notify_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_pan.eo.lua %%ELUA%%share/elua/modules/elementary/elm_panel.eo.lua %%ELUA%%share/elua/modules/elementary/elm_panel_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_panes.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_photo.eo.lua %%ELUA%%share/elua/modules/elementary/elm_photocam.eo.lua %%ELUA%%share/elua/modules/elementary/elm_photocam_pan.eo.lua %%ELUA%%share/elua/modules/elementary/elm_player.eo.lua @@ -2340,25 +2437,18 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/elm_popup.eo.lua %%ELUA%%share/elua/modules/elementary/elm_popup_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_popup_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_prefs.eo.lua %%ELUA%%share/elua/modules/elementary/elm_progressbar.eo.lua %%ELUA%%share/elua/modules/elementary/elm_progressbar_internal_part.eo.lua %%ELUA%%share/elua/modules/elementary/elm_radio.eo.lua %%ELUA%%share/elua/modules/elementary/elm_route.eo.lua %%ELUA%%share/elua/modules/elementary/elm_scroller.eo.lua %%ELUA%%share/elua/modules/elementary/elm_scroller_internal_part.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_segment_control.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_segment_control_item.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_separator.eo.lua %%ELUA%%share/elua/modules/elementary/elm_slider.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_slideshow.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_slideshow_item.eo.lua %%ELUA%%share/elua/modules/elementary/elm_spinner.eo.lua %%ELUA%%share/elua/modules/elementary/elm_sys_notify.eo.lua %%ELUA%%share/elua/modules/elementary/elm_sys_notify_dbus.eo.lua %%ELUA%%share/elua/modules/elementary/elm_sys_notify_interface.eo.lua %%ELUA%%share/elua/modules/elementary/elm_systray.eo.lua -%%ELUA%%share/elua/modules/elementary/elm_thumb.eo.lua %%ELUA%%share/elua/modules/elementary/elm_toolbar.eo.lua %%ELUA%%share/elua/modules/elementary/elm_toolbar_item.eo.lua %%ELUA%%share/elua/modules/elementary/elm_view_form.eo.lua @@ -2366,7 +2456,7 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/elementary/elm_web.eo.lua %%ELUA%%share/elua/modules/elementary/elm_widget.eo.lua %%ELUA%%share/elua/modules/elementary/elm_widget_item.eo.lua -%%ELUA%%share/elua/modules/emotion/emotion_object.eo.lua +%%ELUA%%share/elua/modules/emotion/efl_canvas_video.eo.lua %%ELUA%%share/elua/modules/eo.lua %%ELUA%%share/elua/modules/eolian.lua %%ELUA%%share/elua/modules/evas/efl_canvas_filter_internal.eo.lua @@ -2375,6 +2465,7 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/evas/efl_canvas_image.eo.lua %%ELUA%%share/elua/modules/evas/efl_canvas_image_internal.eo.lua %%ELUA%%share/elua/modules/evas/efl_canvas_object.eo.lua +%%ELUA%%share/elua/modules/evas/efl_canvas_output.eo.lua %%ELUA%%share/elua/modules/evas/efl_canvas_polygon.eo.lua %%ELUA%%share/elua/modules/evas/efl_canvas_proxy.eo.lua %%ELUA%%share/elua/modules/evas/efl_canvas_rectangle.eo.lua @@ -2386,11 +2477,14 @@ share/elementary/themes/default.edj %%ELUA%%share/elua/modules/evas/efl_canvas_surface_x11.eo.lua %%ELUA%%share/elua/modules/evas/efl_canvas_text.eo.lua %%ELUA%%share/elua/modules/evas/efl_canvas_text_cursor.eo.lua -%%ELUA%%share/elua/modules/evas/efl_event_hold.eo.lua -%%ELUA%%share/elua/modules/evas/efl_event_input.eo.lua -%%ELUA%%share/elua/modules/evas/efl_event_key.eo.lua -%%ELUA%%share/elua/modules/evas/efl_event_pointer.eo.lua %%ELUA%%share/elua/modules/evas/efl_gfx_map.eo.lua +%%ELUA%%share/elua/modules/evas/efl_input_event.eo.lua +%%ELUA%%share/elua/modules/evas/efl_input_focus.eo.lua +%%ELUA%%share/elua/modules/evas/efl_input_hold.eo.lua +%%ELUA%%share/elua/modules/evas/efl_input_interface.eo.lua +%%ELUA%%share/elua/modules/evas/efl_input_key.eo.lua +%%ELUA%%share/elua/modules/evas/efl_input_pointer.eo.lua +%%ELUA%%share/elua/modules/evas/efl_input_state.eo.lua %%ELUA%%share/elua/modules/evas/efl_ui_clickable.eo.lua %%ELUA%%share/elua/modules/evas/efl_ui_draggable.eo.lua %%ELUA%%share/elua/modules/evas/efl_ui_scrollable.eo.lua @@ -2424,25 +2518,67 @@ share/eo/gdb/eo_gdb.py %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_sndfile.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_in_tone.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out.eo -%%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out_core_audio.eo %%PULSEAUDIO%%share/eolian/include/ecore-1/ecore_audio_out_pulse.eo %%AUDIO%%share/eolian/include/ecore-1/ecore_audio_out_sndfile.eo share/eolian/include/ecore-1/ecore_con_eet_base.eo share/eolian/include/ecore-1/ecore_con_eet_client_obj.eo share/eolian/include/ecore-1/ecore_con_eet_server_obj.eo share/eolian/include/ecore-1/ecore_exe.eo -share/eolian/include/ecore-1/ecore_parent.eo share/eolian/include/ecore-1/ecore_poller.eo share/eolian/include/ecore-1/ecore_types.eot +share/eolian/include/ecore-1/efl_io_buffered_stream.eo +share/eolian/include/ecore-1/efl_io_closer_fd.eo +share/eolian/include/ecore-1/efl_io_copier.eo +share/eolian/include/ecore-1/efl_io_file.eo +share/eolian/include/ecore-1/efl_io_positioner_fd.eo +share/eolian/include/ecore-1/efl_io_reader_fd.eo +share/eolian/include/ecore-1/efl_io_sizer_fd.eo +share/eolian/include/ecore-1/efl_io_stderr.eo +share/eolian/include/ecore-1/efl_io_stdin.eo +share/eolian/include/ecore-1/efl_io_stdout.eo +share/eolian/include/ecore-1/efl_io_writer_fd.eo share/eolian/include/ecore-1/efl_loop.eo share/eolian/include/ecore-1/efl_loop_fd.eo share/eolian/include/ecore-1/efl_loop_timer.eo share/eolian/include/ecore-1/efl_loop_user.eo -share/eolian/include/ecore-1/efl_network.eo -share/eolian/include/ecore-1/efl_network_client.eo -share/eolian/include/ecore-1/efl_network_connector.eo -share/eolian/include/ecore-1/efl_network_server.eo -share/eolian/include/ecore-1/efl_network_url.eo +share/eolian/include/ecore-1/efl_model_composite_boolean.eo +share/eolian/include/ecore-1/efl_model_composite_boolean_children.eo +share/eolian/include/ecore-1/efl_model_container.eo +share/eolian/include/ecore-1/efl_model_container_item.eo +share/eolian/include/ecore-1/efl_model_item.eo +share/eolian/include/ecore-1/efl_net_control.eo +share/eolian/include/ecore-1/efl_net_control_access_point.eo +share/eolian/include/ecore-1/efl_net_control_technology.eo +share/eolian/include/ecore-1/efl_net_dialer.eo +share/eolian/include/ecore-1/efl_net_dialer_http.eo +share/eolian/include/ecore-1/efl_net_dialer_simple.eo +share/eolian/include/ecore-1/efl_net_dialer_ssl.eo +share/eolian/include/ecore-1/efl_net_dialer_tcp.eo +share/eolian/include/ecore-1/efl_net_dialer_udp.eo +share/eolian/include/ecore-1/efl_net_dialer_unix.eo +share/eolian/include/ecore-1/efl_net_dialer_websocket.eo +share/eolian/include/ecore-1/efl_net_http_types.eot +share/eolian/include/ecore-1/efl_net_ip_address.eo +share/eolian/include/ecore-1/efl_net_server.eo +share/eolian/include/ecore-1/efl_net_server_fd.eo +share/eolian/include/ecore-1/efl_net_server_simple.eo +share/eolian/include/ecore-1/efl_net_server_ssl.eo +share/eolian/include/ecore-1/efl_net_server_tcp.eo +share/eolian/include/ecore-1/efl_net_server_udp.eo +share/eolian/include/ecore-1/efl_net_server_udp_client.eo +share/eolian/include/ecore-1/efl_net_server_unix.eo +share/eolian/include/ecore-1/efl_net_session.eo +share/eolian/include/ecore-1/efl_net_socket.eo +share/eolian/include/ecore-1/efl_net_socket_fd.eo +share/eolian/include/ecore-1/efl_net_socket_simple.eo +share/eolian/include/ecore-1/efl_net_socket_ssl.eo +share/eolian/include/ecore-1/efl_net_socket_tcp.eo +share/eolian/include/ecore-1/efl_net_socket_udp.eo +share/eolian/include/ecore-1/efl_net_socket_unix.eo +share/eolian/include/ecore-1/efl_net_ssl_context.eo +share/eolian/include/ecore-1/efl_net_ssl_types.eot +share/eolian/include/ecore-1/efl_net_types.eot +share/eolian/include/ecore-1/efl_promise.eo share/eolian/include/ector-1/ector_buffer.eo share/eolian/include/ector-1/ector_cairo_software_surface.eo share/eolian/include/ector-1/ector_cairo_surface.eo @@ -2481,8 +2617,6 @@ share/eolian/include/efl-1/efl_canvas.eo share/eolian/include/efl-1/efl_config.eo share/eolian/include/efl-1/efl_container.eo share/eolian/include/efl-1/efl_control.eo -share/eolian/include/efl-1/efl_event.eo -share/eolian/include/efl-1/efl_event_types.eot share/eolian/include/efl-1/efl_file.eo share/eolian/include/efl-1/efl_flipable.eo share/eolian/include/efl-1/efl_gfx.eo @@ -2492,6 +2626,7 @@ share/eolian/include/efl-1/efl_gfx_filter.eo share/eolian/include/efl-1/efl_gfx_gradient.eo share/eolian/include/efl-1/efl_gfx_gradient_linear.eo share/eolian/include/efl-1/efl_gfx_gradient_radial.eo +share/eolian/include/efl-1/efl_gfx_path.eo share/eolian/include/efl-1/efl_gfx_shape.eo share/eolian/include/efl-1/efl_gfx_size_hint.eo share/eolian/include/efl-1/efl_gfx_stack.eo @@ -2501,9 +2636,17 @@ share/eolian/include/efl-1/efl_image.eo share/eolian/include/efl-1/efl_image_animated.eo share/eolian/include/efl-1/efl_image_load.eo share/eolian/include/efl-1/efl_input_device.eo -share/eolian/include/efl-1/efl_input_interface.eo -share/eolian/include/efl-1/efl_input_state.eo +share/eolian/include/efl-1/efl_input_types.eot +share/eolian/include/efl-1/efl_io_buffer.eo +share/eolian/include/efl-1/efl_io_closer.eo +share/eolian/include/efl-1/efl_io_positioner.eo +share/eolian/include/efl-1/efl_io_queue.eo +share/eolian/include/efl-1/efl_io_reader.eo +share/eolian/include/efl-1/efl_io_sizer.eo +share/eolian/include/efl-1/efl_io_writer.eo share/eolian/include/efl-1/efl_model.eo +share/eolian/include/efl-1/efl_observable.eo +share/eolian/include/efl-1/efl_observer.eo share/eolian/include/efl-1/efl_orientation.eo share/eolian/include/efl-1/efl_pack.eo share/eolian/include/efl-1/efl_pack_grid.eo @@ -2516,8 +2659,14 @@ share/eolian/include/efl-1/efl_text.eo share/eolian/include/efl-1/efl_text_properties.eo share/eolian/include/efl-1/efl_text_types.eot share/eolian/include/efl-1/efl_types.eot +share/eolian/include/efl-1/efl_ui_factory.eo +share/eolian/include/efl-1/efl_ui_item.eo +share/eolian/include/efl-1/efl_ui_menu.eo +share/eolian/include/efl-1/efl_ui_model_connect.eo +share/eolian/include/efl-1/efl_ui_model_factory_connect.eo share/eolian/include/efl-1/efl_ui_progress.eo share/eolian/include/efl-1/efl_ui_spin.eo +share/eolian/include/efl-1/efl_ui_view.eo share/eolian/include/efl-1/efl_vpath.eo share/eolian/include/efl-1/efl_vpath_core.eo share/eolian/include/efl-1/efl_vpath_file.eo @@ -2536,12 +2685,15 @@ share/eolian/include/eldbus-1/eldbus_types.eot share/eolian/include/elementary-1/efl_config_global.eo share/eolian/include/elementary-1/efl_ui_box.eo share/eolian/include/elementary-1/efl_ui_box_flow.eo +share/eolian/include/elementary-1/efl_ui_box_stack.eo +share/eolian/include/elementary-1/efl_ui_clock.eo share/eolian/include/elementary-1/efl_ui_flip.eo share/eolian/include/elementary-1/efl_ui_flip_internal_part.eo share/eolian/include/elementary-1/efl_ui_frame.eo share/eolian/include/elementary-1/efl_ui_grid.eo share/eolian/include/elementary-1/efl_ui_grid_static.eo share/eolian/include/elementary-1/efl_ui_image.eo +share/eolian/include/elementary-1/efl_ui_image_factory.eo share/eolian/include/elementary-1/efl_ui_layout_internal_box.eo share/eolian/include/elementary-1/efl_ui_layout_internal_table.eo share/eolian/include/elementary-1/efl_ui_nstate.eo @@ -2551,16 +2703,9 @@ share/eolian/include/elementary-1/efl_ui_text_interactive.eo share/eolian/include/elementary-1/efl_ui_video.eo share/eolian/include/elementary-1/efl_ui_win.eo share/eolian/include/elementary-1/efl_ui_win_standard.eo -share/eolian/include/elementary-1/elm_access.eo -share/eolian/include/elementary-1/elm_actionslider.eo -share/eolian/include/elementary-1/elm_app_client.eo -share/eolian/include/elementary-1/elm_app_client_view.eo -share/eolian/include/elementary-1/elm_app_server.eo -share/eolian/include/elementary-1/elm_app_server_view.eo share/eolian/include/elementary-1/elm_atspi_app_object.eo share/eolian/include/elementary-1/elm_atspi_bridge.eo share/eolian/include/elementary-1/elm_bg.eo -share/eolian/include/elementary-1/elm_bubble.eo share/eolian/include/elementary-1/elm_button.eo share/eolian/include/elementary-1/elm_button_internal_part.eo share/eolian/include/elementary-1/elm_calendar.eo @@ -2574,20 +2719,14 @@ share/eolian/include/elementary-1/elm_conformant.eo share/eolian/include/elementary-1/elm_ctxpopup.eo share/eolian/include/elementary-1/elm_ctxpopup_internal_part.eo share/eolian/include/elementary-1/elm_ctxpopup_item.eo -share/eolian/include/elementary-1/elm_datetime.eo share/eolian/include/elementary-1/elm_dayselector.eo share/eolian/include/elementary-1/elm_dayselector_internal_part.eo share/eolian/include/elementary-1/elm_dayselector_item.eo -share/eolian/include/elementary-1/elm_diskselector.eo -share/eolian/include/elementary-1/elm_diskselector_item.eo share/eolian/include/elementary-1/elm_entry.eo share/eolian/include/elementary-1/elm_entry_internal_part.eo share/eolian/include/elementary-1/elm_fileselector.eo -share/eolian/include/elementary-1/elm_fileselector_button.eo -share/eolian/include/elementary-1/elm_fileselector_entry.eo share/eolian/include/elementary-1/elm_fileselector_entry_internal_part.eo share/eolian/include/elementary-1/elm_flip_internal_part.eo -share/eolian/include/elementary-1/elm_flipselector.eo share/eolian/include/elementary-1/elm_flipselector_item.eo share/eolian/include/elementary-1/elm_general.eot share/eolian/include/elementary-1/elm_gengrid.eo @@ -2600,9 +2739,6 @@ share/eolian/include/elementary-1/elm_gesture_layer.eo share/eolian/include/elementary-1/elm_glview.eo share/eolian/include/elementary-1/elm_hover.eo share/eolian/include/elementary-1/elm_hover_internal_part.eo -share/eolian/include/elementary-1/elm_hoversel.eo -share/eolian/include/elementary-1/elm_hoversel_item.eo -share/eolian/include/elementary-1/elm_icon.eo share/eolian/include/elementary-1/elm_index.eo share/eolian/include/elementary-1/elm_index_item.eo share/eolian/include/elementary-1/elm_interface_atspi_accessible.eo @@ -2617,7 +2753,6 @@ share/eolian/include/elementary-1/elm_interface_atspi_widget_action.eo share/eolian/include/elementary-1/elm_interface_atspi_window.eo share/eolian/include/elementary-1/elm_interface_fileselector.eo share/eolian/include/elementary-1/elm_interface_scrollable.eo -share/eolian/include/elementary-1/elm_inwin.eo share/eolian/include/elementary-1/elm_label.eo share/eolian/include/elementary-1/elm_layout.eo share/eolian/include/elementary-1/elm_layout_internal_part.eo @@ -2630,16 +2765,13 @@ share/eolian/include/elementary-1/elm_menu.eo share/eolian/include/elementary-1/elm_menu_item.eo share/eolian/include/elementary-1/elm_multibuttonentry.eo share/eolian/include/elementary-1/elm_multibuttonentry_item.eo -share/eolian/include/elementary-1/elm_naviframe.eo share/eolian/include/elementary-1/elm_naviframe_internal_part.eo -share/eolian/include/elementary-1/elm_naviframe_item.eo share/eolian/include/elementary-1/elm_notify.eo share/eolian/include/elementary-1/elm_notify_internal_part.eo share/eolian/include/elementary-1/elm_pan.eo share/eolian/include/elementary-1/elm_panel.eo share/eolian/include/elementary-1/elm_panel_internal_part.eo share/eolian/include/elementary-1/elm_panes.eo -share/eolian/include/elementary-1/elm_photo.eo share/eolian/include/elementary-1/elm_photocam.eo share/eolian/include/elementary-1/elm_photocam_pan.eo share/eolian/include/elementary-1/elm_player.eo @@ -2648,25 +2780,18 @@ share/eolian/include/elementary-1/elm_plug.eo share/eolian/include/elementary-1/elm_popup.eo share/eolian/include/elementary-1/elm_popup_internal_part.eo share/eolian/include/elementary-1/elm_popup_item.eo -share/eolian/include/elementary-1/elm_prefs.eo share/eolian/include/elementary-1/elm_progressbar.eo share/eolian/include/elementary-1/elm_progressbar_internal_part.eo share/eolian/include/elementary-1/elm_radio.eo share/eolian/include/elementary-1/elm_route.eo share/eolian/include/elementary-1/elm_scroller.eo share/eolian/include/elementary-1/elm_scroller_internal_part.eo -share/eolian/include/elementary-1/elm_segment_control.eo -share/eolian/include/elementary-1/elm_segment_control_item.eo -share/eolian/include/elementary-1/elm_separator.eo share/eolian/include/elementary-1/elm_slider.eo -share/eolian/include/elementary-1/elm_slideshow.eo -share/eolian/include/elementary-1/elm_slideshow_item.eo share/eolian/include/elementary-1/elm_spinner.eo share/eolian/include/elementary-1/elm_sys_notify.eo share/eolian/include/elementary-1/elm_sys_notify_dbus.eo share/eolian/include/elementary-1/elm_sys_notify_interface.eo share/eolian/include/elementary-1/elm_systray.eo -share/eolian/include/elementary-1/elm_thumb.eo share/eolian/include/elementary-1/elm_toolbar.eo share/eolian/include/elementary-1/elm_toolbar_item.eo share/eolian/include/elementary-1/elm_view_form.eo @@ -2674,18 +2799,19 @@ share/eolian/include/elementary-1/elm_view_list.eo share/eolian/include/elementary-1/elm_web.eo share/eolian/include/elementary-1/elm_widget.eo share/eolian/include/elementary-1/elm_widget_item.eo -share/eolian/include/emotion-1/emotion_object.eo +share/eolian/include/emotion-1/efl_canvas_video.eo +share/eolian/include/eo-1/efl_class.eo +share/eolian/include/eo-1/efl_interface.eo +share/eolian/include/eo-1/efl_object.eo +share/eolian/include/eo-1/efl_object_override.eo share/eolian/include/eo-1/eina_types.eot -share/eolian/include/eo-1/eo_base.eo -share/eolian/include/eo-1/eo_class.eo -share/eolian/include/eo-1/eo_interface.eo -share/eolian/include/eo-1/eo_override.eo share/eolian/include/evas-1/efl_canvas_filter_internal.eo share/eolian/include/evas-1/efl_canvas_group.eo share/eolian/include/evas-1/efl_canvas_group_clipped.eo share/eolian/include/evas-1/efl_canvas_image.eo share/eolian/include/evas-1/efl_canvas_image_internal.eo share/eolian/include/evas-1/efl_canvas_object.eo +share/eolian/include/evas-1/efl_canvas_output.eo share/eolian/include/evas-1/efl_canvas_polygon.eo share/eolian/include/evas-1/efl_canvas_proxy.eo share/eolian/include/evas-1/efl_canvas_rectangle.eo @@ -2697,11 +2823,14 @@ share/eolian/include/evas-1/efl_canvas_surface_wayland.eo share/eolian/include/evas-1/efl_canvas_surface_x11.eo share/eolian/include/evas-1/efl_canvas_text.eo share/eolian/include/evas-1/efl_canvas_text_cursor.eo -share/eolian/include/evas-1/efl_event_hold.eo -share/eolian/include/evas-1/efl_event_input.eo -share/eolian/include/evas-1/efl_event_key.eo -share/eolian/include/evas-1/efl_event_pointer.eo share/eolian/include/evas-1/efl_gfx_map.eo +share/eolian/include/evas-1/efl_input_event.eo +share/eolian/include/evas-1/efl_input_focus.eo +share/eolian/include/evas-1/efl_input_hold.eo +share/eolian/include/evas-1/efl_input_interface.eo +share/eolian/include/evas-1/efl_input_key.eo +share/eolian/include/evas-1/efl_input_pointer.eo +share/eolian/include/evas-1/efl_input_state.eo share/eolian/include/evas-1/efl_ui_clickable.eo share/eolian/include/evas-1/efl_ui_draggable.eo share/eolian/include/evas-1/efl_ui_scrollable.eo diff --git a/devel/elixir-smppex/Makefile b/devel/elixir-smppex/Makefile index e5e547eca0c..e6e12025aed 100644 --- a/devel/elixir-smppex/Makefile +++ b/devel/elixir-smppex/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= smppex -PORTVERSION= 2.2.1 +PORTVERSION= 2.2.2 DISTVERSIONPREFIX= v CATEGORIES= devel PKGNAMEPREFIX= elixir- diff --git a/devel/elixir-smppex/distinfo b/devel/elixir-smppex/distinfo index 112b46cae90..ff3abed4515 100644 --- a/devel/elixir-smppex/distinfo +++ b/devel/elixir-smppex/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1505245910 -SHA256 (savonarola-smppex-v2.2.1_GH0.tar.gz) = d78637a12e3e33c29439b64a4b59a9edf5e892c0d6678f35956644be0899c056 -SIZE (savonarola-smppex-v2.2.1_GH0.tar.gz) = 48865 +TIMESTAMP = 1505990318 +SHA256 (savonarola-smppex-v2.2.2_GH0.tar.gz) = 08b756f281395c1aca79b006a6fb9615648d6c6c7c243bdb1c1409fb5371c34b +SIZE (savonarola-smppex-v2.2.2_GH0.tar.gz) = 48936 diff --git a/devel/pecl-APCu/Makefile b/devel/pecl-APCu/Makefile index b190f8b5c23..f8c3cb98446 100644 --- a/devel/pecl-APCu/Makefile +++ b/devel/pecl-APCu/Makefile @@ -3,6 +3,7 @@ PORTNAME= APCu PORTVERSION= 5.1.8 +PORTREVISION= 1 CATEGORIES= devel DISTNAME= ${PORTNAME:tl}-${PORTVERSION} @@ -17,4 +18,10 @@ IGNORE_WITH_PHP=56 USES= localbase php:pecl PHP_MODNAME= ${PORTNAME:tl} +PLIST_FILES= ${DATADIR}/apc.php + +post-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/apc.php ${STAGEDIR}${DATADIR} + .include diff --git a/devel/pecl-APCu4/Makefile b/devel/pecl-APCu4/Makefile index 0751dfbd9c8..59df7b70a2c 100644 --- a/devel/pecl-APCu4/Makefile +++ b/devel/pecl-APCu4/Makefile @@ -3,6 +3,7 @@ PORTNAME= APCu PORTVERSION= 4.0.11 +PORTREVISION= 1 CATEGORIES= devel PKGNAMESUFFIX= 4 DISTNAME= ${PORTNAME:tl}-${PORTVERSION} @@ -20,4 +21,10 @@ IGNORE_WITH_PHP=70 71 USES= localbase php:pecl PHP_MODNAME= ${PORTNAME:tl} +PLIST_FILES= ${DATADIR}/apc.php + +post-install: + ${MKDIR} ${STAGEDIR}${DATADIR} + ${INSTALL_DATA} ${WRKSRC}/apc.php ${STAGEDIR}${DATADIR} + .include diff --git a/devel/py-efl/Makefile b/devel/py-efl/Makefile index 17be6599488..0f878b085c3 100644 --- a/devel/py-efl/Makefile +++ b/devel/py-efl/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= efl -PORTVERSION= 1.18.0 -PORTREVISION= 1 +PORTVERSION= 1.19.0 CATEGORIES= devel python enlightenment MASTER_SITES= http://download.enlightenment.org/rel/bindings/python/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-efl/distinfo b/devel/py-efl/distinfo index cf07d00acbe..eba409b5f2f 100644 --- a/devel/py-efl/distinfo +++ b/devel/py-efl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474903180 -SHA256 (enlightenment/python-efl-1.18.0.tar.xz) = 1751e119c3fc4ee842c00ae3d667d6bda88d92eff424b06a31e9407db8ee225d -SIZE (enlightenment/python-efl-1.18.0.tar.xz) = 8927932 +TIMESTAMP = 1504024229 +SHA256 (enlightenment/python-efl-1.19.0.tar.xz) = ba2969a094886f193cb30761c8172754aac368359c69fff9f7b412d0daf4b880 +SIZE (enlightenment/python-efl-1.19.0.tar.xz) = 9383376 diff --git a/devel/radare2/files/patch-kinfo_file.c b/devel/radare2/files/patch-kinfo_file.c new file mode 100644 index 00000000000..51292ac6f4e --- /dev/null +++ b/devel/radare2/files/patch-kinfo_file.c @@ -0,0 +1,46 @@ +--- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200 ++++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200 +@@ -1487,15 +1487,15 @@ + type = 's'; + if (kve->kf_sock_domain == AF_LOCAL) { + struct sockaddr_un *sun = +- (struct sockaddr_un *)&kve->kf_sa_local; ++ (struct sockaddr_un *)&kve->kf_un.kf_sock.kf_sa_local; + if (sun->sun_path[0] != 0) +- addr_to_string (&kve->kf_sa_local, path, sizeof(path)); ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path)); + else +- addr_to_string (&kve->kf_sa_peer, path, sizeof(path)); ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path, sizeof(path)); + } else { +- addr_to_string (&kve->kf_sa_local, path, sizeof(path)); ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path)); + strcat (path, " "); +- addr_to_string (&kve->kf_sa_peer, path + strlen (path), ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path + strlen (path), + sizeof (path)); + } + str = path; +--- libr/debug/p/debug_native.c 2017-08-08 00:36:25.502447000 +0200 ++++ libr/debug/p/debug_native.c 2017-08-08 00:39:41.234685000 +0200 +@@ -1487,15 +1487,15 @@ + type = 's'; + if (kve->kf_sock_domain == AF_LOCAL) { + struct sockaddr_un *sun = +- (struct sockaddr_un *)&kve->kf_sa_local; ++ (struct sockaddr_un *)&kve->kf_un.kf_sock.kf_sa_local; + if (sun->sun_path[0] != 0) +- addr_to_string (&kve->kf_sa_local, path, sizeof(path)); ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path)); + else +- addr_to_string (&kve->kf_sa_peer, path, sizeof(path)); ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path, sizeof(path)); + } else { +- addr_to_string (&kve->kf_sa_local, path, sizeof(path)); ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_local, path, sizeof(path)); + strcat (path, " "); +- addr_to_string (&kve->kf_sa_peer, path + strlen (path), ++ addr_to_string (&kve->kf_un.kf_sock.kf_sa_peer, path + strlen (path), + sizeof (path)); + } + str = path; diff --git a/devel/rubygem-bootstrap_form/Makefile b/devel/rubygem-bootstrap_form/Makefile new file mode 100644 index 00000000000..2acf6f4b685 --- /dev/null +++ b/devel/rubygem-bootstrap_form/Makefile @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= bootstrap_form +PORTVERSION= 2.7.0 +CATEGORIES= devel rubygems +MASTER_SITES= RG + +MAINTAINER= tz@FreeBSD.org +COMMENT= Form builder using Twitter Bootstrap 3+ + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE + +NO_ARCH= yes +USES= gem +USE_RUBY= yes + +.include diff --git a/devel/rubygem-bootstrap_form/distinfo b/devel/rubygem-bootstrap_form/distinfo new file mode 100644 index 00000000000..47b75b9f702 --- /dev/null +++ b/devel/rubygem-bootstrap_form/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1505729748 +SHA256 (rubygem/bootstrap_form-2.7.0.gem) = dc0549a2e221569a65cc233a2ca0da8bd5d7241a2c52c6dfef882c5de246886b +SIZE (rubygem/bootstrap_form-2.7.0.gem) = 172544 diff --git a/devel/rubygem-bootstrap_form/pkg-descr b/devel/rubygem-bootstrap_form/pkg-descr new file mode 100644 index 00000000000..d99af3065cd --- /dev/null +++ b/devel/rubygem-bootstrap_form/pkg-descr @@ -0,0 +1,4 @@ +Rails Bootstrap Forms is a rails form builder that makes it super easy to +integrate twitter bootstrap-style forms into your rails application. + +WWW: https://github.com/bootstrap-ruby/rails-bootstrap-forms diff --git a/devel/rubygem-rails-i18n-4/Makefile b/devel/rubygem-rails-i18n-4/Makefile new file mode 100644 index 00000000000..7dd11e83340 --- /dev/null +++ b/devel/rubygem-rails-i18n-4/Makefile @@ -0,0 +1,25 @@ +# $FreeBSD$ + +PORTNAME= rails-i18n +PORTVERSION= 4.0.9 +CATEGORIES= devel rubygems +MASTER_SITES= RG +PKGNAMESUFFIX= -4 + +MAINTAINER= tz@FreeBSD.org +COMMENT= Common locale data and translations for Rails i18n + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/MIT-LICENSE.txt + +RUN_DEPENDS= rubygem-i18n>=0.7:devel/rubygem-i18n \ + rubygem-railties4>=4.0:www/rubygem-railties4 + +PORTSCOUT= limit:^4\. + +NO_ARCH= yes + +USES= gem +USE_RUBY= yes + +.include diff --git a/devel/rubygem-rails-i18n-4/distinfo b/devel/rubygem-rails-i18n-4/distinfo new file mode 100644 index 00000000000..8a09e87f39a --- /dev/null +++ b/devel/rubygem-rails-i18n-4/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1505985938 +SHA256 (rubygem/rails-i18n-4.0.9.gem) = 0170bd2beb81fac8b216e521dc9bf03c71f3a38ec30a0a452efc86638413409d +SIZE (rubygem/rails-i18n-4.0.9.gem) = 99840 diff --git a/devel/rubygem-rails-i18n-4/pkg-descr b/devel/rubygem-rails-i18n-4/pkg-descr new file mode 100644 index 00000000000..ed2e76abc61 --- /dev/null +++ b/devel/rubygem-rails-i18n-4/pkg-descr @@ -0,0 +1,4 @@ +A set of common locale data and translations to internationalize and/or localize +your Rails applications. + +WWW: https://github.com/svenfuchs/rails-i18n diff --git a/dns/getdns/Makefile b/dns/getdns/Makefile index ae506092b46..e3c41c38832 100644 --- a/dns/getdns/Makefile +++ b/dns/getdns/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= getdns -PORTVERSION= 1.1.2 +PORTVERSION= 1.1.3 CATEGORIES= dns ipv6 MASTER_SITES= https://getdnsapi.net/dist/ \ ZI \ @@ -24,7 +24,7 @@ USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-libidn=${LOCALBASE} --docdir=${DOCSDIR} \ --with-trust-anchor=${LOCALBASE}/etc/unbound/root.key -SOVERSION= 6.1.0 +SOVERSION= 6.1.1 SOMAJVER= ${SOVERSION:C/([0-9]).*/\1/1} MAKE_JOBS_UNSAFE=yes @@ -51,7 +51,6 @@ post-patch: post-install: ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgetdns*.so.* - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getdns_query \ - ${STAGEDIR}${PREFIX}/bin/stubby + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getdns_query .include diff --git a/dns/getdns/distinfo b/dns/getdns/distinfo index c0bb2b5ed57..7b8bf6938cd 100644 --- a/dns/getdns/distinfo +++ b/dns/getdns/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499951148 -SHA256 (getdns-1.1.2.tar.gz) = 685fbd493601c88c90b0bf3021ba0ee863e3297bf92f01b8bf1b3c6637c86ba5 -SIZE (getdns-1.1.2.tar.gz) = 948941 +TIMESTAMP = 1505996780 +SHA256 (getdns-1.1.3.tar.gz) = 1a75f3264936c6f9a9d57cd98df912f62fb1a0b1d4dc799065ded76987337ce1 +SIZE (getdns-1.1.3.tar.gz) = 960464 diff --git a/dns/getdns/pkg-plist b/dns/getdns/pkg-plist index fc1ecab5df5..04ce5db4229 100644 --- a/dns/getdns/pkg-plist +++ b/dns/getdns/pkg-plist @@ -1,5 +1,4 @@ bin/getdns_query -bin/stubby include/getdns/getdns.h include/getdns/getdns_extra.h %%LIBEV%%include/getdns/getdns_ext_libev.h diff --git a/math/clp/pkg-descr b/math/clp/pkg-descr index 3e9218c5707..e53ce0615f7 100644 --- a/math/clp/pkg-descr +++ b/math/clp/pkg-descr @@ -3,4 +3,4 @@ linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also included. -WWW: http://www.coin-or.org/Clp/index.html +WWW: https://www.coin-or.org/Clp/index.html diff --git a/math/mpfr/Makefile b/math/mpfr/Makefile index dcd4adfe7e9..7949f25cd3e 100644 --- a/math/mpfr/Makefile +++ b/math/mpfr/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= mpfr -PORTVERSION= 3.1.5 -PORTREVISION= 1 +PORTVERSION= 3.1.6 CATEGORIES= math devel MASTER_SITES= http://www.mpfr.org/mpfr-current/ DIST_SUBDIR= ${DISTNAME} @@ -19,8 +18,8 @@ LICENSE= LGPL3 #PATCH_DEPENDS= gpatch:devel/patch LIB_DEPENDS= libgmp.so:math/gmp -PATCHLEVEL= 2 -PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} +#PATCHLEVEL= 2 +#PATCHFILES!= /usr/bin/jot -s " " -w patch%02d ${PATCHLEVEL} 1 ${PATCHLEVEL} #PATCH= ${LOCALBASE}/bin/gpatch USES= libtool tar:xz diff --git a/math/mpfr/distinfo b/math/mpfr/distinfo index cfbc0452ec6..4412cbd81c1 100644 --- a/math/mpfr/distinfo +++ b/math/mpfr/distinfo @@ -1,7 +1,3 @@ -TIMESTAMP = 1486368778 -SHA256 (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 015fde82b3979fbe5f83501986d328331ba8ddf008c1ff3da3c238f49ca062bc -SIZE (mpfr-3.1.5/mpfr-3.1.5.tar.xz) = 1126668 -SHA256 (mpfr-3.1.5/patch01) = dfd62a42a239c427bb44087b4a520edbcd65bae6ad1fbe07303c96ee8696afbd -SIZE (mpfr-3.1.5/patch01) = 2608 -SHA256 (mpfr-3.1.5/patch02) = 88dfefa6d39c9fd5a26a40d9bbc73df8da93f946c65c06038026261d78d919f5 -SIZE (mpfr-3.1.5/patch02) = 3447 +TIMESTAMP = 1505979200 +SHA256 (mpfr-3.1.6/mpfr-3.1.6.tar.xz) = 7a62ac1a04408614fccdc506e4844b10cf0ad2c2b1677097f8f35d3a1344a950 +SIZE (mpfr-3.1.6/mpfr-3.1.6.tar.xz) = 1133672 diff --git a/math/mpfr/pkg-plist b/math/mpfr/pkg-plist index 99af697a1df..8b89dd3030f 100644 --- a/math/mpfr/pkg-plist +++ b/math/mpfr/pkg-plist @@ -3,4 +3,4 @@ include/mpf2mpfr.h lib/libmpfr.a lib/libmpfr.so lib/libmpfr.so.4 -lib/libmpfr.so.4.1.5 +lib/libmpfr.so.4.1.6 diff --git a/net-mgmt/blackbox_exporter/Makefile b/net-mgmt/blackbox_exporter/Makefile index 4b664aa5829..674c93034a8 100644 --- a/net-mgmt/blackbox_exporter/Makefile +++ b/net-mgmt/blackbox_exporter/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= blackbox_exporter -PORTVERSION= 0.8.1 -PORTREVISION= 1 +PORTVERSION= 0.9.0 DISTVERSIONPREFIX=v CATEGORIES= net-mgmt diff --git a/net-mgmt/blackbox_exporter/distinfo b/net-mgmt/blackbox_exporter/distinfo index 8ba8e90a98c..429a2053788 100644 --- a/net-mgmt/blackbox_exporter/distinfo +++ b/net-mgmt/blackbox_exporter/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1502274035 -SHA256 (prometheus-blackbox_exporter-v0.8.1_GH0.tar.gz) = 6a9abef7575fc666c0c456f95e9d0410600e0832e679f8bed8c2069345d60d7e -SIZE (prometheus-blackbox_exporter-v0.8.1_GH0.tar.gz) = 1347185 +TIMESTAMP = 1505986258 +SHA256 (prometheus-blackbox_exporter-v0.9.0_GH0.tar.gz) = 22308de850a6c629fdd8d4517da3f827d740bbf9c413b795c4ccbe9b5cb1c083 +SIZE (prometheus-blackbox_exporter-v0.9.0_GH0.tar.gz) = 529019 diff --git a/net/samba44/Makefile b/net/samba44/Makefile index b8cdcda19c6..906566f5406 100644 --- a/net/samba44/Makefile +++ b/net/samba44/Makefile @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-35-9]-4.* p5-Parse-Pidl-4.* SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.4.15 +SAMBA4_VERSION= 4.4.16 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} diff --git a/net/samba44/distinfo b/net/samba44/distinfo index f2f9080ee23..70983eadf38 100644 --- a/net/samba44/distinfo +++ b/net/samba44/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499891749 -SHA256 (samba-4.4.15.tar.gz) = 011d1a64afecd9e04f14581a6a2afd1f73c33fa1cdc5bfe3aa11c4752954731c -SIZE (samba-4.4.15.tar.gz) = 20774186 +TIMESTAMP = 1505947491 +SHA256 (samba-4.4.16.tar.gz) = 2681f6d9d838d90273f151539331a2051b2292fc8784d4bbc416caae5d0c438e +SIZE (samba-4.4.16.tar.gz) = 20772875 diff --git a/net/samba45/Makefile b/net/samba45/Makefile index ce0e0c05420..1ff7a08125a 100644 --- a/net/samba45/Makefile +++ b/net/samba45/Makefile @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-46-9]-4.* p5-Parse-Pidl-4.* SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.5.12 +SAMBA4_VERSION= 4.5.14 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} diff --git a/net/samba45/distinfo b/net/samba45/distinfo index d3dc187009e..d0113d38d4d 100644 --- a/net/samba45/distinfo +++ b/net/samba45/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499887054 -SHA256 (samba-4.5.12.tar.gz) = f4c17123e3cc852a5ecc7e38884b00deab57632b9519aebc243e2a94b9b5ace4 -SIZE (samba-4.5.12.tar.gz) = 21011562 +TIMESTAMP = 1505945221 +SHA256 (samba-4.5.14.tar.gz) = 15dc04fd2b19081daf1118318f43f88ef7260b3fc6e4f86ee7c7913bb7c92ed9 +SIZE (samba-4.5.14.tar.gz) = 21016317 diff --git a/net/samba46/Makefile b/net/samba46/Makefile index d390a0167ea..a6b79ab5158 100644 --- a/net/samba46/Makefile +++ b/net/samba46/Makefile @@ -19,7 +19,7 @@ CONFLICTS?= *samba3[2-6]-3.* samba4-4.0.* samba4[1-57-9]-4.* p5-Parse-Pidl-4.* SAMBA4_BASENAME= samba SAMBA4_PORTNAME= ${SAMBA4_BASENAME}4 -SAMBA4_VERSION= 4.6.6 +SAMBA4_VERSION= 4.6.8 SAMBA4_DISTNAME= ${SAMBA4_BASENAME}-${SAMBA4_VERSION:S|.p|pre|:S|.r|rc|:S|.t|tp|:S|.a|alpha|} WRKSRC?= ${WRKDIR}/${DISTNAME} diff --git a/net/samba46/distinfo b/net/samba46/distinfo index 8c498e66959..06f72bc99a4 100644 --- a/net/samba46/distinfo +++ b/net/samba46/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1499871845 -SHA256 (samba-4.6.6.tar.gz) = fc31c809f7d85ae30f2b7dcddcb8404201b626047458cb5f2b743d4f6f3f1a8e -SIZE (samba-4.6.6.tar.gz) = 21120791 +TIMESTAMP = 1505942026 +SHA256 (samba-4.6.8.tar.gz) = 581deeb2543f5cedcb556cb950d0e82690d9f0cd33811d76624502ca0c32575d +SIZE (samba-4.6.8.tar.gz) = 21139872 diff --git a/security/gnutls/Makefile b/security/gnutls/Makefile index 280b5bed1e6..18035161da0 100644 --- a/security/gnutls/Makefile +++ b/security/gnutls/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.5.13 +PORTVERSION= 3.5.15 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v${PORTVERSION:R} diff --git a/security/gnutls/distinfo b/security/gnutls/distinfo index 0fbc096971b..775cdb2371b 100644 --- a/security/gnutls/distinfo +++ b/security/gnutls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1496917883 -SHA256 (gnutls-3.5.13.tar.xz) = 79f5480ad198dad5bc78e075f4a40c4a315a1b2072666919d2d05a08aec13096 -SIZE (gnutls-3.5.13.tar.xz) = 7226468 +TIMESTAMP = 1505995382 +SHA256 (gnutls-3.5.15.tar.xz) = 046081108b8b1fe455a13a4c5a4eaa0368e185b678f1670fe09a11a2d7ecfad5 +SIZE (gnutls-3.5.15.tar.xz) = 7238928 diff --git a/security/gnutls/pkg-plist b/security/gnutls/pkg-plist index 82d87920cde..e30ada48c91 100644 --- a/security/gnutls/pkg-plist +++ b/security/gnutls/pkg-plist @@ -41,7 +41,7 @@ info/pkcs11-vision.png %%DANE%%lib/libgnutls-dane.so.0.4.1 lib/libgnutls.so lib/libgnutls.so.30 -lib/libgnutls.so.30.14.5 +lib/libgnutls.so.30.14.7 lib/libgnutlsxx.so lib/libgnutlsxx.so.28 lib/libgnutlsxx.so.28.1.0 diff --git a/security/mbedtls/Makefile b/security/mbedtls/Makefile index cb846443fcc..df3dacfde0a 100644 --- a/security/mbedtls/Makefile +++ b/security/mbedtls/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= mbedtls -PORTVERSION= 2.5.1 +PORTVERSION= 2.6.0 DISTVERSIONSUFFIX= -apache CATEGORIES= security devel MASTER_SITES= https://tls.mbed.org/download/ diff --git a/security/mbedtls/distinfo b/security/mbedtls/distinfo index 59cba66b955..af203f05f41 100644 --- a/security/mbedtls/distinfo +++ b/security/mbedtls/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1498696001 -SHA256 (mbedtls-2.5.1-apache.tgz) = 559aeb8c8941262d6aad96a0286a230e7ff988ba53efbf609230ca1f81cc81f9 -SIZE (mbedtls-2.5.1-apache.tgz) = 1955461 +TIMESTAMP = 1505971872 +SHA256 (mbedtls-2.6.0-apache.tgz) = 99bc9d4212d3d885eeb96273bcde8ecc649a481404b8d7ea7bb26397c9909687 +SIZE (mbedtls-2.6.0-apache.tgz) = 1973397 diff --git a/security/py-pyaes/Makefile b/security/py-pyaes/Makefile index 5823ed50ae6..38ef936cb95 100644 --- a/security/py-pyaes/Makefile +++ b/security/py-pyaes/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= pyaes -PORTVERSION= 1.6.0 +PORTVERSION= 1.6.1 CATEGORIES= security python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/security/py-pyaes/distinfo b/security/py-pyaes/distinfo index 80476623a1c..fd87120f082 100644 --- a/security/py-pyaes/distinfo +++ b/security/py-pyaes/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490235520 -SHA256 (pyaes-1.6.0.tar.gz) = 9cd5a54d914b1eebfb14fcb490315214b6a0304d9f1bb47e90d1d8e0b15ce92e -SIZE (pyaes-1.6.0.tar.gz) = 28237 +TIMESTAMP = 1505999176 +SHA256 (pyaes-1.6.1.tar.gz) = 02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f +SIZE (pyaes-1.6.1.tar.gz) = 28536 diff --git a/security/testssl.sh/Makefile b/security/testssl.sh/Makefile index eff5fa4ec0c..bda7908f2b4 100644 --- a/security/testssl.sh/Makefile +++ b/security/testssl.sh/Makefile @@ -2,7 +2,7 @@ PORTNAME= testssl.sh DISTVERSIONPREFIX= v -DISTVERSION= 2.9.5 +DISTVERSION= 2.9.5-1 CATEGORIES= security MAINTAINER= tobik@FreeBSD.org diff --git a/security/testssl.sh/distinfo b/security/testssl.sh/distinfo index 84bad4ab2dd..32dc7d19693 100644 --- a/security/testssl.sh/distinfo +++ b/security/testssl.sh/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1505898481 -SHA256 (drwetter-testssl.sh-v2.9.5_GH0.tar.gz) = 3cd2d14b9b324545ff91d63e4261113f6ff0c6e32232cf49438b9fd2f3c8de3e -SIZE (drwetter-testssl.sh-v2.9.5_GH0.tar.gz) = 8955393 +TIMESTAMP = 1505985513 +SHA256 (drwetter-testssl.sh-v2.9.5-1_GH0.tar.gz) = 505ba9400e1a49759ba84d0cf6ae79f3787f111c64a319094de69635b786c72a +SIZE (drwetter-testssl.sh-v2.9.5-1_GH0.tar.gz) = 8955528 SHA256 (drwetter-openssl-pm-snapshot-a9396aaef81d5c1ed714fc625b593522d25914b1_GH0.tar.gz) = 798230c8dc8d7723fff5f6687b1150a3165254eb65c4f6875b7b6b66a53f9c47 SIZE (drwetter-openssl-pm-snapshot-a9396aaef81d5c1ed714fc625b593522d25914b1_GH0.tar.gz) = 5491000 diff --git a/textproc/py-pyx12/Makefile b/textproc/py-pyx12/Makefile index dfadf6150db..295ec45d7c8 100644 --- a/textproc/py-pyx12/Makefile +++ b/textproc/py-pyx12/Makefile @@ -2,12 +2,12 @@ # $FreeBSD$ PORTNAME= pyx12 -PORTVERSION= 2.3.1 +PORTVERSION= 2.3.3 CATEGORIES= textproc python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Validate and convert HIPAA X12 documents LICENSE= BSD3CLAUSE diff --git a/textproc/py-pyx12/distinfo b/textproc/py-pyx12/distinfo index b5dac134316..c6b72c367b1 100644 --- a/textproc/py-pyx12/distinfo +++ b/textproc/py-pyx12/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474946616 -SHA256 (pyx12-2.3.1.tar.gz) = 2d29824a2eb1fab9a883780193db86d2d91d8b9305ed43f31f69951f2530158b -SIZE (pyx12-2.3.1.tar.gz) = 522528 +TIMESTAMP = 1506002313 +SHA256 (pyx12-2.3.3.tar.gz) = 89f40686dd5da12d448b8bd9712af4675b7c3524187cb44a5125bab281b812ef +SIZE (pyx12-2.3.3.tar.gz) = 524588 diff --git a/www/httpasyncclient/Makefile b/www/httpasyncclient/Makefile index 60682251ea9..8b3eeada064 100644 --- a/www/httpasyncclient/Makefile +++ b/www/httpasyncclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpasyncclient -DISTVERSION= 4.0.2 +DISTVERSION= 4.1.3 CATEGORIES= www java MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/binary DISTNAME= httpcomponents-asyncclient-${DISTVERSION}-bin @@ -21,6 +21,7 @@ OPTIONS_DEFINE= DOCS EXAMPLES USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/httpcomponents-asyncclient-${DISTVERSION} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ diff --git a/www/httpasyncclient/distinfo b/www/httpasyncclient/distinfo index 1e29695eab6..a2354823f7b 100644 --- a/www/httpasyncclient/distinfo +++ b/www/httpasyncclient/distinfo @@ -1,2 +1,3 @@ -SHA256 (httpcomponents-asyncclient-4.0.2-bin.tar.gz) = 37c45fd7b3a23e29b8b53196dcdd53b7e7b637b10dd145bbd8544cac00a4364a -SIZE (httpcomponents-asyncclient-4.0.2-bin.tar.gz) = 1642501 +TIMESTAMP = 1505982550 +SHA256 (httpcomponents-asyncclient-4.1.3-bin.tar.gz) = 9d0eb653e7970eb06af5539a9013f355fb54df0b56b72649d714c801291b1a61 +SIZE (httpcomponents-asyncclient-4.1.3-bin.tar.gz) = 1930043 diff --git a/www/httpclient/Makefile b/www/httpclient/Makefile index abfcb6c4407..7f980d346af 100644 --- a/www/httpclient/Makefile +++ b/www/httpclient/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpclient -DISTVERSION= 4.3.6 +DISTVERSION= 4.5.3 CATEGORIES= www java MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/binary DISTNAME= httpcomponents-client-${DISTVERSION}-bin @@ -13,17 +13,20 @@ COMMENT= Java components implementing an advanced HTTP client LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt -USES+= cpe -CPE_PRODUCT= commons-httpclient -CPE_VENDOR= apache RUN_DEPENDS= ${JAVALIBDIR}/httpcore.jar:www/httpcore \ ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging \ ${JAVALIBDIR}/commons-codec.jar:java/jakarta-commons-codec OPTIONS_DEFINE= DOCS EXAMPLES + +USES= cpe +CPE_PRODUCT= commons-httpclient +CPE_VENDOR= apache + USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/httpcomponents-client-${DISTVERSION} PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ diff --git a/www/httpclient/distinfo b/www/httpclient/distinfo index aa6f1b300cd..375169f8b26 100644 --- a/www/httpclient/distinfo +++ b/www/httpclient/distinfo @@ -1,2 +1,3 @@ -SHA256 (httpcomponents-client-4.3.6-bin.tar.gz) = 48fa1a17847626efe6f527bb8d152d4f250134a239347e688d3334fc844bb64f -SIZE (httpcomponents-client-4.3.6-bin.tar.gz) = 1466395 +TIMESTAMP = 1505981967 +SHA256 (httpcomponents-client-4.5.3-bin.tar.gz) = 356b6e227a502a71b3b401e1f999cb9a93c07376fed27555fb0ac1344f6a03d8 +SIZE (httpcomponents-client-4.5.3-bin.tar.gz) = 3012053 diff --git a/www/httpcore/Makefile b/www/httpcore/Makefile index 2c38cd5906a..c11a24abe65 100644 --- a/www/httpcore/Makefile +++ b/www/httpcore/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= httpcore -DISTVERSION= 4.3.3 +DISTVERSION= 4.4.7 CATEGORIES= www java MASTER_SITES= APACHE/httpcomponents/${PORTNAME}/binary DISTNAME= httpcomponents-core-${DISTVERSION}-bin @@ -12,17 +12,21 @@ COMMENT= Java components implementing the base HTTP protocol LICENSE= APACHE20 -OPTIONS_DEFINE= DOCS EXAMPLES +RUN_DEPENDS= ${JAVALIBDIR}/commons-cli.jar:java/jakarta-commons-cli + +OPTIONS_DEFINE= DOCS USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes +NO_ARCH= yes WRKSRC= ${WRKDIR}/httpcomponents-core-${DISTVERSION} -PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar %%JAVAJARDIR%%/${PORTNAME}-nio.jar +PLIST_FILES= %%JAVAJARDIR%%/${PORTNAME}.jar \ + %%JAVAJARDIR%%/${PORTNAME}-nio.jar \ + %%JAVAJARDIR%%/${PORTNAME}-ab.jar PORTDOCS= * -PORTEXAMPLES= * .include @@ -35,20 +39,15 @@ do-install: @${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-nio-${DISTVERSION}.jar \ ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-nio.jar @${ECHO_MSG} " [DONE]" + @${ECHO_MSG} -n ">> Installing JAR file as ${JAVAJARDIR}/${PORTNAME}-ab.jar..." + @${INSTALL_DATA} ${WRKSRC}/lib/${PORTNAME}-ab-${DISTVERSION}.jar \ + ${STAGEDIR}${JAVAJARDIR}/${PORTNAME}-ab.jar + @${ECHO_MSG} " [DONE]" .if ${PORT_OPTIONS:MDOCS} @${ECHO_MSG} -n ">> Installing documentation..." @${MKDIR} ${STAGEDIR}${DOCSDIR} - @cd ${WRKSRC} && ${FIND} tutorial \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${DOCSDIR} > /dev/null 2>&1 @${INSTALL_DATA} ${WRKSRC}/RELEASE_NOTES.txt ${STAGEDIR}${DOCSDIR}/ @${ECHO_MSG} " [DONE]" .endif -.if ${PORT_OPTIONS:MEXAMPLES} - @${ECHO_MSG} -n ">> Installing examples..." - @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} - @cd ${WRKSRC}/examples && ${FIND} . \ - | ${CPIO} -pdmu -R ${SHAREOWN}:${SHAREGRP} ${STAGEDIR}${EXAMPLESDIR} > /dev/null 2>&1 - @${ECHO_MSG} " [DONE]" -.endif .include diff --git a/www/httpcore/distinfo b/www/httpcore/distinfo index 421c9b1e33d..0f79c9bcdf1 100644 --- a/www/httpcore/distinfo +++ b/www/httpcore/distinfo @@ -1,2 +1,3 @@ -SHA256 (httpcomponents-core-4.3.3-bin.tar.gz) = fe1c7dfefd3251f007caae9b12096bd6d7c643a566cf1b157861f5e629bb2ef5 -SIZE (httpcomponents-core-4.3.3-bin.tar.gz) = 839584 +TIMESTAMP = 1505979669 +SHA256 (httpcomponents-core-4.4.7-bin.tar.gz) = c5b0e8955e44013929b7eb29203c33eccba5a391652907064234c328fa015ca8 +SIZE (httpcomponents-core-4.4.7-bin.tar.gz) = 702691 diff --git a/www/mod_evasive/Makefile b/www/mod_evasive/Makefile index 63e00d25da0..0abc4b09ee0 100644 --- a/www/mod_evasive/Makefile +++ b/www/mod_evasive/Makefile @@ -13,6 +13,7 @@ MAINTAINER= kiwi@oav.net COMMENT= Apache module to try to protect the HTTP Server from DoS/DDoS attacks LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME} @@ -30,11 +31,11 @@ post-patch: ${WRKSRC}/mod_evasive.c ${WRKSRC}/mod_evasive20.c \ ${WRKSRC}/mod_evasiveNSAPI.c .if ${APACHE_VERSION:M24} - ${REINPLACE_CMD} -e 's/remote_ip/client_ip/g' ${WRKSRC}/mod_evasive20.c + @${REINPLACE_CMD} -e 's/remote_ip/client_ip/g' ${WRKSRC}/mod_evasive20.c .endif post-install: @${MKDIR} ${STAGEDIR}${DOCSDIR} - @${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR} .include diff --git a/www/mod_evasive/pkg-descr b/www/mod_evasive/pkg-descr index 0e3a1883ad9..48e88e503cb 100644 --- a/www/mod_evasive/pkg-descr +++ b/www/mod_evasive/pkg-descr @@ -27,4 +27,4 @@ addresses) but only scripted attacks. Even a user repeatedly clicking on is fully tweakable through the Apache configuration file, easy to incorporate into your web server, and easy to use. -WWW: http://www.zdziarski.com/blog/?page_id=442 +WWW: https://github.com/jzdziarski/mod_evasive diff --git a/www/tomcat-native/Makefile b/www/tomcat-native/Makefile index 3b8325cfbdc..b55427028ae 100644 --- a/www/tomcat-native/Makefile +++ b/www/tomcat-native/Makefile @@ -2,7 +2,7 @@ # $FreeBSD: head/www/tomcat-native/Makefile 422874 2016-09-28 13:47:53Z mat $ PORTNAME= tomcat-native -PORTVERSION= 1.2.12 +PORTVERSION= 1.2.14 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-connectors/native/${PORTVERSION}/source DISTNAME= ${PORTNAME}-${PORTVERSION}-src @@ -28,10 +28,10 @@ CONFIGURE_ARGS= --with-apr=${LOCALBASE} \ PLIST_FILES= lib/libtcnative-1.a \ lib/libtcnative-1.so \ lib/libtcnative-1.so.0 \ - lib/libtcnative-1.so.0.2.12 + lib/libtcnative-1.so.0.2.14 post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.12 + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libtcnative-1.so.0.2.14 .include diff --git a/www/tomcat-native/distinfo b/www/tomcat-native/distinfo index eebc0378dde..e5230073157 100644 --- a/www/tomcat-native/distinfo +++ b/www/tomcat-native/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1490630704 -SHA256 (tomcat-native-1.2.12-src.tar.gz) = e7add177c98a7f07220c306d65e182c45dbcd7501115e9ed56f1690c5472ded9 -SIZE (tomcat-native-1.2.12-src.tar.gz) = 399836 +TIMESTAMP = 1505925534 +SHA256 (tomcat-native-1.2.14-src.tar.gz) = a7f1649f7c384b2d4e6c4c96f20aea980efeba327dba874d4bc7c765b6229f5e +SIZE (tomcat-native-1.2.14-src.tar.gz) = 404159 diff --git a/www/tomcat-native/files/patch-Makefile.in b/www/tomcat-native/files/patch-Makefile.in index 7fdd85f5e66..555e8cc59a0 100644 --- a/www/tomcat-native/files/patch-Makefile.in +++ b/www/tomcat-native/files/patch-Makefile.in @@ -1,6 +1,23 @@ ---- Makefile.in.orig 2007-08-05 03:43:38 UTC +--- Makefile.in.orig 2017-08-23 23:12:17 UTC +++ Makefile.in -@@ -67,12 +67,7 @@ top_blddir=@abs_builddir@ +@@ -49,13 +49,9 @@ + @INCLUDE_RULES@ + @INCLUDE_OUTPUTS@ + +-ifneq ($(CC_OLD),$(CC)) +- CC=$(CC_OLD) +-endif +- +-ifneq ($(LIBTOOL_OLD),$(LIBTOOL)) +- LIBTOOL=$(LIBTOOL_OLD) +-endif ++CC=$(CC_OLD) ++ ++LIBTOOL=$(LIBTOOL_OLD) + + LINK = $(LIBTOOL) $(LTFLAGS) --mode=link $(LT_LDFLAGS) $(COMPILE) -version-info $(TCNATIVE_LIBTOOL_VERSION) $(ALL_LDFLAGS) -o $@ + CLEAN_SUBDIRS = test +@@ -77,12 +73,7 @@ install: $(TARGET_LIB) diff --git a/www/tomcat-native/files/patch-include_ssl__private.h b/www/tomcat-native/files/patch-include_ssl__private.h deleted file mode 100644 index feeb2b55bc0..00000000000 --- a/www/tomcat-native/files/patch-include_ssl__private.h +++ /dev/null @@ -1,32 +0,0 @@ ---- include/ssl_private.h.orig 2016-04-19 10:08:10 UTC -+++ include/ssl_private.h -@@ -49,6 +49,9 @@ - /* Avoid tripping over an engine build installed globally and detected - * when the user points at an explicit non-engine flavor of OpenSSL - */ -+#ifdef LIBRESSL_VERSION_NUMBER -+#define OPENSSL_NO_ENGINE -+#endif - #ifndef OPENSSL_NO_ENGINE - #include - #endif -@@ -204,7 +207,7 @@ - #endif /* !defined(OPENSSL_NO_TLSEXT) && defined(SSL_set_tlsext_host_name) */ - - /* OpenSSL 1.0.2 compatibility */ --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100001L || defined(LIBRESSL_VERSION_NUMBER) - #define OpenSSL_version SSLeay_version - #define OpenSSL_version_num SSLeay - #define OPENSSL_VERSION SSLEAY_VERSION -@@ -231,6 +234,10 @@ - #define TLS_server_method SSLv23_server_method - #endif /* OPENSSL_VERSION_NUMBER < 0x10100000L */ - -+#ifdef LIBRESSL_VERSION_NUMBER -+#define SSL_CTX_add0_chain_cert SSL_CTX_add_extra_chain_cert -+#endif -+ - #define MAX_ALPN_NPN_PROTO_SIZE 65535 - #define SSL_SELECTOR_FAILURE_CHOOSE_MY_LAST_PROTOCOL 1 - diff --git a/www/tomcat-native/files/patch-src_sslcontext.c b/www/tomcat-native/files/patch-src_sslcontext.c deleted file mode 100644 index 8274876f946..00000000000 --- a/www/tomcat-native/files/patch-src_sslcontext.c +++ /dev/null @@ -1,83 +0,0 @@ ---- src/sslcontext.c.orig 2016-04-18 09:49:28 UTC -+++ src/sslcontext.c -@@ -139,7 +139,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma - tcn_ssl_ctxt_t *c = NULL; - SSL_CTX *ctx = NULL; - jclass clazz; --#if OPENSSL_VERSION_NUMBER >= 0x10100000L -+#if OPENSSL_VERSION_NUMBER >= 0x10100000L && !defined(LIBRESSL_VERSION_NUMBER) - jint prot; - #endif - -@@ -224,7 +224,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma - BIO_set_fp(c->bio_os, stderr, BIO_NOCLOSE | BIO_FP_TEXT); - SSL_CTX_set_options(c->ctx, SSL_OP_ALL); - --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - /* always disable SSLv2, as per RFC 6176 */ - SSL_CTX_set_options(ctx, SSL_OP_NO_SSLv2); - if (!(protocol & SSL_PROTOCOL_SSLV3)) -@@ -240,7 +240,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma - SSL_CTX_set_options(c->ctx, SSL_OP_NO_TLSv1_2); - #endif - --#else /* if OPENSSL_VERSION_NUMBER < 0x10100000L */ -+#else /* if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) */ - /* We first determine the maximum protocol version we should provide */ - if (protocol & SSL_PROTOCOL_TLSV1_2) { - prot = TLS1_2_VERSION; -@@ -269,7 +269,7 @@ TCN_IMPLEMENT_CALL(jlong, SSLContext, ma - prot = SSL3_VERSION; - } - SSL_CTX_set_min_proto_version(ctx, prot); --#endif /* if OPENSSL_VERSION_NUMBER < 0x10100000L */ -+#endif /* if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) */ - - /* - * Configure additional context ingredients -@@ -1577,7 +1577,7 @@ TCN_IMPLEMENT_CALL(void, SSLContext, set - } - - --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - - /* - * Adapted from OpenSSL: -@@ -1677,7 +1677,7 @@ static const char* SSL_CIPHER_authentica - if (cipher == NULL) { - return "UNKNOWN"; - } --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - kx = cipher->algorithm_mkey; - auth = cipher->algorithm_auth; - #else -@@ -1689,7 +1689,7 @@ static const char* SSL_CIPHER_authentica - { - case TCN_SSL_kRSA: - return SSL_TXT_RSA; --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - case TCN_SSL_kDHr: - return SSL_TXT_DH "_" SSL_TXT_RSA; - case TCN_SSL_kDHd: -@@ -1707,7 +1707,7 @@ static const char* SSL_CIPHER_authentica - default: - return "UNKNOWN"; - } --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - case TCN_SSL_kKRB5: - return SSL_TXT_KRB5; - case TCN_SSL_kECDHr: -@@ -1733,7 +1733,7 @@ static const char* SSL_CIPHER_authentica - } - - static const char* SSL_authentication_method(const SSL* ssl) { --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - return SSL_CIPHER_authentication_method(ssl->s3->tmp.new_cipher); - #else - /* XXX ssl->s3->tmp.new_cipher is no longer available in OpenSSL 1.1.0 */ diff --git a/www/tomcat-native/files/patch-src_sslinfo.c b/www/tomcat-native/files/patch-src_sslinfo.c deleted file mode 100644 index 17888414907..00000000000 --- a/www/tomcat-native/files/patch-src_sslinfo.c +++ /dev/null @@ -1,16 +0,0 @@ ---- src/sslinfo.c.orig 2016-03-23 18:06:39 UTC -+++ src/sslinfo.c -@@ -25,6 +25,13 @@ - #ifdef HAVE_OPENSSL - #include "ssl_private.h" - -+#ifdef LIBRESSL_VERSION_NUMBER -+int X509_get_signature_nid(const X509 *x) -+{ -+ return OBJ_obj2nid(x->sig_alg->algorithm); -+} -+#endif -+ - static const char *hex_basis = "0123456789ABCDEF"; - - static char *convert_to_hex(const void *buf, size_t len) diff --git a/www/tomcat-native/files/patch-src_sslutils.c b/www/tomcat-native/files/patch-src_sslutils.c deleted file mode 100644 index e175d330bc8..00000000000 --- a/www/tomcat-native/files/patch-src_sslutils.c +++ /dev/null @@ -1,11 +0,0 @@ ---- src/sslutils.c.orig 2016-04-19 09:15:43 UTC -+++ src/sslutils.c -@@ -504,7 +504,7 @@ static int ssl_verify_OCSP(int ok, X509_ - * may yield NULL. Return early, but leave the ctx error as is. */ - return OCSP_STATUS_UNKNOWN; - } --#if OPENSSL_VERSION_NUMBER < 0x10100000L -+#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined(LIBRESSL_VERSION_NUMBER) - else if (cert->valid && X509_check_issued(cert,cert) == X509_V_OK) { - #else - /* No need to check cert->valid, because ssl_verify_OCSP() only diff --git a/www/tomcat7/Makefile b/www/tomcat7/Makefile index dc624bf9de5..b37be6b0911 100644 --- a/www/tomcat7/Makefile +++ b/www/tomcat7/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 7.0.77 +PORTVERSION= 7.0.81 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-7/v${PORTVERSION}/bin PKGNAMESUFFIX= 7 diff --git a/www/tomcat7/distinfo b/www/tomcat7/distinfo index 029994e068a..8c2979190fb 100644 --- a/www/tomcat7/distinfo +++ b/www/tomcat7/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491812399 -SHA256 (apache-tomcat-7.0.77.tar.gz) = 10a984f92e828ca97b4682318cac0d0ddf4220d88244ec4b25f8e3dd13b17979 -SIZE (apache-tomcat-7.0.77.tar.gz) = 8967197 +TIMESTAMP = 1505925643 +SHA256 (apache-tomcat-7.0.81.tar.gz) = 389766c30106bb30f1ed8682c7959ec53cddae0ae9260958c666e21f151b9955 +SIZE (apache-tomcat-7.0.81.tar.gz) = 8989099 diff --git a/www/tomcat8/Makefile b/www/tomcat8/Makefile index a3020a4eafe..a24d2c1dfef 100644 --- a/www/tomcat8/Makefile +++ b/www/tomcat8/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= tomcat -PORTVERSION= 8.0.43 +PORTVERSION= 8.0.46 CATEGORIES= www java MASTER_SITES= APACHE/tomcat/tomcat-8/v${PORTVERSION}/bin PKGNAMESUFFIX= 8 diff --git a/www/tomcat8/distinfo b/www/tomcat8/distinfo index f776f0ae8c7..e5d8545b53b 100644 --- a/www/tomcat8/distinfo +++ b/www/tomcat8/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1491812314 -SHA256 (apache-tomcat-8.0.43.tar.gz) = b8709ca3e3446d52958d6ed85387aa0d5c5288e5a492fc8c9cac4c5c64180691 -SIZE (apache-tomcat-8.0.43.tar.gz) = 9323896 +TIMESTAMP = 1505925626 +SHA256 (apache-tomcat-8.0.46.tar.gz) = f37e8bdc76c5b36e6b78fe3f40988c16b3f905739ad5bdb99102fcb35e4d8b93 +SIZE (apache-tomcat-8.0.46.tar.gz) = 9352747 diff --git a/www/tomcat8/pkg-plist b/www/tomcat8/pkg-plist index 2f8614f82fb..52ca95ed3b0 100644 --- a/www/tomcat8/pkg-plist +++ b/www/tomcat8/pkg-plist @@ -37,7 +37,7 @@ %%T%%/lib/catalina-storeconfig.jar %%T%%/lib/catalina-tribes.jar %%T%%/lib/catalina.jar -%%T%%/lib/ecj-4.6.1.jar +%%T%%/lib/ecj-4.6.3.jar %%T%%/lib/el-api.jar %%T%%/lib/jasper-el.jar %%T%%/lib/jasper.jar diff --git a/x11-wm/enlightenment/Makefile b/x11-wm/enlightenment/Makefile index 4b1db13c97c..c5e81d475b2 100644 --- a/x11-wm/enlightenment/Makefile +++ b/x11-wm/enlightenment/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= enlightenment -PORTVERSION= 0.21.8 +PORTVERSION= 0.21.9 PORTEPOCH= 2 CATEGORIES= x11-wm enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ diff --git a/x11-wm/enlightenment/distinfo b/x11-wm/enlightenment/distinfo index 582e9991c39..8d5ee6d513f 100644 --- a/x11-wm/enlightenment/distinfo +++ b/x11-wm/enlightenment/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1497460880 -SHA256 (enlightenment/enlightenment-0.21.8.tar.xz) = fac21c5fb9cab89fb717b3577f7980fd0644ff1e94b144a55ba841116e8c5232 -SIZE (enlightenment/enlightenment-0.21.8.tar.xz) = 25306696 +TIMESTAMP = 1505789976 +SHA256 (enlightenment/enlightenment-0.21.9.tar.xz) = eb560c0027378baf650d0690747ef0d08b5b329504e26e2210cc7978c019ae70 +SIZE (enlightenment/enlightenment-0.21.9.tar.xz) = 25304844 diff --git a/x11/terminology/Makefile b/x11/terminology/Makefile index b97eb36307e..9da83c06184 100644 --- a/x11/terminology/Makefile +++ b/x11/terminology/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= terminology -PORTVERSION= 1.0.0 -PORTREVISION= 3 +PORTVERSION= 1.1.1 CATEGORIES= x11 enlightenment MASTER_SITES= http://download.enlightenment.org/rel/apps/${PORTNAME}/ @@ -12,7 +11,8 @@ COMMENT= EFL Terminal Emulator LICENSE= BSD2CLAUSE -LIB_DEPENDS= libefl.so:devel/efl +LIB_DEPENDS= libefl.so:devel/efl \ + libintl.so:devel/gettext-runtime DIST_SUBDIR= enlightenment GNU_CONFIGURE= yes diff --git a/x11/terminology/distinfo b/x11/terminology/distinfo index 8f631678bb4..aeb0a57b24d 100644 --- a/x11/terminology/distinfo +++ b/x11/terminology/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1487552950 -SHA256 (enlightenment/terminology-1.0.0.tar.xz) = bfed42b83bce854d35ba33a4d38373c6d42fb2c0ea0335d76420488c091692f4 -SIZE (enlightenment/terminology-1.0.0.tar.xz) = 4979420 +TIMESTAMP = 1505583706 +SHA256 (enlightenment/terminology-1.1.1.tar.xz) = da12b8a24ca5248b2d292d9b1e19cabc61ae29b21f96d4b6f4f3e7b4feeecc16 +SIZE (enlightenment/terminology-1.1.1.tar.xz) = 4989940 diff --git a/x11/terminology/pkg-plist b/x11/terminology/pkg-plist index 11d93263527..f22bb5aae28 100644 --- a/x11/terminology/pkg-plist +++ b/x11/terminology/pkg-plist @@ -44,6 +44,7 @@ share/icons/terminology.png %%DATADIR%%/themes/solarized.edj %%DATADIR%%/themes/solarized_light.edj %%NLS%%share/locale/ca/LC_MESSAGES/terminology.mo +%%NLS%%share/locale/da/LC_MESSAGES/terminology.mo %%NLS%%share/locale/de/LC_MESSAGES/terminology.mo %%NLS%%share/locale/el/LC_MESSAGES/terminology.mo %%NLS%%share/locale/eo/LC_MESSAGES/terminology.mo