Index: head/Mk/Uses/linux.mk =================================================================== --- head/Mk/Uses/linux.mk (revision 503721) +++ head/Mk/Uses/linux.mk (revision 503722) @@ -1,317 +1,321 @@ # $FreeBSD$ # # Ports Linux compatibility framework # # Feature: linux:args # Usage: USES=linux or USES=linux:args # Valid args: c6 Depend on CentOS 6 packages (default) # c7 Depend on CentOS 7 packages # Additional variables: # USE_LINUX List of Linux packages to depend on. # USE_LINUX_RPM When defined, additional variables and targets useful to Linux # infrastructure ports are made available. Possible values: # yes Set default LIB_DISTNAMES. # nolib Set default BIN_DISTNAMES. # noarch Set default SHARE_DISTNAMES. # Additional variables when USE_LINUX_RPM is defined: # BIN_DISTNAMES List of architecture dependent distnames. # LIB_DISTNAMES List of distnames with additional 32 bit version. # SHARE_DISTNAMES List of architecture independent distnames. # SRC_DISTFILES List of source distfiles that need to be distributed # with binary packages to comply with some licenses. # # MAINTAINER: emulation@FreeBSD.org .ifndef _INCLUDE_USES_LINUX_MK _INCLUDE_USES_LINUX_MK= yes _USES_POST+= linux .if empty(linux_ARGS) .if exists(${LINUXBASE}/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-6) linux_ARGS= c6 .elif exists(${LINUXBASE}/etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7) linux_ARGS= c7 .else linux_ARGS= ${LINUX_DEFAULT:S/_64//} .endif .endif .if ${linux_ARGS} == c6 LINUX_DIST_VER?= 6.10 .if ${ARCH} == amd64 && ${LINUX_DEFAULT} != c6 LINUX_ARCH= x86_64 .elif ${ARCH} == amd64 || ${ARCH} == i386 LINUX_ARCH= i386 .else LINUX_ARCH= ${ARCH} IGNORE= Linux CentOS ${LINUX_DIST_VER} is unsupported on ${ARCH} .endif .elif ${linux_ARGS} == c7 -LINUX_DIST_VER?= 7.4.1708 +LINUX_DIST_VER?= 7.6.1810 .if ${ARCH} == amd64 LINUX_ARCH= x86_64 .elif ${ARCH} == i386 LINUX_ARCH= i386 .else LINUX_ARCH= ${ARCH} IGNORE= Linux CentOS ${LINUX_DIST_VER} is unsupported on ${ARCH} .endif .else IGNORE= Invalid Linux distribution: ${linux_ARGS} .endif linux_allegro_DEP= linux-${linux_ARGS}-allegro>0:devel/linux-${linux_ARGS}-allegro linux_alsa-plugins-oss_DEP= linux-${linux_ARGS}-alsa-plugins-oss>0:audio/linux-${linux_ARGS}-alsa-plugins-oss linux_alsa-plugins-pulseaudio_DEP=linux-${linux_ARGS}-alsa-plugins-pulseaudio>0:audio/linux-${linux_ARGS}-alsa-plugins-pulseaudio linux_alsalib_DEP= linux-${linux_ARGS}-alsa-lib>0:audio/linux-${linux_ARGS}-alsa-lib linux_atk_DEP= linux-${linux_ARGS}-atk>0:accessibility/linux-${linux_ARGS}-atk linux_avahi-libs_DEP= linux-${linux_ARGS}-avahi-libs>0:net/linux-${linux_ARGS}-avahi-libs linux_base_DEP= linux_base-${linux_ARGS}>0:emulators/linux_base-${linux_ARGS} linux_cairo_DEP= linux-${linux_ARGS}-cairo>0:graphics/linux-${linux_ARGS}-cairo linux_cups-libs_DEP= linux-${linux_ARGS}-cups-libs>0:print/linux-${linux_ARGS}-cups-libs linux_curl_DEP= linux-${linux_ARGS}-curl>0:ftp/linux-${linux_ARGS}-curl linux_cyrus-sasl2_DEP= linux-${linux_ARGS}-cyrus-sasl-lib>0:security/linux-${linux_ARGS}-cyrus-sasl2 linux_dbusglib_DEP= linux-${linux_ARGS}-dbus-glib>0:devel/linux-${linux_ARGS}-dbus-glib linux_dbuslibs_DEP= linux-${linux_ARGS}-dbus-libs>0:devel/linux-${linux_ARGS}-dbus-libs linux_devtools_DEP= linux-${linux_ARGS}-devtools>0:devel/linux-${linux_ARGS}-devtools linux_dri_DEP= linux-${linux_ARGS}-dri>0:graphics/linux-${linux_ARGS}-dri linux_expat_DEP= linux-${linux_ARGS}-expat>0:textproc/linux-${linux_ARGS}-expat .if ${linux_ARGS} == c6 linux_flac_DEP= linux-${linux_ARGS}-flac>0:audio/linux-${linux_ARGS}-flac .else linux_flac_DEP= linux-${linux_ARGS}-flac-libs>0:audio/linux-${linux_ARGS}-flac .endif linux_fontconfig_DEP= linux-${linux_ARGS}-fontconfig>0:x11-fonts/linux-${linux_ARGS}-fontconfig +linux_freetype_DEP= linux-${linux_ARGS}-freetype>0:print/linux-${linux_ARGS}-freetype +linux_fribidi_DEP= linux-${linux_ARGS}-fribidi>0:converters/linux-${linux_ARGS}-fribidi linux_gdkpixbuf2_DEP= linux-${linux_ARGS}-gdk-pixbuf2>0:graphics/linux-${linux_ARGS}-gdk-pixbuf2 linux_gnutls_DEP= linux-${linux_ARGS}-gnutls>0:security/linux-${linux_ARGS}-gnutls linux_graphite2_DEP= linux-${linux_ARGS}-graphite2>0:graphics/linux-${linux_ARGS}-graphite2 linux_gtk2_DEP= linux-${linux_ARGS}-gtk2>0:x11-toolkits/linux-${linux_ARGS}-gtk2 linux_harfbuzz_DEP= linux-${linux_ARGS}-harfbuzz>0:print/linux-${linux_ARGS}-harfbuzz linux_icu_DEP= linux-${linux_ARGS}-icu>0:devel/linux-${linux_ARGS}-icu linux_jasper_DEP= linux-${linux_ARGS}-jasper-libs>0:graphics/linux-${linux_ARGS}-jasper linux_jbigkit_DEP= linux-${linux_ARGS}-jbigkit-libs>0:graphics/linux-${linux_ARGS}-jbigkit linux_jpeg_DEP= linux-${linux_ARGS}-jpeg>0:graphics/linux-${linux_ARGS}-jpeg linux_libasyncns_DEP= linux-${linux_ARGS}-libasyncns>0:dns/linux-${linux_ARGS}-libasyncns .if ${linux_ARGS} == c6 linux_libaudiofile_DEP= linux-${linux_ARGS}-audiofile>0:audio/linux-${linux_ARGS}-libaudiofile .else linux_libaudiofile_DEP= linux-${linux_ARGS}-audiofile>0:audio/linux-${linux_ARGS}-audiofile .endif linux_libelf_DEP= linux-${linux_ARGS}-elfutils-libelf>0:devel/linux-${linux_ARGS}-libelf linux_libgcrypt_DEP= linux-${linux_ARGS}-libgcrypt>0:security/linux-${linux_ARGS}-libgcrypt linux_libgfortran_DEP= linux-${linux_ARGS}-libgfortran>0:devel/linux-${linux_ARGS}-libgfortran +linux_libglvnd_DEP= linux-${linux_ARGS}-libglvnd>0:graphics/linux-${linux_ARGS}-libglvnd linux_libgpg-error_DEP= linux-${linux_ARGS}-libgpg-error>0:security/linux-${linux_ARGS}-libgpg-error linux_libmng_DEP= linux-${linux_ARGS}-libmng>0:graphics/linux-${linux_ARGS}-libmng linux_libogg_DEP= linux-${linux_ARGS}-libogg>0:audio/linux-${linux_ARGS}-libogg linux_libpciaccess_DEP= linux-${linux_ARGS}-libpciaccess>0:devel/linux-${linux_ARGS}-libpciaccess linux_libsndfile_DEP= linux-${linux_ARGS}-libsndfile>0:audio/linux-${linux_ARGS}-libsndfile linux_libsoup_DEP= linux-${linux_ARGS}-libsoup>0:devel/linux-${linux_ARGS}-libsoup linux_libssh2_DEP= linux-${linux_ARGS}-libssh2>0:security/linux-${linux_ARGS}-libssh2 linux_libtasn1_DEP= linux-${linux_ARGS}-libtasn1>0:security/linux-${linux_ARGS}-libtasn1 linux_libthai_DEP= linux-${linux_ARGS}-libthai>0:devel/linux-${linux_ARGS}-libthai linux_libtheora_DEP= linux-${linux_ARGS}-libtheora>0:multimedia/linux-${linux_ARGS}-libtheora linux_libunwind_DEP= linux-${linux_ARGS}-libunwind>0:devel/linux-${linux_ARGS}-libunwind linux_libv4l_DEP= linux-${linux_ARGS}-libv4l>0:multimedia/linux-${linux_ARGS}-libv4l linux_libvorbis_DEP= linux-${linux_ARGS}-libvorbis>0:audio/linux-${linux_ARGS}-libvorbis linux_libxml2_DEP= linux-${linux_ARGS}-libxml2>0:textproc/linux-${linux_ARGS}-libxml2 linux_lttng-ust_DEP= linux-${linux_ARGS}-lttng-ust>0:sysutils/linux-${linux_ARGS}-lttng-ust linux_mikmod_DEP= linux-${linux_ARGS}-libmikmod>0:audio/linux-${linux_ARGS}-mikmod linux_naslibs_DEP= linux-${linux_ARGS}-nas>0:audio/linux-${linux_ARGS}-nas-libs linux_nettle_DEP= linux-${linux_ARGS}-nettle>0:security/linux-${linux_ARGS}-nettle linux_nspr_DEP= linux-${linux_ARGS}-nspr>0:devel/linux-${linux_ARGS}-nspr linux_nss_DEP= linux-${linux_ARGS}-nss>0:security/linux-${linux_ARGS}-nss linux_openal_DEP= linux-${linux_ARGS}-openal>0:audio/linux-${linux_ARGS}-openal linux_openal-soft_DEP= linux-${linux_ARGS}-openal-soft>0:audio/linux-${linux_ARGS}-openal-soft linux_openldap_DEP= linux-${linux_ARGS}-openldap>0:net/linux-${linux_ARGS}-openldap .if ${linux_ARGS} == c6 linux_openmotif_DEP= linux-${linux_ARGS}-openmotif>0:x11-toolkits/linux-${linux_ARGS}-openmotif .else linux_openmotif_DEP= linux-${linux_ARGS}-motif>0:x11-toolkits/linux-${linux_ARGS}-openmotif .endif .if ${linux_ARGS} == c6 linux_openssl_DEP= linux-${linux_ARGS}-openssl>0:security/linux-${linux_ARGS}-openssl .else linux_openssl_DEP= linux-${linux_ARGS}-openssl-libs>0:security/linux-${linux_ARGS}-openssl .endif linux_p11-kit_DEP= linux-${linux_ARGS}-p11-kit>0:security/linux-${linux_ARGS}-p11-kit linux_pango_DEP= linux-${linux_ARGS}-pango>0:x11-toolkits/linux-${linux_ARGS}-pango linux_pixman_DEP= linux-${linux_ARGS}-pixman>0:x11/linux-${linux_ARGS}-pixman linux_png_DEP= linux-${linux_ARGS}-libpng>0:graphics/linux-${linux_ARGS}-png linux_pulseaudio-libs_DEP= linux-${linux_ARGS}-pulseaudio-libs>0:audio/linux-${linux_ARGS}-pulseaudio-libs .if ${linux_ARGS} == c6 linux_qt_DEP= linux-${linux_ARGS}-qt47>0:devel/linux-${linux_ARGS}-qt47 linux_qt-x11_DEP= linux-${linux_ARGS}-qt47-x11>0:x11-toolkits/linux-${linux_ARGS}-qt47-x11 linux_qtwebkit_DEP= linux-${linux_ARGS}-qt47-webkit>0:www/linux-${linux_ARGS}-qt47-webkit .else linux_qt_DEP= linux-${linux_ARGS}-qt>0:devel/linux-${linux_ARGS}-qt linux_qt-x11_DEP= linux-${linux_ARGS}-qt-x11>0:x11-toolkits/linux-${linux_ARGS}-qt-x11 linux_qtwebkit_DEP= linux-${linux_ARGS}-qtwebkit>0:www/linux-${linux_ARGS}-qtwebkit .endif linux_scimlibs_DEP= linux-${linux_ARGS}-scim-libs>0:textproc/linux-${linux_ARGS}-scim-libs linux_sdl12_DEP= linux-${linux_ARGS}-sdl>0:devel/linux-${linux_ARGS}-sdl12 linux_sdlimage_DEP= linux-${linux_ARGS}-sdl_image>0:graphics/linux-${linux_ARGS}-sdl_image linux_sdlmixer_DEP= linux-${linux_ARGS}-sdl_mixer>0:audio/linux-${linux_ARGS}-sdl_mixer linux_sqlite3_DEP= linux-${linux_ARGS}-sqlite>0:databases/linux-${linux_ARGS}-sqlite3 linux_tcl85_DEP= linux-${linux_ARGS}-tcl85>0:lang/linux-${linux_ARGS}-tcl85 linux_tcp_wrappers-libs_DEP= linux-${linux_ARGS}-tcp_wrappers-libs>0:net/linux-${linux_ARGS}-tcp_wrappers-libs linux_tiff_DEP= linux-${linux_ARGS}-libtiff>0:graphics/linux-${linux_ARGS}-tiff linux_tk85_DEP= linux-${linux_ARGS}-tk85>0:x11-toolkits/linux-${linux_ARGS}-tk85 linux_trousers_DEP= linux-${linux_ARGS}-trousers>0:security/linux-${linux_ARGS}-trousers linux_ucl_DEP= linux-${linux_ARGS}-ucl>0:archivers/linux-${linux_ARGS}-ucl linux_userspace-rcu_DEP= linux-${linux_ARGS}-userspace-rcu>0:sysutils/linux-${linux_ARGS}-userspace-rcu +linux_wayland_DEP= linux-${linux_ARGS}-wayland>0:graphics/linux-${linux_ARGS}-wayland linux_xorglibs_DEP= linux-${linux_ARGS}-xorg-libs>0:x11/linux-${linux_ARGS}-xorg-libs USE_LINUX?= base .for i in ${USE_LINUX} _i_args:= ${i:C/^[^:]*:?//:S/,/ /g} .if ${_i_args:Mpatch} PATCH_DEPENDS+= ${linux_${i:C/:.*//}_DEP} .endif .if ${_i_args:Mbuild} BUILD_DEPENDS+= ${linux_${i:C/:.*//}_DEP} .endif .if ${_i_args:Mrun} || empty(_i_args) RUN_DEPENDS+= ${linux_${i:C/:.*//}_DEP} .endif .if !defined(linux_${i:C/:.*//}_DEP) DEV_ERROR+= "USE_LINUX=${i}: package does not exist" .endif .endfor .ifdef USE_LINUX_RPM DISTVERSIONSUFFIX?= -${RPMVERSION} .if ${linux_ARGS} == c6 .ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} MASTER_SITE_SUBDIR= centos/${LINUX_DIST_VER}/os/x86_64/Packages/:DEFAULT,amd64 \ centos/${LINUX_DIST_VER}/updates/x86_64/Packages/:DEFAULT,amd64 \ centos/${LINUX_DIST_VER}/os/i386/Packages/:DEFAULT,i386 \ centos/${LINUX_DIST_VER}/updates/i386/Packages/:DEFAULT,i386 \ centos/${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE \ centos/${LINUX_DIST_VER}/updates/Source/SPackages/:SOURCE .endif DIST_SUBDIR?= centos .elif ${linux_ARGS} == c7 .ifndef MASTER_SITES MASTER_SITES= ${MASTER_SITE_CENTOS_LINUX} MASTER_SITE_SUBDIR= centos/${LINUX_DIST_VER}/os/x86_64/Packages/:DEFAULT,amd64 \ centos/${LINUX_DIST_VER}/updates/x86_64/Packages/:DEFAULT,amd64 \ altarch/${LINUX_DIST_VER}/os/i386/Packages/:DEFAULT,i386 \ altarch/${LINUX_DIST_VER}/updates/i386/Packages/:DEFAULT,i386 \ centos/${LINUX_DIST_VER}/os/Source/SPackages/:SOURCE \ centos/${LINUX_DIST_VER}/updates/Source/SPackages/:SOURCE .endif DIST_SUBDIR?= centos .endif # ${linux_ARGS} == * PKGNAMEPREFIX?= linux-${linux_ARGS}- EXTRACT_SUFX?= .rpm EXTRACT_SUFX_amd64?= .x86_64${EXTRACT_SUFX} EXTRACT_SUFX_i386?= .i686${EXTRACT_SUFX} EXTRACT_SUFX_noarch?= .noarch${EXTRACT_SUFX} SRC_SUFX?= .src${EXTRACT_SUFX} NO_BUILD= yes NO_WRKSUBDIR= yes USE_LINUX_PREFIX= yes .endif # USE_LINUX_RPM .endif # ! _INCLUDE_USES_LINUX_MK .ifdef _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK _INCLUDE_USES_LINUX_POST_MK= yes .ifdef USE_LINUX_RPM .if ${USE_LINUX_RPM} == noarch NO_ARCH= yes SHARE_DISTNAMES?= ${DISTNAME} .elif ${USE_LINUX_RPM} == nolib BIN_DISTNAMES?= ${DISTNAME} .else LIB_DISTNAMES?= ${DISTNAME} .endif .if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mamd64)) \ && empty(NOT_FOR_ARCHS:Mamd64) .if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mi386)) \ && empty(NOT_FOR_ARCHS:Mi386) DISTFILES_amd64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} .else DISTFILES_amd64?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} .endif .endif .if !(defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:Mi386)) \ && empty(NOT_FOR_ARCHS:Mi386) DISTFILES_i386?= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \ ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} .endif SRC_DISTFILES?= ${DISTNAME}${SRC_SUFX}:SOURCE .ifdef USE_LINUX_RPM_BAD_PERMS EXTRACT_DEPENDS+= rpm2archive:archivers/rpm4 EXTRACT_CMD= rpm2archive EXTRACT_BEFORE_ARGS= < EXTRACT_AFTER_ARGS= | ${TAR} xf - --no-same-owner --no-same-permissions .endif .if ${USE_LINUX_RPM} != noarch PLIST?= ${PKGDIR}/pkg-plist.${LINUX_ARCH:S/x86_64/amd64/} .endif .if !target(do-install) do-install: (cd ${WRKSRC} && \ ${FIND} * | ${CPIO} -dumpl --quiet ${STAGEDIR}${PREFIX}) .for d in bin lib lib64 sbin [ ! -e ${STAGEDIR}${PREFIX}/${d} -o -L ${STAGEDIR}${PREFIX}/${d} ] || \ (cd ${STAGEDIR}${PREFIX} && \ ${FIND} ${d} | ${CPIO} -dumpl --quiet usr && ${RM} -r ${d}) .endfor [ ! -e ${STAGEDIR}${PREFIX}/usr/share/icons -o \ -L ${STAGEDIR}${PREFIX}/usr/share/icons ] || \ (cd ${STAGEDIR}${PREFIX}/usr/share && ${FIND} icons | \ ${CPIO} -dumpl --quiet ${STAGEDIR}${LOCALBASE}/share && \ ${RM} -r icons) .endif .endif # USE_LINUX_RPM .ifdef DISTNAME_amd64 DISTFILES_amd64?= ${DISTNAME_amd64}${EXTRACT_SUFX} .endif .ifdef DISTNAME_i386 DISTFILES_i386?= ${DISTNAME_i386}${EXTRACT_SUFX} .endif .ifndef DISTFILES .ifdef DISTFILES_amd64 || DISTFILES_i386 .if make(makesum) _ALL_DISTFILES= ${DISTFILES_amd64} ${DISTFILES_i386} DISTFILES= ${_ALL_DISTFILES:O:u} .else DISTFILES= ${DISTFILES_${LINUX_ARCH:S/x86_64/amd64/}} .endif EXTRACT_ONLY?= ${DISTFILES_${LINUX_ARCH:S/x86_64/amd64/}:C/:[^:]+$//} .endif .endif .if !empty(SRC_DISTFILES) && (make(makesum) || defined(PACKAGE_BUILDING)) DISTFILES+= ${SRC_DISTFILES} .endif # This triggers on amd64 with DEFAULT_VERSIONS+=linux=c6 (i386 Linux) and # ports with ONLY_FOR_ARCHS=amd64 or NOT_FOR_ARCHS=i386. It may be removed # when c6 becomes an alias for c6_64 on amd64 (after FreeBSD 10.3 EoL). .if (defined(ONLY_FOR_ARCHS) && empty(ONLY_FOR_ARCHS:M${LINUX_ARCH:S/x86_64/amd64/})) \ || !empty(NOT_FOR_ARCHS:M${LINUX_ARCH:S/x86_64/amd64/}) IGNORE= does not run on Linux/${LINUX_ARCH} .endif .endif # _POSTMKINCLUDED && ! _INCLUDE_USES_LINUX_POST_MK Index: head/accessibility/linux-c7-atk/Makefile =================================================================== --- head/accessibility/linux-c7-atk/Makefile (revision 503721) +++ head/accessibility/linux-c7-atk/Makefile (revision 503722) @@ -1,24 +1,24 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= atk -PORTVERSION= 2.22.0 +PORTVERSION= 2.28.1 CATEGORIES= accessibility linux MAINTAINER= emulation@FreeBSD.org COMMENT= Accessibility Toolkit (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 3.el7 +RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include Index: head/accessibility/linux-c7-atk/distinfo =================================================================== --- head/accessibility/linux-c7-atk/distinfo (revision 503721) +++ head/accessibility/linux-c7-atk/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507232548 -SHA256 (centos/atk-2.22.0-3.el7.i686.rpm) = 51dd9d34c7e10d7e69eeee8731a17411914c35f8a01d1d632511934e300a0c41 -SIZE (centos/atk-2.22.0-3.el7.i686.rpm) = 263684 -SHA256 (centos/atk-2.22.0-3.el7.x86_64.rpm) = ce4a8e5f12dbd01124b51e0291771a78ad57cd6734ed5be00973141a703dce27 -SIZE (centos/atk-2.22.0-3.el7.x86_64.rpm) = 264692 -SHA256 (centos/atk-2.22.0-3.el7.src.rpm) = 7786d6341da29d5d05cc84bb540c418ae7deef267375d0aa73526007f0a15135 -SIZE (centos/atk-2.22.0-3.el7.src.rpm) = 765986 +TIMESTAMP = 1556468753 +SHA256 (centos/atk-2.28.1-1.el7.i686.rpm) = 5d4110591a2c1ef104ab5ab853635bb5161605635e622553bdef720d6c438f4c +SIZE (centos/atk-2.28.1-1.el7.i686.rpm) = 267648 +SHA256 (centos/atk-2.28.1-1.el7.x86_64.rpm) = 29c5f11d640a91806cccfffd1477812940c123768febed5540c8cf2b2e4ad8e5 +SIZE (centos/atk-2.28.1-1.el7.x86_64.rpm) = 269000 +SHA256 (centos/atk-2.28.1-1.el7.src.rpm) = 3444f24c570b5388d58eba70dec7beae5b66e57ce01f8e8d7a8ef98a8c5536ab +SIZE (centos/atk-2.28.1-1.el7.src.rpm) = 731935 Index: head/accessibility/linux-c7-atk/pkg-plist.amd64 =================================================================== --- head/accessibility/linux-c7-atk/pkg-plist.amd64 (revision 503721) +++ head/accessibility/linux-c7-atk/pkg-plist.amd64 (revision 503722) @@ -1,108 +1,109 @@ usr/lib/girepository-1.0/Atk-1.0.typelib usr/lib/libatk-1.0.so.0 -usr/lib/libatk-1.0.so.0.22209.1 +usr/lib/libatk-1.0.so.0.22810.1 usr/lib64/girepository-1.0/Atk-1.0.typelib usr/lib64/libatk-1.0.so.0 -usr/lib64/libatk-1.0.so.0.22209.1 +usr/lib64/libatk-1.0.so.0.22810.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/atk-2.22.0/COPYING +usr/share/licenses/atk-2.28.1/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/li/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zu/LC_MESSAGES/atk10.mo Index: head/accessibility/linux-c7-atk/pkg-plist.i386 =================================================================== --- head/accessibility/linux-c7-atk/pkg-plist.i386 (revision 503721) +++ head/accessibility/linux-c7-atk/pkg-plist.i386 (revision 503722) @@ -1,105 +1,106 @@ usr/lib/girepository-1.0/Atk-1.0.typelib usr/lib/libatk-1.0.so.0 -usr/lib/libatk-1.0.so.0.22209.1 +usr/lib/libatk-1.0.so.0.22810.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/atk-2.22.0/COPYING +usr/share/licenses/atk-2.28.1/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/atk10.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/li/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/atk10.mo %%NLS%%usr/share/locale/zu/LC_MESSAGES/atk10.mo Index: head/audio/linux-c7-alsa-lib/Makefile =================================================================== --- head/audio/linux-c7-alsa-lib/Makefile (revision 503721) +++ head/audio/linux-c7-alsa-lib/Makefile (revision 503722) @@ -1,31 +1,31 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-lib -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.6 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture libraries (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 RUN_DEPENDS= alsa-lib>0:audio/alsa-lib CONFLICTS= linux-c6-${PORTNAME}-[0-9]* -RPMVERSION= 3.el7 +RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS post-patch: @${RM} -r ${WRKSRC}/etc/* ${WRKSRC}/lib/modprobe.d \ ${WRKSRC}/usr/share/doc/alsa-lib post-install: ${LN} -sf ${LOCALBASE}/etc/asound.conf ${STAGEDIR}${PREFIX}/etc .include Index: head/audio/linux-c7-alsa-lib/distinfo =================================================================== --- head/audio/linux-c7-alsa-lib/distinfo (revision 503721) +++ head/audio/linux-c7-alsa-lib/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507232896 -SHA256 (centos/alsa-lib-1.1.3-3.el7.i686.rpm) = f389e456c81f1623db2cd91c250261c7e077df8d1caf6aa7a1b58fed4b0b1166 -SIZE (centos/alsa-lib-1.1.3-3.el7.i686.rpm) = 430524 -SHA256 (centos/alsa-lib-1.1.3-3.el7.x86_64.rpm) = 4bfcb91b4da9e63dfa360144788a678840718f4f2b5e7c0e8a254818011711f7 -SIZE (centos/alsa-lib-1.1.3-3.el7.x86_64.rpm) = 431372 -SHA256 (centos/alsa-lib-1.1.3-3.el7.src.rpm) = d53689cc4740a069c10d3cc54ab0a7e2250d929e795ce6d67fd0719baf5b48a4 -SIZE (centos/alsa-lib-1.1.3-3.el7.src.rpm) = 1016792 +TIMESTAMP = 1544528615 +SHA256 (centos/alsa-lib-1.1.6-2.el7.i686.rpm) = 2fe0dc70816b98d3a7ba8d4dc20a9beb4292a6e3d8cdee9febb784f6a9a88660 +SIZE (centos/alsa-lib-1.1.6-2.el7.i686.rpm) = 433824 +SHA256 (centos/alsa-lib-1.1.6-2.el7.x86_64.rpm) = 307ada7f69ef8956b7fad14831fc2e3dea47cc0721e1a8e25914063463feb01b +SIZE (centos/alsa-lib-1.1.6-2.el7.x86_64.rpm) = 434112 +SHA256 (centos/alsa-lib-1.1.6-2.el7.src.rpm) = 56cb2556210f4443f4ef81074ae396f82ba7a0ba3d224065628baddb8c6a55ef +SIZE (centos/alsa-lib-1.1.6-2.el7.src.rpm) = 1028253 Index: head/audio/linux-c7-alsa-lib/pkg-plist.amd64 =================================================================== --- head/audio/linux-c7-alsa-lib/pkg-plist.amd64 (revision 503721) +++ head/audio/linux-c7-alsa-lib/pkg-plist.amd64 (revision 503722) @@ -1,90 +1,90 @@ etc/asound.conf usr/bin/aserver usr/lib/libasound.so.2 usr/lib/libasound.so.2.0.0 usr/lib64/libasound.so.2 usr/lib64/libasound.so.2.0.0 usr/share/alsa/alsa.conf -usr/share/alsa/alsa.conf.d/README usr/share/alsa/cards/AACI.conf usr/share/alsa/cards/ATIIXP-MODEM.conf usr/share/alsa/cards/ATIIXP-SPDMA.conf usr/share/alsa/cards/ATIIXP.conf usr/share/alsa/cards/AU8810.conf usr/share/alsa/cards/AU8820.conf usr/share/alsa/cards/AU8830.conf usr/share/alsa/cards/Audigy.conf usr/share/alsa/cards/Audigy2.conf usr/share/alsa/cards/Aureon51.conf usr/share/alsa/cards/Aureon71.conf usr/share/alsa/cards/CA0106.conf usr/share/alsa/cards/CMI8338-SWIEC.conf usr/share/alsa/cards/CMI8338.conf usr/share/alsa/cards/CMI8738-MC6.conf usr/share/alsa/cards/CMI8738-MC8.conf usr/share/alsa/cards/CMI8788.conf usr/share/alsa/cards/CS46xx.conf usr/share/alsa/cards/EMU10K1.conf usr/share/alsa/cards/EMU10K1X.conf usr/share/alsa/cards/ENS1370.conf usr/share/alsa/cards/ENS1371.conf usr/share/alsa/cards/ES1968.conf usr/share/alsa/cards/Echo_Echo3G.conf usr/share/alsa/cards/FM801.conf usr/share/alsa/cards/FWSpeakers.conf usr/share/alsa/cards/FireWave.conf usr/share/alsa/cards/GUS.conf usr/share/alsa/cards/HDA-Intel.conf usr/share/alsa/cards/HdmiLpeAudio.conf usr/share/alsa/cards/ICE1712.conf usr/share/alsa/cards/ICE1724.conf usr/share/alsa/cards/ICH-MODEM.conf usr/share/alsa/cards/ICH.conf usr/share/alsa/cards/ICH4.conf usr/share/alsa/cards/Loopback.conf usr/share/alsa/cards/Maestro3.conf usr/share/alsa/cards/NFORCE.conf usr/share/alsa/cards/PC-Speaker.conf usr/share/alsa/cards/PMac.conf usr/share/alsa/cards/PMacToonie.conf usr/share/alsa/cards/PS3.conf usr/share/alsa/cards/RME9636.conf usr/share/alsa/cards/RME9652.conf usr/share/alsa/cards/SB-XFi.conf usr/share/alsa/cards/SI7018.conf usr/share/alsa/cards/TRID4DWAVENX.conf usr/share/alsa/cards/USB-Audio.conf usr/share/alsa/cards/VIA686A.conf usr/share/alsa/cards/VIA8233.conf usr/share/alsa/cards/VIA8233A.conf usr/share/alsa/cards/VIA8237.conf usr/share/alsa/cards/VX222.conf usr/share/alsa/cards/VXPocket.conf usr/share/alsa/cards/VXPocket440.conf usr/share/alsa/cards/YMF744.conf usr/share/alsa/cards/aliases.conf usr/share/alsa/cards/pistachio-card.conf +usr/share/alsa/cards/vc4-hdmi.conf usr/share/alsa/pcm/center_lfe.conf usr/share/alsa/pcm/default.conf usr/share/alsa/pcm/dmix.conf usr/share/alsa/pcm/dpl.conf usr/share/alsa/pcm/dsnoop.conf usr/share/alsa/pcm/front.conf usr/share/alsa/pcm/hdmi.conf usr/share/alsa/pcm/iec958.conf usr/share/alsa/pcm/modem.conf usr/share/alsa/pcm/rear.conf usr/share/alsa/pcm/side.conf usr/share/alsa/pcm/surround21.conf usr/share/alsa/pcm/surround40.conf usr/share/alsa/pcm/surround41.conf usr/share/alsa/pcm/surround50.conf usr/share/alsa/pcm/surround51.conf usr/share/alsa/pcm/surround71.conf usr/share/alsa/topology/broadwell/broadwell.conf usr/share/alsa/topology/bxtrt298/bxt_i2s.conf usr/share/alsa/topology/sklrt286/skl_i2s.conf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/asoundrc.txt @dir usr/share/alsa/ucm Index: head/audio/linux-c7-alsa-lib/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-lib/pkg-plist.i386 (revision 503721) +++ head/audio/linux-c7-alsa-lib/pkg-plist.i386 (revision 503722) @@ -1,88 +1,88 @@ etc/asound.conf usr/bin/aserver usr/lib/libasound.so.2 usr/lib/libasound.so.2.0.0 usr/share/alsa/alsa.conf -usr/share/alsa/alsa.conf.d/README usr/share/alsa/cards/AACI.conf usr/share/alsa/cards/ATIIXP-MODEM.conf usr/share/alsa/cards/ATIIXP-SPDMA.conf usr/share/alsa/cards/ATIIXP.conf usr/share/alsa/cards/AU8810.conf usr/share/alsa/cards/AU8820.conf usr/share/alsa/cards/AU8830.conf usr/share/alsa/cards/Audigy.conf usr/share/alsa/cards/Audigy2.conf usr/share/alsa/cards/Aureon51.conf usr/share/alsa/cards/Aureon71.conf usr/share/alsa/cards/CA0106.conf usr/share/alsa/cards/CMI8338-SWIEC.conf usr/share/alsa/cards/CMI8338.conf usr/share/alsa/cards/CMI8738-MC6.conf usr/share/alsa/cards/CMI8738-MC8.conf usr/share/alsa/cards/CMI8788.conf usr/share/alsa/cards/CS46xx.conf usr/share/alsa/cards/EMU10K1.conf usr/share/alsa/cards/EMU10K1X.conf usr/share/alsa/cards/ENS1370.conf usr/share/alsa/cards/ENS1371.conf usr/share/alsa/cards/ES1968.conf usr/share/alsa/cards/Echo_Echo3G.conf usr/share/alsa/cards/FM801.conf usr/share/alsa/cards/FWSpeakers.conf usr/share/alsa/cards/FireWave.conf usr/share/alsa/cards/GUS.conf usr/share/alsa/cards/HDA-Intel.conf usr/share/alsa/cards/HdmiLpeAudio.conf usr/share/alsa/cards/ICE1712.conf usr/share/alsa/cards/ICE1724.conf usr/share/alsa/cards/ICH-MODEM.conf usr/share/alsa/cards/ICH.conf usr/share/alsa/cards/ICH4.conf usr/share/alsa/cards/Loopback.conf usr/share/alsa/cards/Maestro3.conf usr/share/alsa/cards/NFORCE.conf usr/share/alsa/cards/PC-Speaker.conf usr/share/alsa/cards/PMac.conf usr/share/alsa/cards/PMacToonie.conf usr/share/alsa/cards/PS3.conf usr/share/alsa/cards/RME9636.conf usr/share/alsa/cards/RME9652.conf usr/share/alsa/cards/SB-XFi.conf usr/share/alsa/cards/SI7018.conf usr/share/alsa/cards/TRID4DWAVENX.conf usr/share/alsa/cards/USB-Audio.conf usr/share/alsa/cards/VIA686A.conf usr/share/alsa/cards/VIA8233.conf usr/share/alsa/cards/VIA8233A.conf usr/share/alsa/cards/VIA8237.conf usr/share/alsa/cards/VX222.conf usr/share/alsa/cards/VXPocket.conf usr/share/alsa/cards/VXPocket440.conf usr/share/alsa/cards/YMF744.conf usr/share/alsa/cards/aliases.conf usr/share/alsa/cards/pistachio-card.conf +usr/share/alsa/cards/vc4-hdmi.conf usr/share/alsa/pcm/center_lfe.conf usr/share/alsa/pcm/default.conf usr/share/alsa/pcm/dmix.conf usr/share/alsa/pcm/dpl.conf usr/share/alsa/pcm/dsnoop.conf usr/share/alsa/pcm/front.conf usr/share/alsa/pcm/hdmi.conf usr/share/alsa/pcm/iec958.conf usr/share/alsa/pcm/modem.conf usr/share/alsa/pcm/rear.conf usr/share/alsa/pcm/side.conf usr/share/alsa/pcm/surround21.conf usr/share/alsa/pcm/surround40.conf usr/share/alsa/pcm/surround41.conf usr/share/alsa/pcm/surround50.conf usr/share/alsa/pcm/surround51.conf usr/share/alsa/pcm/surround71.conf usr/share/alsa/topology/broadwell/broadwell.conf usr/share/alsa/topology/bxtrt298/bxt_i2s.conf usr/share/alsa/topology/sklrt286/skl_i2s.conf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/asoundrc.txt @dir usr/share/alsa/ucm Index: head/audio/linux-c7-alsa-plugins-oss/Makefile =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/Makefile (revision 503721) +++ head/audio/linux-c7-alsa-plugins-oss/Makefile (revision 503722) @@ -1,28 +1,28 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-plugins -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.6 CATEGORIES= audio linux PKGNAMESUFFIX= -oss LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= OSS plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= alsalib USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-c7-alsa-plugins-oss/distinfo =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/distinfo (revision 503721) +++ head/audio/linux-c7-alsa-plugins-oss/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482091989 -SHA256 (centos/alsa-plugins-oss-1.1.1-1.el7.i686.rpm) = b49683387ff11eff6f9697dae02f14539b53a67a4f09a1eae52ae7fffdb0b22f -SIZE (centos/alsa-plugins-oss-1.1.1-1.el7.i686.rpm) = 32212 -SHA256 (centos/alsa-plugins-oss-1.1.1-1.el7.x86_64.rpm) = 9e75d7c1445c76b012ee8144237ef054fe6a25b30f6cbe88826f6b9795ae9ee0 -SIZE (centos/alsa-plugins-oss-1.1.1-1.el7.x86_64.rpm) = 32660 -SHA256 (centos/alsa-plugins-1.1.1-1.el7.src.rpm) = db290b29cf2c95463a78de59bdabe4bf78391b03967c121f935bcd3274f2dff1 -SIZE (centos/alsa-plugins-1.1.1-1.el7.src.rpm) = 381619 +TIMESTAMP = 1556469061 +SHA256 (centos/alsa-plugins-oss-1.1.6-1.el7.i686.rpm) = 4da7c5cd52caed8640db1cb1521c7c7ef837dd89272e93870a13d919f1db081a +SIZE (centos/alsa-plugins-oss-1.1.6-1.el7.i686.rpm) = 32748 +SHA256 (centos/alsa-plugins-oss-1.1.6-1.el7.x86_64.rpm) = f7ebfb51012b6905e4e96eecfff1179cde32ade799c2eb7e740c3646146a70c3 +SIZE (centos/alsa-plugins-oss-1.1.6-1.el7.x86_64.rpm) = 33236 +SHA256 (centos/alsa-plugins-1.1.6-1.el7.src.rpm) = e01bf476f3117bc29276a24ddae250396b928dfe2755550ec234e6f77f43add0 +SIZE (centos/alsa-plugins-1.1.6-1.el7.src.rpm) = 396174 Index: head/audio/linux-c7-alsa-plugins-oss/pkg-plist.amd64 =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/pkg-plist.amd64 (revision 503721) +++ head/audio/linux-c7-alsa-plugins-oss/pkg-plist.amd64 (revision 503722) @@ -1,8 +1,9 @@ +etc/alsa/conf.d/50-oss.conf usr/lib/alsa-lib/libasound_module_ctl_oss.so usr/lib/alsa-lib/libasound_module_pcm_oss.so usr/lib64/alsa-lib/libasound_module_ctl_oss.so usr/lib64/alsa-lib/libasound_module_pcm_oss.so -usr/share/alsa/alsa.conf.d/50-pcm-oss.conf +usr/share/alsa/alsa.conf.d/50-oss.conf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL %%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss Index: head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 (revision 503721) +++ head/audio/linux-c7-alsa-plugins-oss/pkg-plist.i386 (revision 503722) @@ -1,6 +1,7 @@ +etc/alsa/conf.d/50-oss.conf usr/lib/alsa-lib/libasound_module_ctl_oss.so usr/lib/alsa-lib/libasound_module_pcm_oss.so -usr/share/alsa/alsa.conf.d/50-pcm-oss.conf +usr/share/alsa/alsa.conf.d/50-oss.conf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL %%PORTDOCS%%%%DOCSDIR%%/README-pcm-oss Index: head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile (revision 503721) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/Makefile (revision 503722) @@ -1,28 +1,28 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-plugins -PORTVERSION= 1.1.1 +PORTVERSION= 1.1.6 CATEGORIES= audio linux PKGNAMESUFFIX= -pulseaudio LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= PulseAudio plugin for ALSA (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= alsalib pulseaudio-libs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo (revision 503721) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482093193 -SHA256 (centos/alsa-plugins-pulseaudio-1.1.1-1.el7.i686.rpm) = ce4695e6e77ad062c5e0a806eef925f0363a10bcaa89f8eeedd97027034cd2d4 -SIZE (centos/alsa-plugins-pulseaudio-1.1.1-1.el7.i686.rpm) = 41344 -SHA256 (centos/alsa-plugins-pulseaudio-1.1.1-1.el7.x86_64.rpm) = bcb33cec91ae5518ae68baac3d53e93b4062884d1f673066467ad110f2c97845 -SIZE (centos/alsa-plugins-pulseaudio-1.1.1-1.el7.x86_64.rpm) = 42044 -SHA256 (centos/alsa-plugins-1.1.1-1.el7.src.rpm) = db290b29cf2c95463a78de59bdabe4bf78391b03967c121f935bcd3274f2dff1 -SIZE (centos/alsa-plugins-1.1.1-1.el7.src.rpm) = 381619 +TIMESTAMP = 1556469457 +SHA256 (centos/alsa-plugins-pulseaudio-1.1.6-1.el7.i686.rpm) = 96f3d5bdd4bf2e7190768d54f967d1e4db4e86db1b27ae2b7c3bba5aa9e2b46a +SIZE (centos/alsa-plugins-pulseaudio-1.1.6-1.el7.i686.rpm) = 41924 +SHA256 (centos/alsa-plugins-pulseaudio-1.1.6-1.el7.x86_64.rpm) = f08f2360d987c6726353be05949a1dbc43b303f96829df94c86dcb5d24ce0156 +SIZE (centos/alsa-plugins-pulseaudio-1.1.6-1.el7.x86_64.rpm) = 42672 +SHA256 (centos/alsa-plugins-1.1.6-1.el7.src.rpm) = e01bf476f3117bc29276a24ddae250396b928dfe2755550ec234e6f77f43add0 +SIZE (centos/alsa-plugins-1.1.6-1.el7.src.rpm) = 396174 Index: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.amd64 =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.amd64 (revision 503721) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.amd64 (revision 503722) @@ -1,11 +1,12 @@ +etc/alsa/conf.d/50-pulseaudio.conf +etc/alsa/conf.d/99-pulseaudio-default.conf usr/lib/alsa-lib/libasound_module_conf_pulse.so usr/lib/alsa-lib/libasound_module_ctl_pulse.so usr/lib/alsa-lib/libasound_module_pcm_pulse.so usr/lib64/alsa-lib/libasound_module_conf_pulse.so usr/lib64/alsa-lib/libasound_module_ctl_pulse.so usr/lib64/alsa-lib/libasound_module_pcm_pulse.so usr/share/alsa/alsa.conf.d/50-pulseaudio.conf -usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL %%PORTDOCS%%%%DOCSDIR%%/README-pulse Index: head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 (revision 503721) +++ head/audio/linux-c7-alsa-plugins-pulseaudio/pkg-plist.i386 (revision 503722) @@ -1,8 +1,9 @@ +etc/alsa/conf.d/50-pulseaudio.conf +etc/alsa/conf.d/99-pulseaudio-default.conf usr/lib/alsa-lib/libasound_module_conf_pulse.so usr/lib/alsa-lib/libasound_module_ctl_pulse.so usr/lib/alsa-lib/libasound_module_pcm_pulse.so usr/share/alsa/alsa.conf.d/50-pulseaudio.conf -usr/share/alsa/alsa.conf.d/99-pulseaudio-default.conf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.GPL %%PORTDOCS%%%%DOCSDIR%%/README-pulse Index: head/audio/linux-c7-alsa-utils/Makefile =================================================================== --- head/audio/linux-c7-alsa-utils/Makefile (revision 503721) +++ head/audio/linux-c7-alsa-utils/Makefile (revision 503722) @@ -1,24 +1,24 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= alsa-utils -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.6 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Advanced Linux Sound Architecture utilities (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv3 CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 2.el7 +RPMVERSION= 1.el7 USES= linux:c7 USE_LINUX= alsalib alsa-plugins-oss USE_LINUX_RPM= nolib OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include Index: head/audio/linux-c7-alsa-utils/distinfo =================================================================== --- head/audio/linux-c7-alsa-utils/distinfo (revision 503721) +++ head/audio/linux-c7-alsa-utils/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507908855 -SHA256 (centos/alsa-utils-1.1.3-2.el7.i686.rpm) = b9ac7c02974977ea1fdad436ebf470bbe06cf15acf3fd6790ea62caec579c76b -SIZE (centos/alsa-utils-1.1.3-2.el7.i686.rpm) = 1085192 -SHA256 (centos/alsa-utils-1.1.3-2.el7.x86_64.rpm) = ea6576894e9c3305318a6fc222b501f6f3de172d7ec8f949134e13c361025e8e -SIZE (centos/alsa-utils-1.1.3-2.el7.x86_64.rpm) = 1092196 -SHA256 (centos/alsa-utils-1.1.3-2.el7.src.rpm) = 02110b9dfa1bb630ff7b30a6359083403aa3798e73eb3163666d88920b9b4265 -SIZE (centos/alsa-utils-1.1.3-2.el7.src.rpm) = 1238572 +TIMESTAMP = 1544570287 +SHA256 (centos/alsa-utils-1.1.6-1.el7.i686.rpm) = f3b6603e803c7bbb276e976d3f55b7ff7df8226bb68f69d8493eb418447dfd7d +SIZE (centos/alsa-utils-1.1.6-1.el7.i686.rpm) = 1085836 +SHA256 (centos/alsa-utils-1.1.6-1.el7.x86_64.rpm) = 158684e386c446f35eea84a909d248c443239eeb0d05af7f324437ecb4550b3e +SIZE (centos/alsa-utils-1.1.6-1.el7.x86_64.rpm) = 1092692 +SHA256 (centos/alsa-utils-1.1.6-1.el7.src.rpm) = 0832194b1c6daeec2694ae49c53ad69b6f84d0839a0ec6d29c5f7fd8aa19d3d0 +SIZE (centos/alsa-utils-1.1.6-1.el7.src.rpm) = 1236892 Index: head/audio/linux-c7-alsa-utils/pkg-plist.i386 =================================================================== --- head/audio/linux-c7-alsa-utils/pkg-plist.i386 (revision 503721) +++ head/audio/linux-c7-alsa-utils/pkg-plist.i386 (revision 503722) @@ -1,75 +1,74 @@ etc/alsa/alsactl.conf usr/bin/aconnect usr/bin/alsa-delay usr/bin/alsabat usr/bin/alsaloop usr/bin/alsamixer usr/bin/alsatplg usr/bin/alsaucm usr/bin/alsaunmute usr/bin/amidi usr/bin/amixer usr/bin/aplay usr/bin/aplaymidi usr/bin/arecord usr/bin/arecordmidi usr/bin/aseqdump usr/bin/aseqnet usr/bin/iecset usr/bin/speaker-test usr/lib/alsa/init/00main usr/lib/alsa/init/ca0106 usr/lib/alsa/init/default usr/lib/alsa/init/hda usr/lib/alsa/init/help usr/lib/alsa/init/info usr/lib/alsa/init/test usr/lib/systemd/system/alsa-restore.service usr/lib/systemd/system/alsa-state.service -usr/lib/systemd/system/alsa-store.service -usr/lib/systemd/system/basic.target.wants/alsa-restore.service -usr/lib/systemd/system/basic.target.wants/alsa-state.service +usr/lib/systemd/system/sound.target.wants/alsa-restore.service +usr/lib/systemd/system/sound.target.wants/alsa-state.service usr/lib/udev/rules.d/90-alsa-restore.rules usr/sbin/alsa-info usr/sbin/alsa-info.sh usr/sbin/alsabat-test.sh usr/sbin/alsactl usr/share/alsa/init usr/share/alsa/speaker-test/sample_map.csv %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/ChangeLog %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/TODO %%NLS%%usr/share/locale/de/LC_MESSAGES/alsa-utils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/alsa-utils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/alsa-utils.mo usr/share/man/man1/aconnect.1.gz usr/share/man/man1/alsa-delay.1.gz usr/share/man/man1/alsa-info.sh.1.gz usr/share/man/man1/alsabat.1.gz usr/share/man/man1/alsactl.1.gz usr/share/man/man1/alsaloop.1.gz usr/share/man/man1/alsamixer.1.gz usr/share/man/man1/alsaucm.1.gz usr/share/man/man1/alsaunmute.1.gz usr/share/man/man1/amidi.1.gz usr/share/man/man1/amixer.1.gz usr/share/man/man1/aplay.1.gz usr/share/man/man1/aplaymidi.1.gz usr/share/man/man1/arecord.1.gz usr/share/man/man1/arecordmidi.1.gz usr/share/man/man1/aseqdump.1.gz usr/share/man/man1/aseqnet.1.gz usr/share/man/man1/iecset.1.gz usr/share/man/man1/speaker-test.1.gz usr/share/man/man7/alsactl_init.7.gz usr/share/sounds/alsa/Front_Center.wav usr/share/sounds/alsa/Front_Left.wav usr/share/sounds/alsa/Front_Right.wav usr/share/sounds/alsa/Noise.wav usr/share/sounds/alsa/Rear_Center.wav usr/share/sounds/alsa/Rear_Left.wav usr/share/sounds/alsa/Rear_Right.wav usr/share/sounds/alsa/Side_Left.wav usr/share/sounds/alsa/Side_Right.wav @dir var/lib/alsa Index: head/audio/linux-c7-libvorbis/Makefile =================================================================== --- head/audio/linux-c7-libvorbis/Makefile (revision 503721) +++ head/audio/linux-c7-libvorbis/Makefile (revision 503722) @@ -1,23 +1,23 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= libvorbis PORTVERSION= 1.3.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio linux MAINTAINER= emulation@FreeBSD.org COMMENT= Audio compression codec library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 8.el7 +RPMVERSION= 8.el7.1 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= libogg USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/audio/linux-c7-libvorbis/distinfo =================================================================== --- head/audio/linux-c7-libvorbis/distinfo (revision 503721) +++ head/audio/linux-c7-libvorbis/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482089875 -SHA256 (centos/libvorbis-1.3.3-8.el7.i686.rpm) = 58049ebe1fbafe6073befa04935ea11f8a1482c4a165927371797f8ec6e78b8b -SIZE (centos/libvorbis-1.3.3-8.el7.i686.rpm) = 199332 -SHA256 (centos/libvorbis-1.3.3-8.el7.x86_64.rpm) = cd226342ddb3b71cfe0f84ed3858364440d301e6619cbd9eccaacbf5fd8afe69 -SIZE (centos/libvorbis-1.3.3-8.el7.x86_64.rpm) = 209376 -SHA256 (centos/libvorbis-1.3.3-8.el7.src.rpm) = f3074b1eac13d8993395fdbdade24e4c10431830f8903006ffec310ea2662f83 -SIZE (centos/libvorbis-1.3.3-8.el7.src.rpm) = 1103121 +TIMESTAMP = 1556469764 +SHA256 (centos/libvorbis-1.3.3-8.el7.1.i686.rpm) = 89800188336771d97fd95d824a7d80e08635537a1fc315ea1898d0e61074d691 +SIZE (centos/libvorbis-1.3.3-8.el7.1.i686.rpm) = 199304 +SHA256 (centos/libvorbis-1.3.3-8.el7.1.x86_64.rpm) = 103a96863323b13b8c59cc4a095884150426a54ff3c72afc1ef44cd191f3b0be +SIZE (centos/libvorbis-1.3.3-8.el7.1.x86_64.rpm) = 209072 +SHA256 (centos/libvorbis-1.3.3-8.el7.1.src.rpm) = c7fd26d7e69522f4ca1c43743e48c75d0b07d0327b607f1688991599bf5e392f +SIZE (centos/libvorbis-1.3.3-8.el7.1.src.rpm) = 1104703 Index: head/audio/linux-c7-pulseaudio-libs/Makefile =================================================================== --- head/audio/linux-c7-pulseaudio-libs/Makefile (revision 503721) +++ head/audio/linux-c7-pulseaudio-libs/Makefile (revision 503722) @@ -1,31 +1,32 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= pulseaudio PORTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= audio linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} \ ${LINUXNAME}-glib2-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 3.el7 +RPMVERSION= 5.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dbuslibs libasyncns libsndfile tcp_wrappers-libs xorglibs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes post-patch: @${RM} ${WRKSRC}/etc/pulse/client.conf.orig .include Index: head/audio/linux-c7-pulseaudio-libs/distinfo =================================================================== --- head/audio/linux-c7-pulseaudio-libs/distinfo (revision 503721) +++ head/audio/linux-c7-pulseaudio-libs/distinfo (revision 503722) @@ -1,11 +1,11 @@ -TIMESTAMP = 1507233578 -SHA256 (centos/pulseaudio-libs-10.0-3.el7.i686.rpm) = 746f64dfcace08362bca194fcfa0af501ef3edd148bc989dc972bb2e378e9233 -SIZE (centos/pulseaudio-libs-10.0-3.el7.i686.rpm) = 652872 -SHA256 (centos/pulseaudio-libs-10.0-3.el7.x86_64.rpm) = 933a0691752876e57ef46af8ab0c434890057a7a66e526f7bbc2a50204a60d72 -SIZE (centos/pulseaudio-libs-10.0-3.el7.x86_64.rpm) = 665664 -SHA256 (centos/pulseaudio-libs-glib2-10.0-3.el7.i686.rpm) = 56a7bfa07e8206376aa8caa4b6c14f80624bc5fc3717b9372a4a8c68c20447d7 -SIZE (centos/pulseaudio-libs-glib2-10.0-3.el7.i686.rpm) = 27560 -SHA256 (centos/pulseaudio-libs-glib2-10.0-3.el7.x86_64.rpm) = a67b30a3facc0de35739e924675db3f1882a45ed6e66f3114a754315f09516c9 -SIZE (centos/pulseaudio-libs-glib2-10.0-3.el7.x86_64.rpm) = 27532 -SHA256 (centos/pulseaudio-10.0-3.el7.src.rpm) = 23ce0591d6c6ab0196cf92354fd094e9542956183a1db817788c5d12a08da623 -SIZE (centos/pulseaudio-10.0-3.el7.src.rpm) = 1642066 +TIMESTAMP = 1530377123 +SHA256 (centos/pulseaudio-libs-10.0-5.el7.i686.rpm) = 5bb39b8bdad3896dd2ba22ce043ac7acda7e120d22120f11b2dbb9e0bc06ad45 +SIZE (centos/pulseaudio-libs-10.0-5.el7.i686.rpm) = 653528 +SHA256 (centos/pulseaudio-libs-10.0-5.el7.x86_64.rpm) = 1c824e66cacd5da65274bc684db43dc94978241824bfb9e2ccd224b4d813b58c +SIZE (centos/pulseaudio-libs-10.0-5.el7.x86_64.rpm) = 666124 +SHA256 (centos/pulseaudio-libs-glib2-10.0-5.el7.i686.rpm) = 52f4c9173e1bf67f229682dc6e5ed7037ca4ec5acbab26582d25ba3b5b001c9a +SIZE (centos/pulseaudio-libs-glib2-10.0-5.el7.i686.rpm) = 27860 +SHA256 (centos/pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm) = 8f2dc95ad0b8c6a644a9a1dbdf910497667b44527c6b62c3171e25bff1ff2f0c +SIZE (centos/pulseaudio-libs-glib2-10.0-5.el7.x86_64.rpm) = 27824 +SHA256 (centos/pulseaudio-10.0-5.el7.src.rpm) = 9969ff43a836545e3bcd5098631ad2a6cf0bd359de93f53eb23d506433b8c0ae +SIZE (centos/pulseaudio-10.0-5.el7.src.rpm) = 1659109 Index: head/audio/linux-c7-pulseaudio-utils/Makefile =================================================================== --- head/audio/linux-c7-pulseaudio-utils/Makefile (revision 503721) +++ head/audio/linux-c7-pulseaudio-utils/Makefile (revision 503722) @@ -1,23 +1,24 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= pulseaudio PORTVERSION= 10.0 +PORTREVISION= 1 CATEGORIES= audio linux PKGNAMESUFFIX= -utils BIN_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Utils for PulseAudio clients (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 3.el7 +RPMVERSION= 5.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs pulseaudio-libs USE_LINUX_RPM= nolib .include Index: head/audio/linux-c7-pulseaudio-utils/distinfo =================================================================== --- head/audio/linux-c7-pulseaudio-utils/distinfo (revision 503721) +++ head/audio/linux-c7-pulseaudio-utils/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507909153 -SHA256 (centos/pulseaudio-utils-10.0-3.el7.i686.rpm) = d4643dfc96bf6167d0972467457a1eb36e66b4fda14cbe70562f00cc7ce7e66e -SIZE (centos/pulseaudio-utils-10.0-3.el7.i686.rpm) = 75404 -SHA256 (centos/pulseaudio-utils-10.0-3.el7.x86_64.rpm) = 9fe71bdae4381a277c8fb2443f22b4ebeef850174f2bcf1a0973840373b75d47 -SIZE (centos/pulseaudio-utils-10.0-3.el7.x86_64.rpm) = 77924 -SHA256 (centos/pulseaudio-10.0-3.el7.src.rpm) = 23ce0591d6c6ab0196cf92354fd094e9542956183a1db817788c5d12a08da623 -SIZE (centos/pulseaudio-10.0-3.el7.src.rpm) = 1642066 +TIMESTAMP = 1530377615 +SHA256 (centos/pulseaudio-utils-10.0-5.el7.i686.rpm) = 8a2afae6887293a20e1865175b9139047328869ff4282d7c88c6c7b7259aa803 +SIZE (centos/pulseaudio-utils-10.0-5.el7.i686.rpm) = 75884 +SHA256 (centos/pulseaudio-utils-10.0-5.el7.x86_64.rpm) = ed5987715aee1d3cc9eb9d03da673eed7207339a836f6927967254823dff9164 +SIZE (centos/pulseaudio-utils-10.0-5.el7.x86_64.rpm) = 78340 +SHA256 (centos/pulseaudio-10.0-5.el7.src.rpm) = 9969ff43a836545e3bcd5098631ad2a6cf0bd359de93f53eb23d506433b8c0ae +SIZE (centos/pulseaudio-10.0-5.el7.src.rpm) = 1659109 Index: head/converters/Makefile =================================================================== --- head/converters/Makefile (revision 503721) +++ head/converters/Makefile (revision 503722) @@ -1,185 +1,186 @@ # $FreeBSD$ # COMMENT = Character code converters SUBDIR += R-cran-RJSONIO SUBDIR += R-cran-base64enc SUBDIR += R-cran-jsonlite SUBDIR += R-cran-rjson SUBDIR += aish SUBDIR += ascii2binary SUBDIR += asr10 SUBDIR += base64 SUBDIR += bibtexconv SUBDIR += bsdconv SUBDIR += btoa SUBDIR += chmview SUBDIR += cl-babel SUBDIR += cl-babel-sbcl SUBDIR += cmios9 SUBDIR += cocot SUBDIR += convmv SUBDIR += dosunix SUBDIR += drg2sbg SUBDIR += dumpasn1 SUBDIR += enca SUBDIR += erlang-base64url SUBDIR += fconv SUBDIR += fix-mime-charset SUBDIR += fondu SUBDIR += fpc-iconvenc SUBDIR += fribidi SUBDIR += gbase SUBDIR += gbsdconv SUBDIR += hs-aeson-pretty SUBDIR += htx SUBDIR += i18ntools SUBDIR += ical2html SUBDIR += iconv SUBDIR += iconv-extra SUBDIR += iconv-rfc1345 SUBDIR += ish SUBDIR += libb64 SUBDIR += libiconv SUBDIR += libticonv SUBDIR += libutf-8 + SUBDIR += linux-c7-fribidi SUBDIR += lua-iconv SUBDIR += lua-json SUBDIR += lua51-iconv SUBDIR += mimelib SUBDIR += mmencode SUBDIR += mpack SUBDIR += nomyso SUBDIR += o3read SUBDIR += ocaml-base64 SUBDIR += ocaml-jsonm SUBDIR += osm2mp SUBDIR += osm2pgrouting SUBDIR += osm2pgsql SUBDIR += p5-Bencode SUBDIR += p5-Boulder SUBDIR += p5-Convert-ASCII-Armour SUBDIR += p5-Convert-ASN1 SUBDIR += p5-Convert-BER SUBDIR += p5-Convert-Base32 SUBDIR += p5-Convert-Bencode SUBDIR += p5-Convert-Bencode_XS SUBDIR += p5-Convert-BinHex SUBDIR += p5-Convert-Binary-C SUBDIR += p5-Convert-IBM390 SUBDIR += p5-Convert-Moji SUBDIR += p5-Convert-Morse SUBDIR += p5-Convert-NLS_DATE_FORMAT SUBDIR += p5-Convert-PEM SUBDIR += p5-Convert-Recode SUBDIR += p5-Convert-TNEF SUBDIR += p5-Convert-UU SUBDIR += p5-Convert-UUlib SUBDIR += p5-Cpanel-JSON-XS SUBDIR += p5-Cstools SUBDIR += p5-Data-AMF SUBDIR += p5-Encode SUBDIR += p5-Encode-Base32-Crockford SUBDIR += p5-Encode-Base32-GMP SUBDIR += p5-Encode-Base58-GMP SUBDIR += p5-Encode-Detect SUBDIR += p5-Encode-Detect-CJK SUBDIR += p5-Encode-DoubleEncodedUTF8 SUBDIR += p5-Encode-IMAPUTF7 SUBDIR += p5-Encode-JIS2K SUBDIR += p5-Encode-Locale SUBDIR += p5-Encode-Punycode SUBDIR += p5-Encode-compat SUBDIR += p5-Encoding-BER SUBDIR += p5-Encoding-FixLatin SUBDIR += p5-Format-Human-Bytes SUBDIR += p5-JSON SUBDIR += p5-JSON-Any SUBDIR += p5-JSON-DWIW SUBDIR += p5-JSON-MaybeXS SUBDIR += p5-JSON-PP SUBDIR += p5-JSON-Tiny SUBDIR += p5-JSON-XS SUBDIR += p5-JSON-XS-VersionOneAndTwo SUBDIR += p5-JSON1 SUBDIR += p5-LaTeXML SUBDIR += p5-MIME-Base32 SUBDIR += p5-MIME-Base64 SUBDIR += p5-MIME-Base64-URLSafe SUBDIR += p5-Net-IDN-Nameprep SUBDIR += p5-Number-Nary SUBDIR += p5-Number-RecordLocator SUBDIR += p5-PerlIO-via-Unidecode SUBDIR += p5-Sereal SUBDIR += p5-Sereal-Decoder SUBDIR += p5-Sereal-Encoder SUBDIR += p5-Storable-AMF SUBDIR += p5-String-Multibyte SUBDIR += p5-Text-Bidi SUBDIR += p5-Text-Iconv SUBDIR += p5-Text-Unidecode SUBDIR += p5-URI-UTF8-Punycode SUBDIR += p5-Unicode-IMAPUtf7 SUBDIR += p5-Unicode-Map SUBDIR += p5-Unicode-Map8 SUBDIR += p5-Unicode-MapUTF8 SUBDIR += p5-Unicode-RecursiveDowngrade SUBDIR += p5-Unicode-String SUBDIR += p5-Unicode-Stringprep SUBDIR += p5-Unicode-UTF8simple SUBDIR += p5-WAP-wbxml SUBDIR += p5-XML-WBXML SUBDIR += p5-bsdconv SUBDIR += p5-plutil SUBDIR += pdf2djvu SUBDIR += pear-Services_JSON SUBDIR += pecl-igbinary SUBDIR += php-bsdconv SUBDIR += php71-iconv SUBDIR += php71-mbstring SUBDIR += php71-recode SUBDIR += php72-iconv SUBDIR += php72-mbstring SUBDIR += php72-recode SUBDIR += php73-iconv SUBDIR += php73-mbstring SUBDIR += php73-recode SUBDIR += psiconv SUBDIR += py-bcode SUBDIR += py-bencode.py SUBDIR += py-bencoder SUBDIR += py-better-bencode SUBDIR += py-bsdconv SUBDIR += py-iconv SUBDIR += py-rencode SUBDIR += py-text-unidecode SUBDIR += py-unidecode SUBDIR += py-webencodings SUBDIR += py-zfec SUBDIR += rcctools SUBDIR += recode SUBDIR += rubygem-base32 SUBDIR += rubygem-json-ld SUBDIR += rubygem-json-ld-preloaded SUBDIR += rubygem-po_to_json SUBDIR += rubygem-ruby-bsdconv SUBDIR += rubygem-url_safe_base64 SUBDIR += rubygem-xdr SUBDIR += shftool SUBDIR += showkey SUBDIR += ta2as SUBDIR += tnef SUBDIR += trans SUBDIR += tuc SUBDIR += unix2dos SUBDIR += uudeview SUBDIR += uulib SUBDIR += vda2fbd SUBDIR += wkhtmltopdf SUBDIR += xdeview SUBDIR += xml2c SUBDIR += ytnef SUBDIR += zbase32 .include Index: head/converters/linux-c7-fribidi/Makefile =================================================================== --- head/converters/linux-c7-fribidi/Makefile (nonexistent) +++ head/converters/linux-c7-fribidi/Makefile (revision 503722) @@ -0,0 +1,18 @@ +# $FreeBSD$ + +PORTNAME= fribidi +PORTVERSION= 1.0.2 +CATEGORIES= converters linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Unicode Bidirectional Algorithm (Linux CentOS ${LINUX_DIST_VER}) + +DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr +RPMVERSION= 1.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= DOCS + +.include Property changes on: head/converters/linux-c7-fribidi/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/linux-c7-fribidi/distinfo =================================================================== --- head/converters/linux-c7-fribidi/distinfo (nonexistent) +++ head/converters/linux-c7-fribidi/distinfo (revision 503722) @@ -0,0 +1,7 @@ +TIMESTAMP = 1556538804 +SHA256 (centos/fribidi-1.0.2-1.el7.i686.rpm) = e550e6e29712e7889a41b78bc773f85b0736e2354f1aa86b5c654672ae22c94c +SIZE (centos/fribidi-1.0.2-1.el7.i686.rpm) = 81340 +SHA256 (centos/fribidi-1.0.2-1.el7.x86_64.rpm) = d6a7aead16257679507e3f8935409c2e2b11d886fac6c8e3f99547abc2a1529f +SIZE (centos/fribidi-1.0.2-1.el7.x86_64.rpm) = 81284 +SHA256 (centos/fribidi-1.0.2-1.el7.src.rpm) = 6cd338014384da42e6ea8dbbc0351ff432dcb4708a4093d82d89b8e951c2a1e4 +SIZE (centos/fribidi-1.0.2-1.el7.src.rpm) = 1395728 Property changes on: head/converters/linux-c7-fribidi/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/linux-c7-fribidi/pkg-plist.amd64 =================================================================== --- head/converters/linux-c7-fribidi/pkg-plist.amd64 (nonexistent) +++ head/converters/linux-c7-fribidi/pkg-plist.amd64 (revision 503722) @@ -0,0 +1,12 @@ +usr/bin/fribidi +usr/lib/libfribidi.so.0 +usr/lib/libfribidi.so.0.4.0 +usr/lib64/libfribidi.so.0 +usr/lib64/libfribidi.so.0.4.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO Property changes on: head/converters/linux-c7-fribidi/pkg-plist.amd64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/converters/linux-c7-fribidi/pkg-plist.i386 =================================================================== --- head/converters/linux-c7-fribidi/pkg-plist.i386 (nonexistent) +++ head/converters/linux-c7-fribidi/pkg-plist.i386 (revision 503722) @@ -0,0 +1,10 @@ +usr/bin/fribidi +usr/lib/libfribidi.so.0 +usr/lib/libfribidi.so.0.4.0 +%%PORTDOCS%%%%DOCSDIR%%/AUTHORS +%%PORTDOCS%%%%DOCSDIR%%/COPYING +%%PORTDOCS%%%%DOCSDIR%%/ChangeLog +%%PORTDOCS%%%%DOCSDIR%%/NEWS +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%%%DOCSDIR%%/THANKS +%%PORTDOCS%%%%DOCSDIR%%/TODO Property changes on: head/converters/linux-c7-fribidi/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/devel/linux-c7-dbus-libs/Makefile =================================================================== --- head/devel/linux-c7-dbus-libs/Makefile (revision 503721) +++ head/devel/linux-c7-dbus-libs/Makefile (revision 503722) @@ -1,26 +1,25 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= dbus -PORTVERSION= 1.6.12 -PORTREVISION= 2 +PORTVERSION= 1.10.24 CATEGORIES= devel linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for accessing D-BUS (Linux CentOS ${LINUX_DIST_VER}) LICENSE= GPLv2+ CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 17.el7 +RPMVERSION= 13.el7_6 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes .include Index: head/devel/linux-c7-dbus-libs/distinfo =================================================================== --- head/devel/linux-c7-dbus-libs/distinfo (revision 503721) +++ head/devel/linux-c7-dbus-libs/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482085226 -SHA256 (centos/dbus-libs-1.6.12-17.el7.i686.rpm) = 5a60554034f75c24a5abc784def634599a590101ebef36bbe182885042bde63a -SIZE (centos/dbus-libs-1.6.12-17.el7.i686.rpm) = 155360 -SHA256 (centos/dbus-libs-1.6.12-17.el7.x86_64.rpm) = 3a55239b3c781f1c4074c85e475140a7b1e3fc7b69efd84b4f1b948711bcd8fe -SIZE (centos/dbus-libs-1.6.12-17.el7.x86_64.rpm) = 154672 -SHA256 (centos/dbus-1.6.12-17.el7.src.rpm) = 3f13209be818abc238e2f561de52fe72315b4f3c95d2b343965accfe7ba2e371 -SIZE (centos/dbus-1.6.12-17.el7.src.rpm) = 1991380 +TIMESTAMP = 1556462930 +SHA256 (centos/dbus-libs-1.10.24-13.el7_6.i686.rpm) = 3753a695776509864bc04df2a82d020ac265ca4d185a873b06e9a5ca3483f9d9 +SIZE (centos/dbus-libs-1.10.24-13.el7_6.i686.rpm) = 173752 +SHA256 (centos/dbus-libs-1.10.24-13.el7_6.x86_64.rpm) = 8aa1dad54b65cdc84a57025c00407a198214279cf0b62cb9bc1942e2ef3a0eae +SIZE (centos/dbus-libs-1.10.24-13.el7_6.x86_64.rpm) = 173096 +SHA256 (centos/dbus-1.10.24-13.el7_6.src.rpm) = fea357cb28861eee8c339427e9bbed5fa9cc71d203cce0e147c68018cd5f40f0 +SIZE (centos/dbus-1.10.24-13.el7_6.src.rpm) = 2050987 Index: head/devel/linux-c7-dbus-libs/pkg-plist.amd64 =================================================================== --- head/devel/linux-c7-dbus-libs/pkg-plist.amd64 (revision 503721) +++ head/devel/linux-c7-dbus-libs/pkg-plist.amd64 (revision 503722) @@ -1,4 +1,5 @@ usr/lib/libdbus-1.so.3 -usr/lib/libdbus-1.so.3.7.4 +usr/lib/libdbus-1.so.3.14.14 usr/lib64/libdbus-1.so.3 -usr/lib64/libdbus-1.so.3.7.4 +usr/lib64/libdbus-1.so.3.14.14 +usr/share/licenses/dbus-libs-1.10.24/COPYING Index: head/devel/linux-c7-dbus-libs/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-dbus-libs/pkg-plist.i386 (revision 503721) +++ head/devel/linux-c7-dbus-libs/pkg-plist.i386 (revision 503722) @@ -1,2 +1,2 @@ usr/lib/libdbus-1.so.3 -usr/lib/libdbus-1.so.3.7.4 +usr/lib/libdbus-1.so.3.14.14 Index: head/devel/linux-c7-devtools/Makefile =================================================================== --- head/devel/linux-c7-devtools/Makefile (revision 503721) +++ head/devel/linux-c7-devtools/Makefile (revision 503722) @@ -1,64 +1,63 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= devtools PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 4 CATEGORIES= devel -BIN_DISTNAMES= binutils-2.25.1-32.base.el7_4.2 \ - glibc-headers-2.17-196.el7_4.2 \ +BIN_DISTNAMES= binutils-2.27-34.base.el7 \ + glibc-headers-2.17-260.el7_6.5 \ mpfr-3.1.1-4.el7 \ - cpp-4.8.5-16.el7_4.2 \ - gcc-4.8.5-16.el7_4.2 \ - gcc-c++-4.8.5-16.el7_4.2 \ - gcc-gfortran-4.8.5-16.el7_4.2 -LIB_DISTNAMES= binutils-devel-2.25.1-32.base.el7_4.2 \ - glibc-devel-2.17-196.el7_4.2 \ - libstdc++-devel-4.8.5-16.el7_4.2 \ - libgomp-4.8.5-16.el7_4.2 \ + cpp-4.8.5-36.el7_6.2 \ + gcc-4.8.5-36.el7_6.2 \ + gcc-c++-4.8.5-36.el7_6.2 \ + gcc-gfortran-4.8.5-36.el7_6.2 +LIB_DISTNAMES= binutils-devel-2.27-34.base.el7 \ + glibc-devel-2.17-260.el7_6.5 \ + libstdc++-devel-4.8.5-36.el7_6.2 \ + libgomp-4.8.5-36.el7_6.2 \ libmpc-1.0.1-3.el7 DISTFILES_amd64=${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ - kernel-headers-3.10.0-693.21.1.el7${EXTRACT_SUFX_amd64}:amd64 + kernel-headers-3.10.0-957.12.2.el7${EXTRACT_SUFX_amd64}:amd64 DISTFILES_i386= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \ - kernel-headers-3.10.0-693.21.1.el7.centos.plus${EXTRACT_SUFX_i386}:i386 -SRC_DISTFILES= binutils-2.25.1-32.base.el7_4.2${SRC_SUFX}:SOURCE \ - glibc-2.17-196.el7_4.2${SRC_SUFX}:SOURCE \ - kernel-3.10.0-693.21.1.el7${SRC_SUFX}:SOURCE \ + kernel-headers-3.10.0-957.12.2.el7.centos.plus${EXTRACT_SUFX_i386}:i386 +SRC_DISTFILES= binutils-2.27-34.base.el7${SRC_SUFX}:SOURCE \ + glibc-2.17-260.el7_6.5${SRC_SUFX}:SOURCE \ + kernel-3.10.0-957.12.2.el7${SRC_SUFX}:SOURCE \ libmpc-1.0.1-3.el7${SRC_SUFX}:SOURCE \ mpfr-3.1.1-4.el7${SRC_SUFX}:SOURCE \ - gcc-4.8.5-16.el7_4.2${SRC_SUFX}:SOURCE + gcc-4.8.5-36.el7_6.2${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= Linux compilers and base libraries (CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* # LICENSE= Various GNU USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= libgfortran USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include post-install: ${LN} -sf ld.bfd ${STAGEDIR}${PREFIX}/usr/bin/ld .if ${LINUX_ARCH} == x86_64 ${LN} -sfh ../../../../lib64/libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so ${LN} -sfh ../../../../libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_s.so .else ${LN} -sfh ../../../libgcc_s.so.1 \ ${STAGEDIR}${PREFIX}/usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_s.so .endif .include Index: head/devel/linux-c7-devtools/distinfo =================================================================== --- head/devel/linux-c7-devtools/distinfo (revision 503721) +++ head/devel/linux-c7-devtools/distinfo (revision 503722) @@ -1,65 +1,65 @@ -TIMESTAMP = 1523961458 -SHA256 (centos/binutils-2.25.1-32.base.el7_4.2.i686.rpm) = 86e857582395aef6ba2d205a6445faeecc0d71a2993d942dbe357170c586af89 -SIZE (centos/binutils-2.25.1-32.base.el7_4.2.i686.rpm) = 5793776 -SHA256 (centos/binutils-2.25.1-32.base.el7_4.2.x86_64.rpm) = bd0c01e1497db8d42161bd1a749ad698dc33d2b745c89f9c33c7b3312281141c -SIZE (centos/binutils-2.25.1-32.base.el7_4.2.x86_64.rpm) = 5667212 -SHA256 (centos/binutils-devel-2.25.1-32.base.el7_4.2.i686.rpm) = f40877cf5ec44f5e87372497ffde64292e4db5f8a34df86469974063dad40d88 -SIZE (centos/binutils-devel-2.25.1-32.base.el7_4.2.i686.rpm) = 904740 -SHA256 (centos/binutils-devel-2.25.1-32.base.el7_4.2.x86_64.rpm) = a35cb46bd0be72dbc343161e305ca2d59dc679f54279c56699c77fef07c83407 -SIZE (centos/binutils-devel-2.25.1-32.base.el7_4.2.x86_64.rpm) = 866224 -SHA256 (centos/cpp-4.8.5-16.el7_4.2.i686.rpm) = ebe0fd8acda373543fd087b0347e227849eceb788daef1999e32addd4d9fae1f -SIZE (centos/cpp-4.8.5-16.el7_4.2.i686.rpm) = 5876708 -SHA256 (centos/cpp-4.8.5-16.el7_4.2.x86_64.rpm) = 4fb0ac741ff4b403c04bbc5a667efef16b8c90b3a6a0fc46f213e06a2110253b -SIZE (centos/cpp-4.8.5-16.el7_4.2.x86_64.rpm) = 6248628 -SHA256 (centos/gcc-4.8.5-16.el7_4.2.i686.rpm) = 753f9533a319116e20074c42ceb5b5a3626dd050db6cf7a4d83c09564a4819be -SIZE (centos/gcc-4.8.5-16.el7_4.2.i686.rpm) = 15275228 -SHA256 (centos/gcc-4.8.5-16.el7_4.2.x86_64.rpm) = a784cb89d3ddf61e36ec944c834ab58d882cd4ce62d6e8983898936b586309a7 -SIZE (centos/gcc-4.8.5-16.el7_4.2.x86_64.rpm) = 16980040 -SHA256 (centos/gcc-c++-4.8.5-16.el7_4.2.i686.rpm) = d17504812ffa6893343e748872be77dbc1452a19f3fcae942b5d12405537d137 -SIZE (centos/gcc-c++-4.8.5-16.el7_4.2.i686.rpm) = 7126100 -SHA256 (centos/gcc-c++-4.8.5-16.el7_4.2.x86_64.rpm) = 52e634a1fe957ed1976be30a1b7fc79014babff685bc3f4651b65197f88e034a -SIZE (centos/gcc-c++-4.8.5-16.el7_4.2.x86_64.rpm) = 7546824 -SHA256 (centos/gcc-gfortran-4.8.5-16.el7_4.2.i686.rpm) = 825d665cd4b3abaf6eef45020f95dc6f08496031bf9b3dc04c74228993760c7c -SIZE (centos/gcc-gfortran-4.8.5-16.el7_4.2.i686.rpm) = 6623004 -SHA256 (centos/gcc-gfortran-4.8.5-16.el7_4.2.x86_64.rpm) = 2c73968556a4b8acae87ba119ab92521d474c84dda62a35f001913f87dff8366 -SIZE (centos/gcc-gfortran-4.8.5-16.el7_4.2.x86_64.rpm) = 6995696 -SHA256 (centos/glibc-devel-2.17-196.el7_4.2.i686.rpm) = 27b673437c40462a7c90342b9a30fab1ef55586587d63578023570a31cabbcf5 -SIZE (centos/glibc-devel-2.17-196.el7_4.2.i686.rpm) = 1112976 -SHA256 (centos/glibc-devel-2.17-196.el7_4.2.x86_64.rpm) = 0824c1029c28c76e36304d077e3c31961a4ecb2d2dee402e80ef5e86042889d8 -SIZE (centos/glibc-devel-2.17-196.el7_4.2.x86_64.rpm) = 1112172 -SHA256 (centos/glibc-headers-2.17-196.el7_4.2.i686.rpm) = 7bbde8054c63e125e5f8e9d44fdab51251fe676c402a0717d7e4f09f496bcfbe -SIZE (centos/glibc-headers-2.17-196.el7_4.2.i686.rpm) = 691848 -SHA256 (centos/glibc-headers-2.17-196.el7_4.2.x86_64.rpm) = 119fb10681d3910fcecedfecfcf974192ec555e9333a6b324369ed445546e820 -SIZE (centos/glibc-headers-2.17-196.el7_4.2.x86_64.rpm) = 691932 -SHA256 (centos/kernel-headers-3.10.0-693.21.1.el7.centos.plus.i686.rpm) = 24b8fa377bcea427115812ecfe77c35e3c6890453e61a8b207d652bc2d8093fe -SIZE (centos/kernel-headers-3.10.0-693.21.1.el7.centos.plus.i686.rpm) = 6293108 -SHA256 (centos/kernel-headers-3.10.0-693.21.1.el7.x86_64.rpm) = 3733941700ac897948b8e62a56a4a07c767ed37f4f984167ad76d68755f85a81 -SIZE (centos/kernel-headers-3.10.0-693.21.1.el7.x86_64.rpm) = 6291236 -SHA256 (centos/libgomp-4.8.5-16.el7_4.2.i686.rpm) = 375d775de41a91ffdba664811c2b81a4c3768d01090eaf6c1b26f9996df92172 -SIZE (centos/libgomp-4.8.5-16.el7_4.2.i686.rpm) = 161044 -SHA256 (centos/libgomp-4.8.5-16.el7_4.2.x86_64.rpm) = df034398bba76f8ea73cbeadfe50cfb7a54d82aab0d92073e56098bf4d9913fc -SIZE (centos/libgomp-4.8.5-16.el7_4.2.x86_64.rpm) = 157792 +TIMESTAMP = 1559401855 +SHA256 (centos/binutils-2.27-34.base.el7.i686.rpm) = 40f02c8e10d58e86e0d37ae4d3813ff1a2ece9d340f15371465758c0791e2c42 +SIZE (centos/binutils-2.27-34.base.el7.i686.rpm) = 6343144 +SHA256 (centos/binutils-2.27-34.base.el7.x86_64.rpm) = 45995236bc07a51d506c036a557540e9407024758027eb58635390e408823392 +SIZE (centos/binutils-2.27-34.base.el7.x86_64.rpm) = 6190780 +SHA256 (centos/binutils-devel-2.27-34.base.el7.i686.rpm) = e23a1334202ec2320503433b7001beafabf473bb429a993970a2fbbdda558e3c +SIZE (centos/binutils-devel-2.27-34.base.el7.i686.rpm) = 939324 +SHA256 (centos/binutils-devel-2.27-34.base.el7.x86_64.rpm) = 781ab3c279454aef57eb5018836df6e218e5436d5d3bf6918fc75db8870534e0 +SIZE (centos/binutils-devel-2.27-34.base.el7.x86_64.rpm) = 898868 +SHA256 (centos/cpp-4.8.5-36.el7_6.2.i686.rpm) = c31d3c22d8b8dba9614d6c249d7fd78ad4b5ba331b79cd2693b9d7c675eb5c4b +SIZE (centos/cpp-4.8.5-36.el7_6.2.i686.rpm) = 5893600 +SHA256 (centos/cpp-4.8.5-36.el7_6.2.x86_64.rpm) = 0aa2fe9110c371e8233a318a4080947071efa1520a65ca2ac53d008f33bb9226 +SIZE (centos/cpp-4.8.5-36.el7_6.2.x86_64.rpm) = 6228084 +SHA256 (centos/gcc-4.8.5-36.el7_6.2.i686.rpm) = 72105d6fee2a64404081267623bc01cdce778770f4b209dfb505195027762342 +SIZE (centos/gcc-4.8.5-36.el7_6.2.i686.rpm) = 15291528 +SHA256 (centos/gcc-4.8.5-36.el7_6.2.x86_64.rpm) = df11ee20a10e77891291f7792937b6289d5f0d7f9a71c2fe3565c13638e9faa1 +SIZE (centos/gcc-4.8.5-36.el7_6.2.x86_64.rpm) = 16960856 +SHA256 (centos/gcc-c++-4.8.5-36.el7_6.2.i686.rpm) = a31167ca616fe03dd1aeaa212c1776429bc942ef9f1d5b1157635d850344e770 +SIZE (centos/gcc-c++-4.8.5-36.el7_6.2.i686.rpm) = 7134904 +SHA256 (centos/gcc-c++-4.8.5-36.el7_6.2.x86_64.rpm) = 4be1a944bfc7c6a5baf6ad0670b0c6c1dcb21a5b6d0ddb7ef81e13df17b849a7 +SIZE (centos/gcc-c++-4.8.5-36.el7_6.2.x86_64.rpm) = 7521008 +SHA256 (centos/gcc-gfortran-4.8.5-36.el7_6.2.i686.rpm) = 93b8faa54f7557c8f2bc27bb637dbfeb7c2d24b9d7ad1d9f010853f173dc4f75 +SIZE (centos/gcc-gfortran-4.8.5-36.el7_6.2.i686.rpm) = 6639648 +SHA256 (centos/gcc-gfortran-4.8.5-36.el7_6.2.x86_64.rpm) = 76f426e1b324a612b907c6b52fb915488c00d9b2317f5460387dfb53b99d29bc +SIZE (centos/gcc-gfortran-4.8.5-36.el7_6.2.x86_64.rpm) = 6975208 +SHA256 (centos/glibc-devel-2.17-260.el7_6.5.i686.rpm) = d052eda13e21be893002269a20c378bb17ac134d188c7bd931fe73edfe5a5d1d +SIZE (centos/glibc-devel-2.17-260.el7_6.5.i686.rpm) = 1122036 +SHA256 (centos/glibc-devel-2.17-260.el7_6.5.x86_64.rpm) = 288cbaa2ee577070918f3e88b49e0510f92a853e0836d3abf65c6e6e74b68d0b +SIZE (centos/glibc-devel-2.17-260.el7_6.5.x86_64.rpm) = 1121240 +SHA256 (centos/glibc-headers-2.17-260.el7_6.5.i686.rpm) = 820ef0dcd3e1b8e939594afe43738ec477fd7b709490b2000ebb45cb34ba89b9 +SIZE (centos/glibc-headers-2.17-260.el7_6.5.i686.rpm) = 699816 +SHA256 (centos/glibc-headers-2.17-260.el7_6.5.x86_64.rpm) = e54d09e59b29388cbbabe71cb849bff68d9c76df0c45c70049263e5a0845c501 +SIZE (centos/glibc-headers-2.17-260.el7_6.5.x86_64.rpm) = 699840 +SHA256 (centos/kernel-headers-3.10.0-957.12.2.el7.centos.plus.i686.rpm) = d305bc782c68cd5a401dcefd4fb5ddf0ae1f1e1be99ecb07f3e544d0b25f82cd +SIZE (centos/kernel-headers-3.10.0-957.12.2.el7.centos.plus.i686.rpm) = 8385124 +SHA256 (centos/kernel-headers-3.10.0-957.12.2.el7.x86_64.rpm) = 084f7569dabb5cbfdd6cf6aceaf7f8ea22cedab1735fa37fa8be08a42baf624e +SIZE (centos/kernel-headers-3.10.0-957.12.2.el7.x86_64.rpm) = 8382544 +SHA256 (centos/libgomp-4.8.5-36.el7_6.2.i686.rpm) = 63e76c63d5e97594f8aee9f6868a69393bcfe74221d6e1645d81cc5c1c1fc295 +SIZE (centos/libgomp-4.8.5-36.el7_6.2.i686.rpm) = 164660 +SHA256 (centos/libgomp-4.8.5-36.el7_6.2.x86_64.rpm) = 3d4b7fef75e6abdac9393e0fb334b1a79e33dca26f3042a126378072a70a2dc2 +SIZE (centos/libgomp-4.8.5-36.el7_6.2.x86_64.rpm) = 161352 SHA256 (centos/libmpc-1.0.1-3.el7.i686.rpm) = 5815aba6200880de302028a3e15a2c9d4df0e612739bac3789840076eef8f484 SIZE (centos/libmpc-1.0.1-3.el7.i686.rpm) = 52068 SHA256 (centos/libmpc-1.0.1-3.el7.x86_64.rpm) = 7abdbd156653d369e8a42ffa0db4fdd6aca33b9746d1802f62989607bf4670b0 SIZE (centos/libmpc-1.0.1-3.el7.x86_64.rpm) = 51732 -SHA256 (centos/libstdc++-devel-4.8.5-16.el7_4.2.i686.rpm) = ea4653d6c87c974103d5cd029f84676d040788d99576dbc690ad460582adb27d -SIZE (centos/libstdc++-devel-4.8.5-16.el7_4.2.i686.rpm) = 1572460 -SHA256 (centos/libstdc++-devel-4.8.5-16.el7_4.2.x86_64.rpm) = 5a106723be239fce75421219e0af8c9770e2543a2e5b8970ad2c4f0c7a5a84c9 -SIZE (centos/libstdc++-devel-4.8.5-16.el7_4.2.x86_64.rpm) = 1576688 +SHA256 (centos/libstdc++-devel-4.8.5-36.el7_6.2.i686.rpm) = 8ae628c1c9ba0a186d2913db2a3e88c848905cfb467fdf4bbc1db408183637ec +SIZE (centos/libstdc++-devel-4.8.5-36.el7_6.2.i686.rpm) = 1576128 +SHA256 (centos/libstdc++-devel-4.8.5-36.el7_6.2.x86_64.rpm) = d57ddb332eafb1b8b184fc578b9d31f695cc68b5953fb5894f82dd58159a9bbd +SIZE (centos/libstdc++-devel-4.8.5-36.el7_6.2.x86_64.rpm) = 1580364 SHA256 (centos/mpfr-3.1.1-4.el7.i686.rpm) = 434df971d8ca24131e558a76d76b89c1a50492f2042c16f02267c623a35c6675 SIZE (centos/mpfr-3.1.1-4.el7.i686.rpm) = 204828 SHA256 (centos/mpfr-3.1.1-4.el7.x86_64.rpm) = 252c6dbd30edf55bfc5e24cc2862470d6046156d515a7cf614d6994dba13519a SIZE (centos/mpfr-3.1.1-4.el7.x86_64.rpm) = 208316 -SHA256 (centos/binutils-2.25.1-32.base.el7_4.2.src.rpm) = 3417047e886c94228150bd5008c9f64aae01aed8221eac294900592f2b80fbb7 -SIZE (centos/binutils-2.25.1-32.base.el7_4.2.src.rpm) = 23673958 -SHA256 (centos/glibc-2.17-196.el7_4.2.src.rpm) = b4225586b175563dbdca74afaacc63f22dee1cc981e1f564f55b0b289818ac80 -SIZE (centos/glibc-2.17-196.el7_4.2.src.rpm) = 25392322 -SHA256 (centos/kernel-3.10.0-693.21.1.el7.src.rpm) = 1adeea322986fd8d461825c29d5979db5ffe2b1d7893ae5c47377dc0f96aca15 -SIZE (centos/kernel-3.10.0-693.21.1.el7.src.rpm) = 93275613 +SHA256 (centos/binutils-2.27-34.base.el7.src.rpm) = f5c458f75c5efb325c7b0a2796e86329560415fa851aa9dfb0dcdbb7b3fe2c42 +SIZE (centos/binutils-2.27-34.base.el7.src.rpm) = 25575302 +SHA256 (centos/glibc-2.17-260.el7_6.5.src.rpm) = 288963e2de5061c038c8e9eccee1eba6bd884e9d07a05a51f627e7977d4153de +SIZE (centos/glibc-2.17-260.el7_6.5.src.rpm) = 26263753 +SHA256 (centos/kernel-3.10.0-957.12.2.el7.src.rpm) = d6b2383e28a6b553d286cf63d1bc1337177d49b723a840445ebc5c82b47d06db +SIZE (centos/kernel-3.10.0-957.12.2.el7.src.rpm) = 101086841 SHA256 (centos/libmpc-1.0.1-3.el7.src.rpm) = 21d2e108f7eb0b09110c6097c50981090dd261cbe8cf16edbc86d62b7ea08241 SIZE (centos/libmpc-1.0.1-3.el7.src.rpm) = 1187712 SHA256 (centos/mpfr-3.1.1-4.el7.src.rpm) = c6946822a27080f2952925146088928a16292ee0fc2639aa4ef862eae716397e SIZE (centos/mpfr-3.1.1-4.el7.src.rpm) = 1080457 -SHA256 (centos/gcc-4.8.5-16.el7_4.2.src.rpm) = b6536a276fc353138163b5466b826e28d923e2635b6689ac8eed96b057f91c6b -SIZE (centos/gcc-4.8.5-16.el7_4.2.src.rpm) = 79198751 +SHA256 (centos/gcc-4.8.5-36.el7_6.2.src.rpm) = ac99e3be48ea00a95dc8d302a31c74597f365f1f3c05ed10623954a155f5498c +SIZE (centos/gcc-4.8.5-36.el7_6.2.src.rpm) = 79303561 Index: head/devel/linux-c7-devtools/pkg-plist.amd64 =================================================================== --- head/devel/linux-c7-devtools/pkg-plist.amd64 (revision 503721) +++ head/devel/linux-c7-devtools/pkg-plist.amd64 (revision 503722) @@ -1,2460 +1,2492 @@ usr/bin/addr2line usr/bin/ar usr/bin/as usr/bin/c++ usr/bin/c++filt usr/bin/c89 usr/bin/c99 usr/bin/cc usr/bin/cpp usr/bin/dwp usr/bin/elfedit usr/bin/f95 usr/bin/g++ usr/bin/gcc usr/bin/gcc-ar usr/bin/gcc-nm usr/bin/gcc-ranlib usr/bin/gcov usr/bin/gfortran usr/bin/gprof usr/bin/ld usr/bin/ld.bfd usr/bin/ld.gold usr/bin/nm usr/bin/objcopy usr/bin/objdump usr/bin/ranlib usr/bin/readelf usr/bin/size usr/bin/strings usr/bin/strip usr/bin/x86_64-redhat-linux-c++ usr/bin/x86_64-redhat-linux-g++ usr/bin/x86_64-redhat-linux-gcc usr/include/_G_config.h usr/include/a.out.h usr/include/aio.h usr/include/aliases.h usr/include/alloca.h usr/include/ansidecl.h usr/include/ar.h usr/include/argp.h usr/include/argz.h usr/include/arpa/ftp.h usr/include/arpa/inet.h usr/include/arpa/nameser.h usr/include/arpa/nameser_compat.h usr/include/arpa/telnet.h usr/include/arpa/tftp.h usr/include/asm-generic/auxvec.h usr/include/asm-generic/bitsperlong.h +usr/include/asm-generic/bpf_perf_event.h usr/include/asm-generic/errno-base.h usr/include/asm-generic/errno.h usr/include/asm-generic/fcntl.h usr/include/asm-generic/int-l64.h usr/include/asm-generic/int-ll64.h usr/include/asm-generic/ioctl.h usr/include/asm-generic/ioctls.h usr/include/asm-generic/ipcbuf.h usr/include/asm-generic/kvm_para.h usr/include/asm-generic/mman-common.h usr/include/asm-generic/mman.h usr/include/asm-generic/msgbuf.h usr/include/asm-generic/param.h usr/include/asm-generic/poll.h usr/include/asm-generic/posix_types.h usr/include/asm-generic/resource.h usr/include/asm-generic/sembuf.h usr/include/asm-generic/setup.h usr/include/asm-generic/shmbuf.h usr/include/asm-generic/shmparam.h usr/include/asm-generic/siginfo.h usr/include/asm-generic/signal-defs.h usr/include/asm-generic/signal.h usr/include/asm-generic/socket.h usr/include/asm-generic/sockios.h usr/include/asm-generic/stat.h usr/include/asm-generic/statfs.h usr/include/asm-generic/swab.h usr/include/asm-generic/termbits.h usr/include/asm-generic/termios.h usr/include/asm-generic/types.h usr/include/asm-generic/ucontext.h usr/include/asm-generic/unistd.h usr/include/asm/a.out.h usr/include/asm/auxvec.h usr/include/asm/bitsperlong.h usr/include/asm/boot.h usr/include/asm/bootparam.h +usr/include/asm/bpf_perf_event.h usr/include/asm/byteorder.h usr/include/asm/debugreg.h usr/include/asm/e820.h usr/include/asm/errno.h usr/include/asm/fcntl.h usr/include/asm/hw_breakpoint.h usr/include/asm/hyperv.h usr/include/asm/ioctl.h usr/include/asm/ioctls.h usr/include/asm/ipcbuf.h usr/include/asm/ist.h usr/include/asm/kvm.h usr/include/asm/kvm_para.h usr/include/asm/kvm_perf.h usr/include/asm/ldt.h usr/include/asm/mce.h usr/include/asm/mman.h usr/include/asm/msgbuf.h usr/include/asm/msr-index.h usr/include/asm/msr.h usr/include/asm/mtrr.h usr/include/asm/param.h usr/include/asm/perf_regs.h usr/include/asm/poll.h usr/include/asm/posix_types.h usr/include/asm/posix_types_32.h usr/include/asm/posix_types_64.h usr/include/asm/posix_types_x32.h usr/include/asm/prctl.h usr/include/asm/processor-flags.h usr/include/asm/ptrace-abi.h usr/include/asm/ptrace.h usr/include/asm/resource.h usr/include/asm/sembuf.h usr/include/asm/setup.h usr/include/asm/shmbuf.h usr/include/asm/sigcontext.h usr/include/asm/sigcontext32.h usr/include/asm/siginfo.h usr/include/asm/signal.h usr/include/asm/socket.h usr/include/asm/sockios.h usr/include/asm/stat.h usr/include/asm/statfs.h usr/include/asm/svm.h usr/include/asm/swab.h usr/include/asm/termbits.h usr/include/asm/termios.h usr/include/asm/types.h usr/include/asm/ucontext.h usr/include/asm/unistd.h usr/include/asm/unistd_32.h usr/include/asm/unistd_64.h usr/include/asm/unistd_x32.h usr/include/asm/vm86.h usr/include/asm/vmx.h usr/include/asm/vsyscall.h usr/include/assert.h usr/include/bfd.h usr/include/bfdlink.h usr/include/bits/a.out.h usr/include/bits/byteswap-16.h usr/include/bits/byteswap.h usr/include/bits/cmathcalls.h usr/include/bits/confname.h usr/include/bits/dirent.h usr/include/bits/dlfcn.h usr/include/bits/elfclass.h usr/include/bits/endian.h usr/include/bits/environments.h usr/include/bits/epoll.h usr/include/bits/errno.h usr/include/bits/error.h usr/include/bits/eventfd.h usr/include/bits/fcntl-linux.h usr/include/bits/fcntl.h usr/include/bits/fcntl2.h usr/include/bits/fenv.h usr/include/bits/fenvinline.h usr/include/bits/huge_val.h usr/include/bits/huge_valf.h usr/include/bits/huge_vall.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/inf.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h usr/include/bits/ioctls.h usr/include/bits/ipc.h usr/include/bits/ipctypes.h usr/include/bits/libc-lock.h usr/include/bits/libio-ldbl.h usr/include/bits/link.h usr/include/bits/local_lim.h usr/include/bits/locale.h usr/include/bits/math-finite.h usr/include/bits/mathcalls.h usr/include/bits/mathdef.h usr/include/bits/mathinline.h usr/include/bits/mman.h usr/include/bits/monetary-ldbl.h usr/include/bits/mqueue.h usr/include/bits/mqueue2.h usr/include/bits/msq.h usr/include/bits/nan.h usr/include/bits/netdb.h usr/include/bits/param.h usr/include/bits/poll.h usr/include/bits/poll2.h usr/include/bits/posix1_lim.h usr/include/bits/posix2_lim.h usr/include/bits/posix_opt.h usr/include/bits/printf-ldbl.h usr/include/bits/pthreadtypes.h usr/include/bits/resource.h usr/include/bits/sched.h usr/include/bits/select.h usr/include/bits/select2.h usr/include/bits/sem.h usr/include/bits/semaphore.h usr/include/bits/setjmp.h usr/include/bits/setjmp2.h usr/include/bits/shm.h usr/include/bits/sigaction.h usr/include/bits/sigcontext.h usr/include/bits/siginfo.h usr/include/bits/signalfd.h usr/include/bits/signum.h usr/include/bits/sigset.h usr/include/bits/sigstack.h usr/include/bits/sigthread.h usr/include/bits/sockaddr.h usr/include/bits/socket.h usr/include/bits/socket2.h usr/include/bits/socket_type.h usr/include/bits/stab.def usr/include/bits/stat.h usr/include/bits/statfs.h usr/include/bits/statvfs.h usr/include/bits/stdio-ldbl.h usr/include/bits/stdio-lock.h usr/include/bits/stdio.h usr/include/bits/stdio2.h usr/include/bits/stdio_lim.h usr/include/bits/stdlib-float.h usr/include/bits/stdlib-ldbl.h usr/include/bits/stdlib.h usr/include/bits/string.h usr/include/bits/string2.h usr/include/bits/string3.h usr/include/bits/sys_errlist.h usr/include/bits/syscall.h usr/include/bits/sysctl.h usr/include/bits/syslog-ldbl.h usr/include/bits/syslog-path.h usr/include/bits/syslog.h usr/include/bits/termios.h usr/include/bits/time.h usr/include/bits/timerfd.h usr/include/bits/timex.h usr/include/bits/types.h usr/include/bits/typesizes.h usr/include/bits/uio.h usr/include/bits/unistd.h usr/include/bits/ustat.h usr/include/bits/utmp.h usr/include/bits/utmpx.h usr/include/bits/utsname.h usr/include/bits/waitflags.h usr/include/bits/waitstatus.h usr/include/bits/wchar-ldbl.h usr/include/bits/wchar.h usr/include/bits/wchar2.h usr/include/bits/wordsize.h usr/include/bits/xopen_lim.h usr/include/byteswap.h usr/include/c++/4.8.2/algorithm usr/include/c++/4.8.2/array usr/include/c++/4.8.2/atomic usr/include/c++/4.8.2/backward/auto_ptr.h usr/include/c++/4.8.2/backward/backward_warning.h usr/include/c++/4.8.2/backward/binders.h usr/include/c++/4.8.2/backward/hash_fun.h usr/include/c++/4.8.2/backward/hash_map usr/include/c++/4.8.2/backward/hash_set usr/include/c++/4.8.2/backward/hashtable.h usr/include/c++/4.8.2/backward/strstream usr/include/c++/4.8.2/bits/algorithmfwd.h usr/include/c++/4.8.2/bits/alloc_traits.h usr/include/c++/4.8.2/bits/allocator.h usr/include/c++/4.8.2/bits/atomic_base.h usr/include/c++/4.8.2/bits/atomic_lockfree_defines.h usr/include/c++/4.8.2/bits/basic_ios.h usr/include/c++/4.8.2/bits/basic_ios.tcc usr/include/c++/4.8.2/bits/basic_string.h usr/include/c++/4.8.2/bits/basic_string.tcc usr/include/c++/4.8.2/bits/boost_concept_check.h usr/include/c++/4.8.2/bits/c++0x_warning.h usr/include/c++/4.8.2/bits/char_traits.h usr/include/c++/4.8.2/bits/codecvt.h usr/include/c++/4.8.2/bits/concept_check.h usr/include/c++/4.8.2/bits/cpp_type_traits.h usr/include/c++/4.8.2/bits/cxxabi_forced.h usr/include/c++/4.8.2/bits/deque.tcc usr/include/c++/4.8.2/bits/exception_defines.h usr/include/c++/4.8.2/bits/exception_ptr.h usr/include/c++/4.8.2/bits/forward_list.h usr/include/c++/4.8.2/bits/forward_list.tcc usr/include/c++/4.8.2/bits/fstream.tcc usr/include/c++/4.8.2/bits/functexcept.h usr/include/c++/4.8.2/bits/functional_hash.h usr/include/c++/4.8.2/bits/gslice.h usr/include/c++/4.8.2/bits/gslice_array.h usr/include/c++/4.8.2/bits/hash_bytes.h usr/include/c++/4.8.2/bits/hashtable.h usr/include/c++/4.8.2/bits/hashtable_policy.h usr/include/c++/4.8.2/bits/indirect_array.h usr/include/c++/4.8.2/bits/ios_base.h usr/include/c++/4.8.2/bits/istream.tcc usr/include/c++/4.8.2/bits/list.tcc usr/include/c++/4.8.2/bits/locale_classes.h usr/include/c++/4.8.2/bits/locale_classes.tcc usr/include/c++/4.8.2/bits/locale_facets.h usr/include/c++/4.8.2/bits/locale_facets.tcc usr/include/c++/4.8.2/bits/locale_facets_nonio.h usr/include/c++/4.8.2/bits/locale_facets_nonio.tcc usr/include/c++/4.8.2/bits/localefwd.h usr/include/c++/4.8.2/bits/mask_array.h usr/include/c++/4.8.2/bits/memoryfwd.h usr/include/c++/4.8.2/bits/move.h usr/include/c++/4.8.2/bits/nested_exception.h usr/include/c++/4.8.2/bits/ostream.tcc usr/include/c++/4.8.2/bits/ostream_insert.h usr/include/c++/4.8.2/bits/postypes.h usr/include/c++/4.8.2/bits/ptr_traits.h usr/include/c++/4.8.2/bits/random.h usr/include/c++/4.8.2/bits/random.tcc usr/include/c++/4.8.2/bits/range_access.h usr/include/c++/4.8.2/bits/regex.h usr/include/c++/4.8.2/bits/regex_compiler.h usr/include/c++/4.8.2/bits/regex_constants.h usr/include/c++/4.8.2/bits/regex_cursor.h usr/include/c++/4.8.2/bits/regex_error.h usr/include/c++/4.8.2/bits/regex_grep_matcher.h usr/include/c++/4.8.2/bits/regex_grep_matcher.tcc usr/include/c++/4.8.2/bits/regex_nfa.h usr/include/c++/4.8.2/bits/regex_nfa.tcc usr/include/c++/4.8.2/bits/shared_ptr.h usr/include/c++/4.8.2/bits/shared_ptr_base.h usr/include/c++/4.8.2/bits/slice_array.h usr/include/c++/4.8.2/bits/sstream.tcc usr/include/c++/4.8.2/bits/stl_algo.h usr/include/c++/4.8.2/bits/stl_algobase.h usr/include/c++/4.8.2/bits/stl_bvector.h usr/include/c++/4.8.2/bits/stl_construct.h usr/include/c++/4.8.2/bits/stl_deque.h usr/include/c++/4.8.2/bits/stl_function.h usr/include/c++/4.8.2/bits/stl_heap.h usr/include/c++/4.8.2/bits/stl_iterator.h usr/include/c++/4.8.2/bits/stl_iterator_base_funcs.h usr/include/c++/4.8.2/bits/stl_iterator_base_types.h usr/include/c++/4.8.2/bits/stl_list.h usr/include/c++/4.8.2/bits/stl_map.h usr/include/c++/4.8.2/bits/stl_multimap.h usr/include/c++/4.8.2/bits/stl_multiset.h usr/include/c++/4.8.2/bits/stl_numeric.h usr/include/c++/4.8.2/bits/stl_pair.h usr/include/c++/4.8.2/bits/stl_queue.h usr/include/c++/4.8.2/bits/stl_raw_storage_iter.h usr/include/c++/4.8.2/bits/stl_relops.h usr/include/c++/4.8.2/bits/stl_set.h usr/include/c++/4.8.2/bits/stl_stack.h usr/include/c++/4.8.2/bits/stl_tempbuf.h usr/include/c++/4.8.2/bits/stl_tree.h usr/include/c++/4.8.2/bits/stl_uninitialized.h usr/include/c++/4.8.2/bits/stl_vector.h usr/include/c++/4.8.2/bits/stream_iterator.h usr/include/c++/4.8.2/bits/streambuf.tcc usr/include/c++/4.8.2/bits/streambuf_iterator.h usr/include/c++/4.8.2/bits/stringfwd.h usr/include/c++/4.8.2/bits/unique_ptr.h usr/include/c++/4.8.2/bits/unordered_map.h usr/include/c++/4.8.2/bits/unordered_set.h usr/include/c++/4.8.2/bits/uses_allocator.h usr/include/c++/4.8.2/bits/valarray_after.h usr/include/c++/4.8.2/bits/valarray_array.h usr/include/c++/4.8.2/bits/valarray_array.tcc usr/include/c++/4.8.2/bits/valarray_before.h usr/include/c++/4.8.2/bits/vector.tcc usr/include/c++/4.8.2/bitset usr/include/c++/4.8.2/cassert usr/include/c++/4.8.2/ccomplex usr/include/c++/4.8.2/cctype usr/include/c++/4.8.2/cerrno usr/include/c++/4.8.2/cfenv usr/include/c++/4.8.2/cfloat usr/include/c++/4.8.2/chrono usr/include/c++/4.8.2/cinttypes usr/include/c++/4.8.2/ciso646 usr/include/c++/4.8.2/climits usr/include/c++/4.8.2/clocale usr/include/c++/4.8.2/cmath usr/include/c++/4.8.2/complex usr/include/c++/4.8.2/complex.h usr/include/c++/4.8.2/condition_variable usr/include/c++/4.8.2/csetjmp usr/include/c++/4.8.2/csignal usr/include/c++/4.8.2/cstdalign usr/include/c++/4.8.2/cstdarg usr/include/c++/4.8.2/cstdbool usr/include/c++/4.8.2/cstddef usr/include/c++/4.8.2/cstdint usr/include/c++/4.8.2/cstdio usr/include/c++/4.8.2/cstdlib usr/include/c++/4.8.2/cstring usr/include/c++/4.8.2/ctgmath usr/include/c++/4.8.2/ctime usr/include/c++/4.8.2/cwchar usr/include/c++/4.8.2/cwctype usr/include/c++/4.8.2/cxxabi.h usr/include/c++/4.8.2/debug/array usr/include/c++/4.8.2/debug/bitset usr/include/c++/4.8.2/debug/debug.h usr/include/c++/4.8.2/debug/deque usr/include/c++/4.8.2/debug/formatter.h usr/include/c++/4.8.2/debug/forward_list usr/include/c++/4.8.2/debug/functions.h usr/include/c++/4.8.2/debug/list usr/include/c++/4.8.2/debug/macros.h usr/include/c++/4.8.2/debug/map usr/include/c++/4.8.2/debug/map.h usr/include/c++/4.8.2/debug/multimap.h usr/include/c++/4.8.2/debug/multiset.h usr/include/c++/4.8.2/debug/safe_base.h usr/include/c++/4.8.2/debug/safe_iterator.h usr/include/c++/4.8.2/debug/safe_iterator.tcc usr/include/c++/4.8.2/debug/safe_local_iterator.h usr/include/c++/4.8.2/debug/safe_local_iterator.tcc usr/include/c++/4.8.2/debug/safe_sequence.h usr/include/c++/4.8.2/debug/safe_sequence.tcc usr/include/c++/4.8.2/debug/safe_unordered_base.h usr/include/c++/4.8.2/debug/safe_unordered_container.h usr/include/c++/4.8.2/debug/safe_unordered_container.tcc usr/include/c++/4.8.2/debug/set usr/include/c++/4.8.2/debug/set.h usr/include/c++/4.8.2/debug/string usr/include/c++/4.8.2/debug/unordered_map usr/include/c++/4.8.2/debug/unordered_set usr/include/c++/4.8.2/debug/vector usr/include/c++/4.8.2/decimal/decimal usr/include/c++/4.8.2/decimal/decimal.h usr/include/c++/4.8.2/deque usr/include/c++/4.8.2/exception usr/include/c++/4.8.2/ext/algorithm usr/include/c++/4.8.2/ext/alloc_traits.h usr/include/c++/4.8.2/ext/array_allocator.h usr/include/c++/4.8.2/ext/atomicity.h usr/include/c++/4.8.2/ext/bitmap_allocator.h usr/include/c++/4.8.2/ext/cast.h usr/include/c++/4.8.2/ext/cmath usr/include/c++/4.8.2/ext/codecvt_specializations.h usr/include/c++/4.8.2/ext/concurrence.h usr/include/c++/4.8.2/ext/debug_allocator.h usr/include/c++/4.8.2/ext/enc_filebuf.h usr/include/c++/4.8.2/ext/extptr_allocator.h usr/include/c++/4.8.2/ext/functional usr/include/c++/4.8.2/ext/hash_map usr/include/c++/4.8.2/ext/hash_set usr/include/c++/4.8.2/ext/iterator usr/include/c++/4.8.2/ext/malloc_allocator.h usr/include/c++/4.8.2/ext/memory usr/include/c++/4.8.2/ext/mt_allocator.h usr/include/c++/4.8.2/ext/new_allocator.h usr/include/c++/4.8.2/ext/numeric usr/include/c++/4.8.2/ext/numeric_traits.h usr/include/c++/4.8.2/ext/pb_ds/assoc_container.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/branch_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cond_dealtor.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/container_base_dispatch.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/debug_map_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/node.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/node.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/standard_policies.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_trace_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/type_utils.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/types_traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/exception.hpp usr/include/c++/4.8.2/ext/pb_ds/hash_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/list_update_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/priority_queue.hpp usr/include/c++/4.8.2/ext/pb_ds/tag_and_trait.hpp usr/include/c++/4.8.2/ext/pb_ds/tree_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/trie_policy.hpp usr/include/c++/4.8.2/ext/pod_char_traits.h usr/include/c++/4.8.2/ext/pointer.h usr/include/c++/4.8.2/ext/pool_allocator.h usr/include/c++/4.8.2/ext/random usr/include/c++/4.8.2/ext/random.tcc usr/include/c++/4.8.2/ext/rb_tree usr/include/c++/4.8.2/ext/rc_string_base.h usr/include/c++/4.8.2/ext/rope usr/include/c++/4.8.2/ext/ropeimpl.h usr/include/c++/4.8.2/ext/slist usr/include/c++/4.8.2/ext/sso_string_base.h usr/include/c++/4.8.2/ext/stdio_filebuf.h usr/include/c++/4.8.2/ext/stdio_sync_filebuf.h usr/include/c++/4.8.2/ext/string_conversions.h usr/include/c++/4.8.2/ext/throw_allocator.h usr/include/c++/4.8.2/ext/type_traits.h usr/include/c++/4.8.2/ext/typelist.h usr/include/c++/4.8.2/ext/vstring.h usr/include/c++/4.8.2/ext/vstring.tcc usr/include/c++/4.8.2/ext/vstring_fwd.h usr/include/c++/4.8.2/ext/vstring_util.h usr/include/c++/4.8.2/fenv.h usr/include/c++/4.8.2/forward_list usr/include/c++/4.8.2/fstream usr/include/c++/4.8.2/functional usr/include/c++/4.8.2/future usr/include/c++/4.8.2/i686-redhat-linux/bits/atomic_word.h usr/include/c++/4.8.2/i686-redhat-linux/bits/basic_file.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++allocator.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++io.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++locale.h usr/include/c++/4.8.2/i686-redhat-linux/bits/cpu_defines.h usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_base.h usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_inline.h usr/include/c++/4.8.2/i686-redhat-linux/bits/cxxabi_tweaks.h usr/include/c++/4.8.2/i686-redhat-linux/bits/error_constants.h usr/include/c++/4.8.2/i686-redhat-linux/bits/extc++.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-default.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-posix.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-single.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr.h usr/include/c++/4.8.2/i686-redhat-linux/bits/messages_members.h usr/include/c++/4.8.2/i686-redhat-linux/bits/opt_random.h usr/include/c++/4.8.2/i686-redhat-linux/bits/os_defines.h usr/include/c++/4.8.2/i686-redhat-linux/bits/stdc++.h usr/include/c++/4.8.2/i686-redhat-linux/bits/stdtr1c++.h usr/include/c++/4.8.2/i686-redhat-linux/bits/time_members.h usr/include/c++/4.8.2/i686-redhat-linux/ext/opt_random.h usr/include/c++/4.8.2/initializer_list usr/include/c++/4.8.2/iomanip usr/include/c++/4.8.2/ios usr/include/c++/4.8.2/iosfwd usr/include/c++/4.8.2/iostream usr/include/c++/4.8.2/istream usr/include/c++/4.8.2/iterator usr/include/c++/4.8.2/limits usr/include/c++/4.8.2/list usr/include/c++/4.8.2/locale usr/include/c++/4.8.2/map usr/include/c++/4.8.2/memory usr/include/c++/4.8.2/mutex usr/include/c++/4.8.2/new usr/include/c++/4.8.2/numeric usr/include/c++/4.8.2/ostream usr/include/c++/4.8.2/parallel/algo.h usr/include/c++/4.8.2/parallel/algobase.h usr/include/c++/4.8.2/parallel/algorithm usr/include/c++/4.8.2/parallel/algorithmfwd.h usr/include/c++/4.8.2/parallel/balanced_quicksort.h usr/include/c++/4.8.2/parallel/base.h usr/include/c++/4.8.2/parallel/basic_iterator.h usr/include/c++/4.8.2/parallel/checkers.h usr/include/c++/4.8.2/parallel/compatibility.h usr/include/c++/4.8.2/parallel/compiletime_settings.h usr/include/c++/4.8.2/parallel/equally_split.h usr/include/c++/4.8.2/parallel/features.h usr/include/c++/4.8.2/parallel/find.h usr/include/c++/4.8.2/parallel/find_selectors.h usr/include/c++/4.8.2/parallel/for_each.h usr/include/c++/4.8.2/parallel/for_each_selectors.h usr/include/c++/4.8.2/parallel/iterator.h usr/include/c++/4.8.2/parallel/list_partition.h usr/include/c++/4.8.2/parallel/losertree.h usr/include/c++/4.8.2/parallel/merge.h usr/include/c++/4.8.2/parallel/multiseq_selection.h usr/include/c++/4.8.2/parallel/multiway_merge.h usr/include/c++/4.8.2/parallel/multiway_mergesort.h usr/include/c++/4.8.2/parallel/numeric usr/include/c++/4.8.2/parallel/numericfwd.h usr/include/c++/4.8.2/parallel/omp_loop.h usr/include/c++/4.8.2/parallel/omp_loop_static.h usr/include/c++/4.8.2/parallel/par_loop.h usr/include/c++/4.8.2/parallel/parallel.h usr/include/c++/4.8.2/parallel/partial_sum.h usr/include/c++/4.8.2/parallel/partition.h usr/include/c++/4.8.2/parallel/queue.h usr/include/c++/4.8.2/parallel/quicksort.h usr/include/c++/4.8.2/parallel/random_number.h usr/include/c++/4.8.2/parallel/random_shuffle.h usr/include/c++/4.8.2/parallel/search.h usr/include/c++/4.8.2/parallel/set_operations.h usr/include/c++/4.8.2/parallel/settings.h usr/include/c++/4.8.2/parallel/sort.h usr/include/c++/4.8.2/parallel/tags.h usr/include/c++/4.8.2/parallel/types.h usr/include/c++/4.8.2/parallel/unique_copy.h usr/include/c++/4.8.2/parallel/workstealing.h usr/include/c++/4.8.2/profile/array usr/include/c++/4.8.2/profile/base.h usr/include/c++/4.8.2/profile/bitset usr/include/c++/4.8.2/profile/deque usr/include/c++/4.8.2/profile/forward_list usr/include/c++/4.8.2/profile/impl/profiler.h usr/include/c++/4.8.2/profile/impl/profiler_algos.h usr/include/c++/4.8.2/profile/impl/profiler_container_size.h usr/include/c++/4.8.2/profile/impl/profiler_hash_func.h usr/include/c++/4.8.2/profile/impl/profiler_hashtable_size.h usr/include/c++/4.8.2/profile/impl/profiler_list_to_slist.h usr/include/c++/4.8.2/profile/impl/profiler_list_to_vector.h usr/include/c++/4.8.2/profile/impl/profiler_map_to_unordered_map.h usr/include/c++/4.8.2/profile/impl/profiler_node.h usr/include/c++/4.8.2/profile/impl/profiler_state.h usr/include/c++/4.8.2/profile/impl/profiler_trace.h usr/include/c++/4.8.2/profile/impl/profiler_vector_size.h usr/include/c++/4.8.2/profile/impl/profiler_vector_to_list.h usr/include/c++/4.8.2/profile/iterator_tracker.h usr/include/c++/4.8.2/profile/list usr/include/c++/4.8.2/profile/map usr/include/c++/4.8.2/profile/map.h usr/include/c++/4.8.2/profile/multimap.h usr/include/c++/4.8.2/profile/multiset.h usr/include/c++/4.8.2/profile/set usr/include/c++/4.8.2/profile/set.h usr/include/c++/4.8.2/profile/unordered_base.h usr/include/c++/4.8.2/profile/unordered_map usr/include/c++/4.8.2/profile/unordered_set usr/include/c++/4.8.2/profile/vector usr/include/c++/4.8.2/queue usr/include/c++/4.8.2/random usr/include/c++/4.8.2/ratio usr/include/c++/4.8.2/regex usr/include/c++/4.8.2/scoped_allocator usr/include/c++/4.8.2/set usr/include/c++/4.8.2/sstream usr/include/c++/4.8.2/stack usr/include/c++/4.8.2/stdexcept usr/include/c++/4.8.2/streambuf usr/include/c++/4.8.2/string usr/include/c++/4.8.2/system_error usr/include/c++/4.8.2/tgmath.h usr/include/c++/4.8.2/thread usr/include/c++/4.8.2/tr1/array usr/include/c++/4.8.2/tr1/bessel_function.tcc usr/include/c++/4.8.2/tr1/beta_function.tcc usr/include/c++/4.8.2/tr1/ccomplex usr/include/c++/4.8.2/tr1/cctype usr/include/c++/4.8.2/tr1/cfenv usr/include/c++/4.8.2/tr1/cfloat usr/include/c++/4.8.2/tr1/cinttypes usr/include/c++/4.8.2/tr1/climits usr/include/c++/4.8.2/tr1/cmath usr/include/c++/4.8.2/tr1/complex usr/include/c++/4.8.2/tr1/complex.h usr/include/c++/4.8.2/tr1/cstdarg usr/include/c++/4.8.2/tr1/cstdbool usr/include/c++/4.8.2/tr1/cstdint usr/include/c++/4.8.2/tr1/cstdio usr/include/c++/4.8.2/tr1/cstdlib usr/include/c++/4.8.2/tr1/ctgmath usr/include/c++/4.8.2/tr1/ctime usr/include/c++/4.8.2/tr1/ctype.h usr/include/c++/4.8.2/tr1/cwchar usr/include/c++/4.8.2/tr1/cwctype usr/include/c++/4.8.2/tr1/ell_integral.tcc usr/include/c++/4.8.2/tr1/exp_integral.tcc usr/include/c++/4.8.2/tr1/fenv.h usr/include/c++/4.8.2/tr1/float.h usr/include/c++/4.8.2/tr1/functional usr/include/c++/4.8.2/tr1/functional_hash.h usr/include/c++/4.8.2/tr1/gamma.tcc usr/include/c++/4.8.2/tr1/hashtable.h usr/include/c++/4.8.2/tr1/hashtable_policy.h usr/include/c++/4.8.2/tr1/hypergeometric.tcc usr/include/c++/4.8.2/tr1/inttypes.h usr/include/c++/4.8.2/tr1/legendre_function.tcc usr/include/c++/4.8.2/tr1/limits.h usr/include/c++/4.8.2/tr1/math.h usr/include/c++/4.8.2/tr1/memory usr/include/c++/4.8.2/tr1/modified_bessel_func.tcc usr/include/c++/4.8.2/tr1/poly_hermite.tcc usr/include/c++/4.8.2/tr1/poly_laguerre.tcc usr/include/c++/4.8.2/tr1/random usr/include/c++/4.8.2/tr1/random.h usr/include/c++/4.8.2/tr1/random.tcc usr/include/c++/4.8.2/tr1/regex usr/include/c++/4.8.2/tr1/riemann_zeta.tcc usr/include/c++/4.8.2/tr1/shared_ptr.h usr/include/c++/4.8.2/tr1/special_function_util.h usr/include/c++/4.8.2/tr1/stdarg.h usr/include/c++/4.8.2/tr1/stdbool.h usr/include/c++/4.8.2/tr1/stdint.h usr/include/c++/4.8.2/tr1/stdio.h usr/include/c++/4.8.2/tr1/stdlib.h usr/include/c++/4.8.2/tr1/tgmath.h usr/include/c++/4.8.2/tr1/tuple usr/include/c++/4.8.2/tr1/type_traits usr/include/c++/4.8.2/tr1/unordered_map usr/include/c++/4.8.2/tr1/unordered_map.h usr/include/c++/4.8.2/tr1/unordered_set usr/include/c++/4.8.2/tr1/unordered_set.h usr/include/c++/4.8.2/tr1/utility usr/include/c++/4.8.2/tr1/wchar.h usr/include/c++/4.8.2/tr1/wctype.h usr/include/c++/4.8.2/tr2/bool_set usr/include/c++/4.8.2/tr2/bool_set.tcc usr/include/c++/4.8.2/tr2/dynamic_bitset usr/include/c++/4.8.2/tr2/ratio usr/include/c++/4.8.2/tr2/type_traits usr/include/c++/4.8.2/tuple usr/include/c++/4.8.2/type_traits usr/include/c++/4.8.2/typeindex usr/include/c++/4.8.2/typeinfo usr/include/c++/4.8.2/unordered_map usr/include/c++/4.8.2/unordered_set usr/include/c++/4.8.2/utility usr/include/c++/4.8.2/valarray usr/include/c++/4.8.2/vector usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/atomic_word.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/basic_file.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++allocator.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++config.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++io.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/c++locale.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/cpu_defines.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/ctype_base.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/ctype_inline.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/cxxabi_tweaks.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/error_constants.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/extc++.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr-default.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr-posix.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr-single.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/gthr.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/messages_members.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/opt_random.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/os_defines.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/stdc++.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/stdtr1c++.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/bits/time_members.h usr/include/c++/4.8.2/x86_64-redhat-linux/32/ext/opt_random.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/atomic_word.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/basic_file.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++allocator.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++config.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++io.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/c++locale.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/cpu_defines.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_base.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/ctype_inline.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/cxxabi_tweaks.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/error_constants.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/extc++.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-default.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-posix.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr-single.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/gthr.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/messages_members.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/opt_random.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/os_defines.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/stdc++.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/stdtr1c++.h usr/include/c++/4.8.2/x86_64-redhat-linux/bits/time_members.h usr/include/c++/4.8.2/x86_64-redhat-linux/ext/opt_random.h usr/include/c++/4.8.5 usr/include/complex.h usr/include/cpio.h usr/include/cpufreq.h usr/include/crypt.h usr/include/ctype.h usr/include/demangle.h usr/include/dirent.h usr/include/dis-asm.h usr/include/dlfcn.h usr/include/drm/amdgpu_drm.h usr/include/drm/drm.h usr/include/drm/drm_fourcc.h usr/include/drm/drm_mode.h usr/include/drm/drm_sarea.h usr/include/drm/exynos_drm.h usr/include/drm/i810_drm.h usr/include/drm/i915_drm.h usr/include/drm/mga_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/qxl_drm.h usr/include/drm/r128_drm.h usr/include/drm/radeon_drm.h usr/include/drm/savage_drm.h usr/include/drm/sis_drm.h usr/include/drm/tegra_drm.h usr/include/drm/via_drm.h usr/include/drm/virtgpu_drm.h usr/include/drm/vmwgfx_drm.h usr/include/elf.h usr/include/endian.h usr/include/envz.h usr/include/err.h usr/include/errno.h usr/include/error.h usr/include/execinfo.h usr/include/fcntl.h usr/include/features.h usr/include/fenv.h usr/include/fmtmsg.h usr/include/fnmatch.h usr/include/fpu_control.h usr/include/fstab.h usr/include/fts.h usr/include/ftw.h usr/include/gconv.h usr/include/getopt.h usr/include/glob.h usr/include/gnu-versions.h usr/include/gnu/lib-names.h usr/include/gnu/libc-version.h usr/include/gnu/stubs-32.h usr/include/gnu/stubs-64.h usr/include/gnu/stubs.h usr/include/grp.h usr/include/gshadow.h usr/include/iconv.h usr/include/ieee754.h usr/include/ifaddrs.h usr/include/inttypes.h usr/include/langinfo.h usr/include/lastlog.h usr/include/libgen.h usr/include/libiberty.h usr/include/libintl.h usr/include/libio.h usr/include/limits.h usr/include/link.h usr/include/linux/a.out.h usr/include/linux/acct.h usr/include/linux/adb.h usr/include/linux/adfs_fs.h usr/include/linux/affs_hardblocks.h usr/include/linux/agpgart.h usr/include/linux/aio_abi.h usr/include/linux/apm_bios.h usr/include/linux/arcfb.h usr/include/linux/atalk.h usr/include/linux/atm.h usr/include/linux/atm_eni.h usr/include/linux/atm_he.h usr/include/linux/atm_idt77105.h usr/include/linux/atm_nicstar.h usr/include/linux/atm_tcp.h usr/include/linux/atm_zatm.h usr/include/linux/atmapi.h usr/include/linux/atmarp.h usr/include/linux/atmbr2684.h usr/include/linux/atmclip.h usr/include/linux/atmdev.h usr/include/linux/atmioc.h usr/include/linux/atmlec.h usr/include/linux/atmmpc.h usr/include/linux/atmppp.h usr/include/linux/atmsap.h usr/include/linux/atmsvc.h usr/include/linux/audit.h usr/include/linux/auto_fs.h usr/include/linux/auto_fs4.h usr/include/linux/auxvec.h usr/include/linux/ax25.h usr/include/linux/b1lli.h usr/include/linux/baycom.h usr/include/linux/bfs_fs.h usr/include/linux/binfmts.h usr/include/linux/blkpg.h usr/include/linux/blktrace_api.h +usr/include/linux/bpf.h +usr/include/linux/bpf_common.h +usr/include/linux/bpf_perf_event.h usr/include/linux/bpqether.h usr/include/linux/bsg.h usr/include/linux/bt-bmc.h usr/include/linux/btrfs.h usr/include/linux/byteorder/big_endian.h usr/include/linux/byteorder/little_endian.h usr/include/linux/caif/caif_socket.h usr/include/linux/caif/if_caif.h usr/include/linux/can.h usr/include/linux/can/bcm.h usr/include/linux/can/error.h usr/include/linux/can/gw.h usr/include/linux/can/netlink.h usr/include/linux/can/raw.h usr/include/linux/capability.h usr/include/linux/capi.h usr/include/linux/cciss_defs.h usr/include/linux/cciss_ioctl.h usr/include/linux/cdrom.h usr/include/linux/cgroupstats.h usr/include/linux/chio.h usr/include/linux/cm4000_cs.h usr/include/linux/cn_proc.h usr/include/linux/coda.h usr/include/linux/coda_psdev.h usr/include/linux/coff.h usr/include/linux/connector.h usr/include/linux/const.h usr/include/linux/cramfs_fs.h usr/include/linux/cuda.h usr/include/linux/cyclades.h usr/include/linux/cycx_cfm.h usr/include/linux/dcbnl.h usr/include/linux/dccp.h usr/include/linux/devlink.h usr/include/linux/dlm.h usr/include/linux/dlm_device.h usr/include/linux/dlm_netlink.h usr/include/linux/dlm_plock.h usr/include/linux/dlmconstants.h usr/include/linux/dm-ioctl.h usr/include/linux/dm-log-userspace.h usr/include/linux/dn.h usr/include/linux/dqblk_xfs.h usr/include/linux/dvb/audio.h usr/include/linux/dvb/ca.h usr/include/linux/dvb/dmx.h usr/include/linux/dvb/frontend.h usr/include/linux/dvb/net.h usr/include/linux/dvb/osd.h usr/include/linux/dvb/version.h usr/include/linux/dvb/video.h usr/include/linux/edd.h usr/include/linux/efs_fs_sb.h usr/include/linux/elf-em.h usr/include/linux/elf-fdpic.h usr/include/linux/elf.h usr/include/linux/elfcore.h usr/include/linux/errno.h usr/include/linux/errqueue.h usr/include/linux/ethtool.h usr/include/linux/eventpoll.h usr/include/linux/fadvise.h usr/include/linux/falloc.h usr/include/linux/fanotify.h usr/include/linux/fb.h usr/include/linux/fcntl.h usr/include/linux/fd.h usr/include/linux/fdreg.h usr/include/linux/fib_rules.h usr/include/linux/fiemap.h usr/include/linux/filter.h usr/include/linux/firewire-cdev.h usr/include/linux/firewire-constants.h usr/include/linux/flat.h usr/include/linux/fou.h usr/include/linux/fs.h usr/include/linux/fsl_hypervisor.h usr/include/linux/fuse.h usr/include/linux/futex.h usr/include/linux/gameport.h usr/include/linux/gen_stats.h usr/include/linux/genetlink.h usr/include/linux/gfs2_ondisk.h usr/include/linux/gigaset_dev.h usr/include/linux/hdlc.h usr/include/linux/hdlc/ioctl.h usr/include/linux/hdlcdrv.h usr/include/linux/hdreg.h usr/include/linux/hid.h usr/include/linux/hiddev.h usr/include/linux/hidraw.h usr/include/linux/hpet.h usr/include/linux/hsi/hsi_char.h usr/include/linux/hw_breakpoint.h usr/include/linux/hyperv.h usr/include/linux/hysdn_if.h usr/include/linux/i2c-dev.h usr/include/linux/i2c.h usr/include/linux/i2o-dev.h usr/include/linux/i8k.h usr/include/linux/icmp.h usr/include/linux/icmpv6.h usr/include/linux/if.h usr/include/linux/if_addr.h usr/include/linux/if_addrlabel.h usr/include/linux/if_alg.h usr/include/linux/if_arcnet.h usr/include/linux/if_arp.h usr/include/linux/if_bonding.h usr/include/linux/if_bridge.h usr/include/linux/if_cablemodem.h usr/include/linux/if_eql.h usr/include/linux/if_ether.h usr/include/linux/if_fc.h usr/include/linux/if_fddi.h usr/include/linux/if_frad.h usr/include/linux/if_hippi.h usr/include/linux/if_infiniband.h usr/include/linux/if_link.h usr/include/linux/if_ltalk.h usr/include/linux/if_macsec.h usr/include/linux/if_packet.h usr/include/linux/if_phonet.h usr/include/linux/if_plip.h usr/include/linux/if_ppp.h usr/include/linux/if_pppol2tp.h usr/include/linux/if_pppox.h usr/include/linux/if_slip.h usr/include/linux/if_team.h usr/include/linux/if_tun.h usr/include/linux/if_tunnel.h usr/include/linux/if_vlan.h usr/include/linux/if_x25.h +usr/include/linux/ife.h usr/include/linux/igmp.h +usr/include/linux/iio/events.h +usr/include/linux/iio/types.h usr/include/linux/in.h usr/include/linux/in6.h usr/include/linux/in_route.h usr/include/linux/inet_diag.h usr/include/linux/inotify.h usr/include/linux/input.h usr/include/linux/ioctl.h usr/include/linux/ip.h usr/include/linux/ip6_tunnel.h usr/include/linux/ip_vs.h usr/include/linux/ipc.h usr/include/linux/ipmi.h usr/include/linux/ipmi_msgdefs.h usr/include/linux/ipsec.h usr/include/linux/ipv6.h usr/include/linux/ipv6_route.h usr/include/linux/ipx.h usr/include/linux/irda.h usr/include/linux/irqnr.h usr/include/linux/isdn.h usr/include/linux/isdn/capicmd.h usr/include/linux/isdn_divertif.h usr/include/linux/isdn_ppp.h usr/include/linux/isdnif.h usr/include/linux/iso_fs.h usr/include/linux/ivtv.h usr/include/linux/ivtvfb.h usr/include/linux/ixjuser.h usr/include/linux/jffs2.h usr/include/linux/joystick.h usr/include/linux/kd.h usr/include/linux/kdev_t.h usr/include/linux/kernel-page-flags.h usr/include/linux/kernel.h usr/include/linux/kernelcapi.h usr/include/linux/kexec.h usr/include/linux/keyboard.h usr/include/linux/keyctl.h usr/include/linux/kvm.h usr/include/linux/kvm_para.h usr/include/linux/l2tp.h usr/include/linux/libc-compat.h usr/include/linux/limits.h usr/include/linux/llc.h usr/include/linux/loop.h usr/include/linux/lp.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h usr/include/linux/map_to_7segment.h usr/include/linux/matroxfb.h usr/include/linux/mdio.h usr/include/linux/media.h usr/include/linux/mei.h +usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h usr/include/linux/meye.h usr/include/linux/mii.h usr/include/linux/minix_fs.h usr/include/linux/mman.h usr/include/linux/mmc/ioctl.h usr/include/linux/mmtimer.h usr/include/linux/mpls.h usr/include/linux/mqueue.h usr/include/linux/mroute.h usr/include/linux/mroute6.h usr/include/linux/msdos_fs.h usr/include/linux/msg.h usr/include/linux/mtio.h usr/include/linux/n_r3964.h usr/include/linux/nbd.h usr/include/linux/ncp.h usr/include/linux/ncp_fs.h usr/include/linux/ncp_mount.h usr/include/linux/ncp_no.h usr/include/linux/ndctl.h usr/include/linux/neighbour.h usr/include/linux/net.h usr/include/linux/net_dropmon.h usr/include/linux/net_namespace.h usr/include/linux/net_tstamp.h usr/include/linux/netconf.h usr/include/linux/netdevice.h usr/include/linux/netfilter.h usr/include/linux/netfilter/ipset/ip_set.h usr/include/linux/netfilter/ipset/ip_set_bitmap.h usr/include/linux/netfilter/ipset/ip_set_hash.h usr/include/linux/netfilter/ipset/ip_set_list.h usr/include/linux/netfilter/nf_conntrack_common.h usr/include/linux/netfilter/nf_conntrack_ftp.h usr/include/linux/netfilter/nf_conntrack_sctp.h usr/include/linux/netfilter/nf_conntrack_tcp.h usr/include/linux/netfilter/nf_conntrack_tuple_common.h usr/include/linux/netfilter/nf_nat.h usr/include/linux/netfilter/nf_tables.h usr/include/linux/netfilter/nf_tables_compat.h usr/include/linux/netfilter/nfnetlink.h usr/include/linux/netfilter/nfnetlink_acct.h usr/include/linux/netfilter/nfnetlink_compat.h usr/include/linux/netfilter/nfnetlink_conntrack.h usr/include/linux/netfilter/nfnetlink_cthelper.h usr/include/linux/netfilter/nfnetlink_cttimeout.h usr/include/linux/netfilter/nfnetlink_log.h usr/include/linux/netfilter/nfnetlink_queue.h usr/include/linux/netfilter/x_tables.h usr/include/linux/netfilter/xt_AUDIT.h usr/include/linux/netfilter/xt_CHECKSUM.h usr/include/linux/netfilter/xt_CLASSIFY.h usr/include/linux/netfilter/xt_CONNMARK.h usr/include/linux/netfilter/xt_CONNSECMARK.h usr/include/linux/netfilter/xt_CT.h usr/include/linux/netfilter/xt_DSCP.h usr/include/linux/netfilter/xt_HMARK.h usr/include/linux/netfilter/xt_IDLETIMER.h usr/include/linux/netfilter/xt_LED.h usr/include/linux/netfilter/xt_LOG.h usr/include/linux/netfilter/xt_MARK.h usr/include/linux/netfilter/xt_NFLOG.h usr/include/linux/netfilter/xt_NFQUEUE.h usr/include/linux/netfilter/xt_RATEEST.h usr/include/linux/netfilter/xt_SECMARK.h usr/include/linux/netfilter/xt_TCPMSS.h usr/include/linux/netfilter/xt_TCPOPTSTRIP.h usr/include/linux/netfilter/xt_TEE.h usr/include/linux/netfilter/xt_TPROXY.h usr/include/linux/netfilter/xt_addrtype.h usr/include/linux/netfilter/xt_bpf.h usr/include/linux/netfilter/xt_cgroup.h usr/include/linux/netfilter/xt_cluster.h usr/include/linux/netfilter/xt_comment.h usr/include/linux/netfilter/xt_connbytes.h usr/include/linux/netfilter/xt_connlabel.h usr/include/linux/netfilter/xt_connlimit.h usr/include/linux/netfilter/xt_connmark.h usr/include/linux/netfilter/xt_conntrack.h usr/include/linux/netfilter/xt_cpu.h usr/include/linux/netfilter/xt_dccp.h usr/include/linux/netfilter/xt_devgroup.h usr/include/linux/netfilter/xt_dscp.h usr/include/linux/netfilter/xt_ecn.h usr/include/linux/netfilter/xt_esp.h usr/include/linux/netfilter/xt_hashlimit.h usr/include/linux/netfilter/xt_helper.h usr/include/linux/netfilter/xt_iprange.h usr/include/linux/netfilter/xt_ipvs.h usr/include/linux/netfilter/xt_length.h usr/include/linux/netfilter/xt_limit.h usr/include/linux/netfilter/xt_mac.h usr/include/linux/netfilter/xt_mark.h usr/include/linux/netfilter/xt_multiport.h usr/include/linux/netfilter/xt_nfacct.h usr/include/linux/netfilter/xt_osf.h usr/include/linux/netfilter/xt_owner.h usr/include/linux/netfilter/xt_physdev.h usr/include/linux/netfilter/xt_pkttype.h usr/include/linux/netfilter/xt_policy.h usr/include/linux/netfilter/xt_quota.h usr/include/linux/netfilter/xt_rateest.h usr/include/linux/netfilter/xt_realm.h usr/include/linux/netfilter/xt_recent.h usr/include/linux/netfilter/xt_rpfilter.h usr/include/linux/netfilter/xt_sctp.h usr/include/linux/netfilter/xt_set.h usr/include/linux/netfilter/xt_socket.h usr/include/linux/netfilter/xt_state.h usr/include/linux/netfilter/xt_statistic.h usr/include/linux/netfilter/xt_string.h usr/include/linux/netfilter/xt_tcpmss.h usr/include/linux/netfilter/xt_tcpudp.h usr/include/linux/netfilter/xt_time.h usr/include/linux/netfilter/xt_u32.h usr/include/linux/netfilter_arp.h usr/include/linux/netfilter_arp/arp_tables.h usr/include/linux/netfilter_arp/arpt_mangle.h usr/include/linux/netfilter_bridge.h usr/include/linux/netfilter_bridge/ebt_802_3.h usr/include/linux/netfilter_bridge/ebt_among.h usr/include/linux/netfilter_bridge/ebt_arp.h usr/include/linux/netfilter_bridge/ebt_arpreply.h usr/include/linux/netfilter_bridge/ebt_ip.h usr/include/linux/netfilter_bridge/ebt_ip6.h usr/include/linux/netfilter_bridge/ebt_limit.h usr/include/linux/netfilter_bridge/ebt_log.h usr/include/linux/netfilter_bridge/ebt_mark_m.h usr/include/linux/netfilter_bridge/ebt_mark_t.h usr/include/linux/netfilter_bridge/ebt_nat.h usr/include/linux/netfilter_bridge/ebt_nflog.h usr/include/linux/netfilter_bridge/ebt_pkttype.h usr/include/linux/netfilter_bridge/ebt_redirect.h usr/include/linux/netfilter_bridge/ebt_stp.h usr/include/linux/netfilter_bridge/ebt_ulog.h usr/include/linux/netfilter_bridge/ebt_vlan.h usr/include/linux/netfilter_bridge/ebtables.h usr/include/linux/netfilter_decnet.h usr/include/linux/netfilter_ipv4.h usr/include/linux/netfilter_ipv4/ip_tables.h usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h usr/include/linux/netfilter_ipv4/ipt_ECN.h usr/include/linux/netfilter_ipv4/ipt_LOG.h usr/include/linux/netfilter_ipv4/ipt_REJECT.h usr/include/linux/netfilter_ipv4/ipt_TTL.h usr/include/linux/netfilter_ipv4/ipt_ULOG.h usr/include/linux/netfilter_ipv4/ipt_ah.h usr/include/linux/netfilter_ipv4/ipt_ecn.h usr/include/linux/netfilter_ipv4/ipt_ttl.h usr/include/linux/netfilter_ipv6.h usr/include/linux/netfilter_ipv6/ip6_tables.h usr/include/linux/netfilter_ipv6/ip6t_HL.h usr/include/linux/netfilter_ipv6/ip6t_LOG.h usr/include/linux/netfilter_ipv6/ip6t_NPT.h usr/include/linux/netfilter_ipv6/ip6t_REJECT.h usr/include/linux/netfilter_ipv6/ip6t_ah.h usr/include/linux/netfilter_ipv6/ip6t_frag.h usr/include/linux/netfilter_ipv6/ip6t_hl.h usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h usr/include/linux/netfilter_ipv6/ip6t_mh.h usr/include/linux/netfilter_ipv6/ip6t_opts.h usr/include/linux/netfilter_ipv6/ip6t_rt.h usr/include/linux/netlink.h usr/include/linux/netlink_diag.h usr/include/linux/netrom.h usr/include/linux/nfc.h usr/include/linux/nfs.h usr/include/linux/nfs2.h usr/include/linux/nfs3.h usr/include/linux/nfs4.h usr/include/linux/nfs4_mount.h usr/include/linux/nfs_fs.h usr/include/linux/nfs_idmap.h usr/include/linux/nfs_mount.h usr/include/linux/nfsacl.h usr/include/linux/nfsd/cld.h usr/include/linux/nfsd/debug.h usr/include/linux/nfsd/export.h usr/include/linux/nfsd/nfsfh.h usr/include/linux/nfsd/stats.h usr/include/linux/nl80211.h usr/include/linux/nubus.h usr/include/linux/nvme_ioctl.h usr/include/linux/nvram.h usr/include/linux/omap3isp.h usr/include/linux/omapfb.h usr/include/linux/oom.h usr/include/linux/openvswitch.h usr/include/linux/packet_diag.h usr/include/linux/param.h usr/include/linux/parport.h usr/include/linux/patchkey.h usr/include/linux/pci.h usr/include/linux/pci_regs.h usr/include/linux/perf_event.h usr/include/linux/personality.h usr/include/linux/pfkeyv2.h usr/include/linux/pg.h usr/include/linux/phantom.h usr/include/linux/phonet.h usr/include/linux/pkt_cls.h usr/include/linux/pkt_sched.h usr/include/linux/pktcdvd.h usr/include/linux/pmu.h usr/include/linux/poll.h usr/include/linux/posix_types.h usr/include/linux/ppdev.h usr/include/linux/ppp-comp.h usr/include/linux/ppp-ioctl.h usr/include/linux/ppp_defs.h usr/include/linux/pps.h usr/include/linux/prctl.h +usr/include/linux/psample.h usr/include/linux/ptp_clock.h usr/include/linux/ptrace.h usr/include/linux/qnx4_fs.h usr/include/linux/qnxtypes.h usr/include/linux/quota.h usr/include/linux/radeonfb.h usr/include/linux/raid/md_p.h usr/include/linux/raid/md_u.h usr/include/linux/random.h usr/include/linux/raw.h usr/include/linux/rds.h usr/include/linux/reboot.h usr/include/linux/reiserfs_fs.h usr/include/linux/reiserfs_xattr.h usr/include/linux/resource.h usr/include/linux/rfkill.h usr/include/linux/romfs_fs.h usr/include/linux/rose.h usr/include/linux/route.h usr/include/linux/rtc.h usr/include/linux/rtnetlink.h usr/include/linux/scc.h usr/include/linux/sched.h usr/include/linux/screen_info.h usr/include/linux/sctp.h usr/include/linux/sdla.h usr/include/linux/seccomp.h usr/include/linux/securebits.h usr/include/linux/selinux_netlink.h usr/include/linux/sem.h usr/include/linux/serial.h usr/include/linux/serial_core.h usr/include/linux/serial_reg.h usr/include/linux/serio.h usr/include/linux/shm.h usr/include/linux/signal.h usr/include/linux/signalfd.h usr/include/linux/snmp.h usr/include/linux/sock_diag.h usr/include/linux/socket.h usr/include/linux/sockios.h usr/include/linux/som.h usr/include/linux/sonet.h usr/include/linux/sonypi.h usr/include/linux/sound.h usr/include/linux/soundcard.h usr/include/linux/spi/spidev.h usr/include/linux/stat.h usr/include/linux/stddef.h usr/include/linux/string.h usr/include/linux/sunrpc/debug.h usr/include/linux/suspend_ioctls.h usr/include/linux/swab.h usr/include/linux/synclink.h usr/include/linux/sysctl.h usr/include/linux/sysinfo.h usr/include/linux/target_core_user.h usr/include/linux/taskstats.h +usr/include/linux/tc_act/tc_connmark.h usr/include/linux/tc_act/tc_csum.h +usr/include/linux/tc_act/tc_defact.h usr/include/linux/tc_act/tc_gact.h +usr/include/linux/tc_act/tc_ife.h usr/include/linux/tc_act/tc_ipt.h usr/include/linux/tc_act/tc_mirred.h usr/include/linux/tc_act/tc_nat.h usr/include/linux/tc_act/tc_pedit.h +usr/include/linux/tc_act/tc_sample.h usr/include/linux/tc_act/tc_skbedit.h +usr/include/linux/tc_act/tc_skbmod.h +usr/include/linux/tc_act/tc_tunnel_key.h +usr/include/linux/tc_act/tc_vlan.h usr/include/linux/tc_ematch/tc_em_cmp.h usr/include/linux/tc_ematch/tc_em_meta.h usr/include/linux/tc_ematch/tc_em_nbyte.h usr/include/linux/tc_ematch/tc_em_text.h usr/include/linux/tcp.h usr/include/linux/tcp_metrics.h usr/include/linux/telephony.h usr/include/linux/termios.h usr/include/linux/time.h usr/include/linux/times.h usr/include/linux/timex.h usr/include/linux/tiocl.h usr/include/linux/tipc.h usr/include/linux/tipc_config.h usr/include/linux/toshiba.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h usr/include/linux/udf_fs_i.h usr/include/linux/udp.h usr/include/linux/uhid.h usr/include/linux/uinput.h usr/include/linux/uio.h usr/include/linux/ultrasound.h usr/include/linux/un.h usr/include/linux/unistd.h usr/include/linux/unix_diag.h usr/include/linux/usb/audio.h usr/include/linux/usb/cdc-wdm.h usr/include/linux/usb/cdc.h usr/include/linux/usb/ch11.h usr/include/linux/usb/ch9.h usr/include/linux/usb/functionfs.h usr/include/linux/usb/g_printer.h usr/include/linux/usb/gadgetfs.h usr/include/linux/usb/midi.h usr/include/linux/usb/tmc.h usr/include/linux/usb/video.h usr/include/linux/usbdevice_fs.h usr/include/linux/userfaultfd.h usr/include/linux/utime.h usr/include/linux/utsname.h usr/include/linux/uuid.h usr/include/linux/uvcvideo.h usr/include/linux/v4l2-common.h usr/include/linux/v4l2-controls.h usr/include/linux/v4l2-dv-timings.h usr/include/linux/v4l2-mediabus.h usr/include/linux/v4l2-subdev.h usr/include/linux/version.h usr/include/linux/veth.h usr/include/linux/vfio.h usr/include/linux/vhost.h usr/include/linux/videodev2.h usr/include/linux/virtio_9p.h usr/include/linux/virtio_balloon.h usr/include/linux/virtio_blk.h usr/include/linux/virtio_config.h usr/include/linux/virtio_console.h usr/include/linux/virtio_gpu.h usr/include/linux/virtio_ids.h usr/include/linux/virtio_input.h usr/include/linux/virtio_net.h usr/include/linux/virtio_pci.h usr/include/linux/virtio_ring.h usr/include/linux/virtio_rng.h usr/include/linux/virtio_scsi.h usr/include/linux/virtio_types.h usr/include/linux/virtio_vsock.h usr/include/linux/vm_sockets.h +usr/include/linux/vsockmon.h usr/include/linux/vt.h usr/include/linux/vtpm_proxy.h usr/include/linux/wait.h usr/include/linux/wanrouter.h usr/include/linux/watchdog.h usr/include/linux/wimax.h usr/include/linux/wimax/i2400m.h usr/include/linux/wireless.h +usr/include/linux/wmi.h usr/include/linux/x25.h usr/include/linux/xattr.h usr/include/linux/xfrm.h usr/include/locale.h usr/include/malloc.h usr/include/math.h usr/include/mcheck.h usr/include/memory.h usr/include/misc/cxl.h usr/include/mntent.h usr/include/monetary.h usr/include/mqueue.h usr/include/mtd/inftl-user.h usr/include/mtd/mtd-abi.h usr/include/mtd/mtd-user.h usr/include/mtd/nftl-user.h usr/include/mtd/ubi-user.h usr/include/net/ethernet.h usr/include/net/if.h usr/include/net/if_arp.h usr/include/net/if_packet.h usr/include/net/if_ppp.h usr/include/net/if_shaper.h usr/include/net/if_slip.h usr/include/net/ppp-comp.h usr/include/net/ppp_defs.h usr/include/net/route.h usr/include/netash/ash.h usr/include/netatalk/at.h usr/include/netax25/ax25.h usr/include/netdb.h usr/include/neteconet/ec.h usr/include/netinet/ether.h usr/include/netinet/icmp6.h usr/include/netinet/if_ether.h usr/include/netinet/if_fddi.h usr/include/netinet/if_tr.h usr/include/netinet/igmp.h usr/include/netinet/in.h usr/include/netinet/in_systm.h usr/include/netinet/ip.h usr/include/netinet/ip6.h usr/include/netinet/ip_icmp.h usr/include/netinet/tcp.h usr/include/netinet/udp.h usr/include/netipx/ipx.h usr/include/netiucv/iucv.h usr/include/netpacket/packet.h usr/include/netrom/netrom.h usr/include/netrose/rose.h usr/include/nfs/nfs.h usr/include/nl_types.h usr/include/nss.h usr/include/obstack.h usr/include/paths.h usr/include/plugin-api.h usr/include/poll.h usr/include/printf.h usr/include/protocols/routed.h usr/include/protocols/rwhod.h usr/include/protocols/talkd.h usr/include/protocols/timed.h usr/include/pthread.h usr/include/pty.h usr/include/pwd.h usr/include/rdma/cxgb3-abi.h usr/include/rdma/cxgb4-abi.h +usr/include/rdma/hfi/hfi1_ioctl.h usr/include/rdma/hfi/hfi1_user.h usr/include/rdma/ib_user_cm.h usr/include/rdma/ib_user_mad.h usr/include/rdma/ib_user_sa.h usr/include/rdma/ib_user_verbs.h usr/include/rdma/mlx4-abi.h usr/include/rdma/mlx5-abi.h usr/include/rdma/mthca-abi.h usr/include/rdma/nes-abi.h usr/include/rdma/ocrdma-abi.h usr/include/rdma/qedr-abi.h usr/include/rdma/rdma_netlink.h usr/include/rdma/rdma_user_cm.h +usr/include/rdma/rdma_user_ioctl.h usr/include/rdma/rdma_user_rxe.h +usr/include/rdma/vmw_pvrdma-abi.h usr/include/re_comp.h usr/include/regex.h usr/include/regexp.h usr/include/resolv.h usr/include/rpc/auth.h usr/include/rpc/auth_des.h usr/include/rpc/auth_unix.h usr/include/rpc/clnt.h usr/include/rpc/des_crypt.h usr/include/rpc/key_prot.h usr/include/rpc/netdb.h usr/include/rpc/pmap_clnt.h usr/include/rpc/pmap_prot.h usr/include/rpc/pmap_rmt.h usr/include/rpc/rpc.h usr/include/rpc/rpc_des.h usr/include/rpc/rpc_msg.h usr/include/rpc/svc.h usr/include/rpc/svc_auth.h usr/include/rpc/types.h usr/include/rpc/xdr.h usr/include/rpcsvc/bootparam.h usr/include/rpcsvc/bootparam_prot.h usr/include/rpcsvc/bootparam_prot.x usr/include/rpcsvc/key_prot.h usr/include/rpcsvc/key_prot.x usr/include/rpcsvc/klm_prot.h usr/include/rpcsvc/klm_prot.x usr/include/rpcsvc/mount.h usr/include/rpcsvc/mount.x usr/include/rpcsvc/nfs_prot.h usr/include/rpcsvc/nfs_prot.x usr/include/rpcsvc/nis.h usr/include/rpcsvc/nis.x usr/include/rpcsvc/nis_callback.h usr/include/rpcsvc/nis_callback.x usr/include/rpcsvc/nis_object.x usr/include/rpcsvc/nis_tags.h usr/include/rpcsvc/nislib.h usr/include/rpcsvc/nlm_prot.h usr/include/rpcsvc/nlm_prot.x usr/include/rpcsvc/rex.h usr/include/rpcsvc/rex.x usr/include/rpcsvc/rstat.h usr/include/rpcsvc/rstat.x usr/include/rpcsvc/rusers.h usr/include/rpcsvc/rusers.x usr/include/rpcsvc/sm_inter.h usr/include/rpcsvc/sm_inter.x usr/include/rpcsvc/spray.h usr/include/rpcsvc/spray.x usr/include/rpcsvc/yp.h usr/include/rpcsvc/yp.x usr/include/rpcsvc/yp_prot.h usr/include/rpcsvc/ypclnt.h usr/include/rpcsvc/yppasswd.h usr/include/rpcsvc/yppasswd.x usr/include/rpcsvc/ypupd.h usr/include/sched.h usr/include/scsi/cxlflash_ioctl.h usr/include/scsi/fc/fc_els.h usr/include/scsi/fc/fc_fs.h usr/include/scsi/fc/fc_gs.h usr/include/scsi/fc/fc_ns.h usr/include/scsi/scsi.h usr/include/scsi/scsi_bsg_fc.h usr/include/scsi/scsi_ioctl.h usr/include/scsi/scsi_netlink.h usr/include/scsi/scsi_netlink_fc.h usr/include/scsi/sg.h usr/include/search.h usr/include/semaphore.h usr/include/setjmp.h usr/include/sgtty.h usr/include/shadow.h usr/include/signal.h usr/include/sound/asequencer.h usr/include/sound/asoc.h usr/include/sound/asound.h usr/include/sound/asound_fm.h usr/include/sound/compress_offload.h usr/include/sound/compress_params.h usr/include/sound/emu10k1.h usr/include/sound/hdsp.h usr/include/sound/hdspm.h usr/include/sound/sb16_csp.h usr/include/sound/sfnt_info.h usr/include/sound/snd_sst_tokens.h usr/include/sound/tlv.h usr/include/sound/usb_stream.h usr/include/spawn.h usr/include/stab.h usr/include/stdc-predef.h usr/include/stdint.h usr/include/stdio.h usr/include/stdio_ext.h usr/include/stdlib.h usr/include/string.h usr/include/strings.h usr/include/symcat.h usr/include/sys/acct.h usr/include/sys/auxv.h usr/include/sys/bitypes.h usr/include/sys/cdefs.h usr/include/sys/debugreg.h usr/include/sys/dir.h usr/include/sys/elf.h usr/include/sys/epoll.h usr/include/sys/errno.h usr/include/sys/eventfd.h usr/include/sys/fanotify.h usr/include/sys/fcntl.h usr/include/sys/file.h usr/include/sys/fsuid.h usr/include/sys/gmon.h usr/include/sys/gmon_out.h usr/include/sys/inotify.h usr/include/sys/io.h usr/include/sys/ioctl.h usr/include/sys/ipc.h usr/include/sys/kd.h usr/include/sys/kdaemon.h usr/include/sys/klog.h usr/include/sys/mman.h usr/include/sys/mount.h usr/include/sys/msg.h usr/include/sys/mtio.h usr/include/sys/param.h usr/include/sys/pci.h usr/include/sys/perm.h usr/include/sys/personality.h usr/include/sys/poll.h usr/include/sys/prctl.h usr/include/sys/procfs.h usr/include/sys/profil.h usr/include/sys/ptrace.h usr/include/sys/queue.h usr/include/sys/quota.h usr/include/sys/raw.h usr/include/sys/reboot.h usr/include/sys/reg.h usr/include/sys/resource.h usr/include/sys/select.h usr/include/sys/sem.h usr/include/sys/sendfile.h usr/include/sys/shm.h usr/include/sys/signal.h usr/include/sys/signalfd.h usr/include/sys/socket.h usr/include/sys/socketvar.h usr/include/sys/soundcard.h usr/include/sys/stat.h usr/include/sys/statfs.h usr/include/sys/statvfs.h usr/include/sys/swap.h usr/include/sys/syscall.h usr/include/sys/sysctl.h usr/include/sys/sysinfo.h usr/include/sys/syslog.h usr/include/sys/sysmacros.h usr/include/sys/termios.h usr/include/sys/time.h usr/include/sys/timeb.h usr/include/sys/timerfd.h usr/include/sys/times.h usr/include/sys/timex.h usr/include/sys/ttychars.h usr/include/sys/ttydefaults.h usr/include/sys/types.h usr/include/sys/ucontext.h usr/include/sys/uio.h usr/include/sys/ultrasound.h usr/include/sys/un.h usr/include/sys/unistd.h usr/include/sys/user.h usr/include/sys/ustat.h usr/include/sys/utsname.h usr/include/sys/vfs.h usr/include/sys/vlimit.h usr/include/sys/vm86.h usr/include/sys/vt.h usr/include/sys/vtimes.h usr/include/sys/wait.h usr/include/sys/xattr.h usr/include/syscall.h usr/include/sysexits.h usr/include/syslog.h usr/include/tar.h usr/include/termio.h usr/include/termios.h usr/include/tgmath.h usr/include/thread_db.h usr/include/time.h usr/include/ttyent.h usr/include/uchar.h usr/include/ucontext.h usr/include/ulimit.h usr/include/unistd.h usr/include/ustat.h usr/include/utime.h usr/include/utmp.h usr/include/utmpx.h usr/include/values.h usr/include/video/edid.h usr/include/video/sisfb.h usr/include/video/uvesafb.h usr/include/wait.h usr/include/wchar.h usr/include/wctype.h usr/include/wordexp.h usr/include/xen/evtchn.h usr/include/xen/privcmd.h usr/include/xlocale.h usr/lib/Mcrt1.o usr/lib/Scrt1.o usr/lib/cpp usr/lib/crt1.o usr/lib/crti.o usr/lib/crtn.o usr/lib/gcc/i686-redhat-linux/4.8.2/libstdc++.so usr/lib/gcc/i686-redhat-linux/4.8.5 usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtbegin.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtbeginS.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtbeginT.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtend.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtendS.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtfastmath.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtprec32.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtprec64.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/crtprec80.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libasan.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libasan.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libasan_preinit.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libatomic.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libatomic.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libcaf_single.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_eh.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcc_s.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgcov.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgfortran.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgfortran.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgfortranbegin.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgomp.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libgomp.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libitm.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libitm.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflap.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflap.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflapth.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libmudflapth.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libquadmath.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libquadmath.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libstdc++.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libstdc++.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/32/libsupc++.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbegin.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbeginS.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtbeginT.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtend.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtendS.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtfastmath.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtprec32.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtprec64.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/crtprec80.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib.f90 usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib.mod usr/lib/gcc/x86_64-redhat-linux/4.8.2/finclude/omp_lib_kinds.mod usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/adxintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/ammintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/avx2intrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/avxintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bmi2intrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bmiintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/bmmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/cpuid.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/cross-stdarg.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/emmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/f16cintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/float.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/fma4intrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/fmaintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/fxsrintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/ia32intrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/immintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/iso646.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/limits.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/lwpintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/lzcntintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/mm3dnow.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/mm_malloc.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/mmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/nmmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/omp.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/pkuintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/pmmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/popcntintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/prfchwintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/rdseedintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/rtmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/smmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdalign.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdarg.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdbool.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stddef.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdfix.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint-gcc.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdint.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/stdnoreturn.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/syslimits.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/tbmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/tmmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/unwind.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/varargs.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/wmmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/x86intrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xmmintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xopintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xsaveintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xsaveoptintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/include/xtestintrin.h usr/lib/gcc/x86_64-redhat-linux/4.8.2/libasan.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/libasan_preinit.o usr/lib/gcc/x86_64-redhat-linux/4.8.2/libatomic.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/libcaf_single.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/libcloog-isl.so.4 usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_eh.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcc_s.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgcov.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgfortran.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgfortran.spec usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgfortranbegin.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgomp.a usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgomp.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/libgomp.spec usr/lib/gcc/x86_64-redhat-linux/4.8.2/libitm.spec usr/lib/gcc/x86_64-redhat-linux/4.8.2/libstdc++.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/libtsan.so usr/lib/gcc/x86_64-redhat-linux/4.8.2/rpmver usr/lib/gcc/x86_64-redhat-linux/4.8.5 usr/lib/gcrt1.o usr/lib/libBrokenLocale.so usr/lib/libanl.so usr/lib/libbfd.a usr/lib/libbfd.so usr/lib/libbsd-compat.a usr/lib/libbsd.a usr/lib/libc.so usr/lib/libc_nonshared.a usr/lib/libcidn.so usr/lib/libcrypt.so usr/lib/libdl.so usr/lib/libg.a usr/lib/libgomp.so.1 usr/lib/libgomp.so.1.0.0 usr/lib/libiberty.a usr/lib/libieee.a usr/lib/libm.so usr/lib/libmcheck.a usr/lib/libmpc.so.3 usr/lib/libmpc.so.3.0.0 usr/lib/libnsl.so usr/lib/libnss_compat.so usr/lib/libnss_db.so usr/lib/libnss_dns.so usr/lib/libnss_files.so usr/lib/libnss_hesiod.so usr/lib/libnss_nis.so usr/lib/libnss_nisplus.so usr/lib/libopcodes.a usr/lib/libopcodes.so usr/lib/libpthread.so usr/lib/libpthread_nonshared.a usr/lib/libresolv.so usr/lib/librpcsvc.a usr/lib/librt.so usr/lib/libthread_db.so usr/lib/libutil.so usr/lib64/Mcrt1.o usr/lib64/Scrt1.o usr/lib64/crt1.o usr/lib64/crti.o usr/lib64/crtn.o usr/lib64/gcrt1.o usr/lib64/libBrokenLocale.so usr/lib64/libanl.so -usr/lib64/libbfd-2.25.1-32.base.el7_4.2.so +usr/lib64/libbfd-2.27-34.base.el7.so usr/lib64/libbfd.a usr/lib64/libbfd.so usr/lib64/libbsd-compat.a usr/lib64/libbsd.a usr/lib64/libc.so usr/lib64/libc_nonshared.a usr/lib64/libcidn.so usr/lib64/libcrypt.so usr/lib64/libdl.so usr/lib64/libg.a usr/lib64/libgomp.so.1 usr/lib64/libgomp.so.1.0.0 usr/lib64/libiberty.a usr/lib64/libieee.a usr/lib64/libm.so usr/lib64/libmcheck.a usr/lib64/libmpc.so.3 usr/lib64/libmpc.so.3.0.0 usr/lib64/libmpfr.so.4 usr/lib64/libmpfr.so.4.1.1 usr/lib64/libnsl.so usr/lib64/libnss_compat.so usr/lib64/libnss_db.so usr/lib64/libnss_dns.so usr/lib64/libnss_files.so usr/lib64/libnss_hesiod.so usr/lib64/libnss_nis.so usr/lib64/libnss_nisplus.so -usr/lib64/libopcodes-2.25.1-32.base.el7_4.2.so +usr/lib64/libopcodes-2.27-34.base.el7.so usr/lib64/libopcodes.a usr/lib64/libopcodes.so usr/lib64/libpthread.so usr/lib64/libpthread_nonshared.a usr/lib64/libresolv.so usr/lib64/librpcsvc.a usr/lib64/librt.so usr/lib64/libthread_db.so usr/lib64/libutil.so usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1 usr/libexec/gcc/x86_64-redhat-linux/4.8.2/cc1plus usr/libexec/gcc/x86_64-redhat-linux/4.8.2/collect2 usr/libexec/gcc/x86_64-redhat-linux/4.8.2/f951 usr/libexec/gcc/x86_64-redhat-linux/4.8.2/liblto_plugin.so usr/libexec/gcc/x86_64-redhat-linux/4.8.2/liblto_plugin.so.0 usr/libexec/gcc/x86_64-redhat-linux/4.8.2/liblto_plugin.so.0.0.0 usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto-wrapper usr/libexec/gcc/x86_64-redhat-linux/4.8.2/lto1 usr/libexec/gcc/x86_64-redhat-linux/4.8.5 usr/libexec/getconf/default -%%PORTDOCS%%usr/share/doc/binutils-2.25.1/README +%%PORTDOCS%%usr/share/doc/binutils-2.27/README %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.LIB %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.RUNTIME %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3.LIB %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.dataflow.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.lib.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tuples.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/README.Portability %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1993.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1994.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1995.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1996.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/libmpc-1.0.1/COPYING.LESSER %%PORTDOCS%%usr/share/doc/libmpc-1.0.1/NEWS %%PORTDOCS%%usr/share/doc/libmpc-1.0.1/README %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/README %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING.LESSER %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/NEWS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/README %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/AUTHORS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/BUGS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING.LESSER %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/FAQ.html %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/NEWS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/TODO %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/ReadMe %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/divworst.c %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/rndo-add.c %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/sample.c %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/version.c usr/share/info/as.info.gz usr/share/info/bfd.info.gz usr/share/info/binutils.info.gz usr/share/info/cpp.info.gz usr/share/info/cppinternals.info.gz usr/share/info/gcc.info.gz usr/share/info/gccgo.info.gz usr/share/info/gccinstall.info.gz usr/share/info/gccint.info.gz usr/share/info/gfortran.info.gz usr/share/info/gprof.info.gz usr/share/info/ld.info.gz usr/share/info/libc.info-1.gz usr/share/info/libc.info-10.gz usr/share/info/libc.info-11.gz usr/share/info/libc.info-12.gz usr/share/info/libc.info-13.gz usr/share/info/libc.info-14.gz usr/share/info/libc.info-2.gz usr/share/info/libc.info-3.gz usr/share/info/libc.info-4.gz usr/share/info/libc.info-5.gz usr/share/info/libc.info-6.gz usr/share/info/libc.info-7.gz usr/share/info/libc.info-8.gz usr/share/info/libc.info-9.gz usr/share/info/libc.info.gz usr/share/info/libgomp.info.gz +usr/share/info/standards.info.gz +usr/share/licenses/binutils-2.27/COPYING +usr/share/licenses/binutils-2.27/COPYING.LIB +usr/share/licenses/binutils-2.27/COPYING3 +usr/share/licenses/binutils-2.27/COPYING3.LIB %%NLS%%usr/share/locale/be/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/ld.mo usr/share/man/man1/addr2line.1.gz usr/share/man/man1/ar.1.gz usr/share/man/man1/as.1.gz usr/share/man/man1/c++filt.1.gz usr/share/man/man1/cpp.1.gz usr/share/man/man1/elfedit.1.gz usr/share/man/man1/g++.1.gz usr/share/man/man1/gcc.1.gz usr/share/man/man1/gcov.1.gz usr/share/man/man1/gfortran.1.gz usr/share/man/man1/gprof.1.gz usr/share/man/man1/ld.1.gz usr/share/man/man1/nm.1.gz usr/share/man/man1/objcopy.1.gz usr/share/man/man1/objdump.1.gz usr/share/man/man1/ranlib.1.gz usr/share/man/man1/readelf.1.gz usr/share/man/man1/size.1.gz usr/share/man/man1/strings.1.gz usr/share/man/man1/strip.1.gz @dir usr/include/uapi Index: head/devel/linux-c7-devtools/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-devtools/pkg-plist.i386 (revision 503721) +++ head/devel/linux-c7-devtools/pkg-plist.i386 (revision 503722) @@ -1,2332 +1,2364 @@ usr/bin/addr2line usr/bin/ar usr/bin/as usr/bin/c++ usr/bin/c++filt usr/bin/c89 usr/bin/c99 usr/bin/cc usr/bin/cpp usr/bin/dwp usr/bin/elfedit usr/bin/f95 usr/bin/g++ usr/bin/gcc usr/bin/gcc-ar usr/bin/gcc-nm usr/bin/gcc-ranlib usr/bin/gcov usr/bin/gfortran usr/bin/gprof usr/bin/i686-redhat-linux-c++ usr/bin/i686-redhat-linux-g++ usr/bin/i686-redhat-linux-gcc usr/bin/ld usr/bin/ld.bfd usr/bin/ld.gold usr/bin/nm usr/bin/objcopy usr/bin/objdump usr/bin/ranlib usr/bin/readelf usr/bin/size usr/bin/strings usr/bin/strip usr/include/_G_config.h usr/include/a.out.h usr/include/aio.h usr/include/aliases.h usr/include/alloca.h usr/include/ansidecl.h usr/include/ar.h usr/include/argp.h usr/include/argz.h usr/include/arpa/ftp.h usr/include/arpa/inet.h usr/include/arpa/nameser.h usr/include/arpa/nameser_compat.h usr/include/arpa/telnet.h usr/include/arpa/tftp.h usr/include/asm-generic/auxvec.h usr/include/asm-generic/bitsperlong.h +usr/include/asm-generic/bpf_perf_event.h usr/include/asm-generic/errno-base.h usr/include/asm-generic/errno.h usr/include/asm-generic/fcntl.h usr/include/asm-generic/int-l64.h usr/include/asm-generic/int-ll64.h usr/include/asm-generic/ioctl.h usr/include/asm-generic/ioctls.h usr/include/asm-generic/ipcbuf.h usr/include/asm-generic/kvm_para.h usr/include/asm-generic/mman-common.h usr/include/asm-generic/mman.h usr/include/asm-generic/msgbuf.h usr/include/asm-generic/param.h usr/include/asm-generic/poll.h usr/include/asm-generic/posix_types.h usr/include/asm-generic/resource.h usr/include/asm-generic/sembuf.h usr/include/asm-generic/setup.h usr/include/asm-generic/shmbuf.h usr/include/asm-generic/shmparam.h usr/include/asm-generic/siginfo.h usr/include/asm-generic/signal-defs.h usr/include/asm-generic/signal.h usr/include/asm-generic/socket.h usr/include/asm-generic/sockios.h usr/include/asm-generic/stat.h usr/include/asm-generic/statfs.h usr/include/asm-generic/swab.h usr/include/asm-generic/termbits.h usr/include/asm-generic/termios.h usr/include/asm-generic/types.h usr/include/asm-generic/ucontext.h usr/include/asm-generic/unistd.h usr/include/asm/a.out.h usr/include/asm/auxvec.h usr/include/asm/bitsperlong.h usr/include/asm/boot.h usr/include/asm/bootparam.h +usr/include/asm/bpf_perf_event.h usr/include/asm/byteorder.h usr/include/asm/debugreg.h usr/include/asm/e820.h usr/include/asm/errno.h usr/include/asm/fcntl.h usr/include/asm/hw_breakpoint.h usr/include/asm/hyperv.h usr/include/asm/ioctl.h usr/include/asm/ioctls.h usr/include/asm/ipcbuf.h usr/include/asm/ist.h usr/include/asm/kvm.h usr/include/asm/kvm_para.h usr/include/asm/kvm_perf.h usr/include/asm/ldt.h usr/include/asm/mce.h usr/include/asm/mman.h usr/include/asm/msgbuf.h usr/include/asm/msr-index.h usr/include/asm/msr.h usr/include/asm/mtrr.h usr/include/asm/param.h usr/include/asm/perf_regs.h usr/include/asm/poll.h usr/include/asm/posix_types.h usr/include/asm/posix_types_32.h usr/include/asm/posix_types_64.h usr/include/asm/posix_types_x32.h usr/include/asm/prctl.h usr/include/asm/processor-flags.h usr/include/asm/ptrace-abi.h usr/include/asm/ptrace.h usr/include/asm/resource.h usr/include/asm/sembuf.h usr/include/asm/setup.h usr/include/asm/shmbuf.h usr/include/asm/sigcontext.h usr/include/asm/sigcontext32.h usr/include/asm/siginfo.h usr/include/asm/signal.h usr/include/asm/socket.h usr/include/asm/sockios.h usr/include/asm/stat.h usr/include/asm/statfs.h usr/include/asm/svm.h usr/include/asm/swab.h usr/include/asm/termbits.h usr/include/asm/termios.h usr/include/asm/types.h usr/include/asm/ucontext.h usr/include/asm/unistd.h usr/include/asm/unistd_32.h usr/include/asm/unistd_64.h usr/include/asm/unistd_x32.h usr/include/asm/vm86.h usr/include/asm/vmx.h usr/include/asm/vsyscall.h usr/include/assert.h usr/include/bfd.h usr/include/bfdlink.h usr/include/bits/a.out.h usr/include/bits/byteswap-16.h usr/include/bits/byteswap.h usr/include/bits/cmathcalls.h usr/include/bits/confname.h usr/include/bits/dirent.h usr/include/bits/dlfcn.h usr/include/bits/elfclass.h usr/include/bits/endian.h usr/include/bits/environments.h usr/include/bits/epoll.h usr/include/bits/errno.h usr/include/bits/error.h usr/include/bits/eventfd.h usr/include/bits/fcntl-linux.h usr/include/bits/fcntl.h usr/include/bits/fcntl2.h usr/include/bits/fenv.h usr/include/bits/fenvinline.h usr/include/bits/huge_val.h usr/include/bits/huge_valf.h usr/include/bits/huge_vall.h usr/include/bits/hwcap.h usr/include/bits/in.h usr/include/bits/inf.h usr/include/bits/initspin.h usr/include/bits/inotify.h usr/include/bits/ioctl-types.h usr/include/bits/ioctls.h usr/include/bits/ipc.h usr/include/bits/ipctypes.h usr/include/bits/libc-lock.h usr/include/bits/libio-ldbl.h usr/include/bits/link.h usr/include/bits/local_lim.h usr/include/bits/locale.h usr/include/bits/math-finite.h usr/include/bits/mathcalls.h usr/include/bits/mathdef.h usr/include/bits/mathinline.h usr/include/bits/mman.h usr/include/bits/monetary-ldbl.h usr/include/bits/mqueue.h usr/include/bits/mqueue2.h usr/include/bits/msq.h usr/include/bits/nan.h usr/include/bits/netdb.h usr/include/bits/param.h usr/include/bits/poll.h usr/include/bits/poll2.h usr/include/bits/posix1_lim.h usr/include/bits/posix2_lim.h usr/include/bits/posix_opt.h usr/include/bits/printf-ldbl.h usr/include/bits/pthreadtypes.h usr/include/bits/resource.h usr/include/bits/sched.h usr/include/bits/select.h usr/include/bits/select2.h usr/include/bits/sem.h usr/include/bits/semaphore.h usr/include/bits/setjmp.h usr/include/bits/setjmp2.h usr/include/bits/shm.h usr/include/bits/sigaction.h usr/include/bits/sigcontext.h usr/include/bits/siginfo.h usr/include/bits/signalfd.h usr/include/bits/signum.h usr/include/bits/sigset.h usr/include/bits/sigstack.h usr/include/bits/sigthread.h usr/include/bits/sockaddr.h usr/include/bits/socket.h usr/include/bits/socket2.h usr/include/bits/socket_type.h usr/include/bits/stab.def usr/include/bits/stat.h usr/include/bits/statfs.h usr/include/bits/statvfs.h usr/include/bits/stdio-ldbl.h usr/include/bits/stdio-lock.h usr/include/bits/stdio.h usr/include/bits/stdio2.h usr/include/bits/stdio_lim.h usr/include/bits/stdlib-float.h usr/include/bits/stdlib-ldbl.h usr/include/bits/stdlib.h usr/include/bits/string.h usr/include/bits/string2.h usr/include/bits/string3.h usr/include/bits/sys_errlist.h usr/include/bits/syscall.h usr/include/bits/sysctl.h usr/include/bits/syslog-ldbl.h usr/include/bits/syslog-path.h usr/include/bits/syslog.h usr/include/bits/termios.h usr/include/bits/time.h usr/include/bits/timerfd.h usr/include/bits/timex.h usr/include/bits/types.h usr/include/bits/typesizes.h usr/include/bits/uio.h usr/include/bits/unistd.h usr/include/bits/ustat.h usr/include/bits/utmp.h usr/include/bits/utmpx.h usr/include/bits/utsname.h usr/include/bits/waitflags.h usr/include/bits/waitstatus.h usr/include/bits/wchar-ldbl.h usr/include/bits/wchar.h usr/include/bits/wchar2.h usr/include/bits/wordsize.h usr/include/bits/xopen_lim.h usr/include/byteswap.h usr/include/c++/4.8.2/algorithm usr/include/c++/4.8.2/array usr/include/c++/4.8.2/atomic usr/include/c++/4.8.2/backward/auto_ptr.h usr/include/c++/4.8.2/backward/backward_warning.h usr/include/c++/4.8.2/backward/binders.h usr/include/c++/4.8.2/backward/hash_fun.h usr/include/c++/4.8.2/backward/hash_map usr/include/c++/4.8.2/backward/hash_set usr/include/c++/4.8.2/backward/hashtable.h usr/include/c++/4.8.2/backward/strstream usr/include/c++/4.8.2/bits/algorithmfwd.h usr/include/c++/4.8.2/bits/alloc_traits.h usr/include/c++/4.8.2/bits/allocator.h usr/include/c++/4.8.2/bits/atomic_base.h usr/include/c++/4.8.2/bits/atomic_lockfree_defines.h usr/include/c++/4.8.2/bits/basic_ios.h usr/include/c++/4.8.2/bits/basic_ios.tcc usr/include/c++/4.8.2/bits/basic_string.h usr/include/c++/4.8.2/bits/basic_string.tcc usr/include/c++/4.8.2/bits/boost_concept_check.h usr/include/c++/4.8.2/bits/c++0x_warning.h usr/include/c++/4.8.2/bits/char_traits.h usr/include/c++/4.8.2/bits/codecvt.h usr/include/c++/4.8.2/bits/concept_check.h usr/include/c++/4.8.2/bits/cpp_type_traits.h usr/include/c++/4.8.2/bits/cxxabi_forced.h usr/include/c++/4.8.2/bits/deque.tcc usr/include/c++/4.8.2/bits/exception_defines.h usr/include/c++/4.8.2/bits/exception_ptr.h usr/include/c++/4.8.2/bits/forward_list.h usr/include/c++/4.8.2/bits/forward_list.tcc usr/include/c++/4.8.2/bits/fstream.tcc usr/include/c++/4.8.2/bits/functexcept.h usr/include/c++/4.8.2/bits/functional_hash.h usr/include/c++/4.8.2/bits/gslice.h usr/include/c++/4.8.2/bits/gslice_array.h usr/include/c++/4.8.2/bits/hash_bytes.h usr/include/c++/4.8.2/bits/hashtable.h usr/include/c++/4.8.2/bits/hashtable_policy.h usr/include/c++/4.8.2/bits/indirect_array.h usr/include/c++/4.8.2/bits/ios_base.h usr/include/c++/4.8.2/bits/istream.tcc usr/include/c++/4.8.2/bits/list.tcc usr/include/c++/4.8.2/bits/locale_classes.h usr/include/c++/4.8.2/bits/locale_classes.tcc usr/include/c++/4.8.2/bits/locale_facets.h usr/include/c++/4.8.2/bits/locale_facets.tcc usr/include/c++/4.8.2/bits/locale_facets_nonio.h usr/include/c++/4.8.2/bits/locale_facets_nonio.tcc usr/include/c++/4.8.2/bits/localefwd.h usr/include/c++/4.8.2/bits/mask_array.h usr/include/c++/4.8.2/bits/memoryfwd.h usr/include/c++/4.8.2/bits/move.h usr/include/c++/4.8.2/bits/nested_exception.h usr/include/c++/4.8.2/bits/ostream.tcc usr/include/c++/4.8.2/bits/ostream_insert.h usr/include/c++/4.8.2/bits/postypes.h usr/include/c++/4.8.2/bits/ptr_traits.h usr/include/c++/4.8.2/bits/random.h usr/include/c++/4.8.2/bits/random.tcc usr/include/c++/4.8.2/bits/range_access.h usr/include/c++/4.8.2/bits/regex.h usr/include/c++/4.8.2/bits/regex_compiler.h usr/include/c++/4.8.2/bits/regex_constants.h usr/include/c++/4.8.2/bits/regex_cursor.h usr/include/c++/4.8.2/bits/regex_error.h usr/include/c++/4.8.2/bits/regex_grep_matcher.h usr/include/c++/4.8.2/bits/regex_grep_matcher.tcc usr/include/c++/4.8.2/bits/regex_nfa.h usr/include/c++/4.8.2/bits/regex_nfa.tcc usr/include/c++/4.8.2/bits/shared_ptr.h usr/include/c++/4.8.2/bits/shared_ptr_base.h usr/include/c++/4.8.2/bits/slice_array.h usr/include/c++/4.8.2/bits/sstream.tcc usr/include/c++/4.8.2/bits/stl_algo.h usr/include/c++/4.8.2/bits/stl_algobase.h usr/include/c++/4.8.2/bits/stl_bvector.h usr/include/c++/4.8.2/bits/stl_construct.h usr/include/c++/4.8.2/bits/stl_deque.h usr/include/c++/4.8.2/bits/stl_function.h usr/include/c++/4.8.2/bits/stl_heap.h usr/include/c++/4.8.2/bits/stl_iterator.h usr/include/c++/4.8.2/bits/stl_iterator_base_funcs.h usr/include/c++/4.8.2/bits/stl_iterator_base_types.h usr/include/c++/4.8.2/bits/stl_list.h usr/include/c++/4.8.2/bits/stl_map.h usr/include/c++/4.8.2/bits/stl_multimap.h usr/include/c++/4.8.2/bits/stl_multiset.h usr/include/c++/4.8.2/bits/stl_numeric.h usr/include/c++/4.8.2/bits/stl_pair.h usr/include/c++/4.8.2/bits/stl_queue.h usr/include/c++/4.8.2/bits/stl_raw_storage_iter.h usr/include/c++/4.8.2/bits/stl_relops.h usr/include/c++/4.8.2/bits/stl_set.h usr/include/c++/4.8.2/bits/stl_stack.h usr/include/c++/4.8.2/bits/stl_tempbuf.h usr/include/c++/4.8.2/bits/stl_tree.h usr/include/c++/4.8.2/bits/stl_uninitialized.h usr/include/c++/4.8.2/bits/stl_vector.h usr/include/c++/4.8.2/bits/stream_iterator.h usr/include/c++/4.8.2/bits/streambuf.tcc usr/include/c++/4.8.2/bits/streambuf_iterator.h usr/include/c++/4.8.2/bits/stringfwd.h usr/include/c++/4.8.2/bits/unique_ptr.h usr/include/c++/4.8.2/bits/unordered_map.h usr/include/c++/4.8.2/bits/unordered_set.h usr/include/c++/4.8.2/bits/uses_allocator.h usr/include/c++/4.8.2/bits/valarray_after.h usr/include/c++/4.8.2/bits/valarray_array.h usr/include/c++/4.8.2/bits/valarray_array.tcc usr/include/c++/4.8.2/bits/valarray_before.h usr/include/c++/4.8.2/bits/vector.tcc usr/include/c++/4.8.2/bitset usr/include/c++/4.8.2/cassert usr/include/c++/4.8.2/ccomplex usr/include/c++/4.8.2/cctype usr/include/c++/4.8.2/cerrno usr/include/c++/4.8.2/cfenv usr/include/c++/4.8.2/cfloat usr/include/c++/4.8.2/chrono usr/include/c++/4.8.2/cinttypes usr/include/c++/4.8.2/ciso646 usr/include/c++/4.8.2/climits usr/include/c++/4.8.2/clocale usr/include/c++/4.8.2/cmath usr/include/c++/4.8.2/complex usr/include/c++/4.8.2/complex.h usr/include/c++/4.8.2/condition_variable usr/include/c++/4.8.2/csetjmp usr/include/c++/4.8.2/csignal usr/include/c++/4.8.2/cstdalign usr/include/c++/4.8.2/cstdarg usr/include/c++/4.8.2/cstdbool usr/include/c++/4.8.2/cstddef usr/include/c++/4.8.2/cstdint usr/include/c++/4.8.2/cstdio usr/include/c++/4.8.2/cstdlib usr/include/c++/4.8.2/cstring usr/include/c++/4.8.2/ctgmath usr/include/c++/4.8.2/ctime usr/include/c++/4.8.2/cwchar usr/include/c++/4.8.2/cwctype usr/include/c++/4.8.2/cxxabi.h usr/include/c++/4.8.2/debug/array usr/include/c++/4.8.2/debug/bitset usr/include/c++/4.8.2/debug/debug.h usr/include/c++/4.8.2/debug/deque usr/include/c++/4.8.2/debug/formatter.h usr/include/c++/4.8.2/debug/forward_list usr/include/c++/4.8.2/debug/functions.h usr/include/c++/4.8.2/debug/list usr/include/c++/4.8.2/debug/macros.h usr/include/c++/4.8.2/debug/map usr/include/c++/4.8.2/debug/map.h usr/include/c++/4.8.2/debug/multimap.h usr/include/c++/4.8.2/debug/multiset.h usr/include/c++/4.8.2/debug/safe_base.h usr/include/c++/4.8.2/debug/safe_iterator.h usr/include/c++/4.8.2/debug/safe_iterator.tcc usr/include/c++/4.8.2/debug/safe_local_iterator.h usr/include/c++/4.8.2/debug/safe_local_iterator.tcc usr/include/c++/4.8.2/debug/safe_sequence.h usr/include/c++/4.8.2/debug/safe_sequence.tcc usr/include/c++/4.8.2/debug/safe_unordered_base.h usr/include/c++/4.8.2/debug/safe_unordered_container.h usr/include/c++/4.8.2/debug/safe_unordered_container.tcc usr/include/c++/4.8.2/debug/set usr/include/c++/4.8.2/debug/set.h usr/include/c++/4.8.2/debug/string usr/include/c++/4.8.2/debug/unordered_map usr/include/c++/4.8.2/debug/unordered_set usr/include/c++/4.8.2/debug/vector usr/include/c++/4.8.2/decimal/decimal usr/include/c++/4.8.2/decimal/decimal.h usr/include/c++/4.8.2/deque usr/include/c++/4.8.2/exception usr/include/c++/4.8.2/ext/algorithm usr/include/c++/4.8.2/ext/alloc_traits.h usr/include/c++/4.8.2/ext/array_allocator.h usr/include/c++/4.8.2/ext/atomicity.h usr/include/c++/4.8.2/ext/bitmap_allocator.h usr/include/c++/4.8.2/ext/cast.h usr/include/c++/4.8.2/ext/cmath usr/include/c++/4.8.2/ext/codecvt_specializations.h usr/include/c++/4.8.2/ext/concurrence.h usr/include/c++/4.8.2/ext/debug_allocator.h usr/include/c++/4.8.2/ext/enc_filebuf.h usr/include/c++/4.8.2/ext/extptr_allocator.h usr/include/c++/4.8.2/ext/functional usr/include/c++/4.8.2/ext/hash_map usr/include/c++/4.8.2/ext/hash_set usr/include/c++/4.8.2/ext/iterator usr/include/c++/4.8.2/ext/malloc_allocator.h usr/include/c++/4.8.2/ext/memory usr/include/c++/4.8.2/ext/mt_allocator.h usr/include/c++/4.8.2/ext/new_allocator.h usr/include/c++/4.8.2/ext/numeric usr/include/c++/4.8.2/ext/numeric_traits.h usr/include/c++/4.8.2/ext/pb_ds/assoc_container.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/bin_search_tree_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/node_iterators.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/point_iterators.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/r_erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/rotate_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/bin_search_tree_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/binary_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_cmp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/entry_pred.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/point_const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/resize_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binary_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/binomial_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/binomial_heap_base_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/binomial_heap_base_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/branch_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/null_node_metadata.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/branch_policy/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cc_ht_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cmp_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/cond_key_dtor_entry_dealtor.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/entry_list_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/size_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cc_hash_table_map_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/cond_dealtor.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/container_base_dispatch.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/debug_map_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/eq_by_less.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/eq_fn/hash_eq_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/constructor_destructor_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/debug_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/erase_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/find_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/gp_ht_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/insert_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/iterator_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_no_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/resize_store_hash_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/gp_hash_table_map_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mask_range_hashing_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/direct_mod_range_hashing_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/linear_probe_fn_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mask_based_range_hashing.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/mod_based_range_hashing.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/probe_fn_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/quadratic_probe_fn_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_hash_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/ranged_probe_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_probe_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_range_hashing.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_hash_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/hash_fn/sample_ranged_probe_fn.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/left_child_next_sibling_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/node.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/point_const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/left_child_next_sibling_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/constructor_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/entry_metadata_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/lu_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_map_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/lu_counter_metadata.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/list_update_policy/sample_update_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/node_iterators.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/ov_tree_map_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/ov_tree_map_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/pairing_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pairing_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/insert_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/iterators_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/pat_trie_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/policy_access_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/r_erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/rotate_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/split_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/synth_access_traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/pat_trie_/update_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/priority_queue_base_dispatch.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/node.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/rb_tree_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rb_tree_map_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/rc_binomial_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/rc_binomial_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/cc_hash_max_collision_check_resize_trigger_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_exponential_size_policy_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_load_check_resize_trigger_size_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_prime_size_policy_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/hash_standard_resize_policy_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_resize_trigger.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/resize_policy/sample_size_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/info_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/node.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/splay_tree_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/splay_tree_/traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/standard_policies.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/constructors_destructor_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/debug_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/erase_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/find_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/insert_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/split_join_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/thin_heap_.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/thin_heap_/trace_fn_imps.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/node_metadata_selector.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/order_statistics_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_policy/sample_tree_node_update.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/tree_trace_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/node_metadata_selector.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/order_statistics_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/prefix_search_node_update_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_access_traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/sample_trie_node_update.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_policy_base.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/trie_policy/trie_string_access_traits_imp.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/type_utils.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/types_traits.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_const_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/detail/unordered_iterator/point_iterator.hpp usr/include/c++/4.8.2/ext/pb_ds/exception.hpp usr/include/c++/4.8.2/ext/pb_ds/hash_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/list_update_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/priority_queue.hpp usr/include/c++/4.8.2/ext/pb_ds/tag_and_trait.hpp usr/include/c++/4.8.2/ext/pb_ds/tree_policy.hpp usr/include/c++/4.8.2/ext/pb_ds/trie_policy.hpp usr/include/c++/4.8.2/ext/pod_char_traits.h usr/include/c++/4.8.2/ext/pointer.h usr/include/c++/4.8.2/ext/pool_allocator.h usr/include/c++/4.8.2/ext/random usr/include/c++/4.8.2/ext/random.tcc usr/include/c++/4.8.2/ext/rb_tree usr/include/c++/4.8.2/ext/rc_string_base.h usr/include/c++/4.8.2/ext/rope usr/include/c++/4.8.2/ext/ropeimpl.h usr/include/c++/4.8.2/ext/slist usr/include/c++/4.8.2/ext/sso_string_base.h usr/include/c++/4.8.2/ext/stdio_filebuf.h usr/include/c++/4.8.2/ext/stdio_sync_filebuf.h usr/include/c++/4.8.2/ext/string_conversions.h usr/include/c++/4.8.2/ext/throw_allocator.h usr/include/c++/4.8.2/ext/type_traits.h usr/include/c++/4.8.2/ext/typelist.h usr/include/c++/4.8.2/ext/vstring.h usr/include/c++/4.8.2/ext/vstring.tcc usr/include/c++/4.8.2/ext/vstring_fwd.h usr/include/c++/4.8.2/ext/vstring_util.h usr/include/c++/4.8.2/fenv.h usr/include/c++/4.8.2/forward_list usr/include/c++/4.8.2/fstream usr/include/c++/4.8.2/functional usr/include/c++/4.8.2/future usr/include/c++/4.8.2/i686-redhat-linux/bits/atomic_word.h usr/include/c++/4.8.2/i686-redhat-linux/bits/basic_file.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++allocator.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++config.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++io.h usr/include/c++/4.8.2/i686-redhat-linux/bits/c++locale.h usr/include/c++/4.8.2/i686-redhat-linux/bits/cpu_defines.h usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_base.h usr/include/c++/4.8.2/i686-redhat-linux/bits/ctype_inline.h usr/include/c++/4.8.2/i686-redhat-linux/bits/cxxabi_tweaks.h usr/include/c++/4.8.2/i686-redhat-linux/bits/error_constants.h usr/include/c++/4.8.2/i686-redhat-linux/bits/extc++.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-default.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-posix.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr-single.h usr/include/c++/4.8.2/i686-redhat-linux/bits/gthr.h usr/include/c++/4.8.2/i686-redhat-linux/bits/messages_members.h usr/include/c++/4.8.2/i686-redhat-linux/bits/opt_random.h usr/include/c++/4.8.2/i686-redhat-linux/bits/os_defines.h usr/include/c++/4.8.2/i686-redhat-linux/bits/stdc++.h usr/include/c++/4.8.2/i686-redhat-linux/bits/stdtr1c++.h usr/include/c++/4.8.2/i686-redhat-linux/bits/time_members.h usr/include/c++/4.8.2/i686-redhat-linux/ext/opt_random.h usr/include/c++/4.8.2/initializer_list usr/include/c++/4.8.2/iomanip usr/include/c++/4.8.2/ios usr/include/c++/4.8.2/iosfwd usr/include/c++/4.8.2/iostream usr/include/c++/4.8.2/istream usr/include/c++/4.8.2/iterator usr/include/c++/4.8.2/limits usr/include/c++/4.8.2/list usr/include/c++/4.8.2/locale usr/include/c++/4.8.2/map usr/include/c++/4.8.2/memory usr/include/c++/4.8.2/mutex usr/include/c++/4.8.2/new usr/include/c++/4.8.2/numeric usr/include/c++/4.8.2/ostream usr/include/c++/4.8.2/parallel/algo.h usr/include/c++/4.8.2/parallel/algobase.h usr/include/c++/4.8.2/parallel/algorithm usr/include/c++/4.8.2/parallel/algorithmfwd.h usr/include/c++/4.8.2/parallel/balanced_quicksort.h usr/include/c++/4.8.2/parallel/base.h usr/include/c++/4.8.2/parallel/basic_iterator.h usr/include/c++/4.8.2/parallel/checkers.h usr/include/c++/4.8.2/parallel/compatibility.h usr/include/c++/4.8.2/parallel/compiletime_settings.h usr/include/c++/4.8.2/parallel/equally_split.h usr/include/c++/4.8.2/parallel/features.h usr/include/c++/4.8.2/parallel/find.h usr/include/c++/4.8.2/parallel/find_selectors.h usr/include/c++/4.8.2/parallel/for_each.h usr/include/c++/4.8.2/parallel/for_each_selectors.h usr/include/c++/4.8.2/parallel/iterator.h usr/include/c++/4.8.2/parallel/list_partition.h usr/include/c++/4.8.2/parallel/losertree.h usr/include/c++/4.8.2/parallel/merge.h usr/include/c++/4.8.2/parallel/multiseq_selection.h usr/include/c++/4.8.2/parallel/multiway_merge.h usr/include/c++/4.8.2/parallel/multiway_mergesort.h usr/include/c++/4.8.2/parallel/numeric usr/include/c++/4.8.2/parallel/numericfwd.h usr/include/c++/4.8.2/parallel/omp_loop.h usr/include/c++/4.8.2/parallel/omp_loop_static.h usr/include/c++/4.8.2/parallel/par_loop.h usr/include/c++/4.8.2/parallel/parallel.h usr/include/c++/4.8.2/parallel/partial_sum.h usr/include/c++/4.8.2/parallel/partition.h usr/include/c++/4.8.2/parallel/queue.h usr/include/c++/4.8.2/parallel/quicksort.h usr/include/c++/4.8.2/parallel/random_number.h usr/include/c++/4.8.2/parallel/random_shuffle.h usr/include/c++/4.8.2/parallel/search.h usr/include/c++/4.8.2/parallel/set_operations.h usr/include/c++/4.8.2/parallel/settings.h usr/include/c++/4.8.2/parallel/sort.h usr/include/c++/4.8.2/parallel/tags.h usr/include/c++/4.8.2/parallel/types.h usr/include/c++/4.8.2/parallel/unique_copy.h usr/include/c++/4.8.2/parallel/workstealing.h usr/include/c++/4.8.2/profile/array usr/include/c++/4.8.2/profile/base.h usr/include/c++/4.8.2/profile/bitset usr/include/c++/4.8.2/profile/deque usr/include/c++/4.8.2/profile/forward_list usr/include/c++/4.8.2/profile/impl/profiler.h usr/include/c++/4.8.2/profile/impl/profiler_algos.h usr/include/c++/4.8.2/profile/impl/profiler_container_size.h usr/include/c++/4.8.2/profile/impl/profiler_hash_func.h usr/include/c++/4.8.2/profile/impl/profiler_hashtable_size.h usr/include/c++/4.8.2/profile/impl/profiler_list_to_slist.h usr/include/c++/4.8.2/profile/impl/profiler_list_to_vector.h usr/include/c++/4.8.2/profile/impl/profiler_map_to_unordered_map.h usr/include/c++/4.8.2/profile/impl/profiler_node.h usr/include/c++/4.8.2/profile/impl/profiler_state.h usr/include/c++/4.8.2/profile/impl/profiler_trace.h usr/include/c++/4.8.2/profile/impl/profiler_vector_size.h usr/include/c++/4.8.2/profile/impl/profiler_vector_to_list.h usr/include/c++/4.8.2/profile/iterator_tracker.h usr/include/c++/4.8.2/profile/list usr/include/c++/4.8.2/profile/map usr/include/c++/4.8.2/profile/map.h usr/include/c++/4.8.2/profile/multimap.h usr/include/c++/4.8.2/profile/multiset.h usr/include/c++/4.8.2/profile/set usr/include/c++/4.8.2/profile/set.h usr/include/c++/4.8.2/profile/unordered_base.h usr/include/c++/4.8.2/profile/unordered_map usr/include/c++/4.8.2/profile/unordered_set usr/include/c++/4.8.2/profile/vector usr/include/c++/4.8.2/queue usr/include/c++/4.8.2/random usr/include/c++/4.8.2/ratio usr/include/c++/4.8.2/regex usr/include/c++/4.8.2/scoped_allocator usr/include/c++/4.8.2/set usr/include/c++/4.8.2/sstream usr/include/c++/4.8.2/stack usr/include/c++/4.8.2/stdexcept usr/include/c++/4.8.2/streambuf usr/include/c++/4.8.2/string usr/include/c++/4.8.2/system_error usr/include/c++/4.8.2/tgmath.h usr/include/c++/4.8.2/thread usr/include/c++/4.8.2/tr1/array usr/include/c++/4.8.2/tr1/bessel_function.tcc usr/include/c++/4.8.2/tr1/beta_function.tcc usr/include/c++/4.8.2/tr1/ccomplex usr/include/c++/4.8.2/tr1/cctype usr/include/c++/4.8.2/tr1/cfenv usr/include/c++/4.8.2/tr1/cfloat usr/include/c++/4.8.2/tr1/cinttypes usr/include/c++/4.8.2/tr1/climits usr/include/c++/4.8.2/tr1/cmath usr/include/c++/4.8.2/tr1/complex usr/include/c++/4.8.2/tr1/complex.h usr/include/c++/4.8.2/tr1/cstdarg usr/include/c++/4.8.2/tr1/cstdbool usr/include/c++/4.8.2/tr1/cstdint usr/include/c++/4.8.2/tr1/cstdio usr/include/c++/4.8.2/tr1/cstdlib usr/include/c++/4.8.2/tr1/ctgmath usr/include/c++/4.8.2/tr1/ctime usr/include/c++/4.8.2/tr1/ctype.h usr/include/c++/4.8.2/tr1/cwchar usr/include/c++/4.8.2/tr1/cwctype usr/include/c++/4.8.2/tr1/ell_integral.tcc usr/include/c++/4.8.2/tr1/exp_integral.tcc usr/include/c++/4.8.2/tr1/fenv.h usr/include/c++/4.8.2/tr1/float.h usr/include/c++/4.8.2/tr1/functional usr/include/c++/4.8.2/tr1/functional_hash.h usr/include/c++/4.8.2/tr1/gamma.tcc usr/include/c++/4.8.2/tr1/hashtable.h usr/include/c++/4.8.2/tr1/hashtable_policy.h usr/include/c++/4.8.2/tr1/hypergeometric.tcc usr/include/c++/4.8.2/tr1/inttypes.h usr/include/c++/4.8.2/tr1/legendre_function.tcc usr/include/c++/4.8.2/tr1/limits.h usr/include/c++/4.8.2/tr1/math.h usr/include/c++/4.8.2/tr1/memory usr/include/c++/4.8.2/tr1/modified_bessel_func.tcc usr/include/c++/4.8.2/tr1/poly_hermite.tcc usr/include/c++/4.8.2/tr1/poly_laguerre.tcc usr/include/c++/4.8.2/tr1/random usr/include/c++/4.8.2/tr1/random.h usr/include/c++/4.8.2/tr1/random.tcc usr/include/c++/4.8.2/tr1/regex usr/include/c++/4.8.2/tr1/riemann_zeta.tcc usr/include/c++/4.8.2/tr1/shared_ptr.h usr/include/c++/4.8.2/tr1/special_function_util.h usr/include/c++/4.8.2/tr1/stdarg.h usr/include/c++/4.8.2/tr1/stdbool.h usr/include/c++/4.8.2/tr1/stdint.h usr/include/c++/4.8.2/tr1/stdio.h usr/include/c++/4.8.2/tr1/stdlib.h usr/include/c++/4.8.2/tr1/tgmath.h usr/include/c++/4.8.2/tr1/tuple usr/include/c++/4.8.2/tr1/type_traits usr/include/c++/4.8.2/tr1/unordered_map usr/include/c++/4.8.2/tr1/unordered_map.h usr/include/c++/4.8.2/tr1/unordered_set usr/include/c++/4.8.2/tr1/unordered_set.h usr/include/c++/4.8.2/tr1/utility usr/include/c++/4.8.2/tr1/wchar.h usr/include/c++/4.8.2/tr1/wctype.h usr/include/c++/4.8.2/tr2/bool_set usr/include/c++/4.8.2/tr2/bool_set.tcc usr/include/c++/4.8.2/tr2/dynamic_bitset usr/include/c++/4.8.2/tr2/ratio usr/include/c++/4.8.2/tr2/type_traits usr/include/c++/4.8.2/tuple usr/include/c++/4.8.2/type_traits usr/include/c++/4.8.2/typeindex usr/include/c++/4.8.2/typeinfo usr/include/c++/4.8.2/unordered_map usr/include/c++/4.8.2/unordered_set usr/include/c++/4.8.2/utility usr/include/c++/4.8.2/valarray usr/include/c++/4.8.2/vector usr/include/c++/4.8.5 usr/include/complex.h usr/include/cpio.h usr/include/cpufreq.h usr/include/crypt.h usr/include/ctype.h usr/include/demangle.h usr/include/dirent.h usr/include/dis-asm.h usr/include/dlfcn.h usr/include/drm/amdgpu_drm.h usr/include/drm/drm.h usr/include/drm/drm_fourcc.h usr/include/drm/drm_mode.h usr/include/drm/drm_sarea.h usr/include/drm/exynos_drm.h usr/include/drm/i810_drm.h usr/include/drm/i915_drm.h usr/include/drm/mga_drm.h usr/include/drm/nouveau_drm.h usr/include/drm/qxl_drm.h usr/include/drm/r128_drm.h usr/include/drm/radeon_drm.h usr/include/drm/savage_drm.h usr/include/drm/sis_drm.h usr/include/drm/tegra_drm.h usr/include/drm/via_drm.h usr/include/drm/virtgpu_drm.h usr/include/drm/vmwgfx_drm.h usr/include/elf.h usr/include/endian.h usr/include/envz.h usr/include/err.h usr/include/errno.h usr/include/error.h usr/include/execinfo.h usr/include/fcntl.h usr/include/features.h usr/include/fenv.h usr/include/fmtmsg.h usr/include/fnmatch.h usr/include/fpu_control.h usr/include/fstab.h usr/include/fts.h usr/include/ftw.h usr/include/gconv.h usr/include/getopt.h usr/include/glob.h usr/include/gnu-versions.h usr/include/gnu/lib-names.h usr/include/gnu/libc-version.h usr/include/gnu/stubs-32.h usr/include/gnu/stubs.h usr/include/grp.h usr/include/gshadow.h usr/include/iconv.h usr/include/ieee754.h usr/include/ifaddrs.h usr/include/inttypes.h usr/include/langinfo.h usr/include/lastlog.h usr/include/libgen.h usr/include/libiberty.h usr/include/libintl.h usr/include/libio.h usr/include/limits.h usr/include/link.h usr/include/linux/a.out.h usr/include/linux/acct.h usr/include/linux/adb.h usr/include/linux/adfs_fs.h usr/include/linux/affs_hardblocks.h usr/include/linux/agpgart.h usr/include/linux/aio_abi.h usr/include/linux/apm_bios.h usr/include/linux/arcfb.h usr/include/linux/atalk.h usr/include/linux/atm.h usr/include/linux/atm_eni.h usr/include/linux/atm_he.h usr/include/linux/atm_idt77105.h usr/include/linux/atm_nicstar.h usr/include/linux/atm_tcp.h usr/include/linux/atm_zatm.h usr/include/linux/atmapi.h usr/include/linux/atmarp.h usr/include/linux/atmbr2684.h usr/include/linux/atmclip.h usr/include/linux/atmdev.h usr/include/linux/atmioc.h usr/include/linux/atmlec.h usr/include/linux/atmmpc.h usr/include/linux/atmppp.h usr/include/linux/atmsap.h usr/include/linux/atmsvc.h usr/include/linux/audit.h usr/include/linux/auto_fs.h usr/include/linux/auto_fs4.h usr/include/linux/auxvec.h usr/include/linux/ax25.h usr/include/linux/b1lli.h usr/include/linux/baycom.h usr/include/linux/bfs_fs.h usr/include/linux/binfmts.h usr/include/linux/blkpg.h usr/include/linux/blktrace_api.h +usr/include/linux/bpf.h +usr/include/linux/bpf_common.h +usr/include/linux/bpf_perf_event.h usr/include/linux/bpqether.h usr/include/linux/bsg.h usr/include/linux/bt-bmc.h usr/include/linux/btrfs.h usr/include/linux/byteorder/big_endian.h usr/include/linux/byteorder/little_endian.h usr/include/linux/caif/caif_socket.h usr/include/linux/caif/if_caif.h usr/include/linux/can.h usr/include/linux/can/bcm.h usr/include/linux/can/error.h usr/include/linux/can/gw.h usr/include/linux/can/netlink.h usr/include/linux/can/raw.h usr/include/linux/capability.h usr/include/linux/capi.h usr/include/linux/cciss_defs.h usr/include/linux/cciss_ioctl.h usr/include/linux/cdrom.h usr/include/linux/cgroupstats.h usr/include/linux/chio.h usr/include/linux/cm4000_cs.h usr/include/linux/cn_proc.h usr/include/linux/coda.h usr/include/linux/coda_psdev.h usr/include/linux/coff.h usr/include/linux/connector.h usr/include/linux/const.h usr/include/linux/cramfs_fs.h usr/include/linux/cuda.h usr/include/linux/cyclades.h usr/include/linux/cycx_cfm.h usr/include/linux/dcbnl.h usr/include/linux/dccp.h usr/include/linux/devlink.h usr/include/linux/dlm.h usr/include/linux/dlm_device.h usr/include/linux/dlm_netlink.h usr/include/linux/dlm_plock.h usr/include/linux/dlmconstants.h usr/include/linux/dm-ioctl.h usr/include/linux/dm-log-userspace.h usr/include/linux/dn.h usr/include/linux/dqblk_xfs.h usr/include/linux/dvb/audio.h usr/include/linux/dvb/ca.h usr/include/linux/dvb/dmx.h usr/include/linux/dvb/frontend.h usr/include/linux/dvb/net.h usr/include/linux/dvb/osd.h usr/include/linux/dvb/version.h usr/include/linux/dvb/video.h usr/include/linux/edd.h usr/include/linux/efs_fs_sb.h usr/include/linux/elf-em.h usr/include/linux/elf-fdpic.h usr/include/linux/elf.h usr/include/linux/elfcore.h usr/include/linux/errno.h usr/include/linux/errqueue.h usr/include/linux/ethtool.h usr/include/linux/eventpoll.h usr/include/linux/fadvise.h usr/include/linux/falloc.h usr/include/linux/fanotify.h usr/include/linux/fb.h usr/include/linux/fcntl.h usr/include/linux/fd.h usr/include/linux/fdreg.h usr/include/linux/fib_rules.h usr/include/linux/fiemap.h usr/include/linux/filter.h usr/include/linux/firewire-cdev.h usr/include/linux/firewire-constants.h usr/include/linux/flat.h usr/include/linux/fou.h usr/include/linux/fs.h usr/include/linux/fsl_hypervisor.h usr/include/linux/fuse.h usr/include/linux/futex.h usr/include/linux/gameport.h usr/include/linux/gen_stats.h usr/include/linux/genetlink.h usr/include/linux/gfs2_ondisk.h usr/include/linux/gigaset_dev.h usr/include/linux/hdlc.h usr/include/linux/hdlc/ioctl.h usr/include/linux/hdlcdrv.h usr/include/linux/hdreg.h usr/include/linux/hid.h usr/include/linux/hiddev.h usr/include/linux/hidraw.h usr/include/linux/hpet.h usr/include/linux/hsi/hsi_char.h usr/include/linux/hw_breakpoint.h usr/include/linux/hyperv.h usr/include/linux/hysdn_if.h usr/include/linux/i2c-dev.h usr/include/linux/i2c.h usr/include/linux/i2o-dev.h usr/include/linux/i8k.h usr/include/linux/icmp.h usr/include/linux/icmpv6.h usr/include/linux/if.h usr/include/linux/if_addr.h usr/include/linux/if_addrlabel.h usr/include/linux/if_alg.h usr/include/linux/if_arcnet.h usr/include/linux/if_arp.h usr/include/linux/if_bonding.h usr/include/linux/if_bridge.h usr/include/linux/if_cablemodem.h usr/include/linux/if_eql.h usr/include/linux/if_ether.h usr/include/linux/if_fc.h usr/include/linux/if_fddi.h usr/include/linux/if_frad.h usr/include/linux/if_hippi.h usr/include/linux/if_infiniband.h usr/include/linux/if_link.h usr/include/linux/if_ltalk.h usr/include/linux/if_macsec.h usr/include/linux/if_packet.h usr/include/linux/if_phonet.h usr/include/linux/if_plip.h usr/include/linux/if_ppp.h usr/include/linux/if_pppol2tp.h usr/include/linux/if_pppox.h usr/include/linux/if_slip.h usr/include/linux/if_team.h usr/include/linux/if_tun.h usr/include/linux/if_tunnel.h usr/include/linux/if_vlan.h usr/include/linux/if_x25.h +usr/include/linux/ife.h usr/include/linux/igmp.h +usr/include/linux/iio/events.h +usr/include/linux/iio/types.h usr/include/linux/in.h usr/include/linux/in6.h usr/include/linux/in_route.h usr/include/linux/inet_diag.h usr/include/linux/inotify.h usr/include/linux/input.h usr/include/linux/ioctl.h usr/include/linux/ip.h usr/include/linux/ip6_tunnel.h usr/include/linux/ip_vs.h usr/include/linux/ipc.h usr/include/linux/ipmi.h usr/include/linux/ipmi_msgdefs.h usr/include/linux/ipsec.h usr/include/linux/ipv6.h usr/include/linux/ipv6_route.h usr/include/linux/ipx.h usr/include/linux/irda.h usr/include/linux/irqnr.h usr/include/linux/isdn.h usr/include/linux/isdn/capicmd.h usr/include/linux/isdn_divertif.h usr/include/linux/isdn_ppp.h usr/include/linux/isdnif.h usr/include/linux/iso_fs.h usr/include/linux/ivtv.h usr/include/linux/ivtvfb.h usr/include/linux/ixjuser.h usr/include/linux/jffs2.h usr/include/linux/joystick.h usr/include/linux/kd.h usr/include/linux/kdev_t.h usr/include/linux/kernel-page-flags.h usr/include/linux/kernel.h usr/include/linux/kernelcapi.h usr/include/linux/kexec.h usr/include/linux/keyboard.h usr/include/linux/keyctl.h usr/include/linux/kvm.h usr/include/linux/kvm_para.h usr/include/linux/l2tp.h usr/include/linux/libc-compat.h usr/include/linux/limits.h usr/include/linux/llc.h usr/include/linux/loop.h usr/include/linux/lp.h usr/include/linux/lwtunnel.h usr/include/linux/magic.h usr/include/linux/major.h usr/include/linux/map_to_7segment.h usr/include/linux/matroxfb.h usr/include/linux/mdio.h usr/include/linux/media.h usr/include/linux/mei.h +usr/include/linux/membarrier.h usr/include/linux/memfd.h usr/include/linux/mempolicy.h usr/include/linux/meye.h usr/include/linux/mii.h usr/include/linux/minix_fs.h usr/include/linux/mman.h usr/include/linux/mmc/ioctl.h usr/include/linux/mmtimer.h usr/include/linux/mpls.h usr/include/linux/mqueue.h usr/include/linux/mroute.h usr/include/linux/mroute6.h usr/include/linux/msdos_fs.h usr/include/linux/msg.h usr/include/linux/mtio.h usr/include/linux/n_r3964.h usr/include/linux/nbd.h usr/include/linux/ncp.h usr/include/linux/ncp_fs.h usr/include/linux/ncp_mount.h usr/include/linux/ncp_no.h usr/include/linux/ndctl.h usr/include/linux/neighbour.h usr/include/linux/net.h usr/include/linux/net_dropmon.h usr/include/linux/net_namespace.h usr/include/linux/net_tstamp.h usr/include/linux/netconf.h usr/include/linux/netdevice.h usr/include/linux/netfilter.h usr/include/linux/netfilter/ipset/ip_set.h usr/include/linux/netfilter/ipset/ip_set_bitmap.h usr/include/linux/netfilter/ipset/ip_set_hash.h usr/include/linux/netfilter/ipset/ip_set_list.h usr/include/linux/netfilter/nf_conntrack_common.h usr/include/linux/netfilter/nf_conntrack_ftp.h usr/include/linux/netfilter/nf_conntrack_sctp.h usr/include/linux/netfilter/nf_conntrack_tcp.h usr/include/linux/netfilter/nf_conntrack_tuple_common.h usr/include/linux/netfilter/nf_nat.h usr/include/linux/netfilter/nf_tables.h usr/include/linux/netfilter/nf_tables_compat.h usr/include/linux/netfilter/nfnetlink.h usr/include/linux/netfilter/nfnetlink_acct.h usr/include/linux/netfilter/nfnetlink_compat.h usr/include/linux/netfilter/nfnetlink_conntrack.h usr/include/linux/netfilter/nfnetlink_cthelper.h usr/include/linux/netfilter/nfnetlink_cttimeout.h usr/include/linux/netfilter/nfnetlink_log.h usr/include/linux/netfilter/nfnetlink_queue.h usr/include/linux/netfilter/x_tables.h usr/include/linux/netfilter/xt_AUDIT.h usr/include/linux/netfilter/xt_CHECKSUM.h usr/include/linux/netfilter/xt_CLASSIFY.h usr/include/linux/netfilter/xt_CONNMARK.h usr/include/linux/netfilter/xt_CONNSECMARK.h usr/include/linux/netfilter/xt_CT.h usr/include/linux/netfilter/xt_DSCP.h usr/include/linux/netfilter/xt_HMARK.h usr/include/linux/netfilter/xt_IDLETIMER.h usr/include/linux/netfilter/xt_LED.h usr/include/linux/netfilter/xt_LOG.h usr/include/linux/netfilter/xt_MARK.h usr/include/linux/netfilter/xt_NFLOG.h usr/include/linux/netfilter/xt_NFQUEUE.h usr/include/linux/netfilter/xt_RATEEST.h usr/include/linux/netfilter/xt_SECMARK.h usr/include/linux/netfilter/xt_TCPMSS.h usr/include/linux/netfilter/xt_TCPOPTSTRIP.h usr/include/linux/netfilter/xt_TEE.h usr/include/linux/netfilter/xt_TPROXY.h usr/include/linux/netfilter/xt_addrtype.h usr/include/linux/netfilter/xt_bpf.h usr/include/linux/netfilter/xt_cgroup.h usr/include/linux/netfilter/xt_cluster.h usr/include/linux/netfilter/xt_comment.h usr/include/linux/netfilter/xt_connbytes.h usr/include/linux/netfilter/xt_connlabel.h usr/include/linux/netfilter/xt_connlimit.h usr/include/linux/netfilter/xt_connmark.h usr/include/linux/netfilter/xt_conntrack.h usr/include/linux/netfilter/xt_cpu.h usr/include/linux/netfilter/xt_dccp.h usr/include/linux/netfilter/xt_devgroup.h usr/include/linux/netfilter/xt_dscp.h usr/include/linux/netfilter/xt_ecn.h usr/include/linux/netfilter/xt_esp.h usr/include/linux/netfilter/xt_hashlimit.h usr/include/linux/netfilter/xt_helper.h usr/include/linux/netfilter/xt_iprange.h usr/include/linux/netfilter/xt_ipvs.h usr/include/linux/netfilter/xt_length.h usr/include/linux/netfilter/xt_limit.h usr/include/linux/netfilter/xt_mac.h usr/include/linux/netfilter/xt_mark.h usr/include/linux/netfilter/xt_multiport.h usr/include/linux/netfilter/xt_nfacct.h usr/include/linux/netfilter/xt_osf.h usr/include/linux/netfilter/xt_owner.h usr/include/linux/netfilter/xt_physdev.h usr/include/linux/netfilter/xt_pkttype.h usr/include/linux/netfilter/xt_policy.h usr/include/linux/netfilter/xt_quota.h usr/include/linux/netfilter/xt_rateest.h usr/include/linux/netfilter/xt_realm.h usr/include/linux/netfilter/xt_recent.h usr/include/linux/netfilter/xt_rpfilter.h usr/include/linux/netfilter/xt_sctp.h usr/include/linux/netfilter/xt_set.h usr/include/linux/netfilter/xt_socket.h usr/include/linux/netfilter/xt_state.h usr/include/linux/netfilter/xt_statistic.h usr/include/linux/netfilter/xt_string.h usr/include/linux/netfilter/xt_tcpmss.h usr/include/linux/netfilter/xt_tcpudp.h usr/include/linux/netfilter/xt_time.h usr/include/linux/netfilter/xt_u32.h usr/include/linux/netfilter_arp.h usr/include/linux/netfilter_arp/arp_tables.h usr/include/linux/netfilter_arp/arpt_mangle.h usr/include/linux/netfilter_bridge.h usr/include/linux/netfilter_bridge/ebt_802_3.h usr/include/linux/netfilter_bridge/ebt_among.h usr/include/linux/netfilter_bridge/ebt_arp.h usr/include/linux/netfilter_bridge/ebt_arpreply.h usr/include/linux/netfilter_bridge/ebt_ip.h usr/include/linux/netfilter_bridge/ebt_ip6.h usr/include/linux/netfilter_bridge/ebt_limit.h usr/include/linux/netfilter_bridge/ebt_log.h usr/include/linux/netfilter_bridge/ebt_mark_m.h usr/include/linux/netfilter_bridge/ebt_mark_t.h usr/include/linux/netfilter_bridge/ebt_nat.h usr/include/linux/netfilter_bridge/ebt_nflog.h usr/include/linux/netfilter_bridge/ebt_pkttype.h usr/include/linux/netfilter_bridge/ebt_redirect.h usr/include/linux/netfilter_bridge/ebt_stp.h usr/include/linux/netfilter_bridge/ebt_ulog.h usr/include/linux/netfilter_bridge/ebt_vlan.h usr/include/linux/netfilter_bridge/ebtables.h usr/include/linux/netfilter_decnet.h usr/include/linux/netfilter_ipv4.h usr/include/linux/netfilter_ipv4/ip_tables.h usr/include/linux/netfilter_ipv4/ipt_CLUSTERIP.h usr/include/linux/netfilter_ipv4/ipt_ECN.h usr/include/linux/netfilter_ipv4/ipt_LOG.h usr/include/linux/netfilter_ipv4/ipt_REJECT.h usr/include/linux/netfilter_ipv4/ipt_TTL.h usr/include/linux/netfilter_ipv4/ipt_ULOG.h usr/include/linux/netfilter_ipv4/ipt_ah.h usr/include/linux/netfilter_ipv4/ipt_ecn.h usr/include/linux/netfilter_ipv4/ipt_ttl.h usr/include/linux/netfilter_ipv6.h usr/include/linux/netfilter_ipv6/ip6_tables.h usr/include/linux/netfilter_ipv6/ip6t_HL.h usr/include/linux/netfilter_ipv6/ip6t_LOG.h usr/include/linux/netfilter_ipv6/ip6t_NPT.h usr/include/linux/netfilter_ipv6/ip6t_REJECT.h usr/include/linux/netfilter_ipv6/ip6t_ah.h usr/include/linux/netfilter_ipv6/ip6t_frag.h usr/include/linux/netfilter_ipv6/ip6t_hl.h usr/include/linux/netfilter_ipv6/ip6t_ipv6header.h usr/include/linux/netfilter_ipv6/ip6t_mh.h usr/include/linux/netfilter_ipv6/ip6t_opts.h usr/include/linux/netfilter_ipv6/ip6t_rt.h usr/include/linux/netlink.h usr/include/linux/netlink_diag.h usr/include/linux/netrom.h usr/include/linux/nfc.h usr/include/linux/nfs.h usr/include/linux/nfs2.h usr/include/linux/nfs3.h usr/include/linux/nfs4.h usr/include/linux/nfs4_mount.h usr/include/linux/nfs_fs.h usr/include/linux/nfs_idmap.h usr/include/linux/nfs_mount.h usr/include/linux/nfsacl.h usr/include/linux/nfsd/cld.h usr/include/linux/nfsd/debug.h usr/include/linux/nfsd/export.h usr/include/linux/nfsd/nfsfh.h usr/include/linux/nfsd/stats.h usr/include/linux/nl80211.h usr/include/linux/nubus.h usr/include/linux/nvme_ioctl.h usr/include/linux/nvram.h usr/include/linux/omap3isp.h usr/include/linux/omapfb.h usr/include/linux/oom.h usr/include/linux/openvswitch.h usr/include/linux/packet_diag.h usr/include/linux/param.h usr/include/linux/parport.h usr/include/linux/patchkey.h usr/include/linux/pci.h usr/include/linux/pci_regs.h usr/include/linux/perf_event.h usr/include/linux/personality.h usr/include/linux/pfkeyv2.h usr/include/linux/pg.h usr/include/linux/phantom.h usr/include/linux/phonet.h usr/include/linux/pkt_cls.h usr/include/linux/pkt_sched.h usr/include/linux/pktcdvd.h usr/include/linux/pmu.h usr/include/linux/poll.h usr/include/linux/posix_types.h usr/include/linux/ppdev.h usr/include/linux/ppp-comp.h usr/include/linux/ppp-ioctl.h usr/include/linux/ppp_defs.h usr/include/linux/pps.h usr/include/linux/prctl.h +usr/include/linux/psample.h usr/include/linux/ptp_clock.h usr/include/linux/ptrace.h usr/include/linux/qnx4_fs.h usr/include/linux/qnxtypes.h usr/include/linux/quota.h usr/include/linux/radeonfb.h usr/include/linux/raid/md_p.h usr/include/linux/raid/md_u.h usr/include/linux/random.h usr/include/linux/raw.h usr/include/linux/rds.h usr/include/linux/reboot.h usr/include/linux/reiserfs_fs.h usr/include/linux/reiserfs_xattr.h usr/include/linux/resource.h usr/include/linux/rfkill.h usr/include/linux/romfs_fs.h usr/include/linux/rose.h usr/include/linux/route.h usr/include/linux/rtc.h usr/include/linux/rtnetlink.h usr/include/linux/scc.h usr/include/linux/sched.h usr/include/linux/screen_info.h usr/include/linux/sctp.h usr/include/linux/sdla.h usr/include/linux/seccomp.h usr/include/linux/securebits.h usr/include/linux/selinux_netlink.h usr/include/linux/sem.h usr/include/linux/serial.h usr/include/linux/serial_core.h usr/include/linux/serial_reg.h usr/include/linux/serio.h usr/include/linux/shm.h usr/include/linux/signal.h usr/include/linux/signalfd.h usr/include/linux/snmp.h usr/include/linux/sock_diag.h usr/include/linux/socket.h usr/include/linux/sockios.h usr/include/linux/som.h usr/include/linux/sonet.h usr/include/linux/sonypi.h usr/include/linux/sound.h usr/include/linux/soundcard.h usr/include/linux/spi/spidev.h usr/include/linux/stat.h usr/include/linux/stddef.h usr/include/linux/string.h usr/include/linux/sunrpc/debug.h usr/include/linux/suspend_ioctls.h usr/include/linux/swab.h usr/include/linux/synclink.h usr/include/linux/sysctl.h usr/include/linux/sysinfo.h usr/include/linux/target_core_user.h usr/include/linux/taskstats.h +usr/include/linux/tc_act/tc_connmark.h usr/include/linux/tc_act/tc_csum.h +usr/include/linux/tc_act/tc_defact.h usr/include/linux/tc_act/tc_gact.h +usr/include/linux/tc_act/tc_ife.h usr/include/linux/tc_act/tc_ipt.h usr/include/linux/tc_act/tc_mirred.h usr/include/linux/tc_act/tc_nat.h usr/include/linux/tc_act/tc_pedit.h +usr/include/linux/tc_act/tc_sample.h usr/include/linux/tc_act/tc_skbedit.h +usr/include/linux/tc_act/tc_skbmod.h +usr/include/linux/tc_act/tc_tunnel_key.h +usr/include/linux/tc_act/tc_vlan.h usr/include/linux/tc_ematch/tc_em_cmp.h usr/include/linux/tc_ematch/tc_em_meta.h usr/include/linux/tc_ematch/tc_em_nbyte.h usr/include/linux/tc_ematch/tc_em_text.h usr/include/linux/tcp.h usr/include/linux/tcp_metrics.h usr/include/linux/telephony.h usr/include/linux/termios.h usr/include/linux/time.h usr/include/linux/times.h usr/include/linux/timex.h usr/include/linux/tiocl.h usr/include/linux/tipc.h usr/include/linux/tipc_config.h usr/include/linux/toshiba.h usr/include/linux/tty.h usr/include/linux/tty_flags.h usr/include/linux/types.h usr/include/linux/udf_fs_i.h usr/include/linux/udp.h usr/include/linux/uhid.h usr/include/linux/uinput.h usr/include/linux/uio.h usr/include/linux/ultrasound.h usr/include/linux/un.h usr/include/linux/unistd.h usr/include/linux/unix_diag.h usr/include/linux/usb/audio.h usr/include/linux/usb/cdc-wdm.h usr/include/linux/usb/cdc.h usr/include/linux/usb/ch11.h usr/include/linux/usb/ch9.h usr/include/linux/usb/functionfs.h usr/include/linux/usb/g_printer.h usr/include/linux/usb/gadgetfs.h usr/include/linux/usb/midi.h usr/include/linux/usb/tmc.h usr/include/linux/usb/video.h usr/include/linux/usbdevice_fs.h usr/include/linux/userfaultfd.h usr/include/linux/utime.h usr/include/linux/utsname.h usr/include/linux/uuid.h usr/include/linux/uvcvideo.h usr/include/linux/v4l2-common.h usr/include/linux/v4l2-controls.h usr/include/linux/v4l2-dv-timings.h usr/include/linux/v4l2-mediabus.h usr/include/linux/v4l2-subdev.h usr/include/linux/version.h usr/include/linux/veth.h usr/include/linux/vfio.h usr/include/linux/vhost.h usr/include/linux/videodev2.h usr/include/linux/virtio_9p.h usr/include/linux/virtio_balloon.h usr/include/linux/virtio_blk.h usr/include/linux/virtio_config.h usr/include/linux/virtio_console.h usr/include/linux/virtio_gpu.h usr/include/linux/virtio_ids.h usr/include/linux/virtio_input.h usr/include/linux/virtio_net.h usr/include/linux/virtio_pci.h usr/include/linux/virtio_ring.h usr/include/linux/virtio_rng.h usr/include/linux/virtio_scsi.h usr/include/linux/virtio_types.h usr/include/linux/virtio_vsock.h usr/include/linux/vm_sockets.h +usr/include/linux/vsockmon.h usr/include/linux/vt.h usr/include/linux/vtpm_proxy.h usr/include/linux/wait.h usr/include/linux/wanrouter.h usr/include/linux/watchdog.h usr/include/linux/wimax.h usr/include/linux/wimax/i2400m.h usr/include/linux/wireless.h +usr/include/linux/wmi.h usr/include/linux/x25.h usr/include/linux/xattr.h usr/include/linux/xfrm.h usr/include/locale.h usr/include/malloc.h usr/include/math.h usr/include/mcheck.h usr/include/memory.h usr/include/misc/cxl.h usr/include/mntent.h usr/include/monetary.h usr/include/mqueue.h usr/include/mtd/inftl-user.h usr/include/mtd/mtd-abi.h usr/include/mtd/mtd-user.h usr/include/mtd/nftl-user.h usr/include/mtd/ubi-user.h usr/include/net/ethernet.h usr/include/net/if.h usr/include/net/if_arp.h usr/include/net/if_packet.h usr/include/net/if_ppp.h usr/include/net/if_shaper.h usr/include/net/if_slip.h usr/include/net/ppp-comp.h usr/include/net/ppp_defs.h usr/include/net/route.h usr/include/netash/ash.h usr/include/netatalk/at.h usr/include/netax25/ax25.h usr/include/netdb.h usr/include/neteconet/ec.h usr/include/netinet/ether.h usr/include/netinet/icmp6.h usr/include/netinet/if_ether.h usr/include/netinet/if_fddi.h usr/include/netinet/if_tr.h usr/include/netinet/igmp.h usr/include/netinet/in.h usr/include/netinet/in_systm.h usr/include/netinet/ip.h usr/include/netinet/ip6.h usr/include/netinet/ip_icmp.h usr/include/netinet/tcp.h usr/include/netinet/udp.h usr/include/netipx/ipx.h usr/include/netiucv/iucv.h usr/include/netpacket/packet.h usr/include/netrom/netrom.h usr/include/netrose/rose.h usr/include/nfs/nfs.h usr/include/nl_types.h usr/include/nss.h usr/include/obstack.h usr/include/paths.h usr/include/plugin-api.h usr/include/poll.h usr/include/printf.h usr/include/protocols/routed.h usr/include/protocols/rwhod.h usr/include/protocols/talkd.h usr/include/protocols/timed.h usr/include/pthread.h usr/include/pty.h usr/include/pwd.h usr/include/rdma/cxgb3-abi.h usr/include/rdma/cxgb4-abi.h usr/include/rdma/hfi/hfi1_user.h +usr/include/rdma/hfi/hfi1_ioctl.h usr/include/rdma/ib_user_cm.h usr/include/rdma/ib_user_mad.h usr/include/rdma/ib_user_sa.h usr/include/rdma/ib_user_verbs.h usr/include/rdma/mlx4-abi.h usr/include/rdma/mlx5-abi.h usr/include/rdma/mthca-abi.h usr/include/rdma/nes-abi.h usr/include/rdma/ocrdma-abi.h usr/include/rdma/qedr-abi.h usr/include/rdma/rdma_netlink.h usr/include/rdma/rdma_user_cm.h +usr/include/rdma/rdma_user_ioctl.h usr/include/rdma/rdma_user_rxe.h +usr/include/rdma/vmw_pvrdma-abi.h usr/include/re_comp.h usr/include/regex.h usr/include/regexp.h usr/include/resolv.h usr/include/rpc/auth.h usr/include/rpc/auth_des.h usr/include/rpc/auth_unix.h usr/include/rpc/clnt.h usr/include/rpc/des_crypt.h usr/include/rpc/key_prot.h usr/include/rpc/netdb.h usr/include/rpc/pmap_clnt.h usr/include/rpc/pmap_prot.h usr/include/rpc/pmap_rmt.h usr/include/rpc/rpc.h usr/include/rpc/rpc_des.h usr/include/rpc/rpc_msg.h usr/include/rpc/svc.h usr/include/rpc/svc_auth.h usr/include/rpc/types.h usr/include/rpc/xdr.h usr/include/rpcsvc/bootparam.h usr/include/rpcsvc/bootparam_prot.h usr/include/rpcsvc/bootparam_prot.x usr/include/rpcsvc/key_prot.h usr/include/rpcsvc/key_prot.x usr/include/rpcsvc/klm_prot.h usr/include/rpcsvc/klm_prot.x usr/include/rpcsvc/mount.h usr/include/rpcsvc/mount.x usr/include/rpcsvc/nfs_prot.h usr/include/rpcsvc/nfs_prot.x usr/include/rpcsvc/nis.h usr/include/rpcsvc/nis.x usr/include/rpcsvc/nis_callback.h usr/include/rpcsvc/nis_callback.x usr/include/rpcsvc/nis_object.x usr/include/rpcsvc/nis_tags.h usr/include/rpcsvc/nislib.h usr/include/rpcsvc/nlm_prot.h usr/include/rpcsvc/nlm_prot.x usr/include/rpcsvc/rex.h usr/include/rpcsvc/rex.x usr/include/rpcsvc/rstat.h usr/include/rpcsvc/rstat.x usr/include/rpcsvc/rusers.h usr/include/rpcsvc/rusers.x usr/include/rpcsvc/sm_inter.h usr/include/rpcsvc/sm_inter.x usr/include/rpcsvc/spray.h usr/include/rpcsvc/spray.x usr/include/rpcsvc/yp.h usr/include/rpcsvc/yp.x usr/include/rpcsvc/yp_prot.h usr/include/rpcsvc/ypclnt.h usr/include/rpcsvc/yppasswd.h usr/include/rpcsvc/yppasswd.x usr/include/rpcsvc/ypupd.h usr/include/sched.h usr/include/scsi/cxlflash_ioctl.h usr/include/scsi/fc/fc_els.h usr/include/scsi/fc/fc_fs.h usr/include/scsi/fc/fc_gs.h usr/include/scsi/fc/fc_ns.h usr/include/scsi/scsi.h usr/include/scsi/scsi_bsg_fc.h usr/include/scsi/scsi_ioctl.h usr/include/scsi/scsi_netlink.h usr/include/scsi/scsi_netlink_fc.h usr/include/scsi/sg.h usr/include/search.h usr/include/semaphore.h usr/include/setjmp.h usr/include/sgtty.h usr/include/shadow.h usr/include/signal.h usr/include/sound/asequencer.h usr/include/sound/asoc.h usr/include/sound/asound.h usr/include/sound/asound_fm.h usr/include/sound/compress_offload.h usr/include/sound/compress_params.h usr/include/sound/emu10k1.h usr/include/sound/hdsp.h usr/include/sound/hdspm.h usr/include/sound/sb16_csp.h usr/include/sound/sfnt_info.h usr/include/sound/snd_sst_tokens.h usr/include/sound/tlv.h usr/include/sound/usb_stream.h usr/include/spawn.h usr/include/stab.h usr/include/stdc-predef.h usr/include/stdint.h usr/include/stdio.h usr/include/stdio_ext.h usr/include/stdlib.h usr/include/string.h usr/include/strings.h usr/include/symcat.h usr/include/sys/acct.h usr/include/sys/auxv.h usr/include/sys/bitypes.h usr/include/sys/cdefs.h usr/include/sys/debugreg.h usr/include/sys/dir.h usr/include/sys/elf.h usr/include/sys/epoll.h usr/include/sys/errno.h usr/include/sys/eventfd.h usr/include/sys/fanotify.h usr/include/sys/fcntl.h usr/include/sys/file.h usr/include/sys/fsuid.h usr/include/sys/gmon.h usr/include/sys/gmon_out.h usr/include/sys/inotify.h usr/include/sys/io.h usr/include/sys/ioctl.h usr/include/sys/ipc.h usr/include/sys/kd.h usr/include/sys/kdaemon.h usr/include/sys/klog.h usr/include/sys/mman.h usr/include/sys/mount.h usr/include/sys/msg.h usr/include/sys/mtio.h usr/include/sys/param.h usr/include/sys/pci.h usr/include/sys/perm.h usr/include/sys/personality.h usr/include/sys/poll.h usr/include/sys/prctl.h usr/include/sys/procfs.h usr/include/sys/profil.h usr/include/sys/ptrace.h usr/include/sys/queue.h usr/include/sys/quota.h usr/include/sys/raw.h usr/include/sys/reboot.h usr/include/sys/reg.h usr/include/sys/resource.h usr/include/sys/select.h usr/include/sys/sem.h usr/include/sys/sendfile.h usr/include/sys/shm.h usr/include/sys/signal.h usr/include/sys/signalfd.h usr/include/sys/socket.h usr/include/sys/socketvar.h usr/include/sys/soundcard.h usr/include/sys/stat.h usr/include/sys/statfs.h usr/include/sys/statvfs.h usr/include/sys/swap.h usr/include/sys/syscall.h usr/include/sys/sysctl.h usr/include/sys/sysinfo.h usr/include/sys/syslog.h usr/include/sys/sysmacros.h usr/include/sys/termios.h usr/include/sys/time.h usr/include/sys/timeb.h usr/include/sys/timerfd.h usr/include/sys/times.h usr/include/sys/timex.h usr/include/sys/ttychars.h usr/include/sys/ttydefaults.h usr/include/sys/types.h usr/include/sys/ucontext.h usr/include/sys/uio.h usr/include/sys/ultrasound.h usr/include/sys/un.h usr/include/sys/unistd.h usr/include/sys/user.h usr/include/sys/ustat.h usr/include/sys/utsname.h usr/include/sys/vfs.h usr/include/sys/vlimit.h usr/include/sys/vm86.h usr/include/sys/vt.h usr/include/sys/vtimes.h usr/include/sys/wait.h usr/include/sys/xattr.h usr/include/syscall.h usr/include/sysexits.h usr/include/syslog.h usr/include/tar.h usr/include/termio.h usr/include/termios.h usr/include/tgmath.h usr/include/thread_db.h usr/include/time.h usr/include/ttyent.h usr/include/uchar.h usr/include/ucontext.h usr/include/ulimit.h usr/include/unistd.h usr/include/ustat.h usr/include/utime.h usr/include/utmp.h usr/include/utmpx.h usr/include/values.h usr/include/video/edid.h usr/include/video/sisfb.h usr/include/video/uvesafb.h usr/include/wait.h usr/include/wchar.h usr/include/wctype.h usr/include/wordexp.h usr/include/xen/evtchn.h usr/include/xen/privcmd.h usr/include/xlocale.h usr/lib/Mcrt1.o usr/lib/Scrt1.o usr/lib/cpp usr/lib/crt1.o usr/lib/crti.o usr/lib/crtn.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtbegin.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtbeginS.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtbeginT.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtend.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtendS.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtfastmath.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtprec32.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtprec64.o usr/lib/gcc/i686-redhat-linux/4.8.2/crtprec80.o usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib.f90 usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib.h usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib.mod usr/lib/gcc/i686-redhat-linux/4.8.2/finclude/omp_lib_kinds.mod usr/lib/gcc/i686-redhat-linux/4.8.2/include/adxintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/ammintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/avx2intrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/avxintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/bmi2intrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/bmiintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/bmmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/cpuid.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/cross-stdarg.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/emmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/f16cintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/float.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/fma4intrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/fmaintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/fxsrintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/ia32intrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/immintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/iso646.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/limits.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/lwpintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/lzcntintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/mm3dnow.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/mm_malloc.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/mmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/nmmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/omp.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/pkuintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/pmmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/popcntintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/prfchwintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/rdseedintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/rtmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/smmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdalign.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdarg.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdbool.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stddef.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdfix.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdint-gcc.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdint.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/stdnoreturn.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/syslimits.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/tbmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/tmmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/unwind.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/varargs.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/wmmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/x86intrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/xmmintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/xopintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/xsaveintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/xsaveoptintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/include/xtestintrin.h usr/lib/gcc/i686-redhat-linux/4.8.2/libasan.so usr/lib/gcc/i686-redhat-linux/4.8.2/libasan_preinit.o usr/lib/gcc/i686-redhat-linux/4.8.2/libatomic.so usr/lib/gcc/i686-redhat-linux/4.8.2/libcaf_single.a usr/lib/gcc/i686-redhat-linux/4.8.2/libcloog-isl.so.4 usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc.a usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_eh.a usr/lib/gcc/i686-redhat-linux/4.8.2/libgcc_s.so usr/lib/gcc/i686-redhat-linux/4.8.2/libgcov.a usr/lib/gcc/i686-redhat-linux/4.8.2/libgfortran.so usr/lib/gcc/i686-redhat-linux/4.8.2/libgfortran.spec usr/lib/gcc/i686-redhat-linux/4.8.2/libgfortranbegin.a usr/lib/gcc/i686-redhat-linux/4.8.2/libgomp.a usr/lib/gcc/i686-redhat-linux/4.8.2/libgomp.so usr/lib/gcc/i686-redhat-linux/4.8.2/libgomp.spec usr/lib/gcc/i686-redhat-linux/4.8.2/libitm.spec usr/lib/gcc/i686-redhat-linux/4.8.2/libstdc++.so usr/lib/gcc/i686-redhat-linux/4.8.2/rpmver usr/lib/gcc/i686-redhat-linux/4.8.5 usr/lib/gcrt1.o usr/lib/libBrokenLocale.so usr/lib/libanl.so -usr/lib/libbfd-2.25.1-32.base.el7_4.2.so +usr/lib/libbfd-2.27-34.base.el7.so usr/lib/libbfd.a usr/lib/libbfd.so usr/lib/libbsd-compat.a usr/lib/libbsd.a usr/lib/libc.so usr/lib/libc_nonshared.a usr/lib/libcidn.so usr/lib/libcrypt.so usr/lib/libdl.so usr/lib/libg.a usr/lib/libgomp.so.1 usr/lib/libgomp.so.1.0.0 usr/lib/libiberty.a usr/lib/libieee.a usr/lib/libm.so usr/lib/libmcheck.a usr/lib/libmpc.so.3 usr/lib/libmpc.so.3.0.0 usr/lib/libmpfr.so.4 usr/lib/libmpfr.so.4.1.1 usr/lib/libnsl.so usr/lib/libnss_compat.so usr/lib/libnss_db.so usr/lib/libnss_dns.so usr/lib/libnss_files.so usr/lib/libnss_hesiod.so usr/lib/libnss_nis.so usr/lib/libnss_nisplus.so -usr/lib/libopcodes-2.25.1-32.base.el7_4.2.so +usr/lib/libopcodes-2.27-34.base.el7.so usr/lib/libopcodes.a usr/lib/libopcodes.so usr/lib/libpthread.so usr/lib/libpthread_nonshared.a usr/lib/libresolv.so usr/lib/librpcsvc.a usr/lib/librt.so usr/lib/libthread_db.so usr/lib/libutil.so usr/libexec/gcc/i686-redhat-linux/4.8.2/cc1 usr/libexec/gcc/i686-redhat-linux/4.8.2/cc1plus usr/libexec/gcc/i686-redhat-linux/4.8.2/collect2 usr/libexec/gcc/i686-redhat-linux/4.8.2/f951 usr/libexec/gcc/i686-redhat-linux/4.8.2/liblto_plugin.so usr/libexec/gcc/i686-redhat-linux/4.8.2/liblto_plugin.so.0 usr/libexec/gcc/i686-redhat-linux/4.8.2/liblto_plugin.so.0.0.0 usr/libexec/gcc/i686-redhat-linux/4.8.2/lto-wrapper usr/libexec/gcc/i686-redhat-linux/4.8.2/lto1 usr/libexec/gcc/i686-redhat-linux/4.8.5 usr/libexec/getconf/default -%%PORTDOCS%%usr/share/doc/binutils-2.25.1/README +%%PORTDOCS%%usr/share/doc/binutils-2.27/README %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.LIB %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING.RUNTIME %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/COPYING3.LIB %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.dataflow.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.lib.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/ChangeLog.tuples.bz2 %%PORTDOCS%%usr/share/doc/gcc-4.8.5/README.Portability %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1993.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1994.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1995.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1996.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/gcc-c++-4.8.5/ChangeLog.tree-ssa.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2002.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2003.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2004.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2005.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2006.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2007.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2008.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2009.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2010.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2011.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog-2012.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.libgfortran.bz2 %%PORTDOCS%%usr/share/doc/gcc-gfortran-4.8.5/ChangeLog.ptr.bz2 %%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libgomp-4.8.5/ChangeLog.graphite.bz2 %%PORTDOCS%%usr/share/doc/libmpc-1.0.1/COPYING.LESSER %%PORTDOCS%%usr/share/doc/libmpc-1.0.1/NEWS %%PORTDOCS%%usr/share/doc/libmpc-1.0.1/README %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1998.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-1999.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2000.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2001.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2002.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2003.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2004.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2005.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2006.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2007.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2008.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2009.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2010.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2011.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog-2012.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/libstdc++-devel-4.8.5/README %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/COPYING.LESSER %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/NEWS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/README %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/AUTHORS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/BUGS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/COPYING.LESSER %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/FAQ.html %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/NEWS %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/TODO %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/ReadMe %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/divworst.c %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/rndo-add.c %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/sample.c %%PORTDOCS%%usr/share/doc/mpfr-3.1.1/mpfr/examples/version.c usr/share/info/as.info.gz usr/share/info/bfd.info.gz usr/share/info/binutils.info.gz usr/share/info/cpp.info.gz usr/share/info/cppinternals.info.gz usr/share/info/gcc.info.gz usr/share/info/gccgo.info.gz usr/share/info/gccinstall.info.gz usr/share/info/gccint.info.gz usr/share/info/gfortran.info.gz usr/share/info/gprof.info.gz usr/share/info/ld.info.gz usr/share/info/libc.info-1.gz usr/share/info/libc.info-10.gz usr/share/info/libc.info-11.gz usr/share/info/libc.info-12.gz usr/share/info/libc.info-13.gz usr/share/info/libc.info-14.gz usr/share/info/libc.info-2.gz usr/share/info/libc.info-3.gz usr/share/info/libc.info-4.gz usr/share/info/libc.info-5.gz usr/share/info/libc.info-6.gz usr/share/info/libc.info-7.gz usr/share/info/libc.info-8.gz usr/share/info/libc.info-9.gz usr/share/info/libc.info.gz usr/share/info/libgomp.info.gz +usr/share/info/standards.info.gz +usr/share/licenses/binutils-2.27/COPYING +usr/share/licenses/binutils-2.27/COPYING.LIB +usr/share/licenses/binutils-2.27/COPYING3 +usr/share/licenses/binutils-2.27/COPYING3.LIB %%NLS%%usr/share/locale/be/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/ld.mo +%%NLS%%usr/share/locale/ca/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/fr/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/binutils.mo +%%NLS%%usr/share/locale/sr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gprof.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bfd.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/cpplib.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gas.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gcc.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gold.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/ld.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/opcodes.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/binutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/cpplib.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gcc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/ld.mo usr/share/man/man1/addr2line.1.gz usr/share/man/man1/ar.1.gz usr/share/man/man1/as.1.gz usr/share/man/man1/c++filt.1.gz usr/share/man/man1/cpp.1.gz usr/share/man/man1/elfedit.1.gz usr/share/man/man1/g++.1.gz usr/share/man/man1/gcc.1.gz usr/share/man/man1/gcov.1.gz usr/share/man/man1/gfortran.1.gz usr/share/man/man1/gprof.1.gz usr/share/man/man1/ld.1.gz usr/share/man/man1/nm.1.gz usr/share/man/man1/objcopy.1.gz usr/share/man/man1/objdump.1.gz usr/share/man/man1/ranlib.1.gz usr/share/man/man1/readelf.1.gz usr/share/man/man1/size.1.gz usr/share/man/man1/strings.1.gz usr/share/man/man1/strip.1.gz @dir usr/include/uapi Index: head/devel/linux-c7-icu/Makefile =================================================================== --- head/devel/linux-c7-icu/Makefile (revision 503721) +++ head/devel/linux-c7-icu/Makefile (revision 503722) @@ -1,22 +1,23 @@ # Created by: David Naylor # $FreeBSD$ PORTNAME= icu PORTVERSION= 50.1.2 +PORTREVISION= 1 CATEGORIES= devel linux LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= International Components for Unicode (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= lib${PORTNAME} -RPMVERSION= 15.el7 +RPMVERSION= 17.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/devel/linux-c7-icu/distinfo =================================================================== --- head/devel/linux-c7-icu/distinfo (revision 503721) +++ head/devel/linux-c7-icu/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1517427266 -SHA256 (centos/libicu-50.1.2-15.el7.i686.rpm) = 08d8d9c5b369b024de929897286887ced0514c3b0ffd0c4f71b88a23580e9fb6 -SIZE (centos/libicu-50.1.2-15.el7.i686.rpm) = 7250948 -SHA256 (centos/libicu-50.1.2-15.el7.x86_64.rpm) = eb08a0385dbe3fb12f16d0c6cda6695ee38757b88df00db8d009052bd882700b -SIZE (centos/libicu-50.1.2-15.el7.x86_64.rpm) = 7204040 -SHA256 (centos/icu-50.1.2-15.el7.src.rpm) = 3c69462fb74bd49b84d1c12f437889822eb2700d9df9fae239ba6c5c3f8cbc14 -SIZE (centos/icu-50.1.2-15.el7.src.rpm) = 20399216 +TIMESTAMP = 1556470176 +SHA256 (centos/libicu-50.1.2-17.el7.i686.rpm) = 376a758523eff34ded7c8e7727352e37a390c76d696d8e4b93d226cc63701e32 +SIZE (centos/libicu-50.1.2-17.el7.i686.rpm) = 7248172 +SHA256 (centos/libicu-50.1.2-17.el7.x86_64.rpm) = 6d87881f1c34af385098a7934d21aab16baad662a4a79e20023aca619e5bdc51 +SIZE (centos/libicu-50.1.2-17.el7.x86_64.rpm) = 7199800 +SHA256 (centos/icu-50.1.2-17.el7.src.rpm) = 922610fcbfb9a82b45c7f3d71d488d59d23343e9c4a725e775e0cc5b412956e9 +SIZE (centos/icu-50.1.2-17.el7.src.rpm) = 20492852 Index: head/devel/linux-c7-libelf/Makefile =================================================================== --- head/devel/linux-c7-libelf/Makefile (revision 503721) +++ head/devel/linux-c7-libelf/Makefile (revision 503722) @@ -1,21 +1,21 @@ # $FreeBSD$ PORTNAME= elfutils -PORTVERSION= 0.168 +PORTVERSION= 0.172 CATEGORIES= devel PKGNAMESUFFIX= -libelf LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= ELF file handling library (CentOS ${LINUX_DIST_VER}) LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 8.el7 +RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= NLS OPTIONS_SUB= yes .include Index: head/devel/linux-c7-libelf/distinfo =================================================================== --- head/devel/linux-c7-libelf/distinfo (revision 503721) +++ head/devel/linux-c7-libelf/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507234717 -SHA256 (centos/elfutils-libelf-0.168-8.el7.i686.rpm) = b483e2b880bd4ee0b0e7a7cf05397cff41567776c75d013178113878d2a2d302 -SIZE (centos/elfutils-libelf-0.168-8.el7.i686.rpm) = 200924 -SHA256 (centos/elfutils-libelf-0.168-8.el7.x86_64.rpm) = 5742144ad46e24278adf0e595f2816fd0e2f8cd267b924ce2f1c3e7d4b276222 -SIZE (centos/elfutils-libelf-0.168-8.el7.x86_64.rpm) = 195656 -SHA256 (centos/elfutils-0.168-8.el7.src.rpm) = d2572f648ab8b74fa5fddd1b91295c91306fede76e237c57f78ebcb31031101d -SIZE (centos/elfutils-0.168-8.el7.src.rpm) = 6878603 +TIMESTAMP = 1544526557 +SHA256 (centos/elfutils-libelf-0.172-2.el7.i686.rpm) = 93cdc58c0a4237dc56db119ed863d094e05ca4e1697ee7a8813aff8ece8616a7 +SIZE (centos/elfutils-libelf-0.172-2.el7.i686.rpm) = 203356 +SHA256 (centos/elfutils-libelf-0.172-2.el7.x86_64.rpm) = 30404138977017481244c24b200d4c27ea5d76c5ccaee1a513d94e40df46e957 +SIZE (centos/elfutils-libelf-0.172-2.el7.x86_64.rpm) = 198304 +SHA256 (centos/elfutils-0.172-2.el7.src.rpm) = 978985bcda85cce8e11f304dcdc853a151deceaf35b965e21f7d43db7f2761a5 +SIZE (centos/elfutils-0.172-2.el7.src.rpm) = 8642557 Index: head/devel/linux-c7-libelf/pkg-plist.amd64 =================================================================== --- head/devel/linux-c7-libelf/pkg-plist.amd64 (revision 503721) +++ head/devel/linux-c7-libelf/pkg-plist.amd64 (revision 503722) @@ -1,13 +1,13 @@ -usr/lib/libelf-0.168.so +usr/lib/libelf-0.172.so usr/lib/libelf.so.1 -usr/lib64/libelf-0.168.so +usr/lib64/libelf-0.172.so usr/lib64/libelf.so.1 -usr/share/licenses/elfutils-libelf-0.168/COPYING-GPLV2 -usr/share/licenses/elfutils-libelf-0.168/COPYING-LGPLV3 +usr/share/licenses/elfutils-libelf-0.172/COPYING-GPLV2 +usr/share/licenses/elfutils-libelf-0.172/COPYING-LGPLV3 %%NLS%%usr/share/locale/de/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/elfutils.mo Index: head/devel/linux-c7-libelf/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-libelf/pkg-plist.i386 (revision 503721) +++ head/devel/linux-c7-libelf/pkg-plist.i386 (revision 503722) @@ -1,11 +1,11 @@ -usr/lib/libelf-0.168.so +usr/lib/libelf-0.172.so usr/lib/libelf.so.1 -usr/share/licenses/elfutils-libelf-0.168/COPYING-GPLV2 -usr/share/licenses/elfutils-libelf-0.168/COPYING-LGPLV3 +usr/share/licenses/elfutils-libelf-0.172/COPYING-GPLV2 +usr/share/licenses/elfutils-libelf-0.172/COPYING-LGPLV3 %%NLS%%usr/share/locale/de/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/elfutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/elfutils.mo Index: head/devel/linux-c7-libgfortran/Makefile =================================================================== --- head/devel/linux-c7-libgfortran/Makefile (revision 503721) +++ head/devel/linux-c7-libgfortran/Makefile (revision 503722) @@ -1,20 +1,20 @@ # Created by: Piotr Kubaj Index: head/devel/linux-c7-libgfortran/distinfo =================================================================== --- head/devel/linux-c7-libgfortran/distinfo (revision 503721) +++ head/devel/linux-c7-libgfortran/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1521044514 -SHA256 (centos/libgfortran-4.8.5-16.el7_4.2.i686.rpm) = 156b0056c399e2a93eef7ef08fb2a44937466c6de4d0ff049bd02c2d5ff4b986 -SIZE (centos/libgfortran-4.8.5-16.el7_4.2.i686.rpm) = 289928 -SHA256 (centos/libgfortran-4.8.5-16.el7_4.2.x86_64.rpm) = 59e16e0a2aa0d02ca5369dbd0e48d8ab9fa42abf0bac31f9e9e3b99641196762 -SIZE (centos/libgfortran-4.8.5-16.el7_4.2.x86_64.rpm) = 303540 -SHA256 (centos/gcc-4.8.5-16.el7_4.2.src.rpm) = b6536a276fc353138163b5466b826e28d923e2635b6689ac8eed96b057f91c6b -SIZE (centos/gcc-4.8.5-16.el7_4.2.src.rpm) = 79198751 +TIMESTAMP = 1559401152 +SHA256 (centos/libgfortran-4.8.5-36.el7_6.2.i686.rpm) = 27f77f89cd158bb3c30cbe7297627e42cff975d97e12a7bdce4b7a34966a6a1e +SIZE (centos/libgfortran-4.8.5-36.el7_6.2.i686.rpm) = 293548 +SHA256 (centos/libgfortran-4.8.5-36.el7_6.2.x86_64.rpm) = 76ca4c9e1bcbc52cb9c32e8cb69670581b6b9271c938cbee688f0a963fa1f6ce +SIZE (centos/libgfortran-4.8.5-36.el7_6.2.x86_64.rpm) = 307124 +SHA256 (centos/gcc-4.8.5-36.el7_6.2.src.rpm) = ac99e3be48ea00a95dc8d302a31c74597f365f1f3c05ed10623954a155f5498c +SIZE (centos/gcc-4.8.5-36.el7_6.2.src.rpm) = 79303561 Index: head/devel/linux-c7-libpciaccess/Makefile =================================================================== --- head/devel/linux-c7-libpciaccess/Makefile (revision 503721) +++ head/devel/linux-c7-libpciaccess/Makefile (revision 503722) @@ -1,22 +1,21 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= libpciaccess -PORTVERSION= 0.13.4 -PORTREVISION= 3 +PORTVERSION= 0.14 CATEGORIES= devel MAINTAINER= emulation@FreeBSD.org COMMENT= Generic PCI access library (CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 3.1.el7_4 +RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/devel/linux-c7-libpciaccess/distinfo =================================================================== --- head/devel/linux-c7-libpciaccess/distinfo (revision 503721) +++ head/devel/linux-c7-libpciaccess/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1515613745 -SHA256 (centos/libpciaccess-0.13.4-3.1.el7_4.i686.rpm) = 292ac96faac2115a2cef368fcef95d8aa68c15b5600ea021b531ecdfeabcec87 -SIZE (centos/libpciaccess-0.13.4-3.1.el7_4.i686.rpm) = 28024 -SHA256 (centos/libpciaccess-0.13.4-3.1.el7_4.x86_64.rpm) = e1ec0ece353939e71a86a8e5f0298236f0f944b7a732097424cadd3e9fd2feb5 -SIZE (centos/libpciaccess-0.13.4-3.1.el7_4.x86_64.rpm) = 26452 -SHA256 (centos/libpciaccess-0.13.4-3.1.el7_4.src.rpm) = 44c5f63dc6dcae6892855b6cb297ae160c56d03324e7bbec17f652a9079510ee -SIZE (centos/libpciaccess-0.13.4-3.1.el7_4.src.rpm) = 390166 +TIMESTAMP = 1530376904 +SHA256 (centos/libpciaccess-0.14-1.el7.i686.rpm) = 8b9fdeffce6bd83320dd87feff00f6141c9c791e6b9f77bc49303ddaa7fdb46e +SIZE (centos/libpciaccess-0.14-1.el7.i686.rpm) = 28312 +SHA256 (centos/libpciaccess-0.14-1.el7.x86_64.rpm) = d3b75fd9509c2e905ee5f29a47216274ce59fa8d0826415441dcdb79e0073d01 +SIZE (centos/libpciaccess-0.14-1.el7.x86_64.rpm) = 26688 +SHA256 (centos/libpciaccess-0.14-1.el7.src.rpm) = 8c34de346225b812766b16f67dbec00da760a0878156f77f6ed441fc0db4c14e +SIZE (centos/libpciaccess-0.14-1.el7.src.rpm) = 374398 Index: head/devel/linux-c7-nspr/Makefile =================================================================== --- head/devel/linux-c7-nspr/Makefile (revision 503721) +++ head/devel/linux-c7-nspr/Makefile (revision 503722) @@ -1,19 +1,19 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= nspr -PORTVERSION= 4.13.1 +PORTVERSION= 4.19.0 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= Netscape Portable Runtime (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 1.0.el7_3 +RPMVERSION= 1.el7_5 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes .include Index: head/devel/linux-c7-nspr/distinfo =================================================================== --- head/devel/linux-c7-nspr/distinfo (revision 503721) +++ head/devel/linux-c7-nspr/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1489071319 -SHA256 (centos/nspr-4.13.1-1.0.el7_3.i686.rpm) = 09b3e71758a143e0aff8ec7669fe75ca87981b1c6a45cb1efe38cf53a54c04b9 -SIZE (centos/nspr-4.13.1-1.0.el7_3.i686.rpm) = 130748 -SHA256 (centos/nspr-4.13.1-1.0.el7_3.x86_64.rpm) = 3a6c20e7132e12ba31fbb56ae97cf0397dc5b512b175454df3f0be34e1acbe72 -SIZE (centos/nspr-4.13.1-1.0.el7_3.x86_64.rpm) = 129156 -SHA256 (centos/nspr-4.13.1-1.0.el7_3.src.rpm) = 7449a93d80a5bb372f618feb8d965cd10806b78d07104eacd716ff6b8692efc7 -SIZE (centos/nspr-4.13.1-1.0.el7_3.src.rpm) = 1156388 +TIMESTAMP = 1530375408 +SHA256 (centos/nspr-4.19.0-1.el7_5.i686.rpm) = 9ed208aeaa8a4e9b2c2cffe0b077d0a1ac264a921eba5b2b0b135485b9e908ae +SIZE (centos/nspr-4.19.0-1.el7_5.i686.rpm) = 131236 +SHA256 (centos/nspr-4.19.0-1.el7_5.x86_64.rpm) = fb847c4bac128f2ef6a272ee6559015205e9710398df13318dad31ae2e97ca50 +SIZE (centos/nspr-4.19.0-1.el7_5.x86_64.rpm) = 129668 +SHA256 (centos/nspr-4.19.0-1.el7_5.src.rpm) = 5c2aed75a69f6f1d5a497c7f10ba4ce725295cf94ff4f60de089e8b5b23dba7d +SIZE (centos/nspr-4.19.0-1.el7_5.src.rpm) = 1208047 Index: head/devel/linux-c7-qt/Makefile =================================================================== --- head/devel/linux-c7-qt/Makefile (revision 503721) +++ head/devel/linux-c7-qt/Makefile (revision 503722) @@ -1,24 +1,23 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= qt -PORTVERSION= 4.8.5 -PORTREVISION= 3 +PORTVERSION= 4.8.7 CATEGORIES= devel linux MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of QT4 (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}47-[0-9]* DATADIR= ${PREFIX}/usr/share/${PORTNAME}4 DESCR= ${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr -RPMVERSION= 15.el7_4 +RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= fontconfig png dbuslibs sqlite3 openssl USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/devel/linux-c7-qt/distinfo =================================================================== --- head/devel/linux-c7-qt/distinfo (revision 503721) +++ head/devel/linux-c7-qt/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1509044890 -SHA256 (centos/qt-4.8.5-15.el7_4.i686.rpm) = b8ef51fdfaf863c3518aa658633821eb848786a416ead46ccfb7daf5e4798e58 -SIZE (centos/qt-4.8.5-15.el7_4.i686.rpm) = 4797044 -SHA256 (centos/qt-4.8.5-15.el7_4.x86_64.rpm) = 563612180bab1efb19cc8505fbc1af621b7c3f8d0753dda680d2c488c40def28 -SIZE (centos/qt-4.8.5-15.el7_4.x86_64.rpm) = 4707512 -SHA256 (centos/qt-4.8.5-15.el7_4.src.rpm) = a6f6b081646c7e2c90a8534df978fba380f8fde0b794643d0fd8a5e0b5fc2da3 -SIZE (centos/qt-4.8.5-15.el7_4.src.rpm) = 240687863 +TIMESTAMP = 1530377707 +SHA256 (centos/qt-4.8.7-2.el7.i686.rpm) = dd0ab5e79ab16650bea9ad949a5926337249c62df4a1fdd16e6e3f34d0c99134 +SIZE (centos/qt-4.8.7-2.el7.i686.rpm) = 4874728 +SHA256 (centos/qt-4.8.7-2.el7.x86_64.rpm) = 271dc317cf6ea86ac56d49ca0b020731dabac16df74fbd5f96ca2bfa1238fca9 +SIZE (centos/qt-4.8.7-2.el7.x86_64.rpm) = 4783788 +SHA256 (centos/qt-4.8.7-2.el7.src.rpm) = 63a3e15d926037bd00b37fb3cb2fc5c81c35e2bbfd339f8fd138743ffa0248b1 +SIZE (centos/qt-4.8.7-2.el7.src.rpm) = 240443274 Index: head/devel/linux-c7-qt/pkg-plist.amd64 =================================================================== --- head/devel/linux-c7-qt/pkg-plist.amd64 (revision 503721) +++ head/devel/linux-c7-qt/pkg-plist.amd64 (revision 503722) @@ -1,110 +1,111 @@ usr/bin/qdbus usr/lib/libQtCore.so.4 usr/lib/libQtCore.so.4.8 -usr/lib/libQtCore.so.4.8.5 +usr/lib/libQtCore.so.4.8.7 usr/lib/libQtDBus.so.4 usr/lib/libQtDBus.so.4.8 -usr/lib/libQtDBus.so.4.8.5 +usr/lib/libQtDBus.so.4.8.7 usr/lib/libQtNetwork.so.4 usr/lib/libQtNetwork.so.4.8 -usr/lib/libQtNetwork.so.4.8.5 +usr/lib/libQtNetwork.so.4.8.7 usr/lib/libQtScript.so.4 usr/lib/libQtScript.so.4.8 -usr/lib/libQtScript.so.4.8.5 +usr/lib/libQtScript.so.4.8.7 usr/lib/libQtSql.so.4 usr/lib/libQtSql.so.4.8 -usr/lib/libQtSql.so.4.8.5 +usr/lib/libQtSql.so.4.8.7 usr/lib/libQtTest.so.4 usr/lib/libQtTest.so.4.8 -usr/lib/libQtTest.so.4.8.5 +usr/lib/libQtTest.so.4.8.7 usr/lib/libQtXml.so.4 usr/lib/libQtXml.so.4.8 -usr/lib/libQtXml.so.4.8.5 +usr/lib/libQtXml.so.4.8.7 usr/lib/libQtXmlPatterns.so.4 usr/lib/libQtXmlPatterns.so.4.8 -usr/lib/libQtXmlPatterns.so.4.8.5 +usr/lib/libQtXmlPatterns.so.4.8.7 usr/lib/qt4/bin/qdbus usr/lib/qt4/phrasebooks/danish.qph usr/lib/qt4/phrasebooks/dutch.qph usr/lib/qt4/phrasebooks/finnish.qph usr/lib/qt4/phrasebooks/french.qph usr/lib/qt4/phrasebooks/german.qph usr/lib/qt4/phrasebooks/hungarian.qph usr/lib/qt4/phrasebooks/italian.qph usr/lib/qt4/phrasebooks/japanese.qph usr/lib/qt4/phrasebooks/norwegian.qph usr/lib/qt4/phrasebooks/polish.qph usr/lib/qt4/phrasebooks/russian.qph usr/lib/qt4/phrasebooks/spanish.qph usr/lib/qt4/phrasebooks/swedish.qph usr/lib/qt4/plugins/sqldrivers/libqsqlite.so usr/lib64/libQtCore.so.4 usr/lib64/libQtCore.so.4.8 -usr/lib64/libQtCore.so.4.8.5 +usr/lib64/libQtCore.so.4.8.7 usr/lib64/libQtDBus.so.4 usr/lib64/libQtDBus.so.4.8 -usr/lib64/libQtDBus.so.4.8.5 +usr/lib64/libQtDBus.so.4.8.7 usr/lib64/libQtNetwork.so.4 usr/lib64/libQtNetwork.so.4.8 -usr/lib64/libQtNetwork.so.4.8.5 +usr/lib64/libQtNetwork.so.4.8.7 usr/lib64/libQtScript.so.4 usr/lib64/libQtScript.so.4.8 -usr/lib64/libQtScript.so.4.8.5 +usr/lib64/libQtScript.so.4.8.7 usr/lib64/libQtSql.so.4 usr/lib64/libQtSql.so.4.8 -usr/lib64/libQtSql.so.4.8.5 +usr/lib64/libQtSql.so.4.8.7 usr/lib64/libQtTest.so.4 usr/lib64/libQtTest.so.4.8 -usr/lib64/libQtTest.so.4.8.5 +usr/lib64/libQtTest.so.4.8.7 usr/lib64/libQtXml.so.4 usr/lib64/libQtXml.so.4.8 -usr/lib64/libQtXml.so.4.8.5 +usr/lib64/libQtXml.so.4.8.7 usr/lib64/libQtXmlPatterns.so.4 usr/lib64/libQtXmlPatterns.so.4.8 -usr/lib64/libQtXmlPatterns.so.4.8.5 +usr/lib64/libQtXmlPatterns.so.4.8.7 usr/lib64/qt4/bin/qdbus usr/lib64/qt4/phrasebooks/danish.qph usr/lib64/qt4/phrasebooks/dutch.qph usr/lib64/qt4/phrasebooks/finnish.qph usr/lib64/qt4/phrasebooks/french.qph usr/lib64/qt4/phrasebooks/german.qph usr/lib64/qt4/phrasebooks/hungarian.qph usr/lib64/qt4/phrasebooks/italian.qph usr/lib64/qt4/phrasebooks/japanese.qph usr/lib64/qt4/phrasebooks/norwegian.qph usr/lib64/qt4/phrasebooks/polish.qph usr/lib64/qt4/phrasebooks/russian.qph usr/lib64/qt4/phrasebooks/spanish.qph usr/lib64/qt4/phrasebooks/swedish.qph usr/lib64/qt4/plugins/sqldrivers/libqsqlite.so %%PORTDOCS%%%%DOCSDIR%%/LGPL_EXCEPTION.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.GPL3 %%PORTDOCS%%%%DOCSDIR%%/LICENSE.LGPL %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/translations/qt_ar.qm %%DATADIR%%/translations/qt_cs.qm %%DATADIR%%/translations/qt_da.qm %%DATADIR%%/translations/qt_de.qm %%DATADIR%%/translations/qt_es.qm +%%DATADIR%%/translations/qt_eu.qm %%DATADIR%%/translations/qt_fa.qm %%DATADIR%%/translations/qt_fr.qm %%DATADIR%%/translations/qt_gl.qm %%DATADIR%%/translations/qt_he.qm %%DATADIR%%/translations/qt_hu.qm %%DATADIR%%/translations/qt_ja.qm %%DATADIR%%/translations/qt_ko.qm %%DATADIR%%/translations/qt_lt.qm %%DATADIR%%/translations/qt_pl.qm %%DATADIR%%/translations/qt_pt.qm %%DATADIR%%/translations/qt_ru.qm %%DATADIR%%/translations/qt_sk.qm %%DATADIR%%/translations/qt_sl.qm %%DATADIR%%/translations/qt_sv.qm %%DATADIR%%/translations/qt_uk.qm %%DATADIR%%/translations/qt_zh_CN.qm %%DATADIR%%/translations/qt_zh_TW.qm @dir usr/lib/qt4/plugins/crypto @dir usr/lib64/qt4/plugins/crypto @dir usr/share/doc/qt4/html @dir usr/share/doc/qt4/qch @dir usr/share/doc/qt4/src Index: head/devel/linux-c7-qt/pkg-plist.i386 =================================================================== --- head/devel/linux-c7-qt/pkg-plist.i386 (revision 503721) +++ head/devel/linux-c7-qt/pkg-plist.i386 (revision 503722) @@ -1,70 +1,70 @@ usr/bin/qdbus usr/lib/libQtCore.so.4 usr/lib/libQtCore.so.4.8 -usr/lib/libQtCore.so.4.8.5 +usr/lib/libQtCore.so.4.8.7 usr/lib/libQtDBus.so.4 usr/lib/libQtDBus.so.4.8 -usr/lib/libQtDBus.so.4.8.5 +usr/lib/libQtDBus.so.4.8.7 usr/lib/libQtNetwork.so.4 usr/lib/libQtNetwork.so.4.8 -usr/lib/libQtNetwork.so.4.8.5 +usr/lib/libQtNetwork.so.4.8.7 usr/lib/libQtScript.so.4 usr/lib/libQtScript.so.4.8 -usr/lib/libQtScript.so.4.8.5 +usr/lib/libQtScript.so.4.8.7 usr/lib/libQtSql.so.4 usr/lib/libQtSql.so.4.8 -usr/lib/libQtSql.so.4.8.5 +usr/lib/libQtSql.so.4.8.7 usr/lib/libQtTest.so.4 usr/lib/libQtTest.so.4.8 -usr/lib/libQtTest.so.4.8.5 +usr/lib/libQtTest.so.4.8.7 usr/lib/libQtXml.so.4 usr/lib/libQtXml.so.4.8 -usr/lib/libQtXml.so.4.8.5 +usr/lib/libQtXml.so.4.8.7 usr/lib/libQtXmlPatterns.so.4 usr/lib/libQtXmlPatterns.so.4.8 -usr/lib/libQtXmlPatterns.so.4.8.5 +usr/lib/libQtXmlPatterns.so.4.8.7 usr/lib/qt4/bin/qdbus usr/lib/qt4/phrasebooks/danish.qph usr/lib/qt4/phrasebooks/dutch.qph usr/lib/qt4/phrasebooks/finnish.qph usr/lib/qt4/phrasebooks/french.qph usr/lib/qt4/phrasebooks/german.qph usr/lib/qt4/phrasebooks/hungarian.qph usr/lib/qt4/phrasebooks/italian.qph usr/lib/qt4/phrasebooks/japanese.qph usr/lib/qt4/phrasebooks/norwegian.qph usr/lib/qt4/phrasebooks/polish.qph usr/lib/qt4/phrasebooks/russian.qph usr/lib/qt4/phrasebooks/spanish.qph usr/lib/qt4/phrasebooks/swedish.qph usr/lib/qt4/plugins/sqldrivers/libqsqlite.so %%PORTDOCS%%%%DOCSDIR%%/LGPL_EXCEPTION.txt %%PORTDOCS%%%%DOCSDIR%%/LICENSE.GPL3 %%PORTDOCS%%%%DOCSDIR%%/LICENSE.LGPL %%PORTDOCS%%%%DOCSDIR%%/README %%DATADIR%%/translations/qt_ar.qm %%DATADIR%%/translations/qt_cs.qm %%DATADIR%%/translations/qt_da.qm %%DATADIR%%/translations/qt_de.qm %%DATADIR%%/translations/qt_es.qm %%DATADIR%%/translations/qt_fa.qm %%DATADIR%%/translations/qt_fr.qm %%DATADIR%%/translations/qt_gl.qm %%DATADIR%%/translations/qt_he.qm %%DATADIR%%/translations/qt_hu.qm %%DATADIR%%/translations/qt_ja.qm %%DATADIR%%/translations/qt_ko.qm %%DATADIR%%/translations/qt_lt.qm %%DATADIR%%/translations/qt_pl.qm %%DATADIR%%/translations/qt_pt.qm %%DATADIR%%/translations/qt_ru.qm %%DATADIR%%/translations/qt_sk.qm %%DATADIR%%/translations/qt_sl.qm %%DATADIR%%/translations/qt_sv.qm %%DATADIR%%/translations/qt_uk.qm %%DATADIR%%/translations/qt_zh_CN.qm %%DATADIR%%/translations/qt_zh_TW.qm @dir usr/lib/qt4/plugins/crypto @dir usr/share/doc/qt4/html @dir usr/share/doc/qt4/qch @dir usr/share/doc/qt4/src Index: head/devel/linux-c7-sdl20/Makefile =================================================================== --- head/devel/linux-c7-sdl20/Makefile (revision 503721) +++ head/devel/linux-c7-sdl20/Makefile (revision 503722) @@ -1,26 +1,25 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= sdl20 -PORTVERSION= 2.0.3 -PORTREVISION= 1 +PORTVERSION= 2.0.9 CATEGORIES= devel linux MASTER_SITES= EPEL7/s DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Cross-platform multi-media development API (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= SDL2 ONLY_FOR_ARCHS= amd64 -RPMVERSION= 9.el7 +RPMVERSION= 1.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/devel/linux-c7-sdl20/distinfo =================================================================== --- head/devel/linux-c7-sdl20/distinfo (revision 503721) +++ head/devel/linux-c7-sdl20/distinfo (revision 503722) @@ -1,5 +1,5 @@ -TIMESTAMP = 1482094638 -SHA256 (centos/SDL2-2.0.3-9.el7.x86_64.rpm) = 0979cf82607d3815d285c964ced2e50e87c65513ce32d08ddfbb07885a042ae8 -SIZE (centos/SDL2-2.0.3-9.el7.x86_64.rpm) = 351076 -SHA256 (centos/SDL2-2.0.3-9.el7.src.rpm) = 56eb7b3358032194f2342194b4160e94f757a95d21f651b203d70b8144e59961 -SIZE (centos/SDL2-2.0.3-9.el7.src.rpm) = 3800908 +TIMESTAMP = 1544528706 +SHA256 (centos/SDL2-2.0.9-1.el7.x86_64.rpm) = fdd8b5aa46b13fc1f6dd5f19979e6aca6005426d7c33ce1841f5d27b95a4ea1c +SIZE (centos/SDL2-2.0.9-1.el7.x86_64.rpm) = 440564 +SHA256 (centos/SDL2-2.0.9-1.el7.src.rpm) = 1216b997989f9d6e401e46a3ab0febf7dc64de56184f6553961bb01d7f81dae8 +SIZE (centos/SDL2-2.0.9-1.el7.src.rpm) = 5182836 Index: head/devel/linux-c7-sdl20/pkg-plist.amd64 =================================================================== --- head/devel/linux-c7-sdl20/pkg-plist.amd64 (revision 503721) +++ head/devel/linux-c7-sdl20/pkg-plist.amd64 (revision 503722) @@ -1,6 +1,6 @@ usr/lib64/libSDL2-2.0.so.0 -usr/lib64/libSDL2-2.0.so.0.2.1 +usr/lib64/libSDL2-2.0.so.0.9.0 %%PORTDOCS%%%%DOCSDIR%%/BUGS.txt -%%PORTDOCS%%%%DOCSDIR%%/COPYING.txt %%PORTDOCS%%%%DOCSDIR%%/CREDITS.txt %%PORTDOCS%%%%DOCSDIR%%/README-SDL.txt +usr/share/licenses/SDL2-2.0.9/COPYING.txt Index: head/emulators/linux-c7/Makefile =================================================================== --- head/emulators/linux-c7/Makefile (revision 503721) +++ head/emulators/linux-c7/Makefile (revision 503722) @@ -1,84 +1,83 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= linux-c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 1 CATEGORIES= emulators linux MAINTAINER= emulation@FreeBSD.org COMMENT= Meta-port for all things CentOS ${LINUX_DIST_VER} RUN_DEPENDS= linux-c7-libasyncns>0:dns/linux-c7-libasyncns \ linux-c7-tk85>0:x11-toolkits/linux-c7-tk85 \ linux-c7-gtk2>0:x11-toolkits/linux-c7-gtk2 \ linux-c7-qt-x11>0:x11-toolkits/linux-c7-qt-x11 \ linux-c7-pango>0:x11-toolkits/linux-c7-pango \ linux-c7-motif>0:x11-toolkits/linux-c7-openmotif \ linux-c7-atk>0:accessibility/linux-c7-atk \ linux-c7-sqlite>0:databases/linux-c7-sqlite3 \ linux-c7-tcl85>0:lang/linux-c7-tcl85 \ linux-c7-nspr>0:devel/linux-c7-nspr \ linux-c7-libsigc++20>0:devel/linux-c7-libsigc++20 \ linux-c7-sdl>0:devel/linux-c7-sdl12 \ linux-c7-libpciaccess>0:devel/linux-c7-libpciaccess \ linux-c7-libglade2>0:devel/linux-c7-libglade2 \ linux-c7-devtools>0:devel/linux-c7-devtools \ linux-c7-dbus-libs>0:devel/linux-c7-dbus-libs \ linux-c7-qt>0:devel/linux-c7-qt \ linux-c7-dbus-glib>0:devel/linux-c7-dbus-glib \ linux-c7-xorg-libs>0:x11/linux-c7-xorg-libs \ linux-c7-fontconfig>0:x11-fonts/linux-c7-fontconfig \ linux-c7-cups-libs>0:print/linux-c7-cups-libs \ linux-c7-flac-libs>0:audio/linux-c7-flac \ linux-c7-alsa-utils>0:audio/linux-c7-alsa-utils \ linux-c7-alsa-lib>0:audio/linux-c7-alsa-lib \ linux-c7-audiofile>0:audio/linux-c7-audiofile \ linux-c7-alsa-plugins-oss>0:audio/linux-c7-alsa-plugins-oss \ linux-c7-alsa-plugins-pulseaudio>0:audio/linux-c7-alsa-plugins-pulseaudio \ linux-c7-libsndfile>0:audio/linux-c7-libsndfile \ linux-c7-libogg>0:audio/linux-c7-libogg \ linux-c7-pulseaudio-utils>0:audio/linux-c7-pulseaudio-utils \ linux-c7-pulseaudio-libs>0:audio/linux-c7-pulseaudio-libs \ linux-c7-libvorbis>0:audio/linux-c7-libvorbis \ linux-c7-libtheora>0:multimedia/linux-c7-libtheora \ linux-c7-libv4l>0:multimedia/linux-c7-libv4l \ linux-c7-cyrus-sasl-lib>0:security/linux-c7-cyrus-sasl2 \ linux-c7-libssh2>0:security/linux-c7-libssh2 \ linux-c7-openssl-libs>0:security/linux-c7-openssl \ linux-c7-gnutls>0:security/linux-c7-gnutls \ linux-c7-libgcrypt>0:security/linux-c7-libgcrypt \ linux-c7-nss>0:security/linux-c7-nss \ linux-c7-libtasn1>0:security/linux-c7-libtasn1 \ linux-c7-libgpg-error>0:security/linux-c7-libgpg-error \ linux-c7-curl>0:ftp/linux-c7-curl \ linux-c7-tcp_wrappers-libs>0:net/linux-c7-tcp_wrappers-libs \ linux-c7-openldap>0:net/linux-c7-openldap \ linux-c7-avahi-libs>0:net/linux-c7-avahi-libs \ linux-c7-expat>0:textproc/linux-c7-expat \ linux-c7-aspell>0:textproc/linux-c7-aspell \ linux-c7-libxml2>0:textproc/linux-c7-libxml2 \ linux-c7-dri>0:graphics/linux-c7-dri \ linux-c7-libpng>0:graphics/linux-c7-png \ linux-c7-libtiff>0:graphics/linux-c7-tiff \ linux-c7-jpeg>0:graphics/linux-c7-jpeg \ linux-c7-glx-utils>0:graphics/linux-c7-glx-utils \ linux-c7-gdk-pixbuf2>0:graphics/linux-c7-gdk-pixbuf2 \ linux-c7-cairo>0:graphics/linux-c7-cairo \ linux-c7-pixman>0:x11/linux-c7-pixman \ linux-c7-jasper-libs>0:graphics/linux-c7-jasper USES= linux:c7 metaport .include .if ${LINUX_ARCH} == x86_64 RUN_DEPENDS+= linux-c7-sdl_image>0:graphics/linux-c7-sdl_image \ linux-c7-openal-soft>0:audio/linux-c7-openal-soft \ linux-c7-sdl20>0:devel/linux-c7-sdl20 \ linux-c7-sdl_mixer>0:audio/linux-c7-sdl_mixer \ linux-c7-sdl_ttf>0:graphics/linux-c7-sdl_ttf \ linux-c7-qtwebkit>0:www/linux-c7-qtwebkit .endif .include Index: head/emulators/linux_base-c7/Makefile =================================================================== --- head/emulators/linux_base-c7/Makefile (revision 503721) +++ head/emulators/linux_base-c7/Makefile (revision 503722) @@ -1,172 +1,177 @@ # $FreeBSD$ PORTNAME= c7 PORTVERSION= ${LINUX_DIST_VER} -PORTREVISION= 7 CATEGORIES= emulators linux PKGNAMEPREFIX= linux_base- -BIN_DISTNAMES= centos-release-7-4.1708.el7.centos \ - bash-4.2.46-29.el7_4 \ +BIN_DISTNAMES= bash-4.2.46-31.el7 \ bzip2-1.0.6-13.el7 \ - coreutils-8.22-18.el7 \ - e2fsprogs-1.42.9-10.el7 \ - elfutils-0.168-8.el7 \ - filesystem-3.2-21.el7 \ - findutils-4.5.11-5.el7 \ - glibc-common-2.17-196.el7_4.2 \ + coreutils-8.22-23.el7 \ + e2fsprogs-1.42.9-13.el7 \ + elfutils-0.172-2.el7 \ + filesystem-3.2-25.el7 \ + findutils-4.5.11-6.el7 \ + glibc-common-2.17-260.el7_6.5 \ grep-2.20-3.el7 \ - info-5.1-4.el7 \ + info-5.1-5.el7 \ keyutils-1.5.8-3.el7 \ less-458-9.el7 \ ncurses-5.9-14.20130511.el7_4 \ sed-4.2.2-5.el7 \ setserial-2.17-33.el7 \ which-2.20-7.el7 LIB_DISTNAMES= bzip2-libs-1.0.6-13.el7 \ compat-db47-4.7.25-28.el7 \ compat-libstdc++-33-3.2.3-72.el7 \ - e2fsprogs-libs-1.42.9-10.el7 \ - freetype-2.4.11-15.el7 \ + e2fsprogs-libs-1.42.9-13.el7 \ gamin-0.1.10-16.el7 \ gdbm-1.10-8.el7 \ - glib2-2.50.3-3.el7 \ - glibc-2.17-196.el7_4.2 \ + glib2-2.56.1-2.el7 \ + glibc-2.17-260.el7_6.5 \ gmp-6.0.0-15.el7 \ keyutils-libs-1.5.8-3.el7 \ - krb5-libs-1.15.1-8.el7 \ - libacl-2.2.51-12.el7 \ - libattr-2.4.46-12.el7 \ - libblkid-2.23.2-43.el7_4.2 \ + krb5-libs-1.15.1-37.el7_6 \ + libacl-2.2.51-14.el7 \ + libattr-2.4.46-13.el7 \ + libblkid-2.23.2-59.el7_6.1 \ libcap-2.22-9.el7 \ - libcom_err-1.42.9-10.el7 \ - libdb-5.3.21-21.el7_4 \ + libcom_err-1.42.9-13.el7 \ + libdb-5.3.21-24.el7 \ libffi-3.0.13-18.el7 \ - libgcc-4.8.5-16.el7_4.2 \ + libgcc-4.8.5-36.el7_6.2 \ libidn-1.28-4.el7 \ - libmount-2.23.2-43.el7_4.2 \ - libselinux-2.5-11.el7 \ - libsepol-2.5-6.el7 \ - libstdc++-4.8.5-16.el7_4.2 \ - libuuid-2.23.2-43.el7_4.2 \ + libmount-2.23.2-59.el7_6.1 \ + libselinux-2.5-14.1.el7 \ + libsepol-2.5-10.el7 \ + libstdc++-4.8.5-36.el7_6.2 \ + libuuid-2.23.2-59.el7_6.1 \ ncurses-libs-5.9-14.20130511.el7_4 \ - nss-softokn-freebl-3.28.3-8.el7_4 \ + nss-softokn-freebl-3.36.0-5.el7_5 \ pcre-8.32-17.el7 \ popt-1.13-16.el7 \ readline-6.2-10.el7 \ redhat-lsb-core-4.1-27.el7.centos.1 \ slang-2.2.4-11.el7 \ - util-linux-2.23.2-43.el7_4.2 \ + util-linux-2.23.2-59.el7_6.1 \ xz-libs-5.2.2-1.el7 \ - zlib-1.2.7-17.el7 + zlib-1.2.7-18.el7 SHARE_DISTNAMES=basesystem-10.0-7.el7.centos \ ncurses-base-5.9-14.20130511.el7_4 \ - setup-2.8.71-7.el7 -SRC_DISTFILES= acl-2.2.51-12.el7${SRC_SUFX}:SOURCE \ - attr-2.4.46-12.el7${SRC_SUFX}:SOURCE \ + setup-2.8.71-10.el7 +DISTFILES_amd64=${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ + ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ + ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ + ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} \ + centos-release-7-6.1810.2.el7.centos${EXTRACT_SUFX_amd64}:amd64 +DISTFILES_i386= ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ + ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:i386/} \ + ${SHARE_DISTNAMES:S/$/${EXTRACT_SUFX_noarch}/} \ + centos-release-7-6.1810.2.el7.centos.i${EXTRACT_SUFX_i386}:i386 +SRC_DISTFILES= acl-2.2.51-14.el7${SRC_SUFX}:SOURCE \ + attr-2.4.46-13.el7${SRC_SUFX}:SOURCE \ basesystem-10.0-7.el7.centos${SRC_SUFX}:SOURCE \ - bash-4.2.46-29.el7_4${SRC_SUFX}:SOURCE \ + bash-4.2.46-31.el7${SRC_SUFX}:SOURCE \ bzip2-1.0.6-13.el7${SRC_SUFX}:SOURCE \ - centos-release-7-4.1708.el7.centos${SRC_SUFX}:SOURCE \ + centos-release-7-6.1810.2.el7.centos${SRC_SUFX}:SOURCE \ compat-db-4.7.25-28.el7${SRC_SUFX}:SOURCE \ compat-gcc-32-3.2.3-72.el7${SRC_SUFX}:SOURCE \ - coreutils-8.22-18.el7${SRC_SUFX}:SOURCE \ - e2fsprogs-1.42.9-10.el7${SRC_SUFX}:SOURCE \ - elfutils-0.168-8.el7${SRC_SUFX}:SOURCE \ - filesystem-3.2-21.el7${SRC_SUFX}:SOURCE \ - findutils-4.5.11-5.el7${SRC_SUFX}:SOURCE \ - freetype-2.4.11-15.el7${SRC_SUFX}:SOURCE \ + coreutils-8.22-23.el7${SRC_SUFX}:SOURCE \ + e2fsprogs-1.42.9-13.el7${SRC_SUFX}:SOURCE \ + elfutils-0.172-2.el7${SRC_SUFX}:SOURCE \ + filesystem-3.2-25.el7${SRC_SUFX}:SOURCE \ + findutils-4.5.11-6.el7${SRC_SUFX}:SOURCE \ gamin-0.1.10-16.el7${SRC_SUFX}:SOURCE \ - gcc-4.8.5-16.el7_4.2${SRC_SUFX}:SOURCE \ + gcc-4.8.5-36.el7_6.2${SRC_SUFX}:SOURCE \ gdbm-1.10-8.el7${SRC_SUFX}:SOURCE \ - glib2-2.50.3-3.el7${SRC_SUFX}:SOURCE \ - glibc-2.17-196.el7_4.2${SRC_SUFX}:SOURCE \ + glib2-2.56.1-2.el7${SRC_SUFX}:SOURCE \ + glibc-2.17-260.el7_6.5${SRC_SUFX}:SOURCE \ gmp-6.0.0-15.el7${SRC_SUFX}:SOURCE \ grep-2.20-3.el7${SRC_SUFX}:SOURCE \ keyutils-1.5.8-3.el7${SRC_SUFX}:SOURCE \ - krb5-1.15.1-8.el7${SRC_SUFX}:SOURCE \ + krb5-1.15.1-37.el7_6${SRC_SUFX}:SOURCE \ less-458-9.el7${SRC_SUFX}:SOURCE \ libcap-2.22-9.el7${SRC_SUFX}:SOURCE \ - libdb-5.3.21-21.el7_4${SRC_SUFX}:SOURCE \ + libdb-5.3.21-24.el7${SRC_SUFX}:SOURCE \ libffi-3.0.13-18.el7${SRC_SUFX}:SOURCE \ libidn-1.28-4.el7${SRC_SUFX}:SOURCE \ - libselinux-2.5-11.el7${SRC_SUFX}:SOURCE \ - libsepol-2.5-6.el7${SRC_SUFX}:SOURCE \ + libselinux-2.5-14.1.el7${SRC_SUFX}:SOURCE \ + libsepol-2.5-10.el7${SRC_SUFX}:SOURCE \ ncurses-5.9-14.20130511.el7_4${SRC_SUFX}:SOURCE \ - nss-softokn-3.28.3-8.el7_4${SRC_SUFX}:SOURCE \ + nss-softokn-3.36.0-5.el7_5${SRC_SUFX}:SOURCE \ pcre-8.32-17.el7${SRC_SUFX}:SOURCE \ popt-1.13-16.el7${SRC_SUFX}:SOURCE \ readline-6.2-10.el7${SRC_SUFX}:SOURCE \ redhat-lsb-4.1-27.el7.centos.1${SRC_SUFX}:SOURCE \ sed-4.2.2-5.el7${SRC_SUFX}:SOURCE \ setserial-2.17-33.el7${SRC_SUFX}:SOURCE \ - setup-2.8.71-7.el7${SRC_SUFX}:SOURCE \ + setup-2.8.71-10.el7${SRC_SUFX}:SOURCE \ slang-2.2.4-11.el7${SRC_SUFX}:SOURCE \ - texinfo-5.1-4.el7${SRC_SUFX}:SOURCE \ - util-linux-2.23.2-43.el7_4.2${SRC_SUFX}:SOURCE \ + texinfo-5.1-5.el7${SRC_SUFX}:SOURCE \ + util-linux-2.23.2-59.el7_6.1${SRC_SUFX}:SOURCE \ which-2.20-7.el7${SRC_SUFX}:SOURCE \ xz-5.2.2-1.el7${SRC_SUFX}:SOURCE \ - zlib-1.2.7-17.el7${SRC_SUFX}:SOURCE + zlib-1.2.7-18.el7${SRC_SUFX}:SOURCE EXTRACT_ONLY= ${DISTFILES:N*${SRC_SUFX}*:Nfilesystem-*:C/:[^:]+$//} MAINTAINER= emulation@FreeBSD.org COMMENT= Base set of packages needed in Linux mode (Linux CentOS ${LINUX_DIST_VER}) PLIST_SUB= LINUXBASE=${LINUXBASE} SYSCTLMIB=${SYSCTLMIB} USES= linux:c7 USE_LINUX= # empty USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes REMOVE_DIRS= boot home media mnt proc root run sys tmp var/log var/tmp REMOVE_FILES= bin/su etc/exports etc/group etc/gshadow etc/motd \ etc/passwd etc/printcap etc/protocols etc/services etc/shadow .include .if ${LINUX_ARCH} == x86_64 SYSCTLMIB= kern.features.linux64 .else SYSCTLMIB= compat.linux.osrelease .endif post-extract: # These directories become symbolic links when the filesystem distfile is # extracted. Other distfiles cannot be extracted when these are links so the # filesystem distfile must be extracted last. .for d in bin lib lib64 sbin @(cd ${WRKSRC} && if [ -e ${d} -a ! -L ${d} ]; then \ ${FIND} ${d} | ${CPIO} -dumpl --quiet usr && ${RM} -r ${d}; fi) .endfor @(cd ${WRKSRC} && ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/filesystem-3.2-21.el7${EXTRACT_SUFX_${LINUX_ARCH:S/x86_64/amd64/}} \ + ${DISTDIR}/${DIST_SUBDIR}/filesystem-3.2-25.el7${EXTRACT_SUFX_${LINUX_ARCH:S/x86_64/amd64/}} \ ${EXTRACT_AFTER_ARGS}) .if ${LINUX_ARCH} == i386 @${CHMOD} u+w ${WRKSRC}/usr/lib/pm-utils .elif ${LINUX_ARCH} == x86_64 @${CHMOD} u+w ${WRKSRC}/usr/lib64/pm-utils .endif post-patch: @${RM} -r ${REMOVE_DIRS:S|^|${WRKSRC}/|} @${RM} ${REMOVE_FILES:S|^|${WRKSRC}/|} @${FIND} ${WRKSRC}/usr -type d -empty -not -path '*/lib*/gio/*' -delete @${BRANDELF} -t Linux ${WRKSRC}/usr/lib/ld-2.17.so .if ${LINUX_ARCH} == x86_64 @${BRANDELF} -t Linux ${WRKSRC}/usr/lib64/ld-2.17.so .endif post-install: ${MV} ${STAGEDIR}${PREFIX}/etc/krb5.conf \ ${STAGEDIR}${PREFIX}/etc/krb5.conf.sample ${MV} ${STAGEDIR}${PREFIX}/etc/nsswitch.conf \ ${STAGEDIR}${PREFIX}/etc/nsswitch.conf.sample ${MV} ${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive.tmpl \ ${STAGEDIR}${PREFIX}/usr/lib/locale/locale-archive ${LN} -sf "../proc/self/mounts" ${STAGEDIR}${PREFIX}/etc/mtab ${LN} -sf ${LOCALBASE}/share/icons ${STAGEDIR}${PREFIX}/usr/share/icons ${LN} -sf /var/run ${STAGEDIR}${PREFIX}/run ${LN} -sf /var/tmp ${STAGEDIR}${PREFIX}/usr/tmp .include Index: head/emulators/linux_base-c7/distinfo =================================================================== --- head/emulators/linux_base-c7/distinfo (revision 503721) +++ head/emulators/linux_base-c7/distinfo (revision 503722) @@ -1,309 +1,303 @@ -TIMESTAMP = 1521043805 +TIMESTAMP = 1559401960 SHA256 (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 0280ee16df09be0cebf62695706598caed8ff5cba47de1fed625068a90a9ef68 SIZE (centos/basesystem-10.0-7.el7.centos.noarch.rpm) = 5124 -SHA256 (centos/bash-4.2.46-29.el7_4.i686.rpm) = aba06dce43a1484266c85795d36f12af7aa07de31bbb6f061ea0cc48b532edf9 -SIZE (centos/bash-4.2.46-29.el7_4.i686.rpm) = 1012692 -SHA256 (centos/bash-4.2.46-29.el7_4.x86_64.rpm) = 1283e0c9b47c554341386b051bb7b41c7bd5a42d157c570a6199190622a41c6a -SIZE (centos/bash-4.2.46-29.el7_4.x86_64.rpm) = 1036336 +SHA256 (centos/bash-4.2.46-31.el7.i686.rpm) = 2988de97c4231cd72677ac64f3f1e20191355e0e34a56d59ed26cabc700ee29d +SIZE (centos/bash-4.2.46-31.el7.i686.rpm) = 1013348 +SHA256 (centos/bash-4.2.46-31.el7.x86_64.rpm) = f039143f1dac2eeca74f19b392f78d66ba1ffaa171f6c272bf5e646c9aae26b2 +SIZE (centos/bash-4.2.46-31.el7.x86_64.rpm) = 1036848 SHA256 (centos/bzip2-1.0.6-13.el7.i686.rpm) = 9839825542485c839feebb749aaaab656e2f61e6c43b2ed668db2116d2ee9490 SIZE (centos/bzip2-1.0.6-13.el7.i686.rpm) = 52648 SHA256 (centos/bzip2-1.0.6-13.el7.x86_64.rpm) = f41905c9256924601a0ac53afc9a8a22f53f67c6b0faf43ae86c0bce12c9f9d8 SIZE (centos/bzip2-1.0.6-13.el7.x86_64.rpm) = 53120 SHA256 (centos/bzip2-libs-1.0.6-13.el7.i686.rpm) = 5c114196984d42c4126cf4c7e6702dfb82ba2b02baebc52335223720aaf3c8c8 SIZE (centos/bzip2-libs-1.0.6-13.el7.i686.rpm) = 40620 SHA256 (centos/bzip2-libs-1.0.6-13.el7.x86_64.rpm) = 1fd32866a2a82f5abc19142b59dce8fd961bc1d32e3bedfa0de7a950066fdaa5 SIZE (centos/bzip2-libs-1.0.6-13.el7.x86_64.rpm) = 40740 -SHA256 (centos/centos-release-7-4.1708.el7.centos.i686.rpm) = fdddd1c27b55d0fed4992ee005ef4a2284756aeeccc746a9ec6b9aeb01bc181c -SIZE (centos/centos-release-7-4.1708.el7.centos.i686.rpm) = 23656 -SHA256 (centos/centos-release-7-4.1708.el7.centos.x86_64.rpm) = 3a694cb714472497f9ec31b4d4fb7114008e60bc2ba1071e5984c5db96b89303 -SIZE (centos/centos-release-7-4.1708.el7.centos.x86_64.rpm) = 23720 +SHA256 (centos/centos-release-7-6.1810.2.el7.centos.i.i686.rpm) = 3633082c041bdf1ab1ddd147064a23405c8994e342a2eced18928d55022446e8 +SIZE (centos/centos-release-7-6.1810.2.el7.centos.i.i686.rpm) = 26180 +SHA256 (centos/centos-release-7-6.1810.2.el7.centos.x86_64.rpm) = a585a2bcf938cddd741288241e544809eafc595f8a3f33666c3fd608cb098a83 +SIZE (centos/centos-release-7-6.1810.2.el7.centos.x86_64.rpm) = 26148 SHA256 (centos/compat-db47-4.7.25-28.el7.i686.rpm) = 7531e31ceaa1f844fa5bd7c51bd8b640d27fd0a9a37edade1d8eecc1ca1b2ebf SIZE (centos/compat-db47-4.7.25-28.el7.i686.rpm) = 830976 SHA256 (centos/compat-db47-4.7.25-28.el7.x86_64.rpm) = bab7667f36710838ce98693b908f785697975c58f0e2e05d13e1909862a9b20d SIZE (centos/compat-db47-4.7.25-28.el7.x86_64.rpm) = 814224 SHA256 (centos/compat-libstdc++-33-3.2.3-72.el7.i686.rpm) = b108463dd6d8a139d5e27b0ca7d284b5e69d0beaf7c4f47fe33c638b2db69f21 SIZE (centos/compat-libstdc++-33-3.2.3-72.el7.i686.rpm) = 200684 SHA256 (centos/compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm) = 7237f49e324ea2a194b96269e73fec82234467ce0f7b2adfc56781256635ed38 SIZE (centos/compat-libstdc++-33-3.2.3-72.el7.x86_64.rpm) = 195388 -SHA256 (centos/coreutils-8.22-18.el7.i686.rpm) = ab1c15064fdae3505a704443697debe6a04ebd0bfa02021dd126918eaf274b22 -SIZE (centos/coreutils-8.22-18.el7.i686.rpm) = 3468868 -SHA256 (centos/coreutils-8.22-18.el7.x86_64.rpm) = ab9f507c845c7da33b291b651c16f3914b42001c2141866f94368eabf98ee60b -SIZE (centos/coreutils-8.22-18.el7.x86_64.rpm) = 3412144 -SHA256 (centos/e2fsprogs-1.42.9-10.el7.i686.rpm) = beb7d613ac653bdc3475b38ffe7da433d6fb25fa94367ead43a775c3ac7235ff -SIZE (centos/e2fsprogs-1.42.9-10.el7.i686.rpm) = 721264 -SHA256 (centos/e2fsprogs-1.42.9-10.el7.x86_64.rpm) = 246a69e3e43dfcab6ba3a7d652d810b61714c09c6583cab21d806be5c043e56e -SIZE (centos/e2fsprogs-1.42.9-10.el7.x86_64.rpm) = 715212 -SHA256 (centos/e2fsprogs-libs-1.42.9-10.el7.i686.rpm) = b3be24de8cda337962978263329698f34975162b8856b8158782198c375414b4 -SIZE (centos/e2fsprogs-libs-1.42.9-10.el7.i686.rpm) = 182612 -SHA256 (centos/e2fsprogs-libs-1.42.9-10.el7.x86_64.rpm) = 0c6949fb81ed49057c30e537ce87f091a2f12c6595a06a0401166023e0d1980d -SIZE (centos/e2fsprogs-libs-1.42.9-10.el7.x86_64.rpm) = 170140 -SHA256 (centos/elfutils-0.168-8.el7.i686.rpm) = 70d64ef0f42112cf3153437793938c2e6848e2b6e270ee0b468a49e38db84e9c -SIZE (centos/elfutils-0.168-8.el7.i686.rpm) = 296088 -SHA256 (centos/elfutils-0.168-8.el7.x86_64.rpm) = 9cecc31f63b5219640743c79a248263e63eb92da77e7f54856f0f8731e0be156 -SIZE (centos/elfutils-0.168-8.el7.x86_64.rpm) = 285968 -SHA256 (centos/filesystem-3.2-21.el7.i686.rpm) = a540b8944d7935db61d61eaa7b1d6278410e98ea09237367815de8549347072d -SIZE (centos/filesystem-3.2-21.el7.i686.rpm) = 1065868 -SHA256 (centos/filesystem-3.2-21.el7.x86_64.rpm) = 0e047c87ace9549900c8e297677825dc952602bf314679258018b8478da97151 -SIZE (centos/filesystem-3.2-21.el7.x86_64.rpm) = 1066392 -SHA256 (centos/findutils-4.5.11-5.el7.i686.rpm) = f02e8bb17bc00240ac7921dd915dd23ff79687b4fb89061bc918d2aa5c530588 -SIZE (centos/findutils-4.5.11-5.el7.i686.rpm) = 572096 -SHA256 (centos/findutils-4.5.11-5.el7.x86_64.rpm) = 24db27ae92355cbb5f6fef161200fe38061aab63dc6bba4428bfaaf49f436914 -SIZE (centos/findutils-4.5.11-5.el7.x86_64.rpm) = 572040 -SHA256 (centos/freetype-2.4.11-15.el7.i686.rpm) = f69b308795bc5f5cf7c0993d22fbb3d17d9eb04ee53b43dc2860ae97eaf04835 -SIZE (centos/freetype-2.4.11-15.el7.i686.rpm) = 398656 -SHA256 (centos/freetype-2.4.11-15.el7.x86_64.rpm) = 042e382925fc4adeaf7eb17a5b1f0a3224dd1fcfa3163f49b9d9b1251792780a -SIZE (centos/freetype-2.4.11-15.el7.x86_64.rpm) = 401112 +SHA256 (centos/coreutils-8.22-23.el7.i686.rpm) = 524ab0a2f0739544363201524381a7ed2eb4091034ba868491f5e805a04ca034 +SIZE (centos/coreutils-8.22-23.el7.i686.rpm) = 3479156 +SHA256 (centos/coreutils-8.22-23.el7.x86_64.rpm) = 4d3f33ad5e764765d47a7132be0ec2868cbc1a9d3861ab8854c56bd0138b42cc +SIZE (centos/coreutils-8.22-23.el7.x86_64.rpm) = 3415152 +SHA256 (centos/e2fsprogs-1.42.9-13.el7.i686.rpm) = 379a6a5a42aa7406f5eebf95ce82bd668d6d9869a282a1f8185fb665ac76fc66 +SIZE (centos/e2fsprogs-1.42.9-13.el7.i686.rpm) = 721724 +SHA256 (centos/e2fsprogs-1.42.9-13.el7.x86_64.rpm) = 617e9e1c9769016ea264e6a846d63aa9d22c35e820ffe03ae66aea6db860dc62 +SIZE (centos/e2fsprogs-1.42.9-13.el7.x86_64.rpm) = 715792 +SHA256 (centos/e2fsprogs-libs-1.42.9-13.el7.i686.rpm) = 2f30793b25e90e16ef08994e3753ce9bf32d3199a377bc955217ab650fd5a99f +SIZE (centos/e2fsprogs-libs-1.42.9-13.el7.i686.rpm) = 183484 +SHA256 (centos/e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm) = 656eae425d193e2ea2fe2003b4e9120ca38f764a5125c6fb9ff2d8c5a144ad5d +SIZE (centos/e2fsprogs-libs-1.42.9-13.el7.x86_64.rpm) = 170884 +SHA256 (centos/elfutils-0.172-2.el7.i686.rpm) = ecdb7afde9f7dcb0ebf8ee6a94b71b6d204381414f86917632e5b1221e92aef7 +SIZE (centos/elfutils-0.172-2.el7.i686.rpm) = 319256 +SHA256 (centos/elfutils-0.172-2.el7.x86_64.rpm) = 526a499cee7d479cad7fd1b0664befb35786d2c8b85f055e1905ec2fbf7fc0c4 +SIZE (centos/elfutils-0.172-2.el7.x86_64.rpm) = 306656 +SHA256 (centos/filesystem-3.2-25.el7.i686.rpm) = 25b5bbc0bd8078f721ba4b7022966760e6757150b57ab4804c6fe38da0765a0b +SIZE (centos/filesystem-3.2-25.el7.i686.rpm) = 1066548 +SHA256 (centos/filesystem-3.2-25.el7.x86_64.rpm) = 8469f8a37730ec410956bb41322c6fabc7fe99e649b3a14328ad98fad4b5096e +SIZE (centos/filesystem-3.2-25.el7.x86_64.rpm) = 1067124 +SHA256 (centos/findutils-4.5.11-6.el7.i686.rpm) = 5aec3ef821e666863e58c88968ce905ee3a4d8ba3180d3c6b264f7988131613b +SIZE (centos/findutils-4.5.11-6.el7.i686.rpm) = 572248 +SHA256 (centos/findutils-4.5.11-6.el7.x86_64.rpm) = f3af811b9e932b3b01908dbe62313dae3663166a038753d3636757a5bb556538 +SIZE (centos/findutils-4.5.11-6.el7.x86_64.rpm) = 572216 SHA256 (centos/gamin-0.1.10-16.el7.i686.rpm) = c90f79a61297f76b4192ea5eb0dbe460c15989aa212de66bdc561286e30cfb17 SIZE (centos/gamin-0.1.10-16.el7.i686.rpm) = 129420 SHA256 (centos/gamin-0.1.10-16.el7.x86_64.rpm) = f1b3e07abe6b1de722d3c3cf42a039a519be5d13aad9a7894e560504892167e7 SIZE (centos/gamin-0.1.10-16.el7.x86_64.rpm) = 131464 SHA256 (centos/gdbm-1.10-8.el7.i686.rpm) = cb3e549dd21830d782fdd68385ade2acd8105c55ed56473b572d058098b79128 SIZE (centos/gdbm-1.10-8.el7.i686.rpm) = 71744 SHA256 (centos/gdbm-1.10-8.el7.x86_64.rpm) = 65f28fdefa291bfe53e9c8646ce0f7510f312a4fee232af36e3d4fe678b60591 SIZE (centos/gdbm-1.10-8.el7.x86_64.rpm) = 72112 -SHA256 (centos/glib2-2.50.3-3.el7.i686.rpm) = 6b23b59113c91d53e915e9decaae33418a25c3fb2def1bc6c5efb75183e9d10e -SIZE (centos/glib2-2.50.3-3.el7.i686.rpm) = 2434756 -SHA256 (centos/glib2-2.50.3-3.el7.x86_64.rpm) = d3c1ec466f365f715e32e640e23e3bfab271fbd4a5b36b2ffddd6b901d3d9808 -SIZE (centos/glib2-2.50.3-3.el7.x86_64.rpm) = 2451528 -SHA256 (centos/glibc-2.17-196.el7_4.2.i686.rpm) = cac0be01233564b027b5e6868be3a18f999d77363d76fcf76d973d3cc5f673f1 -SIZE (centos/glibc-2.17-196.el7_4.2.i686.rpm) = 4407800 -SHA256 (centos/glibc-2.17-196.el7_4.2.x86_64.rpm) = 801bb6e8dc4951eaf092531e1bdac883291b63ca710462c70878e0811288ca28 -SIZE (centos/glibc-2.17-196.el7_4.2.x86_64.rpm) = 3775004 -SHA256 (centos/glibc-common-2.17-196.el7_4.2.i686.rpm) = b4faee92ab524220c55d7026fb1f1b3ea0c93b4800bbdf1ab66926782d8aa41f -SIZE (centos/glibc-common-2.17-196.el7_4.2.i686.rpm) = 12021868 -SHA256 (centos/glibc-common-2.17-196.el7_4.2.x86_64.rpm) = fd2824124e77165dfd54c2a8d3e4ddbd489befe47777e4ded9e70b0761142415 -SIZE (centos/glibc-common-2.17-196.el7_4.2.x86_64.rpm) = 12041568 +SHA256 (centos/glib2-2.56.1-2.el7.i686.rpm) = 7bd3795597ca23cad172a7797e1f596cafc620d079a904e56e1da3e697a31733 +SIZE (centos/glib2-2.56.1-2.el7.i686.rpm) = 2554400 +SHA256 (centos/glib2-2.56.1-2.el7.x86_64.rpm) = e4b7cd8e44ebdc06c771e414be6b24afc611e517c9b6f99fd82e2e0c0e91e675 +SIZE (centos/glib2-2.56.1-2.el7.x86_64.rpm) = 2571644 +SHA256 (centos/glibc-2.17-260.el7_6.5.i686.rpm) = 3beb3f6ae942956930bcdc878e3a67372b4515e99f97d98b01b7a4fc10db96dd +SIZE (centos/glibc-2.17-260.el7_6.5.i686.rpm) = 4518496 +SHA256 (centos/glibc-2.17-260.el7_6.5.x86_64.rpm) = e3e5144b15db4d5232f38319cab3559337904199b8ce579936d5b6e30f879103 +SIZE (centos/glibc-2.17-260.el7_6.5.x86_64.rpm) = 3867076 +SHA256 (centos/glibc-common-2.17-260.el7_6.5.i686.rpm) = c7119d99df8603df70e258556de7ab3f0ac7bec9603c4d97b8c53a65abf98b79 +SIZE (centos/glibc-common-2.17-260.el7_6.5.i686.rpm) = 12070252 +SHA256 (centos/glibc-common-2.17-260.el7_6.5.x86_64.rpm) = b73bfd8a20e04d18cf2898d814f00cecf6fa45dcac777098e5ced4084bfa6ddd +SIZE (centos/glibc-common-2.17-260.el7_6.5.x86_64.rpm) = 12091248 SHA256 (centos/gmp-6.0.0-15.el7.i686.rpm) = 15e69b69c82691456610840e6b23c0f0b0029e824d793a16749f0e88de8287d0 SIZE (centos/gmp-6.0.0-15.el7.i686.rpm) = 425588 SHA256 (centos/gmp-6.0.0-15.el7.x86_64.rpm) = 74f4e6d4e47a6ce9304a5c2d6cb6e69d56aec5cdd8cac87fad0338ac73e7adaa SIZE (centos/gmp-6.0.0-15.el7.x86_64.rpm) = 287768 SHA256 (centos/grep-2.20-3.el7.i686.rpm) = 1523a90d60c922474b8ae1d08bcaf61e43e60e182b55729fdf8ebb1a2b2622ef SIZE (centos/grep-2.20-3.el7.i686.rpm) = 351656 SHA256 (centos/grep-2.20-3.el7.x86_64.rpm) = a7db6ef1a900854ac14cbb82896c289b4a7e97ab2204a7dbc3e83fb9757cf2e1 SIZE (centos/grep-2.20-3.el7.x86_64.rpm) = 352624 -SHA256 (centos/info-5.1-4.el7.i686.rpm) = a747c74d6e43d1e9cdf3122c4d63a75bfe9caedc359b4e06aa6aa3d90926df05 -SIZE (centos/info-5.1-4.el7.i686.rpm) = 230508 -SHA256 (centos/info-5.1-4.el7.x86_64.rpm) = 07286e482da5d8f84e1078bcf179179a6f794b4957ac37dcfe5c2a93db93ad5a -SIZE (centos/info-5.1-4.el7.x86_64.rpm) = 238328 +SHA256 (centos/info-5.1-5.el7.i686.rpm) = 3b381490aec387c24ddb0d5121ba351033359aa3b540c8c1fd462dbff05b631e +SIZE (centos/info-5.1-5.el7.i686.rpm) = 230664 +SHA256 (centos/info-5.1-5.el7.x86_64.rpm) = df7c365f639b05423ff2023355a26c165344174fbe445a072a5c94ecacfe1bc1 +SIZE (centos/info-5.1-5.el7.x86_64.rpm) = 238564 SHA256 (centos/keyutils-1.5.8-3.el7.i686.rpm) = f361b8987c4f9df0b33f9b02f5698f131eb8e95b60eab8b7804cbe669398e0f9 SIZE (centos/keyutils-1.5.8-3.el7.i686.rpm) = 53956 SHA256 (centos/keyutils-1.5.8-3.el7.x86_64.rpm) = ea4b62eb78f2b76321b1f4bd66a699a4e25fa7fa6b421008fbecc549f18857e4 SIZE (centos/keyutils-1.5.8-3.el7.x86_64.rpm) = 54856 SHA256 (centos/keyutils-libs-1.5.8-3.el7.i686.rpm) = 8325c2565778bc704fc20dc8b12334506110634a2c389ab47ad852d30bd5ff87 SIZE (centos/keyutils-libs-1.5.8-3.el7.i686.rpm) = 25852 SHA256 (centos/keyutils-libs-1.5.8-3.el7.x86_64.rpm) = 16c7cb17dd4eced77c44697bc431c0ac9eb012da78fc91abacd828d3aa8e5dd3 SIZE (centos/keyutils-libs-1.5.8-3.el7.x86_64.rpm) = 25920 -SHA256 (centos/krb5-libs-1.15.1-8.el7.i686.rpm) = 0d9c717e19ffe0d357eadf9da0e90e414823bc1b3c71594b95225622f4e7a5c2 -SIZE (centos/krb5-libs-1.15.1-8.el7.i686.rpm) = 765052 -SHA256 (centos/krb5-libs-1.15.1-8.el7.x86_64.rpm) = 5edf92410be89dc0be6eda7db869cfa9a3942deb39f49c147eacf7eacab162a3 -SIZE (centos/krb5-libs-1.15.1-8.el7.x86_64.rpm) = 765004 +SHA256 (centos/krb5-libs-1.15.1-37.el7_6.i686.rpm) = ef4f333c0cf3fab40b3e1284da57532c2b703014b7030d04d53de7bc6cf3ca42 +SIZE (centos/krb5-libs-1.15.1-37.el7_6.i686.rpm) = 824952 +SHA256 (centos/krb5-libs-1.15.1-37.el7_6.x86_64.rpm) = 64f4e0df0373a68c7d9fb9fb3363d30350edb8f6821a543aebb03290ff98cb0a +SIZE (centos/krb5-libs-1.15.1-37.el7_6.x86_64.rpm) = 822516 SHA256 (centos/less-458-9.el7.i686.rpm) = a880e1e31520e25f5f00de01a9c970cfb5a8a5257fa7c0c1b233e9b12b070e60 SIZE (centos/less-458-9.el7.i686.rpm) = 122416 SHA256 (centos/less-458-9.el7.x86_64.rpm) = 94999b90a6ce0c291b86d07ffbd4400409c783b846b65d5c874667dc8938c492 SIZE (centos/less-458-9.el7.x86_64.rpm) = 122672 -SHA256 (centos/libacl-2.2.51-12.el7.i686.rpm) = c3fa5b985746efe6341920e58db7a6447c0e92e7f5f52c0d8d14177ccefee5a6 -SIZE (centos/libacl-2.2.51-12.el7.i686.rpm) = 27804 -SHA256 (centos/libacl-2.2.51-12.el7.x86_64.rpm) = 5043e4f7cba77ae42ca8c2f23a1567a58419e5cd3ff08ba9852c34b29bcb84e6 -SIZE (centos/libacl-2.2.51-12.el7.x86_64.rpm) = 27480 -SHA256 (centos/libattr-2.4.46-12.el7.i686.rpm) = 23c32e6c94a262a95c063a70b71106d367f657d00b85befdd0636312d3b885b1 -SIZE (centos/libattr-2.4.46-12.el7.i686.rpm) = 18500 -SHA256 (centos/libattr-2.4.46-12.el7.x86_64.rpm) = 72c5ab267cc3d4244974c4960c270514b57b59ce0c049488e977e6c377054b88 -SIZE (centos/libattr-2.4.46-12.el7.x86_64.rpm) = 18548 -SHA256 (centos/libblkid-2.23.2-43.el7_4.2.i686.rpm) = 4607086977b3e4be95a7ca735849d0609d8794c392e9be642992101f9db82bb7 -SIZE (centos/libblkid-2.23.2-43.el7_4.2.i686.rpm) = 184452 -SHA256 (centos/libblkid-2.23.2-43.el7_4.2.x86_64.rpm) = 66fcc8a4550a9a21d66e3ace5628888155ca4d084e56a6a76d2c36b0d0e058e8 -SIZE (centos/libblkid-2.23.2-43.el7_4.2.x86_64.rpm) = 180224 +SHA256 (centos/libacl-2.2.51-14.el7.i686.rpm) = dd892e062329b28f8ce47df6eddf6ac421c695a0cd6ae4b66fa3f21d59bd36bd +SIZE (centos/libacl-2.2.51-14.el7.i686.rpm) = 28108 +SHA256 (centos/libacl-2.2.51-14.el7.x86_64.rpm) = 304e6f1c5ada538c275ad6694d1d201c9fc995d82715d602c489db042c46a5d6 +SIZE (centos/libacl-2.2.51-14.el7.x86_64.rpm) = 27768 +SHA256 (centos/libattr-2.4.46-13.el7.i686.rpm) = 25903b43be3027c51703a38d37db952db7850f55d8d1f7dbf18b7bd45b8204e6 +SIZE (centos/libattr-2.4.46-13.el7.i686.rpm) = 18632 +SHA256 (centos/libattr-2.4.46-13.el7.x86_64.rpm) = 3939632d06fe2120e5361ea76609528a27bcca2ee7346c9294e0a5ea91c8ef30 +SIZE (centos/libattr-2.4.46-13.el7.x86_64.rpm) = 18656 +SHA256 (centos/libblkid-2.23.2-59.el7_6.1.i686.rpm) = bd919ba2cd1df66aaee143eb5ccd6cdb1415897a9186e64cba4202bdce31ff44 +SIZE (centos/libblkid-2.23.2-59.el7_6.1.i686.rpm) = 189248 +SHA256 (centos/libblkid-2.23.2-59.el7_6.1.x86_64.rpm) = c843d62cfc0f8356923e8ae86e0fc4e74d2376b94420b0173350aa2526284674 +SIZE (centos/libblkid-2.23.2-59.el7_6.1.x86_64.rpm) = 185032 SHA256 (centos/libcap-2.22-9.el7.i686.rpm) = c69c9b95711bb54326354d39ebdb548f8f5ef69b2838f43323f56cf6565a57dc SIZE (centos/libcap-2.22-9.el7.i686.rpm) = 48664 SHA256 (centos/libcap-2.22-9.el7.x86_64.rpm) = 468eb44a07d4612927ac5f2748809a5c0b1ad5df44214fb2ce9d30ee20836985 SIZE (centos/libcap-2.22-9.el7.x86_64.rpm) = 48244 -SHA256 (centos/libcom_err-1.42.9-10.el7.i686.rpm) = d6ce2c33a1e9c673549f4c3e12616f3b5e491d32a268c1f185e3b9a8ff974d7f -SIZE (centos/libcom_err-1.42.9-10.el7.i686.rpm) = 41496 -SHA256 (centos/libcom_err-1.42.9-10.el7.x86_64.rpm) = 5282b4cd85192fdae224ae23243e6c6efa289d9b7ddfeb0a301af095ea5efea8 -SIZE (centos/libcom_err-1.42.9-10.el7.x86_64.rpm) = 41464 -SHA256 (centos/libdb-5.3.21-21.el7_4.i686.rpm) = 5e23d91f50daf17bd4a9ef4adcd02ae98e3c33d4b9d2ef51dc28dadfcc30847c -SIZE (centos/libdb-5.3.21-21.el7_4.i686.rpm) = 748492 -SHA256 (centos/libdb-5.3.21-21.el7_4.x86_64.rpm) = 1363b13cba1a787e4ecde94d5b790508b0251682e22592aa766f3244287ca15b -SIZE (centos/libdb-5.3.21-21.el7_4.x86_64.rpm) = 736492 +SHA256 (centos/libcom_err-1.42.9-13.el7.i686.rpm) = a3dce0161ee1eb9f9bd4e4e7d11414e5c004b33729dba2699e0e9333c3e15d26 +SIZE (centos/libcom_err-1.42.9-13.el7.i686.rpm) = 42064 +SHA256 (centos/libcom_err-1.42.9-13.el7.x86_64.rpm) = 5119436770f0fab8e5e66058f3e44e5d39b71c425583992b3cde9566e8ef6e7f +SIZE (centos/libcom_err-1.42.9-13.el7.x86_64.rpm) = 42020 +SHA256 (centos/libdb-5.3.21-24.el7.i686.rpm) = 4c545dd055210080db64428a375556c8cf56e146edc67014080193485e349a50 +SIZE (centos/libdb-5.3.21-24.el7.i686.rpm) = 748856 +SHA256 (centos/libdb-5.3.21-24.el7.x86_64.rpm) = 28263d88e67463e969b8a2b1d171a53719cfc04507db19915e8d0be961c12626 +SIZE (centos/libdb-5.3.21-24.el7.x86_64.rpm) = 736988 SHA256 (centos/libffi-3.0.13-18.el7.i686.rpm) = c674a558adefa6e2c9c64b26bb6e1dd59a26bd74c5ab902d8f583ff40155154d SIZE (centos/libffi-3.0.13-18.el7.i686.rpm) = 27912 SHA256 (centos/libffi-3.0.13-18.el7.x86_64.rpm) = b115505985fd3b91f19a1b43932e08717adc7657c375d7dc74d8ec8ffc4afb03 SIZE (centos/libffi-3.0.13-18.el7.x86_64.rpm) = 30764 -SHA256 (centos/libgcc-4.8.5-16.el7_4.2.i686.rpm) = 28eb18dcbbc4045e5e1858571a71a77c2c928bc1186c0c75b898e73b51b3638a -SIZE (centos/libgcc-4.8.5-16.el7_4.2.i686.rpm) = 108584 -SHA256 (centos/libgcc-4.8.5-16.el7_4.2.x86_64.rpm) = 7c92a34cb4f7ae8232ab35c69dbc4e8a9ed07eb9bddd96eed40a35d5cd9693d8 -SIZE (centos/libgcc-4.8.5-16.el7_4.2.x86_64.rpm) = 100700 +SHA256 (centos/libgcc-4.8.5-36.el7_6.2.i686.rpm) = 256c871a4378476f7ef174c412f909033723f579d0bc7ebb91cf05d926266d9f +SIZE (centos/libgcc-4.8.5-36.el7_6.2.i686.rpm) = 112188 +SHA256 (centos/libgcc-4.8.5-36.el7_6.2.x86_64.rpm) = 5200ee8c1960a6412f508440ec14d8b96a44f1c78874bfccdb1c2d8d815b1d76 +SIZE (centos/libgcc-4.8.5-36.el7_6.2.x86_64.rpm) = 104264 SHA256 (centos/libidn-1.28-4.el7.i686.rpm) = e46b6e82d9fd17ad12ab5e758d90098f2c7487a720d05d7d32c0f4154e0eb593 SIZE (centos/libidn-1.28-4.el7.i686.rpm) = 213888 SHA256 (centos/libidn-1.28-4.el7.x86_64.rpm) = 1c73d48fdb8362d9a8b988daf8b40079b30f25677646edbd86259c0fd9a413e4 SIZE (centos/libidn-1.28-4.el7.x86_64.rpm) = 213816 -SHA256 (centos/libmount-2.23.2-43.el7_4.2.i686.rpm) = 7c6f0b2eceba45180143917067429ac73b28254ea6cf954accd0ae218392eb54 -SIZE (centos/libmount-2.23.2-43.el7_4.2.i686.rpm) = 181404 -SHA256 (centos/libmount-2.23.2-43.el7_4.2.x86_64.rpm) = e3074461ea802519c3d1c1ee22fbb93d6431550fa49c2daf40b38982bfb6847d -SIZE (centos/libmount-2.23.2-43.el7_4.2.x86_64.rpm) = 182012 -SHA256 (centos/libselinux-2.5-11.el7.i686.rpm) = 8d23921bb488fe5f0dfd3f8d0182a663297e881ff4eafd78d9261e8d038ac164 -SIZE (centos/libselinux-2.5-11.el7.i686.rpm) = 169364 -SHA256 (centos/libselinux-2.5-11.el7.x86_64.rpm) = 1bec29c4c27ff5c71c0f224110ccd4fc6341b2c5ab8da2c97d470c76d3e8cb9f -SIZE (centos/libselinux-2.5-11.el7.x86_64.rpm) = 165548 -SHA256 (centos/libsepol-2.5-6.el7.i686.rpm) = 4c1da81e318400f3015647df62b3cafcee5506d267ea138606ccb733789612d3 -SIZE (centos/libsepol-2.5-6.el7.i686.rpm) = 290936 -SHA256 (centos/libsepol-2.5-6.el7.x86_64.rpm) = ef8750daeee6c4b04d657e7867ad85bf2d1e42b0dc0d270ecd03f5d1d6fb7948 -SIZE (centos/libsepol-2.5-6.el7.x86_64.rpm) = 294780 -SHA256 (centos/libstdc++-4.8.5-16.el7_4.2.i686.rpm) = 13381669ef1bcc910db5164e4b4c5989163f7ea3aad064adb504912b1f16cce9 -SIZE (centos/libstdc++-4.8.5-16.el7_4.2.i686.rpm) = 321636 -SHA256 (centos/libstdc++-4.8.5-16.el7_4.2.x86_64.rpm) = 8c9b27cb89d82ce30b91884f4608a9816cb39bf191889cc1db46065aecb7960c -SIZE (centos/libstdc++-4.8.5-16.el7_4.2.x86_64.rpm) = 308512 -SHA256 (centos/libuuid-2.23.2-43.el7_4.2.i686.rpm) = e4227e12eeb40d5b7cab8d5c499e8a9c1a24e57dd4bdf6c4de4d4dbf50369194 -SIZE (centos/libuuid-2.23.2-43.el7_4.2.i686.rpm) = 81656 -SHA256 (centos/libuuid-2.23.2-43.el7_4.2.x86_64.rpm) = 74da48ed607727340b45f87fda648b3324a1ffa8e00edea98090720b9256fffa -SIZE (centos/libuuid-2.23.2-43.el7_4.2.x86_64.rpm) = 80976 +SHA256 (centos/libmount-2.23.2-59.el7_6.1.i686.rpm) = 40fcdc6ac4eb72b47b99e233d3fa3cb31d4db74241a14bf82645472fd4f2b140 +SIZE (centos/libmount-2.23.2-59.el7_6.1.i686.rpm) = 186248 +SHA256 (centos/libmount-2.23.2-59.el7_6.1.x86_64.rpm) = a3beae6ebe918897c13719adb008696cf94bf0f2d70873adae1f07d4567c3b3f +SIZE (centos/libmount-2.23.2-59.el7_6.1.x86_64.rpm) = 186792 +SHA256 (centos/libselinux-2.5-14.1.el7.i686.rpm) = 63feb11b1ebfa8845e4477892a0384d91e10c4e7cab267e341e6d9e88dbb23fe +SIZE (centos/libselinux-2.5-14.1.el7.i686.rpm) = 169792 +SHA256 (centos/libselinux-2.5-14.1.el7.x86_64.rpm) = 7dea728ef3ee4360cf18dcde485fa6494564ebf4b5fa75f1ed4b4bbea1259faa +SIZE (centos/libselinux-2.5-14.1.el7.x86_64.rpm) = 165932 +SHA256 (centos/libsepol-2.5-10.el7.i686.rpm) = 263a46e5a50066d7c9525c38554d8ebf2af1c5e37e90fdd4a7ea579e1a0d4ed0 +SIZE (centos/libsepol-2.5-10.el7.i686.rpm) = 301460 +SHA256 (centos/libsepol-2.5-10.el7.x86_64.rpm) = 8511766d381a8e1cd4c0f72fab7cfd8d78f147cb6bcd2e39844de5850001f3c5 +SIZE (centos/libsepol-2.5-10.el7.x86_64.rpm) = 304196 +SHA256 (centos/libstdc++-4.8.5-36.el7_6.2.i686.rpm) = 3391384761493964c02434865ad8e77a3c1f49ee350c1f6499c8ab9b4e1bbefe +SIZE (centos/libstdc++-4.8.5-36.el7_6.2.i686.rpm) = 325528 +SHA256 (centos/libstdc++-4.8.5-36.el7_6.2.x86_64.rpm) = 3d98b7ccc533541024831afb66285a08aeaeb548429cf8bc903178681fb8ff9a +SIZE (centos/libstdc++-4.8.5-36.el7_6.2.x86_64.rpm) = 312040 +SHA256 (centos/libuuid-2.23.2-59.el7_6.1.i686.rpm) = 040af8da8983912a6ced2702b16c74e9b3498e6f078e2492da70d5bcd5bbf70c +SIZE (centos/libuuid-2.23.2-59.el7_6.1.i686.rpm) = 85116 +SHA256 (centos/libuuid-2.23.2-59.el7_6.1.x86_64.rpm) = a9a74cb1bbc61b6b2e38944ab5a0d7ec7e5513626ac1323d221c1a8568251b47 +SIZE (centos/libuuid-2.23.2-59.el7_6.1.x86_64.rpm) = 84436 SHA256 (centos/ncurses-5.9-14.20130511.el7_4.i686.rpm) = ad7a2660acba812a13c6715b14ac509d77df0522f17eeabba93c44de714a6044 SIZE (centos/ncurses-5.9-14.20130511.el7_4.i686.rpm) = 309728 SHA256 (centos/ncurses-5.9-14.20130511.el7_4.x86_64.rpm) = 59773dff8c5aa8f084fd2edc88b5dc34f574f254ec98280fc2b0adafe07f85a2 SIZE (centos/ncurses-5.9-14.20130511.el7_4.x86_64.rpm) = 310928 SHA256 (centos/ncurses-base-5.9-14.20130511.el7_4.noarch.rpm) = 9b008b5d10b431676ac53ee028c3f4349cc56b9f8dc831569b9ac95d1603c802 SIZE (centos/ncurses-base-5.9-14.20130511.el7_4.noarch.rpm) = 69900 SHA256 (centos/ncurses-libs-5.9-14.20130511.el7_4.i686.rpm) = 7f251dac0fdc4eb4c8e78ae21de44e1cb3e8f380209ed4620cc0394f9c36049e SIZE (centos/ncurses-libs-5.9-14.20130511.el7_4.i686.rpm) = 323976 SHA256 (centos/ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm) = 7bb52546082410c98e9d3d1a80bba05cee335f5b0adecc633ffa8a8c8c1b4c38 SIZE (centos/ncurses-libs-5.9-14.20130511.el7_4.x86_64.rpm) = 323192 -SHA256 (centos/nss-softokn-freebl-3.28.3-8.el7_4.i686.rpm) = 3cac9c255092cc6a7b71b94d1fd84128b02cb766841383b812508d64b401632f -SIZE (centos/nss-softokn-freebl-3.28.3-8.el7_4.i686.rpm) = 203968 -SHA256 (centos/nss-softokn-freebl-3.28.3-8.el7_4.x86_64.rpm) = 36eede138a31bb366bc6b1738a6b74d97c2a9b1aab60bf0940a54a26fefbbab0 -SIZE (centos/nss-softokn-freebl-3.28.3-8.el7_4.x86_64.rpm) = 218664 +SHA256 (centos/nss-softokn-freebl-3.36.0-5.el7_5.i686.rpm) = 7e0f568b0e029132d902e799c996b3f811c952509c141e565c72ad35745a3fb8 +SIZE (centos/nss-softokn-freebl-3.36.0-5.el7_5.i686.rpm) = 216532 +SHA256 (centos/nss-softokn-freebl-3.36.0-5.el7_5.x86_64.rpm) = 7453ea2169f5550d8cde93045131a7d63a9fbdc952486fd84c6240019eced0d4 +SIZE (centos/nss-softokn-freebl-3.36.0-5.el7_5.x86_64.rpm) = 227732 SHA256 (centos/pcre-8.32-17.el7.i686.rpm) = 752d582daaf1be9531de9c25c45ef861b47330432827ae3b6c5ef37f21d82e92 SIZE (centos/pcre-8.32-17.el7.i686.rpm) = 430428 SHA256 (centos/pcre-8.32-17.el7.x86_64.rpm) = cf2b84402e9a9fcf92c8a8a965c4e8d217e82e80c0945de2ce8d46c17131ad28 SIZE (centos/pcre-8.32-17.el7.x86_64.rpm) = 432020 SHA256 (centos/popt-1.13-16.el7.i686.rpm) = 30bc829494861cd2490a5d2e2bb4690249c7e3eaafec379b2a91ca79fbec83b0 SIZE (centos/popt-1.13-16.el7.i686.rpm) = 42436 SHA256 (centos/popt-1.13-16.el7.x86_64.rpm) = 1622216de88b06bde92cfc8eee1dd0f0a1d8368a1036cdb2d45b6ed9e382b36b SIZE (centos/popt-1.13-16.el7.x86_64.rpm) = 42740 SHA256 (centos/readline-6.2-10.el7.i686.rpm) = b7da5514ea30e8a5c130da7300654c79c3c0ea3c20a3098ebf17afd876d8ece7 SIZE (centos/readline-6.2-10.el7.i686.rpm) = 193416 SHA256 (centos/readline-6.2-10.el7.x86_64.rpm) = 96246589498c264e3cb29bcc9b40a187bb25a1b94bd9a1801602a740b3bc63c0 SIZE (centos/readline-6.2-10.el7.x86_64.rpm) = 197144 SHA256 (centos/redhat-lsb-core-4.1-27.el7.centos.1.i686.rpm) = 2ae539c17af6e7deb36482454cf335d96c98e40d071590c5118da7d1ef39ac7a SIZE (centos/redhat-lsb-core-4.1-27.el7.centos.1.i686.rpm) = 38632 SHA256 (centos/redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm) = 2c3a5f4e3db46e9d92b8d7f1b5f7f8693f7e179b6828cfa810a304a9a49d393c SIZE (centos/redhat-lsb-core-4.1-27.el7.centos.1.x86_64.rpm) = 38428 SHA256 (centos/sed-4.2.2-5.el7.i686.rpm) = 9c96585dc8e3c8b2b6e5d8c7b30c8bde2662c0bfad593422f00b59a8da0d26f8 SIZE (centos/sed-4.2.2-5.el7.i686.rpm) = 234256 SHA256 (centos/sed-4.2.2-5.el7.x86_64.rpm) = 0e76388ed4e6eddab13a5c283d88b18826b98d8ab957a4fe8a986db55aae3ef3 SIZE (centos/sed-4.2.2-5.el7.x86_64.rpm) = 236408 SHA256 (centos/setserial-2.17-33.el7.i686.rpm) = 945b8fd18fcc9519b0877e0b11ca4705249732adb228968db815dac1b13fc085 SIZE (centos/setserial-2.17-33.el7.i686.rpm) = 25156 SHA256 (centos/setserial-2.17-33.el7.x86_64.rpm) = 8bea960368c401271dbf5b6fbcafbe7d956bc2b248fe71bb0ed3355a86f4d555 SIZE (centos/setserial-2.17-33.el7.x86_64.rpm) = 25388 -SHA256 (centos/setup-2.8.71-7.el7.noarch.rpm) = 8f4e70e297ae64b2f13008630f983b71b95565e4a4ce02a1d28b33648bfb5357 -SIZE (centos/setup-2.8.71-7.el7.noarch.rpm) = 168928 +SHA256 (centos/setup-2.8.71-10.el7.noarch.rpm) = 51eba5d5a70ae1e1d79a90c36fe55640bcc022ec01c5cf29a3e88b8aad609f95 +SIZE (centos/setup-2.8.71-10.el7.noarch.rpm) = 169788 SHA256 (centos/slang-2.2.4-11.el7.i686.rpm) = 388dcb9f1b4b58ac4ca0af1a1f9510bca7f9f29cb947516b1ee5e2254cfca302 SIZE (centos/slang-2.2.4-11.el7.i686.rpm) = 526848 SHA256 (centos/slang-2.2.4-11.el7.x86_64.rpm) = 66fd91aefa04076016f6e564064c54fd4c3df983470e762e643083e6a0f56404 SIZE (centos/slang-2.2.4-11.el7.x86_64.rpm) = 524056 -SHA256 (centos/util-linux-2.23.2-43.el7_4.2.i686.rpm) = 0e5a581b6f0e5f1b44328ccc89b2abaacf136ef88ea857d131402cebd429599d -SIZE (centos/util-linux-2.23.2-43.el7_4.2.i686.rpm) = 2104440 -SHA256 (centos/util-linux-2.23.2-43.el7_4.2.x86_64.rpm) = de5d2698c0f0a1d50afce755d1d1784f4be0aa3632a9b52da27f0ab00382983a -SIZE (centos/util-linux-2.23.2-43.el7_4.2.x86_64.rpm) = 2080336 +SHA256 (centos/util-linux-2.23.2-59.el7_6.1.i686.rpm) = fc004f808c9cbcd7cbf2a30a2c3615568b0b803333e90df9dcf6de2e3628c8b1 +SIZE (centos/util-linux-2.23.2-59.el7_6.1.i686.rpm) = 2098512 +SHA256 (centos/util-linux-2.23.2-59.el7_6.1.x86_64.rpm) = c83d9f20290a8c72fff750088f9dbd4291071628ceaf15483fa2fa655dc478b0 +SIZE (centos/util-linux-2.23.2-59.el7_6.1.x86_64.rpm) = 2072848 SHA256 (centos/which-2.20-7.el7.i686.rpm) = 11babae618ae5cf0998c4e9873e554ea25ae31ced589c05135f3f9a797df613c SIZE (centos/which-2.20-7.el7.i686.rpm) = 41108 SHA256 (centos/which-2.20-7.el7.x86_64.rpm) = 6cf383438b274ac87850adde30180b8ff9ef77ad256180eed69f165779d95742 SIZE (centos/which-2.20-7.el7.x86_64.rpm) = 41716 SHA256 (centos/xz-libs-5.2.2-1.el7.i686.rpm) = 89fb93370c40e88533a126e07456298efbc886e48f2b67c6c1a9e693db6b92e9 SIZE (centos/xz-libs-5.2.2-1.el7.i686.rpm) = 111716 SHA256 (centos/xz-libs-5.2.2-1.el7.x86_64.rpm) = f7a3dcf6d0550031cf6ab9ac96120c50689eb53b0be3d5fecf9d2eba62632935 SIZE (centos/xz-libs-5.2.2-1.el7.x86_64.rpm) = 105728 -SHA256 (centos/zlib-1.2.7-17.el7.i686.rpm) = af9e10ab3b8a52668c6d53cc394fd1cffac45b6954604da62a59f49b9d52ede4 -SIZE (centos/zlib-1.2.7-17.el7.i686.rpm) = 92752 -SHA256 (centos/zlib-1.2.7-17.el7.x86_64.rpm) = fabb4fa66389272d4dde7a4e0e6369da64563c14dada2493a44002e8a6d2f3c2 -SIZE (centos/zlib-1.2.7-17.el7.x86_64.rpm) = 91872 -SHA256 (centos/acl-2.2.51-12.el7.src.rpm) = f4c9c1dd7568707aa1d9156c9914f7079651ce26903940a6c27e952d3fbb157c -SIZE (centos/acl-2.2.51-12.el7.src.rpm) = 405380 -SHA256 (centos/attr-2.4.46-12.el7.src.rpm) = c33ef640fa35969ab7e551086a3635995f8a034a78fa63ad600c4f934cbf6dc5 -SIZE (centos/attr-2.4.46-12.el7.src.rpm) = 359206 +SHA256 (centos/zlib-1.2.7-18.el7.i686.rpm) = 0e5f1063138645d51a7e248c81d56b602146ebff8c54c9230252f1c04916e8ed +SIZE (centos/zlib-1.2.7-18.el7.i686.rpm) = 92840 +SHA256 (centos/zlib-1.2.7-18.el7.x86_64.rpm) = 35c675532754fb15dce330b8f56f3627efa453382d7888b2b9a55cfffb39be0e +SIZE (centos/zlib-1.2.7-18.el7.x86_64.rpm) = 91960 +SHA256 (centos/acl-2.2.51-14.el7.src.rpm) = 8e6792bf24feb8fb5d6717178be9f8e40194d2ec7cea55497964449dbbec157c +SIZE (centos/acl-2.2.51-14.el7.src.rpm) = 407698 +SHA256 (centos/attr-2.4.46-13.el7.src.rpm) = 40629f8e224c4e3bfca22d4a4a39844b2eb7962456b5a60dbdbaf8105839f096 +SIZE (centos/attr-2.4.46-13.el7.src.rpm) = 359959 SHA256 (centos/basesystem-10.0-7.el7.centos.src.rpm) = 8731e2c6d61bdebe2ac2301fdd80ea3223830f2b37c04511a48820f3b8b68b55 SIZE (centos/basesystem-10.0-7.el7.centos.src.rpm) = 6424 -SHA256 (centos/bash-4.2.46-29.el7_4.src.rpm) = f385e7491f8a97436599014e18f808542469f11c1b14e8514dbb2ecdf2e94ed4 -SIZE (centos/bash-4.2.46-29.el7_4.src.rpm) = 7130702 +SHA256 (centos/bash-4.2.46-31.el7.src.rpm) = 6342bee9c69c83a5d3ba28d112159d8db6394bc4ad6b90c84a5d2be22e43978e +SIZE (centos/bash-4.2.46-31.el7.src.rpm) = 7133483 SHA256 (centos/bzip2-1.0.6-13.el7.src.rpm) = 132b1a84977f5491075073413c42be1d08e20296849efe203b7482c18f9c96b7 SIZE (centos/bzip2-1.0.6-13.el7.src.rpm) = 797246 -SHA256 (centos/centos-release-7-4.1708.el7.centos.src.rpm) = 05563822a1c5509f960d5093eebbb26e8fef95a493118e0573b5a332d7abbc78 -SIZE (centos/centos-release-7-4.1708.el7.centos.src.rpm) = 23009 +SHA256 (centos/centos-release-7-6.1810.2.el7.centos.src.rpm) = 8c89d6874370eebc72e9704b3220f612b81dec498b411ebe0ad5fb0806229306 +SIZE (centos/centos-release-7-6.1810.2.el7.centos.src.rpm) = 42758 SHA256 (centos/compat-db-4.7.25-28.el7.src.rpm) = 772c49db432132209238ec3f72177d00d50fdb8b799b85c277c688256d9c7568 SIZE (centos/compat-db-4.7.25-28.el7.src.rpm) = 13128807 SHA256 (centos/compat-gcc-32-3.2.3-72.el7.src.rpm) = bf748c424917bf99237baeadc82c1609cc172c7ca1ec068b8eeb9ddd16d206d9 SIZE (centos/compat-gcc-32-3.2.3-72.el7.src.rpm) = 21623860 -SHA256 (centos/coreutils-8.22-18.el7.src.rpm) = e7385c672a3c3877654ed9c94ccc292ab3c0c57bda768d86e6e4ee70a9672045 -SIZE (centos/coreutils-8.22-18.el7.src.rpm) = 5503579 -SHA256 (centos/e2fsprogs-1.42.9-10.el7.src.rpm) = 565d7a86887e0a4011bbd92958a3f53913af1369c52d36f1c46ad0ab9c9a8b45 -SIZE (centos/e2fsprogs-1.42.9-10.el7.src.rpm) = 4721518 -SHA256 (centos/elfutils-0.168-8.el7.src.rpm) = d2572f648ab8b74fa5fddd1b91295c91306fede76e237c57f78ebcb31031101d -SIZE (centos/elfutils-0.168-8.el7.src.rpm) = 6878603 -SHA256 (centos/filesystem-3.2-21.el7.src.rpm) = 29bf31e5c85d4c6b4cc6aaeddb192ed8ab93749bc30d72103dc6394fb9441293 -SIZE (centos/filesystem-3.2-21.el7.src.rpm) = 27099 -SHA256 (centos/findutils-4.5.11-5.el7.src.rpm) = d89da83c49488868b7ce1db39e58c9d527ab41ca1dc47d006b89a3d86b0e530e -SIZE (centos/findutils-4.5.11-5.el7.src.rpm) = 3131947 -SHA256 (centos/freetype-2.4.11-15.el7.src.rpm) = 89e4cfdd6761ac52700cab0d82ea4a9f1d27d4e8756395e4f524e1f3e5723e29 -SIZE (centos/freetype-2.4.11-15.el7.src.rpm) = 1875504 +SHA256 (centos/coreutils-8.22-23.el7.src.rpm) = aba61b6aa7d4293675e6c9238e3c977a8bbe86426ce3d3f92d2b4402938d605e +SIZE (centos/coreutils-8.22-23.el7.src.rpm) = 5518732 +SHA256 (centos/e2fsprogs-1.42.9-13.el7.src.rpm) = d7fe09bd3ad9bb027458149fc5eb743e2dc6ccb1b678608d9ba5b84305b230b6 +SIZE (centos/e2fsprogs-1.42.9-13.el7.src.rpm) = 4729088 +SHA256 (centos/elfutils-0.172-2.el7.src.rpm) = 978985bcda85cce8e11f304dcdc853a151deceaf35b965e21f7d43db7f2761a5 +SIZE (centos/elfutils-0.172-2.el7.src.rpm) = 8642557 +SHA256 (centos/filesystem-3.2-25.el7.src.rpm) = d9a82c51739df0f5c5258dc339a949f660af0d776e4a35e7b33649287b70d9ab +SIZE (centos/filesystem-3.2-25.el7.src.rpm) = 27756 +SHA256 (centos/findutils-4.5.11-6.el7.src.rpm) = 2c931e340b646212a941ba1c5d08314536a6dfd641df5818b8cc1602f9d6a803 +SIZE (centos/findutils-4.5.11-6.el7.src.rpm) = 3134161 SHA256 (centos/gamin-0.1.10-16.el7.src.rpm) = 33ff0eb6f5bf0795c263669d874b72b51a29d3fcfaeb139540713c0abb9e7603 SIZE (centos/gamin-0.1.10-16.el7.src.rpm) = 475323 -SHA256 (centos/gcc-4.8.5-16.el7_4.2.src.rpm) = b6536a276fc353138163b5466b826e28d923e2635b6689ac8eed96b057f91c6b -SIZE (centos/gcc-4.8.5-16.el7_4.2.src.rpm) = 79198751 +SHA256 (centos/gcc-4.8.5-36.el7_6.2.src.rpm) = ac99e3be48ea00a95dc8d302a31c74597f365f1f3c05ed10623954a155f5498c +SIZE (centos/gcc-4.8.5-36.el7_6.2.src.rpm) = 79303561 SHA256 (centos/gdbm-1.10-8.el7.src.rpm) = 0cbcec29b9a0ff012d3e03ee30b2e87d3dbe26f3b8dd095d7a277eb7047fb76e SIZE (centos/gdbm-1.10-8.el7.src.rpm) = 683693 -SHA256 (centos/glib2-2.50.3-3.el7.src.rpm) = 5d07364a50bc187575d9fe7dd163291c373676c6e537b77a0370280d2941a7f6 -SIZE (centos/glib2-2.50.3-3.el7.src.rpm) = 7610009 -SHA256 (centos/glibc-2.17-196.el7_4.2.src.rpm) = b4225586b175563dbdca74afaacc63f22dee1cc981e1f564f55b0b289818ac80 -SIZE (centos/glibc-2.17-196.el7_4.2.src.rpm) = 25392322 +SHA256 (centos/glib2-2.56.1-2.el7.src.rpm) = b6edef617d613130add872b88e52659ae84121f0571b8d6844669231a003335f +SIZE (centos/glib2-2.56.1-2.el7.src.rpm) = 8047846 +SHA256 (centos/glibc-2.17-260.el7_6.5.src.rpm) = 288963e2de5061c038c8e9eccee1eba6bd884e9d07a05a51f627e7977d4153de +SIZE (centos/glibc-2.17-260.el7_6.5.src.rpm) = 26263753 SHA256 (centos/gmp-6.0.0-15.el7.src.rpm) = 340edc06c625434ab544b26a0bec6789a299242d09b12bedb6d555a710926c6b SIZE (centos/gmp-6.0.0-15.el7.src.rpm) = 2344863 SHA256 (centos/grep-2.20-3.el7.src.rpm) = 4d94783af55a37c950bff4ac0ecfccf9ceb082c31f692f2bee715709984ec19a SIZE (centos/grep-2.20-3.el7.src.rpm) = 1277477 SHA256 (centos/keyutils-1.5.8-3.el7.src.rpm) = eff16e16f707fd28436afe4cf7b7c2e34b9f827e7f6beacf3c6eecbf74e9f850 SIZE (centos/keyutils-1.5.8-3.el7.src.rpm) = 77575 -SHA256 (centos/krb5-1.15.1-8.el7.src.rpm) = 23c2242467aaa1237c7fd9bd8fb5ff35296b472de433e3e30e2dfcb331f361a6 -SIZE (centos/krb5-1.15.1-8.el7.src.rpm) = 11300710 +SHA256 (centos/krb5-1.15.1-37.el7_6.src.rpm) = e2ea449d925e60b1ae0c6dbe02bac80895c1f23e4ca3317f8ec216ac30f877ee +SIZE (centos/krb5-1.15.1-37.el7_6.src.rpm) = 11516767 SHA256 (centos/less-458-9.el7.src.rpm) = cedc1c32bdf9f66401ceba704a168d2bdeae6d6671b1627bd51e1e1696a1c949 SIZE (centos/less-458-9.el7.src.rpm) = 344588 SHA256 (centos/libcap-2.22-9.el7.src.rpm) = 836452ca505f44b1dd91ae8800e8b7646968fab12a741f5dbff6f3a5116f402a SIZE (centos/libcap-2.22-9.el7.src.rpm) = 74814 -SHA256 (centos/libdb-5.3.21-21.el7_4.src.rpm) = ba159d1cef3fbc96276726a5ef93026d6d04c2a5810132e5f8bbaf177d839ec2 -SIZE (centos/libdb-5.3.21-21.el7_4.src.rpm) = 35215031 +SHA256 (centos/libdb-5.3.21-24.el7.src.rpm) = ce31af32484f60c97face310dea0efd13ffbb015737a909d2135530582badb36 +SIZE (centos/libdb-5.3.21-24.el7.src.rpm) = 35216826 SHA256 (centos/libffi-3.0.13-18.el7.src.rpm) = 936e67102c0d2cb61df2121ed2f5ba45b0c6d71a7cc7b4f46555cdef6a80c4ca SIZE (centos/libffi-3.0.13-18.el7.src.rpm) = 899741 SHA256 (centos/libidn-1.28-4.el7.src.rpm) = a3aef9f99106e0bbadc782e2f1cd49315e89cb3e410b245bdd429e8492eb0bf0 SIZE (centos/libidn-1.28-4.el7.src.rpm) = 3466128 -SHA256 (centos/libselinux-2.5-11.el7.src.rpm) = 22e34645288ad2651071241c851c84cf9d689dbd95f6d2d88a4d367b86da8def -SIZE (centos/libselinux-2.5-11.el7.src.rpm) = 310074 -SHA256 (centos/libsepol-2.5-6.el7.src.rpm) = 91a4d30c056577004e77beac219ce6633720b9ecee6e80f83e05212f0d9e24a4 -SIZE (centos/libsepol-2.5-6.el7.src.rpm) = 514850 +SHA256 (centos/libselinux-2.5-14.1.el7.src.rpm) = fb6707bbf38d5848cfafbde187d06c1ffd2adf4fbd84039ab4a3b4c6515d5eff +SIZE (centos/libselinux-2.5-14.1.el7.src.rpm) = 311338 +SHA256 (centos/libsepol-2.5-10.el7.src.rpm) = 89da19c3ca2daa42f9a02593c2e0e77630c54d951ffa41ba29f7862074841909 +SIZE (centos/libsepol-2.5-10.el7.src.rpm) = 534142 SHA256 (centos/ncurses-5.9-14.20130511.el7_4.src.rpm) = 7250cb2d8e0dbaf1ec64be098662858486948eb53c3e924b9de873e40857b236 SIZE (centos/ncurses-5.9-14.20130511.el7_4.src.rpm) = 3940747 -SHA256 (centos/nss-softokn-3.28.3-8.el7_4.src.rpm) = cd7ccecf3886a9efcc375d459451bed741a9fe397076471918aed4a14aff9111 -SIZE (centos/nss-softokn-3.28.3-8.el7_4.src.rpm) = 2194818 +SHA256 (centos/nss-softokn-3.36.0-5.el7_5.src.rpm) = 9fca79f5c3d1b2acc101f35f2cc046a6b9a7a7519a8c90dc30db3be3d266d0f4 +SIZE (centos/nss-softokn-3.36.0-5.el7_5.src.rpm) = 4350452 SHA256 (centos/pcre-8.32-17.el7.src.rpm) = b96493d8ea6def2e9a40dade4feedcea2b4bbfe8ce4c13a3465e99f21ef2c43d SIZE (centos/pcre-8.32-17.el7.src.rpm) = 1428012 SHA256 (centos/popt-1.13-16.el7.src.rpm) = a76a84ef85b502a4501e7e255aafb0d4be34442f94bbb742d248ef40366fb924 SIZE (centos/popt-1.13-16.el7.src.rpm) = 691792 SHA256 (centos/readline-6.2-10.el7.src.rpm) = 77647083b56fd50f6721d86cf515b5c7e709b7c639449714377a8beace9fcf41 SIZE (centos/readline-6.2-10.el7.src.rpm) = 2299154 SHA256 (centos/redhat-lsb-4.1-27.el7.centos.1.src.rpm) = 1ada3122cd31f22c25dd45eabb6db9d53b52d883ef161ecff1d81ce921d39174 SIZE (centos/redhat-lsb-4.1-27.el7.centos.1.src.rpm) = 67028 SHA256 (centos/sed-4.2.2-5.el7.src.rpm) = 7140b9ac9c8f5e55c5aa291ad04925621f90f489ed39489967b6642004813ac5 SIZE (centos/sed-4.2.2-5.el7.src.rpm) = 1134117 SHA256 (centos/setserial-2.17-33.el7.src.rpm) = 278bae7675c46294be84d8ef61d56826076c6327cdb0904e106262e97835a312 SIZE (centos/setserial-2.17-33.el7.src.rpm) = 65298 -SHA256 (centos/setup-2.8.71-7.el7.src.rpm) = d8412033bee70e66e06162198b791a8afb91f4c10dc15c05269c4b097f267749 -SIZE (centos/setup-2.8.71-7.el7.src.rpm) = 197908 +SHA256 (centos/setup-2.8.71-10.el7.src.rpm) = ecb19d1d377feaa48fda0a55cb9da833dc0631c556e3b8225f02c2e34a48e2ff +SIZE (centos/setup-2.8.71-10.el7.src.rpm) = 200386 SHA256 (centos/slang-2.2.4-11.el7.src.rpm) = 4ba94cf9f16287531f04cf135f3a1406e4d3e0e20eefb735d0bb98d0fc03c9bd SIZE (centos/slang-2.2.4-11.el7.src.rpm) = 1448070 -SHA256 (centos/texinfo-5.1-4.el7.src.rpm) = 60110c81c9a4d448ee46b48f6c27ba97911f6c74f7f32dd65e2ba029fe4d7ee4 -SIZE (centos/texinfo-5.1-4.el7.src.rpm) = 3779922 -SHA256 (centos/util-linux-2.23.2-43.el7_4.2.src.rpm) = 9211a41ebd8108d8d41b2b27e80b7bedec3063d4c0a3922bf9a2cc57bca39ffb -SIZE (centos/util-linux-2.23.2-43.el7_4.2.src.rpm) = 3766304 +SHA256 (centos/texinfo-5.1-5.el7.src.rpm) = a02e1bbcf6b9d1ce088ca36d08707b1a97194c200c7af8199923dd522790f23b +SIZE (centos/texinfo-5.1-5.el7.src.rpm) = 3783125 +SHA256 (centos/util-linux-2.23.2-59.el7_6.1.src.rpm) = 747bd1776a9b31aa5e524acec475508370c2a72d3b8f49e3a44100631bbce977 +SIZE (centos/util-linux-2.23.2-59.el7_6.1.src.rpm) = 3912973 SHA256 (centos/which-2.20-7.el7.src.rpm) = 9da7761a01554a3dfcef9adc00d92f98041530e9facbcd488c5756d9b3ef7108 SIZE (centos/which-2.20-7.el7.src.rpm) = 147924 SHA256 (centos/xz-5.2.2-1.el7.src.rpm) = bda3dca03958ef78fee970d6f1e6303d9fb12b34c539642d377f446f3308e833 SIZE (centos/xz-5.2.2-1.el7.src.rpm) = 2390929 -SHA256 (centos/zlib-1.2.7-17.el7.src.rpm) = ee15b889c18baa2e63067f9b5bd3be5d62b9abc5024a9f6646b2a7ae12c275cd -SIZE (centos/zlib-1.2.7-17.el7.src.rpm) = 526935 +SHA256 (centos/zlib-1.2.7-18.el7.src.rpm) = dce23cdfa1698c7a23995fc0d192608b5dbfde6d284edeffa41b6aaeff212940 +SIZE (centos/zlib-1.2.7-18.el7.src.rpm) = 527066 Index: head/emulators/linux_base-c7/pkg-plist.amd64 =================================================================== --- head/emulators/linux_base-c7/pkg-plist.amd64 (revision 503721) +++ head/emulators/linux_base-c7/pkg-plist.amd64 (revision 503722) @@ -1,3223 +1,3217 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing 64-bit Linux support" >&2; exit 1 ) -@comment The command below may be removed after FreeBSD 10.3 EoL 2018-04-30 -@preexec [ ! -e %D/usr/share/icons -o -L %D/usr/share/icons ] || ( cd %D/usr/share && find icons | cpio -dumpl --quiet %%LOCALBASE%%/share && rm -r icons ) bin etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor etc/GREP_COLORS etc/aliases etc/bashrc etc/centos-release etc/centos-release-upstream etc/csh.cshrc etc/csh.login etc/default/nss etc/e2fsck.conf etc/environment etc/filesystems etc/host.conf etc/hosts etc/hosts.allow etc/hosts.deny etc/inputrc etc/issue etc/issue.net @sample etc/krb5.conf.sample @rmtry etc/ld.so.cache etc/ld.so.conf etc/lsb-release.d/core-4.1-amd64 etc/lsb-release.d/core-4.1-ia32 etc/lsb-release.d/core-4.1-noarch etc/mke2fs.conf etc/mtab @sample etc/nsswitch.conf.sample etc/os-release etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login etc/pam.d/remote etc/pam.d/runuser etc/pam.d/runuser-l etc/pam.d/su etc/pam.d/su-l etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-7 etc/prelink.conf.d/nss-softokn-prelink.conf etc/profile etc/profile.d/colorgrep.csh etc/profile.d/colorgrep.sh etc/profile.d/colorls.csh etc/profile.d/colorls.sh +etc/profile.d/csh.local etc/profile.d/less.csh etc/profile.d/less.sh +etc/profile.d/sh.local etc/profile.d/which2.csh etc/profile.d/which2.sh etc/redhat-lsb/lsb_killproc etc/redhat-lsb/lsb_log_message etc/redhat-lsb/lsb_pidofproc etc/redhat-lsb/lsb_start_daemon etc/redhat-release etc/request-key.conf etc/rpc etc/rpm/macros.dist etc/securetty etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/subgid etc/subuid etc/system-release etc/system-release-cpe etc/yum.repos.d/CentOS-Base.repo etc/yum.repos.d/CentOS-CR.repo etc/yum.repos.d/CentOS-Debuginfo.repo etc/yum.repos.d/CentOS-Media.repo etc/yum.repos.d/CentOS-Sources.repo etc/yum.repos.d/CentOS-Vault.repo etc/yum.repos.d/CentOS-fasttrack.repo etc/yum/vars/infra lib lib64 run sbin usr/bin/[ usr/bin/alias usr/bin/arch usr/bin/base64 usr/bin/basename usr/bin/bash usr/bin/bashbug usr/bin/bashbug-64 usr/bin/berkeley_db47_svc usr/bin/bg usr/bin/bunzip2 usr/bin/bzcat usr/bin/bzcmp usr/bin/bzdiff usr/bin/bzgrep usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore usr/bin/cal usr/bin/captoinfo usr/bin/cat usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon usr/bin/chfn usr/bin/chgrp +usr/bin/chmem usr/bin/chmod usr/bin/chown usr/bin/chrt usr/bin/chsh usr/bin/cksum usr/bin/clear usr/bin/col usr/bin/colcrt usr/bin/colrm usr/bin/column usr/bin/comm usr/bin/command usr/bin/cp usr/bin/csplit usr/bin/cut usr/bin/cytune usr/bin/date usr/bin/db47_archive usr/bin/db47_checkpoint usr/bin/db47_codegen usr/bin/db47_deadlock usr/bin/db47_dump usr/bin/db47_hotbackup usr/bin/db47_load usr/bin/db47_printlog usr/bin/db47_recover usr/bin/db47_stat usr/bin/db47_upgrade usr/bin/db47_verify usr/bin/dd usr/bin/df usr/bin/dir usr/bin/dircolors usr/bin/dirname usr/bin/dmesg usr/bin/du usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env usr/bin/eu-addr2line usr/bin/eu-ar usr/bin/eu-elfcmp usr/bin/eu-elfcompress usr/bin/eu-elflint usr/bin/eu-findtextrel usr/bin/eu-make-debug-archive usr/bin/eu-nm usr/bin/eu-objdump usr/bin/eu-ranlib usr/bin/eu-readelf usr/bin/eu-size usr/bin/eu-stack usr/bin/eu-strings usr/bin/eu-strip usr/bin/eu-unstrip usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/fallocate usr/bin/false usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/find usr/bin/findmnt usr/bin/flock usr/bin/fmt usr/bin/fold usr/bin/gapplication usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent usr/bin/getopt usr/bin/getopts usr/bin/gio usr/bin/gio-querymodules-32 usr/bin/gio-querymodules-64 usr/bin/glib-compile-schemas usr/bin/grep usr/bin/groups usr/bin/gsettings usr/bin/head usr/bin/hexdump usr/bin/hostid usr/bin/i386 usr/bin/iconv usr/bin/id usr/bin/idn usr/bin/info usr/bin/infocmp usr/bin/infokey usr/bin/infotocap usr/bin/install usr/bin/ionice usr/bin/ipcmk usr/bin/ipcrm usr/bin/ipcs usr/bin/isosize usr/bin/jobs usr/bin/join usr/bin/keyctl usr/bin/kill usr/bin/ldd usr/bin/less usr/bin/lessecho usr/bin/lesskey usr/bin/lesspipe.sh usr/bin/link usr/bin/linux32 usr/bin/linux64 usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logger usr/bin/login usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsb_release usr/bin/lsblk usr/bin/lscpu usr/bin/lsipc usr/bin/lslocks usr/bin/lslogins +usr/bin/lsmem usr/bin/lsns usr/bin/makedb usr/bin/mcookie usr/bin/md5sum usr/bin/mkdir usr/bin/mkfifo usr/bin/mknod usr/bin/mktemp usr/bin/more usr/bin/mount usr/bin/mountpoint usr/bin/mv usr/bin/namei usr/bin/nice usr/bin/nl usr/bin/nohup usr/bin/nproc usr/bin/nsenter usr/bin/numfmt usr/bin/od usr/bin/oldfind usr/bin/paste usr/bin/pathchk usr/bin/pinky usr/bin/pldd usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/prlimit usr/bin/ptx usr/bin/pwd usr/bin/raw usr/bin/read usr/bin/readlink usr/bin/realpath usr/bin/redhat_lsb_init usr/bin/rename usr/bin/renice usr/bin/reset usr/bin/rev usr/bin/rm usr/bin/rmdir usr/bin/rpcgen usr/bin/runcon usr/bin/script usr/bin/scriptreplay usr/bin/sed usr/bin/seq usr/bin/setarch usr/bin/setpriv usr/bin/setserial usr/bin/setsid usr/bin/setterm usr/bin/sh usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/sleep usr/bin/sort usr/bin/sotruss usr/bin/split usr/bin/sprof usr/bin/stat usr/bin/stdbuf usr/bin/stty usr/bin/sum usr/bin/sync usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tailf usr/bin/taskset usr/bin/tee usr/bin/test usr/bin/testgdbm usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/touch usr/bin/tput usr/bin/tr usr/bin/true usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/tzselect usr/bin/ul usr/bin/umask usr/bin/umount usr/bin/unalias usr/bin/uname usr/bin/unexpand usr/bin/uniq usr/bin/unlink usr/bin/unshare usr/bin/users usr/bin/utmpdump usr/bin/uuidgen usr/bin/vdir usr/bin/wait usr/bin/wc usr/bin/wdctl usr/bin/whereis usr/bin/which usr/bin/who usr/bin/whoami usr/bin/write usr/bin/x86_64 usr/bin/xargs usr/bin/yes usr/lib/audit/sotruss-lib.so usr/lib/db4.7.25/libdb.so usr/lib/db4.7.25/libdb_cxx.so usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh usr/lib/fipscheck/libgmp.so.10.2.0.hmac usr/lib/fipscheck/libgmp.so.10.hmac usr/lib/gconv/ANSI_X3.110.so usr/lib/gconv/ARMSCII-8.so usr/lib/gconv/ASMO_449.so usr/lib/gconv/BIG5.so usr/lib/gconv/BIG5HKSCS.so usr/lib/gconv/BRF.so usr/lib/gconv/CP10007.so usr/lib/gconv/CP1125.so usr/lib/gconv/CP1250.so usr/lib/gconv/CP1251.so usr/lib/gconv/CP1252.so usr/lib/gconv/CP1253.so usr/lib/gconv/CP1254.so usr/lib/gconv/CP1255.so usr/lib/gconv/CP1256.so usr/lib/gconv/CP1257.so usr/lib/gconv/CP1258.so usr/lib/gconv/CP737.so usr/lib/gconv/CP770.so usr/lib/gconv/CP771.so usr/lib/gconv/CP772.so usr/lib/gconv/CP773.so usr/lib/gconv/CP774.so usr/lib/gconv/CP775.so usr/lib/gconv/CP932.so usr/lib/gconv/CSN_369103.so usr/lib/gconv/CWI.so usr/lib/gconv/DEC-MCS.so usr/lib/gconv/EBCDIC-AT-DE-A.so usr/lib/gconv/EBCDIC-AT-DE.so usr/lib/gconv/EBCDIC-CA-FR.so usr/lib/gconv/EBCDIC-DK-NO-A.so usr/lib/gconv/EBCDIC-DK-NO.so usr/lib/gconv/EBCDIC-ES-A.so usr/lib/gconv/EBCDIC-ES-S.so usr/lib/gconv/EBCDIC-ES.so usr/lib/gconv/EBCDIC-FI-SE-A.so usr/lib/gconv/EBCDIC-FI-SE.so usr/lib/gconv/EBCDIC-FR.so usr/lib/gconv/EBCDIC-IS-FRISS.so usr/lib/gconv/EBCDIC-IT.so usr/lib/gconv/EBCDIC-PT.so usr/lib/gconv/EBCDIC-UK.so usr/lib/gconv/EBCDIC-US.so usr/lib/gconv/ECMA-CYRILLIC.so usr/lib/gconv/EUC-CN.so usr/lib/gconv/EUC-JISX0213.so usr/lib/gconv/EUC-JP-MS.so usr/lib/gconv/EUC-JP.so usr/lib/gconv/EUC-KR.so usr/lib/gconv/EUC-TW.so usr/lib/gconv/GB18030.so usr/lib/gconv/GBBIG5.so usr/lib/gconv/GBGBK.so usr/lib/gconv/GBK.so usr/lib/gconv/GEORGIAN-ACADEMY.so usr/lib/gconv/GEORGIAN-PS.so usr/lib/gconv/GOST_19768-74.so usr/lib/gconv/GREEK-CCITT.so usr/lib/gconv/GREEK7-OLD.so usr/lib/gconv/GREEK7.so usr/lib/gconv/HP-GREEK8.so usr/lib/gconv/HP-ROMAN8.so usr/lib/gconv/HP-ROMAN9.so usr/lib/gconv/HP-THAI8.so usr/lib/gconv/HP-TURKISH8.so usr/lib/gconv/IBM037.so usr/lib/gconv/IBM038.so usr/lib/gconv/IBM1004.so usr/lib/gconv/IBM1008.so usr/lib/gconv/IBM1008_420.so usr/lib/gconv/IBM1025.so usr/lib/gconv/IBM1026.so usr/lib/gconv/IBM1046.so usr/lib/gconv/IBM1047.so usr/lib/gconv/IBM1097.so usr/lib/gconv/IBM1112.so usr/lib/gconv/IBM1122.so usr/lib/gconv/IBM1123.so usr/lib/gconv/IBM1124.so usr/lib/gconv/IBM1129.so usr/lib/gconv/IBM1130.so usr/lib/gconv/IBM1132.so usr/lib/gconv/IBM1133.so usr/lib/gconv/IBM1137.so usr/lib/gconv/IBM1140.so usr/lib/gconv/IBM1141.so usr/lib/gconv/IBM1142.so usr/lib/gconv/IBM1143.so usr/lib/gconv/IBM1144.so usr/lib/gconv/IBM1145.so usr/lib/gconv/IBM1146.so usr/lib/gconv/IBM1147.so usr/lib/gconv/IBM1148.so usr/lib/gconv/IBM1149.so usr/lib/gconv/IBM1153.so usr/lib/gconv/IBM1154.so usr/lib/gconv/IBM1155.so usr/lib/gconv/IBM1156.so usr/lib/gconv/IBM1157.so usr/lib/gconv/IBM1158.so usr/lib/gconv/IBM1160.so usr/lib/gconv/IBM1161.so usr/lib/gconv/IBM1162.so usr/lib/gconv/IBM1163.so usr/lib/gconv/IBM1164.so usr/lib/gconv/IBM1166.so usr/lib/gconv/IBM1167.so usr/lib/gconv/IBM12712.so usr/lib/gconv/IBM1364.so usr/lib/gconv/IBM1371.so usr/lib/gconv/IBM1388.so usr/lib/gconv/IBM1390.so usr/lib/gconv/IBM1399.so usr/lib/gconv/IBM16804.so usr/lib/gconv/IBM256.so usr/lib/gconv/IBM273.so usr/lib/gconv/IBM274.so usr/lib/gconv/IBM275.so usr/lib/gconv/IBM277.so usr/lib/gconv/IBM278.so usr/lib/gconv/IBM280.so usr/lib/gconv/IBM281.so usr/lib/gconv/IBM284.so usr/lib/gconv/IBM285.so usr/lib/gconv/IBM290.so usr/lib/gconv/IBM297.so usr/lib/gconv/IBM420.so usr/lib/gconv/IBM423.so usr/lib/gconv/IBM424.so usr/lib/gconv/IBM437.so usr/lib/gconv/IBM4517.so usr/lib/gconv/IBM4899.so usr/lib/gconv/IBM4909.so usr/lib/gconv/IBM4971.so usr/lib/gconv/IBM500.so usr/lib/gconv/IBM5347.so usr/lib/gconv/IBM803.so usr/lib/gconv/IBM850.so usr/lib/gconv/IBM851.so usr/lib/gconv/IBM852.so usr/lib/gconv/IBM855.so usr/lib/gconv/IBM856.so usr/lib/gconv/IBM857.so usr/lib/gconv/IBM860.so usr/lib/gconv/IBM861.so usr/lib/gconv/IBM862.so usr/lib/gconv/IBM863.so usr/lib/gconv/IBM864.so usr/lib/gconv/IBM865.so usr/lib/gconv/IBM866.so usr/lib/gconv/IBM866NAV.so usr/lib/gconv/IBM868.so usr/lib/gconv/IBM869.so usr/lib/gconv/IBM870.so usr/lib/gconv/IBM871.so usr/lib/gconv/IBM874.so usr/lib/gconv/IBM875.so usr/lib/gconv/IBM880.so usr/lib/gconv/IBM891.so usr/lib/gconv/IBM901.so usr/lib/gconv/IBM902.so usr/lib/gconv/IBM903.so usr/lib/gconv/IBM9030.so usr/lib/gconv/IBM904.so usr/lib/gconv/IBM905.so usr/lib/gconv/IBM9066.so usr/lib/gconv/IBM918.so usr/lib/gconv/IBM921.so usr/lib/gconv/IBM922.so usr/lib/gconv/IBM930.so usr/lib/gconv/IBM932.so usr/lib/gconv/IBM933.so usr/lib/gconv/IBM935.so usr/lib/gconv/IBM937.so usr/lib/gconv/IBM939.so usr/lib/gconv/IBM943.so usr/lib/gconv/IBM9448.so usr/lib/gconv/IEC_P27-1.so usr/lib/gconv/INIS-8.so usr/lib/gconv/INIS-CYRILLIC.so usr/lib/gconv/INIS.so usr/lib/gconv/ISIRI-3342.so usr/lib/gconv/ISO-2022-CN-EXT.so usr/lib/gconv/ISO-2022-CN.so usr/lib/gconv/ISO-2022-JP-3.so usr/lib/gconv/ISO-2022-JP.so usr/lib/gconv/ISO-2022-KR.so usr/lib/gconv/ISO-IR-197.so usr/lib/gconv/ISO-IR-209.so usr/lib/gconv/ISO646.so usr/lib/gconv/ISO8859-1.so usr/lib/gconv/ISO8859-10.so usr/lib/gconv/ISO8859-11.so usr/lib/gconv/ISO8859-13.so usr/lib/gconv/ISO8859-14.so usr/lib/gconv/ISO8859-15.so usr/lib/gconv/ISO8859-16.so usr/lib/gconv/ISO8859-2.so usr/lib/gconv/ISO8859-3.so usr/lib/gconv/ISO8859-4.so usr/lib/gconv/ISO8859-5.so usr/lib/gconv/ISO8859-6.so usr/lib/gconv/ISO8859-7.so usr/lib/gconv/ISO8859-8.so usr/lib/gconv/ISO8859-9.so usr/lib/gconv/ISO8859-9E.so usr/lib/gconv/ISO_10367-BOX.so usr/lib/gconv/ISO_11548-1.so usr/lib/gconv/ISO_2033.so usr/lib/gconv/ISO_5427-EXT.so usr/lib/gconv/ISO_5427.so usr/lib/gconv/ISO_5428.so usr/lib/gconv/ISO_6937-2.so usr/lib/gconv/ISO_6937.so usr/lib/gconv/JOHAB.so usr/lib/gconv/KOI-8.so usr/lib/gconv/KOI8-R.so usr/lib/gconv/KOI8-RU.so usr/lib/gconv/KOI8-T.so usr/lib/gconv/KOI8-U.so usr/lib/gconv/LATIN-GREEK-1.so usr/lib/gconv/LATIN-GREEK.so usr/lib/gconv/MAC-CENTRALEUROPE.so usr/lib/gconv/MAC-IS.so usr/lib/gconv/MAC-SAMI.so usr/lib/gconv/MAC-UK.so usr/lib/gconv/MACINTOSH.so usr/lib/gconv/MIK.so usr/lib/gconv/NATS-DANO.so usr/lib/gconv/NATS-SEFI.so usr/lib/gconv/PT154.so usr/lib/gconv/RK1048.so usr/lib/gconv/SAMI-WS2.so usr/lib/gconv/SHIFT_JISX0213.so usr/lib/gconv/SJIS.so usr/lib/gconv/T.61.so usr/lib/gconv/TCVN5712-1.so usr/lib/gconv/TIS-620.so usr/lib/gconv/TSCII.so usr/lib/gconv/UHC.so usr/lib/gconv/UNICODE.so usr/lib/gconv/UTF-16.so usr/lib/gconv/UTF-32.so usr/lib/gconv/UTF-7.so usr/lib/gconv/VISCII.so usr/lib/gconv/gconv-modules usr/lib/gconv/gconv-modules.cache usr/lib/gconv/libCNS.so usr/lib/gconv/libGB.so usr/lib/gconv/libISOIR165.so usr/lib/gconv/libJIS.so usr/lib/gconv/libJISX0213.so usr/lib/gconv/libKSC.so @rmtry usr/lib/gio/modules/giomodule.cache usr/lib/i686/nosegneg/libc-2.17.so usr/lib/i686/nosegneg/libc.so.6 usr/lib/i686/nosegneg/libm-2.17.so usr/lib/i686/nosegneg/libm.so.6 usr/lib/i686/nosegneg/libpthread-2.17.so usr/lib/i686/nosegneg/libpthread.so.0 usr/lib/i686/nosegneg/librt-2.17.so usr/lib/i686/nosegneg/librt.so.1 usr/lib/i686/nosegneg/libthread_db-1.0.so usr/lib/i686/nosegneg/libthread_db.so.1 usr/lib/krb5/plugins/tls/k5tls.so usr/lib/ld-2.17.so usr/lib/ld-linux.so.2 usr/lib/ld-lsb.so.3 usr/lib/libBrokenLocale-2.17.so usr/lib/libBrokenLocale.so.1 usr/lib/libSegFault.so usr/lib/libacl.so.1 usr/lib/libacl.so.1.1.0 usr/lib/libanl-2.17.so usr/lib/libanl.so.1 usr/lib/libattr.so.1 usr/lib/libattr.so.1.1.0 usr/lib/libblkid.so.1 usr/lib/libblkid.so.1.1.0 usr/lib/libbz2.so.1 usr/lib/libbz2.so.1.0.6 usr/lib/libc-2.17.so usr/lib/libc.so.6 usr/lib/libcap.so.2 usr/lib/libcap.so.2.22 usr/lib/libcidn-2.17.so usr/lib/libcidn.so.1 usr/lib/libcom_err.so.2 usr/lib/libcom_err.so.2.1 usr/lib/libcrypt-2.17.so usr/lib/libcrypt.so.1 usr/lib/libdb-4.7.so usr/lib/libdb-5.3.so usr/lib/libdb-5.so usr/lib/libdb_cxx-4.7.so usr/lib/libdl-2.17.so usr/lib/libdl.so.2 usr/lib/libe2p.so.2 usr/lib/libe2p.so.2.3 usr/lib/libext2fs.so.2 usr/lib/libext2fs.so.2.4 usr/lib/libfam.so.0 usr/lib/libfam.so.0.0.0 usr/lib/libffi.so.6 usr/lib/libffi.so.6.0.1 usr/lib/libform.so.5 usr/lib/libform.so.5.9 usr/lib/libformw.so.5 usr/lib/libformw.so.5.9 usr/lib/libfreebl3.chk usr/lib/libfreebl3.so usr/lib/libfreeblpriv3.chk usr/lib/libfreeblpriv3.so -usr/lib/libfreetype.so.6 -usr/lib/libfreetype.so.6.10.0 usr/lib/libgamin-1.so.0 usr/lib/libgamin-1.so.0.1.10 usr/lib/libgcc_s-4.8.5-20150702.so.1 usr/lib/libgcc_s.so.1 usr/lib/libgdbm.so.4 usr/lib/libgdbm.so.4.0.0 usr/lib/libgdbm_compat.so.4 usr/lib/libgdbm_compat.so.4.0.0 usr/lib/libgio-2.0.so.0 -usr/lib/libgio-2.0.so.0.5000.3 +usr/lib/libgio-2.0.so.0.5600.1 usr/lib/libglib-2.0.so.0 -usr/lib/libglib-2.0.so.0.5000.3 +usr/lib/libglib-2.0.so.0.5600.1 usr/lib/libgmodule-2.0.so.0 -usr/lib/libgmodule-2.0.so.0.5000.3 +usr/lib/libgmodule-2.0.so.0.5600.1 usr/lib/libgmp.so.10 usr/lib/libgmp.so.10.2.0 usr/lib/libgmpxx.so.4 usr/lib/libgmpxx.so.4.4.0 usr/lib/libgobject-2.0.so.0 -usr/lib/libgobject-2.0.so.0.5000.3 +usr/lib/libgobject-2.0.so.0.5600.1 usr/lib/libgssapi_krb5.so.2 usr/lib/libgssapi_krb5.so.2.2 usr/lib/libgssrpc.so.4 usr/lib/libgssrpc.so.4.2 usr/lib/libgthread-2.0.so.0 -usr/lib/libgthread-2.0.so.0.5000.3 +usr/lib/libgthread-2.0.so.0.5600.1 usr/lib/libhistory.so.6 usr/lib/libhistory.so.6.2 usr/lib/libidn.so.11 usr/lib/libidn.so.11.6.11 usr/lib/libk5crypto.so.3 usr/lib/libk5crypto.so.3.1 usr/lib/libkdb5.so.8 usr/lib/libkdb5.so.8.0 usr/lib/libkeyutils.so.1 usr/lib/libkeyutils.so.1.5 usr/lib/libkrad.so.0 usr/lib/libkrad.so.0.0 usr/lib/libkrb5.so.3 usr/lib/libkrb5.so.3.3 usr/lib/libkrb5support.so.0 usr/lib/libkrb5support.so.0.1 usr/lib/liblzma.so.5 usr/lib/liblzma.so.5.2.2 usr/lib/libm-2.17.so usr/lib/libm.so.6 usr/lib/libmemusage.so usr/lib/libmenu.so.5 usr/lib/libmenu.so.5.9 usr/lib/libmenuw.so.5 usr/lib/libmenuw.so.5.9 usr/lib/libmount.so.1 usr/lib/libmount.so.1.1.0 usr/lib/libncurses++.so.5 usr/lib/libncurses++.so.5.9 usr/lib/libncurses++w.so.5 usr/lib/libncurses++w.so.5.9 usr/lib/libncurses.so.5 usr/lib/libncurses.so.5.9 usr/lib/libncursesw.so.5 usr/lib/libncursesw.so.5.9 usr/lib/libnsl-2.17.so usr/lib/libnsl.so.1 usr/lib/libnss_compat-2.17.so usr/lib/libnss_compat.so.2 usr/lib/libnss_db-2.17.so usr/lib/libnss_db.so.2 usr/lib/libnss_dns-2.17.so usr/lib/libnss_dns.so.2 usr/lib/libnss_files-2.17.so usr/lib/libnss_files.so.2 usr/lib/libnss_hesiod-2.17.so usr/lib/libnss_hesiod.so.2 usr/lib/libnss_nis-2.17.so usr/lib/libnss_nis.so.2 usr/lib/libnss_nisplus-2.17.so usr/lib/libnss_nisplus.so.2 usr/lib/libpanel.so.5 usr/lib/libpanel.so.5.9 usr/lib/libpanelw.so.5 usr/lib/libpanelw.so.5.9 usr/lib/libpcprofile.so usr/lib/libpcre.so.1 usr/lib/libpcre.so.1.2.0 usr/lib/libpcre16.so.0 usr/lib/libpcre16.so.0.2.0 usr/lib/libpcre32.so.0 usr/lib/libpcre32.so.0.0.0 usr/lib/libpcrecpp.so.0 usr/lib/libpcrecpp.so.0.0.0 usr/lib/libpcreposix.so.0 usr/lib/libpcreposix.so.0.0.1 usr/lib/libpopt.so.0 usr/lib/libpopt.so.0.0.0 usr/lib/libpthread-2.17.so usr/lib/libpthread.so.0 usr/lib/libreadline.so.6 usr/lib/libreadline.so.6.2 usr/lib/libresolv-2.17.so usr/lib/libresolv.so.2 usr/lib/librt-2.17.so usr/lib/librt.so.1 usr/lib/libselinux.so.1 usr/lib/libsepol.so.1 usr/lib/libslang.so.2 usr/lib/libslang.so.2.2.4 usr/lib/libstdc++.so.5 usr/lib/libstdc++.so.5.0.7 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.19 usr/lib/libthread_db-1.0.so usr/lib/libthread_db.so.1 usr/lib/libtic.so.5 usr/lib/libtic.so.5.9 usr/lib/libtinfo.so.5 usr/lib/libtinfo.so.5.9 usr/lib/libutil-2.17.so usr/lib/libutil.so.1 usr/lib/libuuid.so.1 usr/lib/libuuid.so.1.3.0 usr/lib/libz.so.1 usr/lib/libz.so.1.2.7 usr/lib/locale/locale-archive usr/lib/lsb/init-functions usr/lib/lsb/install_initd usr/lib/lsb/remove_initd usr/lib/rtkaio/i686/nosegneg/librt.so.1 usr/lib/rtkaio/i686/nosegneg/librtkaio-2.17.so usr/lib/rtkaio/librt.so.1 usr/lib/rtkaio/librtkaio-2.17.so usr/lib/security/pam_cap.so usr/lib/sse2/fipscheck/libgmp.so.10.2.0.hmac usr/lib/sse2/fipscheck/libgmp.so.10.hmac usr/lib/sse2/libgmp.so.10 usr/lib/sse2/libgmp.so.10.2.0 usr/lib/sse2/libgmpxx.so.4 usr/lib/sse2/libgmpxx.so.4.4.0 usr/lib/systemd/system-preset/85-display-manager.preset usr/lib/systemd/system-preset/90-default.preset usr/lib/systemd/system/fstrim.service usr/lib/systemd/system/fstrim.timer usr/lib/tmpfiles.d/libselinux.conf usr/lib/udev/rules.d/60-raw.rules usr/lib64/audit/sotruss-lib.so usr/lib64/db4.7.25/libdb.so usr/lib64/db4.7.25/libdb_cxx.so usr/lib64/fipscheck/libgmp.so.10.2.0.hmac usr/lib64/fipscheck/libgmp.so.10.hmac usr/lib64/gconv/ANSI_X3.110.so usr/lib64/gconv/ARMSCII-8.so usr/lib64/gconv/ASMO_449.so usr/lib64/gconv/BIG5.so usr/lib64/gconv/BIG5HKSCS.so usr/lib64/gconv/BRF.so usr/lib64/gconv/CP10007.so usr/lib64/gconv/CP1125.so usr/lib64/gconv/CP1250.so usr/lib64/gconv/CP1251.so usr/lib64/gconv/CP1252.so usr/lib64/gconv/CP1253.so usr/lib64/gconv/CP1254.so usr/lib64/gconv/CP1255.so usr/lib64/gconv/CP1256.so usr/lib64/gconv/CP1257.so usr/lib64/gconv/CP1258.so usr/lib64/gconv/CP737.so usr/lib64/gconv/CP770.so usr/lib64/gconv/CP771.so usr/lib64/gconv/CP772.so usr/lib64/gconv/CP773.so usr/lib64/gconv/CP774.so usr/lib64/gconv/CP775.so usr/lib64/gconv/CP932.so usr/lib64/gconv/CSN_369103.so usr/lib64/gconv/CWI.so usr/lib64/gconv/DEC-MCS.so usr/lib64/gconv/EBCDIC-AT-DE-A.so usr/lib64/gconv/EBCDIC-AT-DE.so usr/lib64/gconv/EBCDIC-CA-FR.so usr/lib64/gconv/EBCDIC-DK-NO-A.so usr/lib64/gconv/EBCDIC-DK-NO.so usr/lib64/gconv/EBCDIC-ES-A.so usr/lib64/gconv/EBCDIC-ES-S.so usr/lib64/gconv/EBCDIC-ES.so usr/lib64/gconv/EBCDIC-FI-SE-A.so usr/lib64/gconv/EBCDIC-FI-SE.so usr/lib64/gconv/EBCDIC-FR.so usr/lib64/gconv/EBCDIC-IS-FRISS.so usr/lib64/gconv/EBCDIC-IT.so usr/lib64/gconv/EBCDIC-PT.so usr/lib64/gconv/EBCDIC-UK.so usr/lib64/gconv/EBCDIC-US.so usr/lib64/gconv/ECMA-CYRILLIC.so usr/lib64/gconv/EUC-CN.so usr/lib64/gconv/EUC-JISX0213.so usr/lib64/gconv/EUC-JP-MS.so usr/lib64/gconv/EUC-JP.so usr/lib64/gconv/EUC-KR.so usr/lib64/gconv/EUC-TW.so usr/lib64/gconv/GB18030.so usr/lib64/gconv/GBBIG5.so usr/lib64/gconv/GBGBK.so usr/lib64/gconv/GBK.so usr/lib64/gconv/GEORGIAN-ACADEMY.so usr/lib64/gconv/GEORGIAN-PS.so usr/lib64/gconv/GOST_19768-74.so usr/lib64/gconv/GREEK-CCITT.so usr/lib64/gconv/GREEK7-OLD.so usr/lib64/gconv/GREEK7.so usr/lib64/gconv/HP-GREEK8.so usr/lib64/gconv/HP-ROMAN8.so usr/lib64/gconv/HP-ROMAN9.so usr/lib64/gconv/HP-THAI8.so usr/lib64/gconv/HP-TURKISH8.so usr/lib64/gconv/IBM037.so usr/lib64/gconv/IBM038.so usr/lib64/gconv/IBM1004.so usr/lib64/gconv/IBM1008.so usr/lib64/gconv/IBM1008_420.so usr/lib64/gconv/IBM1025.so usr/lib64/gconv/IBM1026.so usr/lib64/gconv/IBM1046.so usr/lib64/gconv/IBM1047.so usr/lib64/gconv/IBM1097.so usr/lib64/gconv/IBM1112.so usr/lib64/gconv/IBM1122.so usr/lib64/gconv/IBM1123.so usr/lib64/gconv/IBM1124.so usr/lib64/gconv/IBM1129.so usr/lib64/gconv/IBM1130.so usr/lib64/gconv/IBM1132.so usr/lib64/gconv/IBM1133.so usr/lib64/gconv/IBM1137.so usr/lib64/gconv/IBM1140.so usr/lib64/gconv/IBM1141.so usr/lib64/gconv/IBM1142.so usr/lib64/gconv/IBM1143.so usr/lib64/gconv/IBM1144.so usr/lib64/gconv/IBM1145.so usr/lib64/gconv/IBM1146.so usr/lib64/gconv/IBM1147.so usr/lib64/gconv/IBM1148.so usr/lib64/gconv/IBM1149.so usr/lib64/gconv/IBM1153.so usr/lib64/gconv/IBM1154.so usr/lib64/gconv/IBM1155.so usr/lib64/gconv/IBM1156.so usr/lib64/gconv/IBM1157.so usr/lib64/gconv/IBM1158.so usr/lib64/gconv/IBM1160.so usr/lib64/gconv/IBM1161.so usr/lib64/gconv/IBM1162.so usr/lib64/gconv/IBM1163.so usr/lib64/gconv/IBM1164.so usr/lib64/gconv/IBM1166.so usr/lib64/gconv/IBM1167.so usr/lib64/gconv/IBM12712.so usr/lib64/gconv/IBM1364.so usr/lib64/gconv/IBM1371.so usr/lib64/gconv/IBM1388.so usr/lib64/gconv/IBM1390.so usr/lib64/gconv/IBM1399.so usr/lib64/gconv/IBM16804.so usr/lib64/gconv/IBM256.so usr/lib64/gconv/IBM273.so usr/lib64/gconv/IBM274.so usr/lib64/gconv/IBM275.so usr/lib64/gconv/IBM277.so usr/lib64/gconv/IBM278.so usr/lib64/gconv/IBM280.so usr/lib64/gconv/IBM281.so usr/lib64/gconv/IBM284.so usr/lib64/gconv/IBM285.so usr/lib64/gconv/IBM290.so usr/lib64/gconv/IBM297.so usr/lib64/gconv/IBM420.so usr/lib64/gconv/IBM423.so usr/lib64/gconv/IBM424.so usr/lib64/gconv/IBM437.so usr/lib64/gconv/IBM4517.so usr/lib64/gconv/IBM4899.so usr/lib64/gconv/IBM4909.so usr/lib64/gconv/IBM4971.so usr/lib64/gconv/IBM500.so usr/lib64/gconv/IBM5347.so usr/lib64/gconv/IBM803.so usr/lib64/gconv/IBM850.so usr/lib64/gconv/IBM851.so usr/lib64/gconv/IBM852.so usr/lib64/gconv/IBM855.so usr/lib64/gconv/IBM856.so usr/lib64/gconv/IBM857.so usr/lib64/gconv/IBM860.so usr/lib64/gconv/IBM861.so usr/lib64/gconv/IBM862.so usr/lib64/gconv/IBM863.so usr/lib64/gconv/IBM864.so usr/lib64/gconv/IBM865.so usr/lib64/gconv/IBM866.so usr/lib64/gconv/IBM866NAV.so usr/lib64/gconv/IBM868.so usr/lib64/gconv/IBM869.so usr/lib64/gconv/IBM870.so usr/lib64/gconv/IBM871.so usr/lib64/gconv/IBM874.so usr/lib64/gconv/IBM875.so usr/lib64/gconv/IBM880.so usr/lib64/gconv/IBM891.so usr/lib64/gconv/IBM901.so usr/lib64/gconv/IBM902.so usr/lib64/gconv/IBM903.so usr/lib64/gconv/IBM9030.so usr/lib64/gconv/IBM904.so usr/lib64/gconv/IBM905.so usr/lib64/gconv/IBM9066.so usr/lib64/gconv/IBM918.so usr/lib64/gconv/IBM921.so usr/lib64/gconv/IBM922.so usr/lib64/gconv/IBM930.so usr/lib64/gconv/IBM932.so usr/lib64/gconv/IBM933.so usr/lib64/gconv/IBM935.so usr/lib64/gconv/IBM937.so usr/lib64/gconv/IBM939.so usr/lib64/gconv/IBM943.so usr/lib64/gconv/IBM9448.so usr/lib64/gconv/IEC_P27-1.so usr/lib64/gconv/INIS-8.so usr/lib64/gconv/INIS-CYRILLIC.so usr/lib64/gconv/INIS.so usr/lib64/gconv/ISIRI-3342.so usr/lib64/gconv/ISO-2022-CN-EXT.so usr/lib64/gconv/ISO-2022-CN.so usr/lib64/gconv/ISO-2022-JP-3.so usr/lib64/gconv/ISO-2022-JP.so usr/lib64/gconv/ISO-2022-KR.so usr/lib64/gconv/ISO-IR-197.so usr/lib64/gconv/ISO-IR-209.so usr/lib64/gconv/ISO646.so usr/lib64/gconv/ISO8859-1.so usr/lib64/gconv/ISO8859-10.so usr/lib64/gconv/ISO8859-11.so usr/lib64/gconv/ISO8859-13.so usr/lib64/gconv/ISO8859-14.so usr/lib64/gconv/ISO8859-15.so usr/lib64/gconv/ISO8859-16.so usr/lib64/gconv/ISO8859-2.so usr/lib64/gconv/ISO8859-3.so usr/lib64/gconv/ISO8859-4.so usr/lib64/gconv/ISO8859-5.so usr/lib64/gconv/ISO8859-6.so usr/lib64/gconv/ISO8859-7.so usr/lib64/gconv/ISO8859-8.so usr/lib64/gconv/ISO8859-9.so usr/lib64/gconv/ISO8859-9E.so usr/lib64/gconv/ISO_10367-BOX.so usr/lib64/gconv/ISO_11548-1.so usr/lib64/gconv/ISO_2033.so usr/lib64/gconv/ISO_5427-EXT.so usr/lib64/gconv/ISO_5427.so usr/lib64/gconv/ISO_5428.so usr/lib64/gconv/ISO_6937-2.so usr/lib64/gconv/ISO_6937.so usr/lib64/gconv/JOHAB.so usr/lib64/gconv/KOI-8.so usr/lib64/gconv/KOI8-R.so usr/lib64/gconv/KOI8-RU.so usr/lib64/gconv/KOI8-T.so usr/lib64/gconv/KOI8-U.so usr/lib64/gconv/LATIN-GREEK-1.so usr/lib64/gconv/LATIN-GREEK.so usr/lib64/gconv/MAC-CENTRALEUROPE.so usr/lib64/gconv/MAC-IS.so usr/lib64/gconv/MAC-SAMI.so usr/lib64/gconv/MAC-UK.so usr/lib64/gconv/MACINTOSH.so usr/lib64/gconv/MIK.so usr/lib64/gconv/NATS-DANO.so usr/lib64/gconv/NATS-SEFI.so usr/lib64/gconv/PT154.so usr/lib64/gconv/RK1048.so usr/lib64/gconv/SAMI-WS2.so usr/lib64/gconv/SHIFT_JISX0213.so usr/lib64/gconv/SJIS.so usr/lib64/gconv/T.61.so usr/lib64/gconv/TCVN5712-1.so usr/lib64/gconv/TIS-620.so usr/lib64/gconv/TSCII.so usr/lib64/gconv/UHC.so usr/lib64/gconv/UNICODE.so usr/lib64/gconv/UTF-16.so usr/lib64/gconv/UTF-32.so usr/lib64/gconv/UTF-7.so usr/lib64/gconv/VISCII.so usr/lib64/gconv/gconv-modules usr/lib64/gconv/gconv-modules.cache usr/lib64/gconv/libCNS.so usr/lib64/gconv/libGB.so usr/lib64/gconv/libISOIR165.so usr/lib64/gconv/libJIS.so usr/lib64/gconv/libJISX0213.so usr/lib64/gconv/libKSC.so @rmtry usr/lib64/gio/modules/giomodule.cache usr/lib64/krb5/plugins/tls/k5tls.so usr/lib64/ld-2.17.so usr/lib64/ld-linux-x86-64.so.2 usr/lib64/ld-lsb-x86-64.so.3 usr/lib64/libBrokenLocale-2.17.so usr/lib64/libBrokenLocale.so.1 usr/lib64/libSegFault.so usr/lib64/libacl.so.1 usr/lib64/libacl.so.1.1.0 usr/lib64/libanl-2.17.so usr/lib64/libanl.so.1 usr/lib64/libattr.so.1 usr/lib64/libattr.so.1.1.0 usr/lib64/libblkid.so.1 usr/lib64/libblkid.so.1.1.0 usr/lib64/libbz2.so.1 usr/lib64/libbz2.so.1.0.6 usr/lib64/libc-2.17.so usr/lib64/libc.so.6 usr/lib64/libcap.so.2 usr/lib64/libcap.so.2.22 usr/lib64/libcidn-2.17.so usr/lib64/libcidn.so.1 usr/lib64/libcom_err.so.2 usr/lib64/libcom_err.so.2.1 usr/lib64/libcrypt-2.17.so usr/lib64/libcrypt.so.1 usr/lib64/libdb-4.7.so usr/lib64/libdb-5.3.so usr/lib64/libdb-5.so usr/lib64/libdb_cxx-4.7.so usr/lib64/libdl-2.17.so usr/lib64/libdl.so.2 usr/lib64/libe2p.so.2 usr/lib64/libe2p.so.2.3 usr/lib64/libext2fs.so.2 usr/lib64/libext2fs.so.2.4 usr/lib64/libfam.so.0 usr/lib64/libfam.so.0.0.0 usr/lib64/libffi.so.6 usr/lib64/libffi.so.6.0.1 usr/lib64/libform.so.5 usr/lib64/libform.so.5.9 usr/lib64/libformw.so.5 usr/lib64/libformw.so.5.9 usr/lib64/libfreebl3.chk usr/lib64/libfreebl3.so usr/lib64/libfreeblpriv3.chk usr/lib64/libfreeblpriv3.so -usr/lib64/libfreetype.so.6 -usr/lib64/libfreetype.so.6.10.0 usr/lib64/libgamin-1.so.0 usr/lib64/libgamin-1.so.0.1.10 usr/lib64/libgcc_s-4.8.5-20150702.so.1 usr/lib64/libgcc_s.so.1 usr/lib64/libgdbm.so.4 usr/lib64/libgdbm.so.4.0.0 usr/lib64/libgdbm_compat.so.4 usr/lib64/libgdbm_compat.so.4.0.0 usr/lib64/libgio-2.0.so.0 -usr/lib64/libgio-2.0.so.0.5000.3 +usr/lib64/libgio-2.0.so.0.5600.1 usr/lib64/libglib-2.0.so.0 -usr/lib64/libglib-2.0.so.0.5000.3 +usr/lib64/libglib-2.0.so.0.5600.1 usr/lib64/libgmodule-2.0.so.0 -usr/lib64/libgmodule-2.0.so.0.5000.3 +usr/lib64/libgmodule-2.0.so.0.5600.1 usr/lib64/libgmp.so.10 usr/lib64/libgmp.so.10.2.0 usr/lib64/libgmpxx.so.4 usr/lib64/libgmpxx.so.4.4.0 usr/lib64/libgobject-2.0.so.0 -usr/lib64/libgobject-2.0.so.0.5000.3 +usr/lib64/libgobject-2.0.so.0.5600.1 usr/lib64/libgssapi_krb5.so.2 usr/lib64/libgssapi_krb5.so.2.2 usr/lib64/libgssrpc.so.4 usr/lib64/libgssrpc.so.4.2 usr/lib64/libgthread-2.0.so.0 -usr/lib64/libgthread-2.0.so.0.5000.3 +usr/lib64/libgthread-2.0.so.0.5600.1 usr/lib64/libhistory.so.6 usr/lib64/libhistory.so.6.2 usr/lib64/libidn.so.11 usr/lib64/libidn.so.11.6.11 usr/lib64/libk5crypto.so.3 usr/lib64/libk5crypto.so.3.1 usr/lib64/libkdb5.so.8 usr/lib64/libkdb5.so.8.0 usr/lib64/libkeyutils.so.1 usr/lib64/libkeyutils.so.1.5 usr/lib64/libkrad.so.0 usr/lib64/libkrad.so.0.0 usr/lib64/libkrb5.so.3 usr/lib64/libkrb5.so.3.3 usr/lib64/libkrb5support.so.0 usr/lib64/libkrb5support.so.0.1 usr/lib64/liblzma.so.5 usr/lib64/liblzma.so.5.2.2 usr/lib64/libm-2.17.so usr/lib64/libm.so.6 usr/lib64/libmemusage.so usr/lib64/libmenu.so.5 usr/lib64/libmenu.so.5.9 usr/lib64/libmenuw.so.5 usr/lib64/libmenuw.so.5.9 usr/lib64/libmount.so.1 usr/lib64/libmount.so.1.1.0 usr/lib64/libncurses++.so.5 usr/lib64/libncurses++.so.5.9 usr/lib64/libncurses++w.so.5 usr/lib64/libncurses++w.so.5.9 usr/lib64/libncurses.so.5 usr/lib64/libncurses.so.5.9 usr/lib64/libncursesw.so.5 usr/lib64/libncursesw.so.5.9 usr/lib64/libnsl-2.17.so usr/lib64/libnsl.so.1 usr/lib64/libnss_compat-2.17.so usr/lib64/libnss_compat.so.2 usr/lib64/libnss_db-2.17.so usr/lib64/libnss_db.so.2 usr/lib64/libnss_dns-2.17.so usr/lib64/libnss_dns.so.2 usr/lib64/libnss_files-2.17.so usr/lib64/libnss_files.so.2 usr/lib64/libnss_hesiod-2.17.so usr/lib64/libnss_hesiod.so.2 usr/lib64/libnss_nis-2.17.so usr/lib64/libnss_nis.so.2 usr/lib64/libnss_nisplus-2.17.so usr/lib64/libnss_nisplus.so.2 usr/lib64/libpanel.so.5 usr/lib64/libpanel.so.5.9 usr/lib64/libpanelw.so.5 usr/lib64/libpanelw.so.5.9 usr/lib64/libpcprofile.so usr/lib64/libpcre.so.1 usr/lib64/libpcre.so.1.2.0 usr/lib64/libpcre16.so.0 usr/lib64/libpcre16.so.0.2.0 usr/lib64/libpcre32.so.0 usr/lib64/libpcre32.so.0.0.0 usr/lib64/libpcrecpp.so.0 usr/lib64/libpcrecpp.so.0.0.0 usr/lib64/libpcreposix.so.0 usr/lib64/libpcreposix.so.0.0.1 usr/lib64/libpopt.so.0 usr/lib64/libpopt.so.0.0.0 usr/lib64/libpthread-2.17.so usr/lib64/libpthread.so.0 usr/lib64/libreadline.so.6 usr/lib64/libreadline.so.6.2 usr/lib64/libresolv-2.17.so usr/lib64/libresolv.so.2 usr/lib64/librt-2.17.so usr/lib64/librt.so.1 usr/lib64/libselinux.so.1 usr/lib64/libsepol.so.1 usr/lib64/libslang.so.2 usr/lib64/libslang.so.2.2.4 usr/lib64/libstdc++.so.5 usr/lib64/libstdc++.so.5.0.7 usr/lib64/libstdc++.so.6 usr/lib64/libstdc++.so.6.0.19 usr/lib64/libthread_db-1.0.so usr/lib64/libthread_db.so.1 usr/lib64/libtic.so.5 usr/lib64/libtic.so.5.9 usr/lib64/libtinfo.so.5 usr/lib64/libtinfo.so.5.9 usr/lib64/libutil-2.17.so usr/lib64/libutil.so.1 usr/lib64/libuuid.so.1 usr/lib64/libuuid.so.1.3.0 usr/lib64/libz.so.1 usr/lib64/libz.so.1.2.7 usr/lib64/rtkaio/librt.so.1 usr/lib64/rtkaio/librtkaio-2.17.so usr/lib64/security/pam_cap.so usr/libexec/coreutils/libstdbuf.so usr/libexec/gam_server usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG usr/libexec/getconf/POSIX_V6_LP64_OFF64 usr/libexec/getconf/POSIX_V7_ILP32_OFF32 usr/libexec/getconf/POSIX_V7_ILP32_OFFBIG usr/libexec/getconf/POSIX_V7_LP64_OFF64 usr/libexec/getconf/XBS5_ILP32_OFF32 usr/libexec/getconf/XBS5_ILP32_OFFBIG usr/libexec/getconf/XBS5_LP64_OFF64 usr/libexec/grepconf.sh usr/sbin/addpart usr/sbin/agetty usr/sbin/badblocks usr/sbin/blkdiscard usr/sbin/blkid usr/sbin/blockdev usr/sbin/build-locale-archive usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot usr/sbin/clock usr/sbin/ctrlaltdel usr/sbin/debugfs usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag usr/sbin/e2fsck usr/sbin/e2image usr/sbin/e2label usr/sbin/e2undo usr/sbin/e4defrag usr/sbin/fdformat usr/sbin/fdisk usr/sbin/filefrag usr/sbin/findfs usr/sbin/fsck usr/sbin/fsck.cramfs usr/sbin/fsck.ext2 usr/sbin/fsck.ext3 usr/sbin/fsck.ext4 usr/sbin/fsck.minix usr/sbin/fsfreeze usr/sbin/fstrim usr/sbin/getcap usr/sbin/getpcaps usr/sbin/glibc_post_upgrade.i686 usr/sbin/glibc_post_upgrade.x86_64 usr/sbin/hwclock usr/sbin/iconvconfig usr/sbin/iconvconfig.i686 usr/sbin/iconvconfig.x86_64 usr/sbin/install-info usr/sbin/key.dns_resolver usr/sbin/ldattach usr/sbin/ldconfig usr/sbin/logsave usr/sbin/losetup usr/sbin/mke2fs usr/sbin/mkfs usr/sbin/mkfs.cramfs usr/sbin/mkfs.ext2 usr/sbin/mkfs.ext3 usr/sbin/mkfs.ext4 usr/sbin/mkfs.minix usr/sbin/mklost+found usr/sbin/mkswap usr/sbin/nologin usr/sbin/partx usr/sbin/pivot_root usr/sbin/readprofile usr/sbin/redhat_lsb_trigger.i686 usr/sbin/redhat_lsb_trigger.x86_64 usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rtcwake usr/sbin/runuser usr/sbin/sefcontext_compile usr/sbin/setcap usr/sbin/sfdisk usr/sbin/sln usr/sbin/sulogin usr/sbin/swaplabel usr/sbin/swapoff usr/sbin/swapon usr/sbin/switch_root usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zdump usr/sbin/zic usr/sbin/zramctl usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkid usr/share/bash-completion/completions/blockdev usr/share/bash-completion/completions/cal usr/share/bash-completion/completions/cfdisk usr/share/bash-completion/completions/chcpu usr/share/bash-completion/completions/chfn usr/share/bash-completion/completions/chrt usr/share/bash-completion/completions/chsh usr/share/bash-completion/completions/col usr/share/bash-completion/completions/colcrt usr/share/bash-completion/completions/colrm usr/share/bash-completion/completions/column usr/share/bash-completion/completions/ctrlaltdel usr/share/bash-completion/completions/cytune usr/share/bash-completion/completions/delpart usr/share/bash-completion/completions/dmesg usr/share/bash-completion/completions/eject usr/share/bash-completion/completions/fallocate usr/share/bash-completion/completions/fdformat usr/share/bash-completion/completions/fdisk usr/share/bash-completion/completions/findmnt usr/share/bash-completion/completions/flock usr/share/bash-completion/completions/fsck usr/share/bash-completion/completions/fsck.cramfs usr/share/bash-completion/completions/fsck.minix usr/share/bash-completion/completions/fsfreeze usr/share/bash-completion/completions/fstrim usr/share/bash-completion/completions/gapplication usr/share/bash-completion/completions/gdbus usr/share/bash-completion/completions/getopt usr/share/bash-completion/completions/gsettings usr/share/bash-completion/completions/hexdump usr/share/bash-completion/completions/hwclock usr/share/bash-completion/completions/ionice usr/share/bash-completion/completions/ipcrm usr/share/bash-completion/completions/ipcs usr/share/bash-completion/completions/isosize usr/share/bash-completion/completions/ldattach usr/share/bash-completion/completions/logger usr/share/bash-completion/completions/look usr/share/bash-completion/completions/losetup usr/share/bash-completion/completions/lsblk usr/share/bash-completion/completions/lscpu usr/share/bash-completion/completions/lslocks usr/share/bash-completion/completions/mcookie usr/share/bash-completion/completions/mkfs usr/share/bash-completion/completions/mkfs.cramfs usr/share/bash-completion/completions/mkfs.minix usr/share/bash-completion/completions/mkswap usr/share/bash-completion/completions/more usr/share/bash-completion/completions/mountpoint usr/share/bash-completion/completions/namei usr/share/bash-completion/completions/nsenter usr/share/bash-completion/completions/partx usr/share/bash-completion/completions/pivot_root usr/share/bash-completion/completions/prlimit usr/share/bash-completion/completions/raw usr/share/bash-completion/completions/readprofile usr/share/bash-completion/completions/rename usr/share/bash-completion/completions/renice usr/share/bash-completion/completions/resizepart usr/share/bash-completion/completions/rev usr/share/bash-completion/completions/rtcwake usr/share/bash-completion/completions/runuser usr/share/bash-completion/completions/script usr/share/bash-completion/completions/scriptreplay usr/share/bash-completion/completions/setarch usr/share/bash-completion/completions/setpriv usr/share/bash-completion/completions/setsid usr/share/bash-completion/completions/setterm usr/share/bash-completion/completions/sfdisk usr/share/bash-completion/completions/su usr/share/bash-completion/completions/swaplabel usr/share/bash-completion/completions/swapon usr/share/bash-completion/completions/tailf usr/share/bash-completion/completions/taskset usr/share/bash-completion/completions/ul usr/share/bash-completion/completions/unshare usr/share/bash-completion/completions/utmpdump usr/share/bash-completion/completions/uuidgen usr/share/bash-completion/completions/wdctl usr/share/bash-completion/completions/whereis usr/share/bash-completion/completions/wipefs usr/share/bash-completion/completions/write usr/share/bash-completion/completions/zramctl usr/share/centos-release/EULA %%PORTDOCS%%usr/share/doc/bash-4.2.46/COPYING %%PORTDOCS%%usr/share/doc/bzip2-1.0.6/CHANGES %%PORTDOCS%%usr/share/doc/bzip2-1.0.6/LICENSE %%PORTDOCS%%usr/share/doc/bzip2-1.0.6/README %%PORTDOCS%%usr/share/doc/bzip2-libs-1.0.6/LICENSE %%PORTDOCS%%usr/share/doc/centos-release/Contributors %%PORTDOCS%%usr/share/doc/centos-release/GPL %%PORTDOCS%%usr/share/doc/compat-db47-4.7.25/db-4.7.25/LICENSE %%PORTDOCS%%usr/share/doc/compat-db47-4.7.25/db-4.7.25/README %%PORTDOCS%%usr/share/doc/coreutils-8.22/ABOUT-NLS %%PORTDOCS%%usr/share/doc/coreutils-8.22/COPYING %%PORTDOCS%%usr/share/doc/coreutils-8.22/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/NEWS %%PORTDOCS%%usr/share/doc/coreutils-8.22/README %%PORTDOCS%%usr/share/doc/coreutils-8.22/THANKS %%PORTDOCS%%usr/share/doc/coreutils-8.22/TODO %%PORTDOCS%%usr/share/doc/coreutils-8.22/fileutils/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/fileutils/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/fileutils/NEWS %%PORTDOCS%%usr/share/doc/coreutils-8.22/sh-utils/ChangeLog.0.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/sh-utils/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/sh-utils/NEWS %%PORTDOCS%%usr/share/doc/coreutils-8.22/textutils/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/textutils/NEWS %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/COPYING %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/README %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/RELEASE-NOTES %%PORTDOCS%%usr/share/doc/e2fsprogs-libs-1.42.9/COPYING -%%PORTDOCS%%usr/share/doc/elfutils-0.168/CONTRIBUTING -%%PORTDOCS%%usr/share/doc/elfutils-0.168/README -%%PORTDOCS%%usr/share/doc/elfutils-0.168/TODO +%%PORTDOCS%%usr/share/doc/elfutils-0.172/CONTRIBUTING +%%PORTDOCS%%usr/share/doc/elfutils-0.172/README +%%PORTDOCS%%usr/share/doc/elfutils-0.172/TODO %%PORTDOCS%%usr/share/doc/findutils-4.5.11/AUTHORS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/COPYING %%PORTDOCS%%usr/share/doc/findutils-4.5.11/ChangeLog %%PORTDOCS%%usr/share/doc/findutils-4.5.11/NEWS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/README %%PORTDOCS%%usr/share/doc/findutils-4.5.11/THANKS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/TODO -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/CHANGES -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/FTL.TXT -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/GPLv2.TXT -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/LICENSE.TXT -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/README -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/VERSION.DLL -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/formats.txt -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/ft2faq.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/AUTHORS %%PORTDOCS%%usr/share/doc/gamin-0.1.10/COPYING %%PORTDOCS%%usr/share/doc/gamin-0.1.10/ChangeLog %%PORTDOCS%%usr/share/doc/gamin-0.1.10/Copyright %%PORTDOCS%%usr/share/doc/gamin-0.1.10/FAQ.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/NEWS %%PORTDOCS%%usr/share/doc/gamin-0.1.10/README %%PORTDOCS%%usr/share/doc/gamin-0.1.10/TODO %%PORTDOCS%%usr/share/doc/gamin-0.1.10/callbacks.gif %%PORTDOCS%%usr/share/doc/gamin-0.1.10/client_server.gif %%PORTDOCS%%usr/share/doc/gamin-0.1.10/config.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/contacts.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/debug.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/debugging.txt %%PORTDOCS%%usr/share/doc/gamin-0.1.10/devel.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/differences.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/downloads.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/gamin.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/index.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/internals.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/news.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/overview.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/python.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/security.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/server_structs.gif %%PORTDOCS%%usr/share/doc/gamin-0.1.10/socket.txt %%PORTDOCS%%usr/share/doc/gamin-0.1.10/using.html %%PORTDOCS%%usr/share/doc/gdbm-1.10/AUTHORS %%PORTDOCS%%usr/share/doc/gdbm-1.10/COPYING %%PORTDOCS%%usr/share/doc/gdbm-1.10/NEWS %%PORTDOCS%%usr/share/doc/gdbm-1.10/NOTE-WARNING %%PORTDOCS%%usr/share/doc/gdbm-1.10/README %%PORTDOCS%%usr/share/doc/gdbm-1.10/THANKS -%%PORTDOCS%%usr/share/doc/glib2-2.50.3/AUTHORS -%%PORTDOCS%%usr/share/doc/glib2-2.50.3/NEWS -%%PORTDOCS%%usr/share/doc/glib2-2.50.3/README +%%PORTDOCS%%usr/share/doc/glib2-2.56.1/AUTHORS +%%PORTDOCS%%usr/share/doc/glib2-2.56.1/NEWS +%%PORTDOCS%%usr/share/doc/glib2-2.56.1/README %%PORTDOCS%%usr/share/doc/glibc-2.17/BUGS %%PORTDOCS%%usr/share/doc/glibc-2.17/CONFORMANCE %%PORTDOCS%%usr/share/doc/glibc-2.17/COPYING %%PORTDOCS%%usr/share/doc/glibc-2.17/COPYING.LIB %%PORTDOCS%%usr/share/doc/glibc-2.17/INSTALL %%PORTDOCS%%usr/share/doc/glibc-2.17/LICENSES %%PORTDOCS%%usr/share/doc/glibc-2.17/NEWS %%PORTDOCS%%usr/share/doc/glibc-2.17/PROJECTS %%PORTDOCS%%usr/share/doc/glibc-2.17/README %%PORTDOCS%%usr/share/doc/glibc-2.17/README.hesiod %%PORTDOCS%%usr/share/doc/glibc-2.17/rtld-debugger-interface.txt %%PORTDOCS%%usr/share/doc/glibc-common-2.17/ChangeLog.15.bz2 %%PORTDOCS%%usr/share/doc/glibc-common-2.17/ChangeLog.16.bz2 %%PORTDOCS%%usr/share/doc/glibc-common-2.17/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/glibc-common-2.17/README.timezone %%PORTDOCS%%usr/share/doc/glibc-common-2.17/README.ufc-crypt %%PORTDOCS%%usr/share/doc/glibc-common-2.17/gai.conf %%PORTDOCS%%usr/share/doc/gmp-6.0.0/NEWS %%PORTDOCS%%usr/share/doc/gmp-6.0.0/README %%PORTDOCS%%usr/share/doc/grep-2.20/ABOUT-NLS %%PORTDOCS%%usr/share/doc/grep-2.20/AUTHORS %%PORTDOCS%%usr/share/doc/grep-2.20/COPYING %%PORTDOCS%%usr/share/doc/grep-2.20/ChangeLog %%PORTDOCS%%usr/share/doc/grep-2.20/NEWS %%PORTDOCS%%usr/share/doc/grep-2.20/README %%PORTDOCS%%usr/share/doc/grep-2.20/THANKS %%PORTDOCS%%usr/share/doc/grep-2.20/TODO %%PORTDOCS%%usr/share/doc/info-5.1/COPYING %%PORTDOCS%%usr/share/doc/keyutils-1.5.8/LICENCE.GPL %%PORTDOCS%%usr/share/doc/keyutils-1.5.8/README %%PORTDOCS%%usr/share/doc/keyutils-libs-1.5.8/LICENCE.LGPL %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/NOTICE %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/README %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/examples/kdc.conf %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/examples/krb5.conf %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/examples/services.append %%PORTDOCS%%usr/share/doc/less-458/LICENSE %%PORTDOCS%%usr/share/doc/libblkid-2.23.2/COPYING %%PORTDOCS%%usr/share/doc/libcap-2.22/License %%PORTDOCS%%usr/share/doc/libcap-2.22/capability.notes %%PORTDOCS%%usr/share/doc/libcom_err-1.42.9/COPYING %%PORTDOCS%%usr/share/doc/libdb-5.3.21/LICENSE %%PORTDOCS%%usr/share/doc/libdb-5.3.21/README %%PORTDOCS%%usr/share/doc/libffi-3.0.13/LICENSE %%PORTDOCS%%usr/share/doc/libffi-3.0.13/README %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING.LIB %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING.RUNTIME %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING3 %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING3.LIB %%PORTDOCS%%usr/share/doc/libidn-1.28/AUTHORS %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYING %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYING.LESSERv2 %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYING.LESSERv3 %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYINGv2 %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYINGv3 %%PORTDOCS%%usr/share/doc/libidn-1.28/FAQ %%PORTDOCS%%usr/share/doc/libidn-1.28/NEWS %%PORTDOCS%%usr/share/doc/libidn-1.28/README %%PORTDOCS%%usr/share/doc/libidn-1.28/THANKS %%PORTDOCS%%usr/share/doc/libmount-2.23.2/COPYING %%PORTDOCS%%usr/share/doc/libuuid-2.23.2/COPYING %%PORTDOCS%%usr/share/doc/ncurses-5.9/ANNOUNCE %%PORTDOCS%%usr/share/doc/ncurses-5.9/AUTHORS %%PORTDOCS%%usr/share/doc/ncurses-5.9/NEWS.bz2 %%PORTDOCS%%usr/share/doc/ncurses-5.9/README %%PORTDOCS%%usr/share/doc/ncurses-5.9/TO-DO %%PORTDOCS%%usr/share/doc/ncurses-base-5.9/README %%PORTDOCS%%usr/share/doc/pcre-8.32/AUTHORS %%PORTDOCS%%usr/share/doc/pcre-8.32/COPYING %%PORTDOCS%%usr/share/doc/pcre-8.32/ChangeLog %%PORTDOCS%%usr/share/doc/pcre-8.32/LICENCE %%PORTDOCS%%usr/share/doc/pcre-8.32/NEWS %%PORTDOCS%%usr/share/doc/pcre-8.32/README %%PORTDOCS%%usr/share/doc/popt-1.13/CHANGES %%PORTDOCS%%usr/share/doc/popt-1.13/COPYING %%PORTDOCS%%usr/share/doc/readline-6.2/CHANGES %%PORTDOCS%%usr/share/doc/readline-6.2/COPYING %%PORTDOCS%%usr/share/doc/readline-6.2/NEWS %%PORTDOCS%%usr/share/doc/readline-6.2/README %%PORTDOCS%%usr/share/doc/readline-6.2/USAGE %%PORTDOCS%%usr/share/doc/redhat-lsb-core-4.1/COPYING %%PORTDOCS%%usr/share/doc/redhat-lsb-core-4.1/README %%PORTDOCS%%usr/share/doc/redhat-lsb-core-4.1/README.lsb_release %%PORTDOCS%%usr/share/doc/redhat-release %%PORTDOCS%%usr/share/doc/sed-4.2.2/AUTHORS %%PORTDOCS%%usr/share/doc/sed-4.2.2/BUGS %%PORTDOCS%%usr/share/doc/sed-4.2.2/COPYING %%PORTDOCS%%usr/share/doc/sed-4.2.2/COPYING.DOC %%PORTDOCS%%usr/share/doc/sed-4.2.2/NEWS %%PORTDOCS%%usr/share/doc/sed-4.2.2/README %%PORTDOCS%%usr/share/doc/sed-4.2.2/THANKS %%PORTDOCS%%usr/share/doc/sed-4.2.2/sedfaq.txt.gz %%PORTDOCS%%usr/share/doc/setserial-2.17/README %%PORTDOCS%%usr/share/doc/setserial-2.17/rc.serial %%PORTDOCS%%usr/share/doc/setup-2.8.71/COPYING %%PORTDOCS%%usr/share/doc/setup-2.8.71/uidgid %%PORTDOCS%%usr/share/doc/slang-2.2.4/COPYING %%PORTDOCS%%usr/share/doc/slang-2.2.4/NEWS %%PORTDOCS%%usr/share/doc/slang-2.2.4/README %%PORTDOCS%%usr/share/doc/slang-2.2.4/changes.txt %%PORTDOCS%%usr/share/doc/slang-2.2.4/grammar.txt %%PORTDOCS%%usr/share/doc/slang-2.2.4/slang.txt %%PORTDOCS%%usr/share/doc/slang-2.2.4/slangfun.txt %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/AUTHORS %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.BSD-3 %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.GPLv2 %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.LGPLv2.1 %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.UCB %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/NEWS %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/README %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/deprecated.txt %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/getopt-parse.bash %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/getopt-parse.tcsh %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/sfdisk.txt %%PORTDOCS%%usr/share/doc/which-2.20/AUTHORS %%PORTDOCS%%usr/share/doc/which-2.20/COPYING %%PORTDOCS%%usr/share/doc/which-2.20/EXAMPLES %%PORTDOCS%%usr/share/doc/which-2.20/NEWS %%PORTDOCS%%usr/share/doc/which-2.20/README %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING.GPLv2 %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING.GPLv3 %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING.LGPLv2.1 %%PORTDOCS%%usr/share/doc/zlib-1.2.7/ChangeLog %%PORTDOCS%%usr/share/doc/zlib-1.2.7/FAQ %%PORTDOCS%%usr/share/doc/zlib-1.2.7/README usr/share/gcc-4.8.2/python/libstdcxx/__init__.py usr/share/gcc-4.8.2/python/libstdcxx/__init__.pyc usr/share/gcc-4.8.2/python/libstdcxx/__init__.pyo usr/share/gcc-4.8.2/python/libstdcxx/v6/__init__.py usr/share/gcc-4.8.2/python/libstdcxx/v6/__init__.pyc usr/share/gcc-4.8.2/python/libstdcxx/v6/__init__.pyo usr/share/gcc-4.8.2/python/libstdcxx/v6/printers.py usr/share/gcc-4.8.2/python/libstdcxx/v6/printers.pyc usr/share/gcc-4.8.2/python/libstdcxx/v6/printers.pyo usr/share/gcc-4.8.5 usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.19-gdb.py usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.19-gdb.pyc usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.19-gdb.pyo usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.19-gdb.py usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.19-gdb.pyc usr/share/gdb/auto-load/usr/lib64/libstdc++.so.6.0.19-gdb.pyo usr/share/i18n/charmaps/ANSI_X3.110-1983.gz usr/share/i18n/charmaps/ANSI_X3.4-1968.gz usr/share/i18n/charmaps/ARMSCII-8.gz usr/share/i18n/charmaps/ASMO_449.gz usr/share/i18n/charmaps/BIG5-HKSCS.gz usr/share/i18n/charmaps/BIG5.gz usr/share/i18n/charmaps/BRF.gz usr/share/i18n/charmaps/BS_4730.gz usr/share/i18n/charmaps/BS_VIEWDATA.gz usr/share/i18n/charmaps/CP10007.gz usr/share/i18n/charmaps/CP1125.gz usr/share/i18n/charmaps/CP1250.gz usr/share/i18n/charmaps/CP1251.gz usr/share/i18n/charmaps/CP1252.gz usr/share/i18n/charmaps/CP1253.gz usr/share/i18n/charmaps/CP1254.gz usr/share/i18n/charmaps/CP1255.gz usr/share/i18n/charmaps/CP1256.gz usr/share/i18n/charmaps/CP1257.gz usr/share/i18n/charmaps/CP1258.gz usr/share/i18n/charmaps/CP737.gz usr/share/i18n/charmaps/CP770.gz usr/share/i18n/charmaps/CP771.gz usr/share/i18n/charmaps/CP772.gz usr/share/i18n/charmaps/CP773.gz usr/share/i18n/charmaps/CP774.gz usr/share/i18n/charmaps/CP775.gz usr/share/i18n/charmaps/CP949.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz usr/share/i18n/charmaps/CSN_369103.gz usr/share/i18n/charmaps/CWI.gz usr/share/i18n/charmaps/DEC-MCS.gz usr/share/i18n/charmaps/DIN_66003.gz usr/share/i18n/charmaps/DS_2089.gz usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz usr/share/i18n/charmaps/EBCDIC-AT-DE.gz usr/share/i18n/charmaps/EBCDIC-CA-FR.gz usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz usr/share/i18n/charmaps/EBCDIC-DK-NO.gz usr/share/i18n/charmaps/EBCDIC-ES-A.gz usr/share/i18n/charmaps/EBCDIC-ES-S.gz usr/share/i18n/charmaps/EBCDIC-ES.gz usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz usr/share/i18n/charmaps/EBCDIC-FI-SE.gz usr/share/i18n/charmaps/EBCDIC-FR.gz usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz usr/share/i18n/charmaps/EBCDIC-IT.gz usr/share/i18n/charmaps/EBCDIC-PT.gz usr/share/i18n/charmaps/EBCDIC-UK.gz usr/share/i18n/charmaps/EBCDIC-US.gz usr/share/i18n/charmaps/ECMA-CYRILLIC.gz usr/share/i18n/charmaps/ES.gz usr/share/i18n/charmaps/ES2.gz usr/share/i18n/charmaps/EUC-JISX0213.gz usr/share/i18n/charmaps/EUC-JP-MS.gz usr/share/i18n/charmaps/EUC-JP.gz usr/share/i18n/charmaps/EUC-KR.gz usr/share/i18n/charmaps/EUC-TW.gz usr/share/i18n/charmaps/GB18030.gz usr/share/i18n/charmaps/GB2312.gz usr/share/i18n/charmaps/GBK.gz usr/share/i18n/charmaps/GB_1988-80.gz usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz usr/share/i18n/charmaps/GEORGIAN-PS.gz usr/share/i18n/charmaps/GOST_19768-74.gz usr/share/i18n/charmaps/GREEK-CCITT.gz usr/share/i18n/charmaps/GREEK7-OLD.gz usr/share/i18n/charmaps/GREEK7.gz usr/share/i18n/charmaps/HP-GREEK8.gz usr/share/i18n/charmaps/HP-ROMAN8.gz usr/share/i18n/charmaps/HP-ROMAN9.gz usr/share/i18n/charmaps/HP-THAI8.gz usr/share/i18n/charmaps/HP-TURKISH8.gz usr/share/i18n/charmaps/IBM037.gz usr/share/i18n/charmaps/IBM038.gz usr/share/i18n/charmaps/IBM1004.gz usr/share/i18n/charmaps/IBM1026.gz usr/share/i18n/charmaps/IBM1047.gz usr/share/i18n/charmaps/IBM1124.gz usr/share/i18n/charmaps/IBM1129.gz usr/share/i18n/charmaps/IBM1132.gz usr/share/i18n/charmaps/IBM1133.gz usr/share/i18n/charmaps/IBM1160.gz usr/share/i18n/charmaps/IBM1161.gz usr/share/i18n/charmaps/IBM1162.gz usr/share/i18n/charmaps/IBM1163.gz usr/share/i18n/charmaps/IBM1164.gz usr/share/i18n/charmaps/IBM256.gz usr/share/i18n/charmaps/IBM273.gz usr/share/i18n/charmaps/IBM274.gz usr/share/i18n/charmaps/IBM275.gz usr/share/i18n/charmaps/IBM277.gz usr/share/i18n/charmaps/IBM278.gz usr/share/i18n/charmaps/IBM280.gz usr/share/i18n/charmaps/IBM281.gz usr/share/i18n/charmaps/IBM284.gz usr/share/i18n/charmaps/IBM285.gz usr/share/i18n/charmaps/IBM290.gz usr/share/i18n/charmaps/IBM297.gz usr/share/i18n/charmaps/IBM420.gz usr/share/i18n/charmaps/IBM423.gz usr/share/i18n/charmaps/IBM424.gz usr/share/i18n/charmaps/IBM437.gz usr/share/i18n/charmaps/IBM500.gz usr/share/i18n/charmaps/IBM850.gz usr/share/i18n/charmaps/IBM851.gz usr/share/i18n/charmaps/IBM852.gz usr/share/i18n/charmaps/IBM855.gz usr/share/i18n/charmaps/IBM856.gz usr/share/i18n/charmaps/IBM857.gz usr/share/i18n/charmaps/IBM860.gz usr/share/i18n/charmaps/IBM861.gz usr/share/i18n/charmaps/IBM862.gz usr/share/i18n/charmaps/IBM863.gz usr/share/i18n/charmaps/IBM864.gz usr/share/i18n/charmaps/IBM865.gz usr/share/i18n/charmaps/IBM866.gz usr/share/i18n/charmaps/IBM866NAV.gz usr/share/i18n/charmaps/IBM868.gz usr/share/i18n/charmaps/IBM869.gz usr/share/i18n/charmaps/IBM870.gz usr/share/i18n/charmaps/IBM871.gz usr/share/i18n/charmaps/IBM874.gz usr/share/i18n/charmaps/IBM875.gz usr/share/i18n/charmaps/IBM880.gz usr/share/i18n/charmaps/IBM891.gz usr/share/i18n/charmaps/IBM903.gz usr/share/i18n/charmaps/IBM904.gz usr/share/i18n/charmaps/IBM905.gz usr/share/i18n/charmaps/IBM918.gz usr/share/i18n/charmaps/IBM922.gz usr/share/i18n/charmaps/IEC_P27-1.gz usr/share/i18n/charmaps/INIS-8.gz usr/share/i18n/charmaps/INIS-CYRILLIC.gz usr/share/i18n/charmaps/INIS.gz usr/share/i18n/charmaps/INVARIANT.gz usr/share/i18n/charmaps/ISIRI-3342.gz usr/share/i18n/charmaps/ISO-8859-1.gz usr/share/i18n/charmaps/ISO-8859-10.gz usr/share/i18n/charmaps/ISO-8859-11.gz usr/share/i18n/charmaps/ISO-8859-13.gz usr/share/i18n/charmaps/ISO-8859-14.gz usr/share/i18n/charmaps/ISO-8859-15.gz usr/share/i18n/charmaps/ISO-8859-16.gz usr/share/i18n/charmaps/ISO-8859-2.gz usr/share/i18n/charmaps/ISO-8859-3.gz usr/share/i18n/charmaps/ISO-8859-4.gz usr/share/i18n/charmaps/ISO-8859-5.gz usr/share/i18n/charmaps/ISO-8859-6.gz usr/share/i18n/charmaps/ISO-8859-7.gz usr/share/i18n/charmaps/ISO-8859-8.gz usr/share/i18n/charmaps/ISO-8859-9.gz usr/share/i18n/charmaps/ISO-8859-9E.gz usr/share/i18n/charmaps/ISO-IR-197.gz usr/share/i18n/charmaps/ISO-IR-209.gz usr/share/i18n/charmaps/ISO-IR-90.gz usr/share/i18n/charmaps/ISO_10367-BOX.gz usr/share/i18n/charmaps/ISO_10646.gz usr/share/i18n/charmaps/ISO_11548-1.gz usr/share/i18n/charmaps/ISO_2033-1983.gz usr/share/i18n/charmaps/ISO_5427-EXT.gz usr/share/i18n/charmaps/ISO_5427.gz usr/share/i18n/charmaps/ISO_5428.gz usr/share/i18n/charmaps/ISO_646.BASIC.gz usr/share/i18n/charmaps/ISO_646.IRV.gz usr/share/i18n/charmaps/ISO_6937-2-25.gz usr/share/i18n/charmaps/ISO_6937-2-ADD.gz usr/share/i18n/charmaps/ISO_6937.gz usr/share/i18n/charmaps/ISO_8859-1,GL.gz usr/share/i18n/charmaps/ISO_8859-SUPP.gz usr/share/i18n/charmaps/IT.gz usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz usr/share/i18n/charmaps/JIS_C6229-1984-A.gz usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-B.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz usr/share/i18n/charmaps/JIS_X0201.gz usr/share/i18n/charmaps/JOHAB.gz usr/share/i18n/charmaps/JUS_I.B1.002.gz usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz usr/share/i18n/charmaps/KOI-8.gz usr/share/i18n/charmaps/KOI8-R.gz usr/share/i18n/charmaps/KOI8-RU.gz usr/share/i18n/charmaps/KOI8-T.gz usr/share/i18n/charmaps/KOI8-U.gz usr/share/i18n/charmaps/KSC5636.gz usr/share/i18n/charmaps/LATIN-GREEK-1.gz usr/share/i18n/charmaps/LATIN-GREEK.gz usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz usr/share/i18n/charmaps/MAC-CYRILLIC.gz usr/share/i18n/charmaps/MAC-IS.gz usr/share/i18n/charmaps/MAC-SAMI.gz usr/share/i18n/charmaps/MAC-UK.gz usr/share/i18n/charmaps/MACINTOSH.gz usr/share/i18n/charmaps/MIK.gz usr/share/i18n/charmaps/MSZ_7795.3.gz usr/share/i18n/charmaps/NATS-DANO-ADD.gz usr/share/i18n/charmaps/NATS-DANO.gz usr/share/i18n/charmaps/NATS-SEFI-ADD.gz usr/share/i18n/charmaps/NATS-SEFI.gz usr/share/i18n/charmaps/NC_NC00-10.gz usr/share/i18n/charmaps/NEXTSTEP.gz usr/share/i18n/charmaps/NF_Z_62-010.gz usr/share/i18n/charmaps/NF_Z_62-010_1973.gz usr/share/i18n/charmaps/NS_4551-1.gz usr/share/i18n/charmaps/NS_4551-2.gz usr/share/i18n/charmaps/PT.gz usr/share/i18n/charmaps/PT154.gz usr/share/i18n/charmaps/PT2.gz usr/share/i18n/charmaps/RK1048.gz usr/share/i18n/charmaps/SAMI-WS2.gz usr/share/i18n/charmaps/SAMI.gz usr/share/i18n/charmaps/SEN_850200_B.gz usr/share/i18n/charmaps/SEN_850200_C.gz usr/share/i18n/charmaps/SHIFT_JIS.gz usr/share/i18n/charmaps/SHIFT_JISX0213.gz usr/share/i18n/charmaps/T.101-G2.gz usr/share/i18n/charmaps/T.61-7BIT.gz usr/share/i18n/charmaps/T.61-8BIT.gz usr/share/i18n/charmaps/TCVN5712-1.gz usr/share/i18n/charmaps/TIS-620.gz usr/share/i18n/charmaps/TSCII.gz usr/share/i18n/charmaps/UTF-8.gz usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz usr/share/i18n/charmaps/VISCII.gz usr/share/i18n/charmaps/WINDOWS-31J.gz usr/share/i18n/locales/POSIX usr/share/i18n/locales/aa_DJ usr/share/i18n/locales/aa_ER usr/share/i18n/locales/aa_ER@saaho usr/share/i18n/locales/aa_ET usr/share/i18n/locales/af_ZA usr/share/i18n/locales/am_ET usr/share/i18n/locales/an_ES usr/share/i18n/locales/ar_AE usr/share/i18n/locales/ar_BH usr/share/i18n/locales/ar_DZ usr/share/i18n/locales/ar_EG usr/share/i18n/locales/ar_IN usr/share/i18n/locales/ar_IQ usr/share/i18n/locales/ar_JO usr/share/i18n/locales/ar_KW usr/share/i18n/locales/ar_LB usr/share/i18n/locales/ar_LY usr/share/i18n/locales/ar_MA usr/share/i18n/locales/ar_OM usr/share/i18n/locales/ar_QA usr/share/i18n/locales/ar_SA usr/share/i18n/locales/ar_SD usr/share/i18n/locales/ar_SY usr/share/i18n/locales/ar_TN usr/share/i18n/locales/ar_YE usr/share/i18n/locales/as_IN usr/share/i18n/locales/ast_ES usr/share/i18n/locales/ayc_PE usr/share/i18n/locales/az_AZ usr/share/i18n/locales/be_BY usr/share/i18n/locales/be_BY@latin usr/share/i18n/locales/bem_ZM usr/share/i18n/locales/ber_DZ usr/share/i18n/locales/ber_MA usr/share/i18n/locales/bg_BG usr/share/i18n/locales/bho_IN usr/share/i18n/locales/bn_BD usr/share/i18n/locales/bn_IN usr/share/i18n/locales/bo_CN usr/share/i18n/locales/bo_IN usr/share/i18n/locales/br_FR usr/share/i18n/locales/br_FR@euro usr/share/i18n/locales/brx_IN usr/share/i18n/locales/bs_BA usr/share/i18n/locales/byn_ER usr/share/i18n/locales/ca_AD usr/share/i18n/locales/ca_ES usr/share/i18n/locales/ca_ES@euro usr/share/i18n/locales/ca_FR usr/share/i18n/locales/ca_IT usr/share/i18n/locales/crh_UA usr/share/i18n/locales/cs_CZ usr/share/i18n/locales/csb_PL usr/share/i18n/locales/cv_RU usr/share/i18n/locales/cy_GB usr/share/i18n/locales/da_DK usr/share/i18n/locales/de_AT usr/share/i18n/locales/de_AT@euro usr/share/i18n/locales/de_BE usr/share/i18n/locales/de_BE@euro usr/share/i18n/locales/de_CH usr/share/i18n/locales/de_DE usr/share/i18n/locales/de_DE@euro usr/share/i18n/locales/de_LU usr/share/i18n/locales/de_LU@euro usr/share/i18n/locales/doi_IN usr/share/i18n/locales/dv_MV usr/share/i18n/locales/dz_BT usr/share/i18n/locales/el_CY usr/share/i18n/locales/el_GR usr/share/i18n/locales/el_GR@euro usr/share/i18n/locales/en_AG usr/share/i18n/locales/en_AU usr/share/i18n/locales/en_BW usr/share/i18n/locales/en_CA usr/share/i18n/locales/en_DK usr/share/i18n/locales/en_GB usr/share/i18n/locales/en_HK usr/share/i18n/locales/en_IE usr/share/i18n/locales/en_IE@euro usr/share/i18n/locales/en_IN usr/share/i18n/locales/en_NG usr/share/i18n/locales/en_NZ usr/share/i18n/locales/en_PH usr/share/i18n/locales/en_SG usr/share/i18n/locales/en_US usr/share/i18n/locales/en_ZA usr/share/i18n/locales/en_ZM usr/share/i18n/locales/en_ZW usr/share/i18n/locales/es_AR usr/share/i18n/locales/es_BO usr/share/i18n/locales/es_CL usr/share/i18n/locales/es_CO usr/share/i18n/locales/es_CR usr/share/i18n/locales/es_CU usr/share/i18n/locales/es_DO usr/share/i18n/locales/es_EC usr/share/i18n/locales/es_ES usr/share/i18n/locales/es_ES@euro usr/share/i18n/locales/es_GT usr/share/i18n/locales/es_HN usr/share/i18n/locales/es_MX usr/share/i18n/locales/es_NI usr/share/i18n/locales/es_PA usr/share/i18n/locales/es_PE usr/share/i18n/locales/es_PR usr/share/i18n/locales/es_PY usr/share/i18n/locales/es_SV usr/share/i18n/locales/es_US usr/share/i18n/locales/es_UY usr/share/i18n/locales/es_VE usr/share/i18n/locales/et_EE usr/share/i18n/locales/eu_ES usr/share/i18n/locales/eu_ES@euro usr/share/i18n/locales/fa_IR usr/share/i18n/locales/ff_SN usr/share/i18n/locales/fi_FI usr/share/i18n/locales/fi_FI@euro usr/share/i18n/locales/fil_PH usr/share/i18n/locales/fo_FO usr/share/i18n/locales/fr_BE usr/share/i18n/locales/fr_BE@euro usr/share/i18n/locales/fr_CA usr/share/i18n/locales/fr_CH usr/share/i18n/locales/fr_FR usr/share/i18n/locales/fr_FR@euro usr/share/i18n/locales/fr_LU usr/share/i18n/locales/fr_LU@euro usr/share/i18n/locales/fur_IT usr/share/i18n/locales/fy_DE usr/share/i18n/locales/fy_NL usr/share/i18n/locales/ga_IE usr/share/i18n/locales/ga_IE@euro usr/share/i18n/locales/gd_GB usr/share/i18n/locales/gez_ER usr/share/i18n/locales/gez_ER@abegede usr/share/i18n/locales/gez_ET usr/share/i18n/locales/gez_ET@abegede usr/share/i18n/locales/gl_ES usr/share/i18n/locales/gl_ES@euro usr/share/i18n/locales/gu_IN usr/share/i18n/locales/gv_GB usr/share/i18n/locales/ha_NG usr/share/i18n/locales/he_IL usr/share/i18n/locales/hi_IN usr/share/i18n/locales/hne_IN usr/share/i18n/locales/hr_HR usr/share/i18n/locales/hsb_DE usr/share/i18n/locales/ht_HT usr/share/i18n/locales/hu_HU usr/share/i18n/locales/hy_AM usr/share/i18n/locales/i18n usr/share/i18n/locales/ia_FR usr/share/i18n/locales/id_ID usr/share/i18n/locales/ig_NG usr/share/i18n/locales/ik_CA usr/share/i18n/locales/is_IS usr/share/i18n/locales/iso14651_t1 usr/share/i18n/locales/iso14651_t1_common usr/share/i18n/locales/iso14651_t1_pinyin usr/share/i18n/locales/it_CH usr/share/i18n/locales/it_IT usr/share/i18n/locales/it_IT@euro usr/share/i18n/locales/iu_CA usr/share/i18n/locales/iw_IL usr/share/i18n/locales/ja_JP usr/share/i18n/locales/ka_GE usr/share/i18n/locales/kk_KZ usr/share/i18n/locales/kl_GL usr/share/i18n/locales/km_KH usr/share/i18n/locales/kn_IN usr/share/i18n/locales/ko_KR usr/share/i18n/locales/kok_IN usr/share/i18n/locales/ks_IN usr/share/i18n/locales/ks_IN@devanagari usr/share/i18n/locales/ku_TR usr/share/i18n/locales/kw_GB usr/share/i18n/locales/ky_KG usr/share/i18n/locales/lb_LU usr/share/i18n/locales/lg_UG usr/share/i18n/locales/li_BE usr/share/i18n/locales/li_NL usr/share/i18n/locales/lij_IT usr/share/i18n/locales/lo_LA usr/share/i18n/locales/lt_LT usr/share/i18n/locales/lv_LV usr/share/i18n/locales/mag_IN usr/share/i18n/locales/mai_IN usr/share/i18n/locales/mg_MG usr/share/i18n/locales/mhr_RU usr/share/i18n/locales/mi_NZ usr/share/i18n/locales/mk_MK usr/share/i18n/locales/ml_IN usr/share/i18n/locales/mn_MN usr/share/i18n/locales/mni_IN usr/share/i18n/locales/mr_IN usr/share/i18n/locales/ms_MY usr/share/i18n/locales/mt_MT usr/share/i18n/locales/my_MM usr/share/i18n/locales/nan_TW@latin usr/share/i18n/locales/nb_NO usr/share/i18n/locales/nds_DE usr/share/i18n/locales/nds_NL usr/share/i18n/locales/ne_NP usr/share/i18n/locales/nhn_MX usr/share/i18n/locales/niu_NU usr/share/i18n/locales/niu_NZ usr/share/i18n/locales/nl_AW usr/share/i18n/locales/nl_BE usr/share/i18n/locales/nl_BE@euro usr/share/i18n/locales/nl_NL usr/share/i18n/locales/nl_NL@euro usr/share/i18n/locales/nn_NO usr/share/i18n/locales/nr_ZA usr/share/i18n/locales/nso_ZA usr/share/i18n/locales/oc_FR usr/share/i18n/locales/om_ET usr/share/i18n/locales/om_KE usr/share/i18n/locales/or_IN usr/share/i18n/locales/os_RU usr/share/i18n/locales/pa_IN usr/share/i18n/locales/pa_PK usr/share/i18n/locales/pap_AN usr/share/i18n/locales/pl_PL usr/share/i18n/locales/ps_AF usr/share/i18n/locales/pt_BR usr/share/i18n/locales/pt_PT usr/share/i18n/locales/pt_PT@euro usr/share/i18n/locales/ro_RO usr/share/i18n/locales/ru_RU usr/share/i18n/locales/ru_UA usr/share/i18n/locales/rw_RW usr/share/i18n/locales/sa_IN usr/share/i18n/locales/sat_IN usr/share/i18n/locales/sc_IT usr/share/i18n/locales/sd_IN usr/share/i18n/locales/sd_IN@devanagari usr/share/i18n/locales/se_NO usr/share/i18n/locales/shs_CA usr/share/i18n/locales/si_LK usr/share/i18n/locales/sid_ET usr/share/i18n/locales/sk_SK usr/share/i18n/locales/sl_SI usr/share/i18n/locales/so_DJ usr/share/i18n/locales/so_ET usr/share/i18n/locales/so_KE usr/share/i18n/locales/so_SO usr/share/i18n/locales/sq_AL usr/share/i18n/locales/sq_MK usr/share/i18n/locales/sr_ME usr/share/i18n/locales/sr_RS usr/share/i18n/locales/sr_RS@latin usr/share/i18n/locales/ss_ZA usr/share/i18n/locales/st_ZA usr/share/i18n/locales/sv_FI usr/share/i18n/locales/sv_FI@euro usr/share/i18n/locales/sv_SE usr/share/i18n/locales/sw_KE usr/share/i18n/locales/sw_TZ usr/share/i18n/locales/szl_PL usr/share/i18n/locales/ta_IN usr/share/i18n/locales/ta_LK usr/share/i18n/locales/te_IN usr/share/i18n/locales/tg_TJ usr/share/i18n/locales/th_TH usr/share/i18n/locales/ti_ER usr/share/i18n/locales/ti_ET usr/share/i18n/locales/tig_ER usr/share/i18n/locales/tk_TM usr/share/i18n/locales/tl_PH usr/share/i18n/locales/tn_ZA usr/share/i18n/locales/tr_CY usr/share/i18n/locales/tr_TR usr/share/i18n/locales/translit_circle usr/share/i18n/locales/translit_cjk_compat usr/share/i18n/locales/translit_cjk_variants usr/share/i18n/locales/translit_combining usr/share/i18n/locales/translit_compat usr/share/i18n/locales/translit_font usr/share/i18n/locales/translit_fraction usr/share/i18n/locales/translit_hangul usr/share/i18n/locales/translit_narrow usr/share/i18n/locales/translit_neutral usr/share/i18n/locales/translit_small usr/share/i18n/locales/translit_wide usr/share/i18n/locales/ts_ZA usr/share/i18n/locales/tt_RU usr/share/i18n/locales/tt_RU@iqtelif usr/share/i18n/locales/ug_CN usr/share/i18n/locales/uk_UA usr/share/i18n/locales/unm_US usr/share/i18n/locales/ur_IN usr/share/i18n/locales/ur_PK usr/share/i18n/locales/uz_UZ usr/share/i18n/locales/uz_UZ@cyrillic usr/share/i18n/locales/ve_ZA usr/share/i18n/locales/vi_VN usr/share/i18n/locales/wa_BE usr/share/i18n/locales/wa_BE@euro usr/share/i18n/locales/wae_CH usr/share/i18n/locales/wal_ET usr/share/i18n/locales/wo_SN usr/share/i18n/locales/xh_ZA usr/share/i18n/locales/yi_US usr/share/i18n/locales/yo_NG usr/share/i18n/locales/yue_HK usr/share/i18n/locales/zh_CN usr/share/i18n/locales/zh_HK usr/share/i18n/locales/zh_SG usr/share/i18n/locales/zh_TW usr/share/i18n/locales/zu_ZA usr/share/icons usr/share/info/bash.info.gz usr/share/info/coreutils.info.gz usr/share/info/dir usr/share/info/find-maint.info.gz usr/share/info/find.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/info.info.gz usr/share/info/libidn.info.gz usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh -usr/share/licenses/elfutils-0.168/COPYING -usr/share/licenses/elfutils-0.168/COPYING-GPLV2 -usr/share/licenses/elfutils-0.168/COPYING-LGPLV3 -usr/share/licenses/glib2-2.50.3/COPYING +usr/share/licenses/elfutils-0.172/COPYING +usr/share/licenses/elfutils-0.172/COPYING-GPLV2 +usr/share/licenses/elfutils-0.172/COPYING-LGPLV3 +usr/share/licenses/glib2-2.56.1/COPYING usr/share/licenses/gmp-6.0.0/COPYING usr/share/licenses/gmp-6.0.0/COPYING.LESSERv3 usr/share/licenses/gmp-6.0.0/COPYINGv2 usr/share/licenses/gmp-6.0.0/COPYINGv3 usr/share/licenses/krb5-libs-1.15.1/LICENSE usr/share/licenses/libsepol-2.5/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/af/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/be/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/bg/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ca/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/cs/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/da/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libidn.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/de/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/el/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eo/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/es/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/et/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/eu/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fi/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fr/LC_TIME/coreutils.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ga/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/gl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hr/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hu/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ia/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/id/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/it/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ja/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/kk/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ko/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lg/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/locale.alias %%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/lt/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nb/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/nl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pt_BR/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ro/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ru/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sk/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sv/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/tr/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/uk/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/vi/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_CN/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_TW/LC_TIME/coreutils.mo usr/share/lsb/4.1/modules/core/core-4.1-amd64 usr/share/lsb/4.1/modules/core/core-4.1-ia32 usr/share/lsb/4.1/modules/core/core-4.1-noarch usr/share/lsb/4.1/modules/core/security-4.1-amd64 usr/share/lsb/4.1/modules/core/security-4.1-ia32 usr/share/lsb/4.1/modules/core/security-4.1-noarch usr/share/lsb/4.1/submodules/core-4.1-amd64 usr/share/lsb/4.1/submodules/core-4.1-ia32 usr/share/lsb/4.1/submodules/core-4.1-noarch usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/arch.1.gz usr/share/man/man1/base64.1.gz usr/share/man/man1/basename.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug-64.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/cal.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cat.1.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/chcon.1.gz usr/share/man/man1/chfn.1.gz usr/share/man/man1/chgrp.1.gz usr/share/man/man1/chmod.1.gz usr/share/man/man1/chown.1.gz usr/share/man/man1/chroot.1.gz usr/share/man/man1/chrt.1.gz usr/share/man/man1/chsh.1.gz usr/share/man/man1/cksum.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/col.1.gz usr/share/man/man1/colcrt.1.gz usr/share/man/man1/colrm.1.gz usr/share/man/man1/column.1.gz usr/share/man/man1/comm.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/cp.1.gz usr/share/man/man1/csplit.1.gz usr/share/man/man1/cut.1.gz usr/share/man/man1/date.1.gz usr/share/man/man1/dd.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/df.1.gz usr/share/man/man1/dir.1.gz usr/share/man/man1/dircolors.1.gz usr/share/man/man1/dirname.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/dmesg.1.gz usr/share/man/man1/du.1.gz usr/share/man/man1/echo.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/eject.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/env.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/expand.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/expr.1.gz usr/share/man/man1/factor.1.gz usr/share/man/man1/fallocate.1.gz usr/share/man/man1/false.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/find.1.gz usr/share/man/man1/flock.1.gz usr/share/man/man1/fmt.1.gz usr/share/man/man1/fold.1.gz usr/share/man/man1/gapplication.1.gz usr/share/man/man1/gdbus.1.gz usr/share/man/man1/getopt.1.gz usr/share/man/man1/getopts.1.gz -usr/share/man/man1/gio.1.gz usr/share/man/man1/gio-querymodules.1.gz +usr/share/man/man1/gio.1.gz usr/share/man/man1/glib-compile-schemas.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/groups.1.gz usr/share/man/man1/gsettings.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/head.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/hexdump.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/hostid.1.gz usr/share/man/man1/id.1.gz usr/share/man/man1/idn.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infokey.1.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/install.1.gz usr/share/man/man1/ionice.1.gz usr/share/man/man1/ipcmk.1.gz usr/share/man/man1/ipcrm.1.gz usr/share/man/man1/ipcs.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/join.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/kill.1.gz usr/share/man/man1/less.1.gz usr/share/man/man1/lessecho.1.gz usr/share/man/man1/lesskey.1.gz usr/share/man/man1/let.1.gz usr/share/man/man1/link.1.gz usr/share/man/man1/ln.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/logger.1.gz usr/share/man/man1/login.1.gz usr/share/man/man1/logname.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/look.1.gz usr/share/man/man1/ls.1.gz usr/share/man/man1/lsattr.1.gz usr/share/man/man1/lsb_release.1.gz usr/share/man/man1/lscpu.1.gz usr/share/man/man1/lsipc.1.gz usr/share/man/man1/lslogins.1.gz +usr/share/man/man1/lsmem.1.gz usr/share/man/man1/mapfile.1.gz usr/share/man/man1/mcookie.1.gz usr/share/man/man1/md5sum.1.gz usr/share/man/man1/mkdir.1.gz usr/share/man/man1/mkfifo.1.gz usr/share/man/man1/mknod.1.gz usr/share/man/man1/mktemp.1.gz usr/share/man/man1/more.1.gz usr/share/man/man1/mountpoint.1.gz usr/share/man/man1/mv.1.gz usr/share/man/man1/namei.1.gz usr/share/man/man1/nice.1.gz usr/share/man/man1/nl.1.gz usr/share/man/man1/nohup.1.gz usr/share/man/man1/nproc.1.gz usr/share/man/man1/nsenter.1.gz usr/share/man/man1/numfmt.1.gz usr/share/man/man1/od.1.gz usr/share/man/man1/oldfind.1.gz usr/share/man/man1/paste.1.gz usr/share/man/man1/pathchk.1.gz usr/share/man/man1/pinky.1.gz usr/share/man/man1/popd.1.gz usr/share/man/man1/pr.1.gz usr/share/man/man1/printenv.1.gz usr/share/man/man1/printf.1.gz usr/share/man/man1/prlimit.1.gz usr/share/man/man1/ptx.1.gz usr/share/man/man1/pushd.1.gz usr/share/man/man1/pwd.1.gz usr/share/man/man1/read.1.gz usr/share/man/man1/readlink.1.gz usr/share/man/man1/readonly.1.gz usr/share/man/man1/realpath.1.gz usr/share/man/man1/rename.1.gz usr/share/man/man1/renice.1.gz usr/share/man/man1/reset.1.gz usr/share/man/man1/return.1.gz usr/share/man/man1/rev.1.gz usr/share/man/man1/rm.1.gz usr/share/man/man1/rmdir.1.gz usr/share/man/man1/runcon.1.gz usr/share/man/man1/runuser.1.gz usr/share/man/man1/script.1.gz usr/share/man/man1/scriptreplay.1.gz usr/share/man/man1/sed.1.gz usr/share/man/man1/seq.1.gz usr/share/man/man1/set.1.gz usr/share/man/man1/setpriv.1.gz usr/share/man/man1/setsid.1.gz usr/share/man/man1/setterm.1.gz usr/share/man/man1/sh.1.gz usr/share/man/man1/sha1sum.1.gz usr/share/man/man1/sha224sum.1.gz usr/share/man/man1/sha256sum.1.gz usr/share/man/man1/sha384sum.1.gz usr/share/man/man1/sha512sum.1.gz usr/share/man/man1/shift.1.gz usr/share/man/man1/shopt.1.gz usr/share/man/man1/shred.1.gz usr/share/man/man1/shuf.1.gz usr/share/man/man1/sleep.1.gz usr/share/man/man1/sort.1.gz usr/share/man/man1/source.1.gz usr/share/man/man1/split.1.gz usr/share/man/man1/stat.1.gz usr/share/man/man1/stdbuf.1.gz usr/share/man/man1/stty.1.gz usr/share/man/man1/su.1.gz usr/share/man/man1/sum.1.gz usr/share/man/man1/suspend.1.gz usr/share/man/man1/sync.1.gz usr/share/man/man1/tabs.1.gz usr/share/man/man1/tac.1.gz usr/share/man/man1/tail.1.gz usr/share/man/man1/tailf.1.gz usr/share/man/man1/taskset.1.gz usr/share/man/man1/tee.1.gz usr/share/man/man1/test.1.gz usr/share/man/man1/tic.1m.gz usr/share/man/man1/timeout.1.gz usr/share/man/man1/times.1.gz usr/share/man/man1/toe.1m.gz usr/share/man/man1/touch.1.gz usr/share/man/man1/tput.1.gz usr/share/man/man1/tr.1.gz usr/share/man/man1/trap.1.gz usr/share/man/man1/true.1.gz usr/share/man/man1/truncate.1.gz usr/share/man/man1/tset.1.gz usr/share/man/man1/tsort.1.gz usr/share/man/man1/tty.1.gz usr/share/man/man1/type.1.gz usr/share/man/man1/typeset.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/ulimit.1.gz usr/share/man/man1/umask.1.gz usr/share/man/man1/unalias.1.gz usr/share/man/man1/uname.1.gz usr/share/man/man1/unexpand.1.gz usr/share/man/man1/uniq.1.gz usr/share/man/man1/unlink.1.gz usr/share/man/man1/unset.1.gz usr/share/man/man1/unshare.1.gz usr/share/man/man1/users.1.gz usr/share/man/man1/utmpdump.1.gz usr/share/man/man1/uuidgen.1.gz usr/share/man/man1/vdir.1.gz usr/share/man/man1/wait.1.gz usr/share/man/man1/wc.1.gz usr/share/man/man1/whereis.1.gz usr/share/man/man1/which.1.gz usr/share/man/man1/who.1.gz usr/share/man/man1/whoami.1.gz usr/share/man/man1/write.1.gz usr/share/man/man1/xargs.1.gz usr/share/man/man1/yes.1.gz usr/share/man/man5/.k5identity.5.gz usr/share/man/man5/.k5login.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/ext2.5.gz usr/share/man/man5/ext3.5.gz usr/share/man/man5/ext4.5.gz usr/share/man/man5/fstab.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/k5identity.5.gz usr/share/man/man5/k5login.5.gz usr/share/man/man5/krb5.conf.5.gz usr/share/man/man5/mke2fs.conf.5.gz usr/share/man/man5/request-key.conf.5.gz usr/share/man/man5/term.5.gz usr/share/man/man5/terminfo.5.gz usr/share/man/man7/term.7.gz usr/share/man/man8/addpart.8.gz usr/share/man/man8/agetty.8.gz usr/share/man/man8/badblocks.8.gz usr/share/man/man8/blkdiscard.8.gz usr/share/man/man8/blkid.8.gz usr/share/man/man8/blockdev.8.gz usr/share/man/man8/cfdisk.8.gz usr/share/man/man8/chcpu.8.gz +usr/share/man/man8/chmem.8.gz usr/share/man/man8/clock.8.gz usr/share/man/man8/ctrlaltdel.8.gz usr/share/man/man8/cytune.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/delpart.8.gz usr/share/man/man8/dumpe2fs.8.gz usr/share/man/man8/e2freefrag.8.gz usr/share/man/man8/e2fsck.8.gz usr/share/man/man8/e2image.8.gz usr/share/man/man8/e2label.8.gz usr/share/man/man8/e2undo.8.gz usr/share/man/man8/e4defrag.8.gz usr/share/man/man8/fdformat.8.gz usr/share/man/man8/fdisk.8.gz usr/share/man/man8/filefrag.8.gz usr/share/man/man8/findfs.8.gz usr/share/man/man8/findmnt.8.gz usr/share/man/man8/fsck.8.gz usr/share/man/man8/fsck.cramfs.8.gz usr/share/man/man8/fsck.ext2.8.gz usr/share/man/man8/fsck.ext3.8.gz usr/share/man/man8/fsck.ext4.8.gz usr/share/man/man8/fsck.minix.8.gz usr/share/man/man8/fsfreeze.8.gz usr/share/man/man8/fstrim.8.gz usr/share/man/man8/getcap.8.gz usr/share/man/man8/getpcaps.8.gz usr/share/man/man8/hwclock.8.gz usr/share/man/man8/i386.8.gz usr/share/man/man8/isosize.8.gz usr/share/man/man8/key.dns_resolver.8.gz usr/share/man/man8/ldattach.8.gz usr/share/man/man8/linux32.8.gz usr/share/man/man8/linux64.8.gz usr/share/man/man8/logsave.8.gz usr/share/man/man8/losetup.8.gz usr/share/man/man8/lsblk.8.gz usr/share/man/man8/lslocks.8.gz usr/share/man/man8/lsns.8.gz usr/share/man/man8/mke2fs.8.gz usr/share/man/man8/mkfs.8.gz usr/share/man/man8/mkfs.cramfs.8.gz usr/share/man/man8/mkfs.ext2.8.gz usr/share/man/man8/mkfs.ext3.8.gz usr/share/man/man8/mkfs.ext4.8.gz usr/share/man/man8/mkfs.minix.8.gz usr/share/man/man8/mklost+found.8.gz usr/share/man/man8/mkswap.8.gz usr/share/man/man8/mount.8.gz usr/share/man/man8/nologin.8.gz usr/share/man/man8/partx.8.gz usr/share/man/man8/pivot_root.8.gz usr/share/man/man8/raw.8.gz usr/share/man/man8/rawdevices.8.gz usr/share/man/man8/readprofile.8.gz usr/share/man/man8/request-key.8.gz usr/share/man/man8/resize2fs.8.gz usr/share/man/man8/resizepart.8.gz usr/share/man/man8/rtcwake.8.gz usr/share/man/man8/setarch.8.gz usr/share/man/man8/setcap.8.gz usr/share/man/man8/setserial.8.gz usr/share/man/man8/sfdisk.8.gz usr/share/man/man8/sulogin.8.gz usr/share/man/man8/swaplabel.8.gz usr/share/man/man8/swapoff.8.gz usr/share/man/man8/swapon.8.gz usr/share/man/man8/switch_root.8.gz usr/share/man/man8/tune2fs.8.gz usr/share/man/man8/umount.8.gz usr/share/man/man8/wdctl.8.gz usr/share/man/man8/wipefs.8.gz usr/share/man/man8/x86_64.8.gz usr/share/man/man8/zramctl.8.gz usr/share/redhat-release usr/share/tabset/std usr/share/tabset/stdcrt usr/share/tabset/vt100 usr/share/tabset/vt300 usr/share/terminfo/A/Apple_Terminal usr/share/terminfo/E/Eterm usr/share/terminfo/E/Eterm-256color usr/share/terminfo/E/Eterm-88color usr/share/terminfo/E/Eterm-color usr/share/terminfo/a/ansi usr/share/terminfo/a/ansi80x25 usr/share/terminfo/a/ansis usr/share/terminfo/a/aterm usr/share/terminfo/b/bterm usr/share/terminfo/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/e/eterm usr/share/terminfo/e/eterm-color usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-256color usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 usr/share/terminfo/k/konsole usr/share/terminfo/k/konsole-256color usr/share/terminfo/l/linux usr/share/terminfo/m/mach usr/share/terminfo/m/mach-bold usr/share/terminfo/m/mach-color usr/share/terminfo/m/mach-gnu usr/share/terminfo/m/mach-gnu-color usr/share/terminfo/m/mlterm usr/share/terminfo/m/mrxvt usr/share/terminfo/n/nsterm usr/share/terminfo/n/nxterm usr/share/terminfo/p/pcansi usr/share/terminfo/p/putty usr/share/terminfo/p/putty-256color usr/share/terminfo/p/putty-sco usr/share/terminfo/p/putty-vt100 usr/share/terminfo/r/rxvt usr/share/terminfo/r/rxvt-16color usr/share/terminfo/r/rxvt-256color usr/share/terminfo/r/rxvt-88color usr/share/terminfo/r/rxvt-basic usr/share/terminfo/r/rxvt-color usr/share/terminfo/r/rxvt-cygwin usr/share/terminfo/r/rxvt-cygwin-native usr/share/terminfo/r/rxvt-unicode usr/share/terminfo/r/rxvt-xpm usr/share/terminfo/s/screen usr/share/terminfo/s/screen-16color usr/share/terminfo/s/screen-256color usr/share/terminfo/s/screen.Eterm usr/share/terminfo/s/screen.gnome usr/share/terminfo/s/screen.konsole usr/share/terminfo/s/screen.linux usr/share/terminfo/s/screen.mlterm usr/share/terminfo/s/screen.mrxvt usr/share/terminfo/s/screen.rxvt usr/share/terminfo/s/screen.teraterm usr/share/terminfo/s/screen.vte usr/share/terminfo/s/screen.xterm-new usr/share/terminfo/s/screen.xterm-r6 usr/share/terminfo/s/screen.xterm-xfree86 usr/share/terminfo/s/simpleterm usr/share/terminfo/s/st usr/share/terminfo/s/st-16color usr/share/terminfo/s/st-256color usr/share/terminfo/s/sun usr/share/terminfo/s/sun1 usr/share/terminfo/s/sun2 usr/share/terminfo/t/teraterm usr/share/terminfo/t/teraterm2.3 usr/share/terminfo/v/vs100 usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-am usr/share/terminfo/v/vt100-nav usr/share/terminfo/v/vt102 usr/share/terminfo/v/vt200 usr/share/terminfo/v/vt220 usr/share/terminfo/v/vt52 usr/share/terminfo/v/vte usr/share/terminfo/v/vte-256color usr/share/terminfo/v/vwmterm usr/share/terminfo/w/wsvt25 usr/share/terminfo/w/wsvt25m usr/share/terminfo/x/xfce usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-1002 usr/share/terminfo/x/xterm-1003 usr/share/terminfo/x/xterm-16color usr/share/terminfo/x/xterm-24 usr/share/terminfo/x/xterm-256color usr/share/terminfo/x/xterm-88color usr/share/terminfo/x/xterm-8bit usr/share/terminfo/x/xterm-basic usr/share/terminfo/x/xterm-bold usr/share/terminfo/x/xterm-color usr/share/terminfo/x/xterm-hp usr/share/terminfo/x/xterm-new usr/share/terminfo/x/xterm-nic usr/share/terminfo/x/xterm-noapp usr/share/terminfo/x/xterm-old usr/share/terminfo/x/xterm-pcolor usr/share/terminfo/x/xterm-r5 usr/share/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-sco usr/share/terminfo/x/xterm-sun usr/share/terminfo/x/xterm-utf8 usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-vt52 usr/share/terminfo/x/xterm-xf86-v32 usr/share/terminfo/x/xterm-xf86-v33 usr/share/terminfo/x/xterm-xf86-v333 usr/share/terminfo/x/xterm-xf86-v40 usr/share/terminfo/x/xterm-xf86-v43 usr/share/terminfo/x/xterm-xf86-v44 usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-xi usr/share/terminfo/x/xterms usr/tmp @rmtry var/cache/ldconfig/aux-cache var/db/Makefile var/mail @dir dev @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/bash_completion.d @dir etc/gss/mech.d @dir etc/krb5.conf.d @dir etc/ld.so.conf.d @dir etc/opt @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d @dir etc/popt.d @dir etc/request-key.d @dir etc/sysconfig @dir etc/terminfo @dir etc/xdg/autostart @dir etc/xinetd.d @dir opt @dir srv @dir usr/lib/gio/modules @dir usr/lib64/gio/modules @dir var/adm @dir var/cache/ldconfig @dir var/empty @dir var/games @dir var/gopher @dir var/kerberos/krb5/user @dir var/lib/games @dir var/lib/misc @dir var/lib/rpm-state @dir var/local @dir var/nis @dir var/opt @dir var/preserve @dir var/spool/lpd @dir var/spool/mail @dir var/yp @dir %%LINUXBASE%% @comment These directories may have filesystems mounted and then it may not be @comment possible to change their mode and timestamp like @dir tries to do. @postexec mkdir -p %D/dev/shm @postunexec rmdir %D/dev/shm 2>/dev/null || true @postexec mkdir -p %D/proc @postunexec rmdir %D/proc 2>/dev/null || true @postexec mkdir -p %D/sys @postunexec rmdir %D/sys 2>/dev/null || true @postexec %D/usr/sbin/ldconfig @postexec %D/usr/bin/gio-querymodules-32 /usr/lib/gio/modules @postexec %D/usr/bin/gio-querymodules-64 /usr/lib64/gio/modules Index: head/emulators/linux_base-c7/pkg-plist.i386 =================================================================== --- head/emulators/linux_base-c7/pkg-plist.i386 (revision 503721) +++ head/emulators/linux_base-c7/pkg-plist.i386 (revision 503722) @@ -1,2769 +1,2765 @@ @preexec [ -n "`/sbin/sysctl -q %%SYSCTLMIB%%`" ] || ( echo "Cannot install package: kernel missing Linux support" >&2; exit 1 ) -@comment The command below may be removed after FreeBSD 10.3 EoL 2018-04-30 -@preexec [ ! -e %D/usr/share/icons -o -L %D/usr/share/icons ] || ( cd %D/usr/share && find icons | cpio -dumpl --quiet %%LOCALBASE%%/share && rm -r icons ) bin etc/DIR_COLORS etc/DIR_COLORS.256color etc/DIR_COLORS.lightbgcolor etc/GREP_COLORS etc/aliases etc/bashrc etc/centos-release etc/centos-release-upstream etc/csh.cshrc etc/csh.login etc/default/nss etc/e2fsck.conf etc/environment etc/filesystems etc/host.conf etc/hosts etc/hosts.allow etc/hosts.deny etc/inputrc etc/issue etc/issue.net @sample etc/krb5.conf.sample @rmtry etc/ld.so.cache etc/ld.so.conf etc/lsb-release.d/core-4.1-ia32 etc/lsb-release.d/core-4.1-noarch etc/mke2fs.conf etc/mtab @sample etc/nsswitch.conf.sample etc/os-release etc/pam.d/chfn etc/pam.d/chsh etc/pam.d/login etc/pam.d/remote etc/pam.d/runuser etc/pam.d/runuser-l etc/pam.d/su etc/pam.d/su-l etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Debug-7 etc/pki/rpm-gpg/RPM-GPG-KEY-CentOS-Testing-7 etc/prelink.conf.d/nss-softokn-prelink.conf etc/profile etc/profile.d/colorgrep.csh etc/profile.d/colorgrep.sh etc/profile.d/colorls.csh etc/profile.d/colorls.sh +etc/profile.d/csh.local etc/profile.d/less.csh etc/profile.d/less.sh +etc/profile.d/sh.local etc/profile.d/which2.csh etc/profile.d/which2.sh etc/redhat-lsb/lsb_killproc etc/redhat-lsb/lsb_log_message etc/redhat-lsb/lsb_pidofproc etc/redhat-lsb/lsb_start_daemon etc/redhat-release etc/request-key.conf etc/rpc etc/rpm/macros.dist etc/securetty etc/shells etc/skel/.bash_logout etc/skel/.bash_profile etc/skel/.bashrc etc/subgid etc/subuid etc/system-release etc/system-release-cpe etc/yum.repos.d/CentOS-Base.repo etc/yum.repos.d/CentOS-CR.repo etc/yum.repos.d/CentOS-Debuginfo.repo etc/yum.repos.d/CentOS-Media.repo etc/yum.repos.d/CentOS-Sources.repo etc/yum.repos.d/CentOS-Vault.repo etc/yum.repos.d/CentOS-fasttrack.repo etc/yum/vars/infra lib run sbin usr/bin/[ usr/bin/alias usr/bin/arch usr/bin/base64 usr/bin/basename usr/bin/bash usr/bin/bashbug usr/bin/bashbug-32 usr/bin/berkeley_db47_svc usr/bin/bg usr/bin/bunzip2 usr/bin/bzcat usr/bin/bzcmp usr/bin/bzdiff usr/bin/bzgrep usr/bin/bzip2 usr/bin/bzip2recover usr/bin/bzless usr/bin/bzmore usr/bin/cal usr/bin/captoinfo usr/bin/cat usr/bin/catchsegv usr/bin/cd usr/bin/chattr usr/bin/chcon usr/bin/chfn usr/bin/chgrp +usr/bin/chmem usr/bin/chmod usr/bin/chown usr/bin/chrt usr/bin/chsh usr/bin/cksum usr/bin/clear usr/bin/col usr/bin/colcrt usr/bin/colrm usr/bin/column usr/bin/comm usr/bin/command usr/bin/cp usr/bin/csplit usr/bin/cut usr/bin/cytune usr/bin/date usr/bin/db47_archive usr/bin/db47_checkpoint usr/bin/db47_codegen usr/bin/db47_deadlock usr/bin/db47_dump usr/bin/db47_hotbackup usr/bin/db47_load usr/bin/db47_printlog usr/bin/db47_recover usr/bin/db47_stat usr/bin/db47_upgrade usr/bin/db47_verify usr/bin/dd usr/bin/df usr/bin/dir usr/bin/dircolors usr/bin/dirname usr/bin/dmesg usr/bin/du usr/bin/echo usr/bin/egrep usr/bin/eject usr/bin/env usr/bin/eu-addr2line usr/bin/eu-ar usr/bin/eu-elfcmp usr/bin/eu-elfcompress usr/bin/eu-elflint usr/bin/eu-findtextrel usr/bin/eu-make-debug-archive usr/bin/eu-nm usr/bin/eu-objdump usr/bin/eu-ranlib usr/bin/eu-readelf usr/bin/eu-size usr/bin/eu-stack usr/bin/eu-strings usr/bin/eu-strip usr/bin/eu-unstrip usr/bin/expand usr/bin/expr usr/bin/factor usr/bin/fallocate usr/bin/false usr/bin/fc usr/bin/fg usr/bin/fgrep usr/bin/find usr/bin/findmnt usr/bin/flock usr/bin/fmt usr/bin/fold usr/bin/gapplication usr/bin/gdbus usr/bin/gencat usr/bin/getconf usr/bin/getent usr/bin/getopt usr/bin/getopts usr/bin/gio usr/bin/gio-querymodules-32 usr/bin/glib-compile-schemas usr/bin/grep usr/bin/groups usr/bin/gsettings usr/bin/head usr/bin/hexdump usr/bin/hostid usr/bin/i386 usr/bin/iconv usr/bin/id usr/bin/idn usr/bin/info usr/bin/infocmp usr/bin/infokey usr/bin/infotocap usr/bin/install usr/bin/ionice usr/bin/ipcmk usr/bin/ipcrm usr/bin/ipcs usr/bin/isosize usr/bin/jobs usr/bin/join usr/bin/keyctl usr/bin/kill usr/bin/ldd usr/bin/lddlibc4 usr/bin/less usr/bin/lessecho usr/bin/lesskey usr/bin/lesspipe.sh usr/bin/link usr/bin/linux32 usr/bin/linux64 usr/bin/ln usr/bin/locale usr/bin/localedef usr/bin/logger usr/bin/login usr/bin/logname usr/bin/look usr/bin/ls usr/bin/lsattr usr/bin/lsb_release usr/bin/lsblk usr/bin/lscpu usr/bin/lsipc usr/bin/lslocks usr/bin/lslogins +usr/bin/lsmem usr/bin/lsns usr/bin/makedb usr/bin/mcookie usr/bin/md5sum usr/bin/mkdir usr/bin/mkfifo usr/bin/mknod usr/bin/mktemp usr/bin/more usr/bin/mount usr/bin/mountpoint usr/bin/mv usr/bin/namei usr/bin/nice usr/bin/nl usr/bin/nohup usr/bin/nproc usr/bin/nsenter usr/bin/numfmt usr/bin/od usr/bin/oldfind usr/bin/paste usr/bin/pathchk usr/bin/pinky usr/bin/pldd usr/bin/pr usr/bin/printenv usr/bin/printf usr/bin/prlimit usr/bin/ptx usr/bin/pwd usr/bin/raw usr/bin/read usr/bin/readlink usr/bin/realpath usr/bin/redhat_lsb_init usr/bin/rename usr/bin/renice usr/bin/reset usr/bin/rev usr/bin/rm usr/bin/rmdir usr/bin/rpcgen usr/bin/runcon usr/bin/script usr/bin/scriptreplay usr/bin/sed usr/bin/seq usr/bin/setarch usr/bin/setpriv usr/bin/setserial usr/bin/setsid usr/bin/setterm usr/bin/sh usr/bin/sha1sum usr/bin/sha224sum usr/bin/sha256sum usr/bin/sha384sum usr/bin/sha512sum usr/bin/shred usr/bin/shuf usr/bin/sleep usr/bin/sort usr/bin/sotruss usr/bin/split usr/bin/sprof usr/bin/stat usr/bin/stdbuf usr/bin/stty usr/bin/sum usr/bin/sync usr/bin/tabs usr/bin/tac usr/bin/tail usr/bin/tailf usr/bin/taskset usr/bin/tee usr/bin/test usr/bin/testgdbm usr/bin/tic usr/bin/timeout usr/bin/toe usr/bin/touch usr/bin/tput usr/bin/tr usr/bin/true usr/bin/truncate usr/bin/tset usr/bin/tsort usr/bin/tty usr/bin/tzselect usr/bin/ul usr/bin/umask usr/bin/umount usr/bin/unalias usr/bin/uname usr/bin/unexpand usr/bin/uniq usr/bin/unlink usr/bin/unshare usr/bin/users usr/bin/utmpdump usr/bin/uuidgen usr/bin/vdir usr/bin/wait usr/bin/wc usr/bin/wdctl usr/bin/whereis usr/bin/which usr/bin/who usr/bin/whoami usr/bin/write usr/bin/xargs usr/bin/yes usr/lib/audit/sotruss-lib.so usr/lib/db4.7.25/libdb.so usr/lib/db4.7.25/libdb_cxx.so usr/lib/dracut/dracut.conf.d/50-nss-softokn.conf usr/lib/dracut/modules.d/05nss-softokn/module-setup.sh usr/lib/fipscheck/libgmp.so.10.2.0.hmac usr/lib/fipscheck/libgmp.so.10.hmac usr/lib/gconv/ANSI_X3.110.so usr/lib/gconv/ARMSCII-8.so usr/lib/gconv/ASMO_449.so usr/lib/gconv/BIG5.so usr/lib/gconv/BIG5HKSCS.so usr/lib/gconv/BRF.so usr/lib/gconv/CP10007.so usr/lib/gconv/CP1125.so usr/lib/gconv/CP1250.so usr/lib/gconv/CP1251.so usr/lib/gconv/CP1252.so usr/lib/gconv/CP1253.so usr/lib/gconv/CP1254.so usr/lib/gconv/CP1255.so usr/lib/gconv/CP1256.so usr/lib/gconv/CP1257.so usr/lib/gconv/CP1258.so usr/lib/gconv/CP737.so usr/lib/gconv/CP770.so usr/lib/gconv/CP771.so usr/lib/gconv/CP772.so usr/lib/gconv/CP773.so usr/lib/gconv/CP774.so usr/lib/gconv/CP775.so usr/lib/gconv/CP932.so usr/lib/gconv/CSN_369103.so usr/lib/gconv/CWI.so usr/lib/gconv/DEC-MCS.so usr/lib/gconv/EBCDIC-AT-DE-A.so usr/lib/gconv/EBCDIC-AT-DE.so usr/lib/gconv/EBCDIC-CA-FR.so usr/lib/gconv/EBCDIC-DK-NO-A.so usr/lib/gconv/EBCDIC-DK-NO.so usr/lib/gconv/EBCDIC-ES-A.so usr/lib/gconv/EBCDIC-ES-S.so usr/lib/gconv/EBCDIC-ES.so usr/lib/gconv/EBCDIC-FI-SE-A.so usr/lib/gconv/EBCDIC-FI-SE.so usr/lib/gconv/EBCDIC-FR.so usr/lib/gconv/EBCDIC-IS-FRISS.so usr/lib/gconv/EBCDIC-IT.so usr/lib/gconv/EBCDIC-PT.so usr/lib/gconv/EBCDIC-UK.so usr/lib/gconv/EBCDIC-US.so usr/lib/gconv/ECMA-CYRILLIC.so usr/lib/gconv/EUC-CN.so usr/lib/gconv/EUC-JISX0213.so usr/lib/gconv/EUC-JP-MS.so usr/lib/gconv/EUC-JP.so usr/lib/gconv/EUC-KR.so usr/lib/gconv/EUC-TW.so usr/lib/gconv/GB18030.so usr/lib/gconv/GBBIG5.so usr/lib/gconv/GBGBK.so usr/lib/gconv/GBK.so usr/lib/gconv/GEORGIAN-ACADEMY.so usr/lib/gconv/GEORGIAN-PS.so usr/lib/gconv/GOST_19768-74.so usr/lib/gconv/GREEK-CCITT.so usr/lib/gconv/GREEK7-OLD.so usr/lib/gconv/GREEK7.so usr/lib/gconv/HP-GREEK8.so usr/lib/gconv/HP-ROMAN8.so usr/lib/gconv/HP-ROMAN9.so usr/lib/gconv/HP-THAI8.so usr/lib/gconv/HP-TURKISH8.so usr/lib/gconv/IBM037.so usr/lib/gconv/IBM038.so usr/lib/gconv/IBM1004.so usr/lib/gconv/IBM1008.so usr/lib/gconv/IBM1008_420.so usr/lib/gconv/IBM1025.so usr/lib/gconv/IBM1026.so usr/lib/gconv/IBM1046.so usr/lib/gconv/IBM1047.so usr/lib/gconv/IBM1097.so usr/lib/gconv/IBM1112.so usr/lib/gconv/IBM1122.so usr/lib/gconv/IBM1123.so usr/lib/gconv/IBM1124.so usr/lib/gconv/IBM1129.so usr/lib/gconv/IBM1130.so usr/lib/gconv/IBM1132.so usr/lib/gconv/IBM1133.so usr/lib/gconv/IBM1137.so usr/lib/gconv/IBM1140.so usr/lib/gconv/IBM1141.so usr/lib/gconv/IBM1142.so usr/lib/gconv/IBM1143.so usr/lib/gconv/IBM1144.so usr/lib/gconv/IBM1145.so usr/lib/gconv/IBM1146.so usr/lib/gconv/IBM1147.so usr/lib/gconv/IBM1148.so usr/lib/gconv/IBM1149.so usr/lib/gconv/IBM1153.so usr/lib/gconv/IBM1154.so usr/lib/gconv/IBM1155.so usr/lib/gconv/IBM1156.so usr/lib/gconv/IBM1157.so usr/lib/gconv/IBM1158.so usr/lib/gconv/IBM1160.so usr/lib/gconv/IBM1161.so usr/lib/gconv/IBM1162.so usr/lib/gconv/IBM1163.so usr/lib/gconv/IBM1164.so usr/lib/gconv/IBM1166.so usr/lib/gconv/IBM1167.so usr/lib/gconv/IBM12712.so usr/lib/gconv/IBM1364.so usr/lib/gconv/IBM1371.so usr/lib/gconv/IBM1388.so usr/lib/gconv/IBM1390.so usr/lib/gconv/IBM1399.so usr/lib/gconv/IBM16804.so usr/lib/gconv/IBM256.so usr/lib/gconv/IBM273.so usr/lib/gconv/IBM274.so usr/lib/gconv/IBM275.so usr/lib/gconv/IBM277.so usr/lib/gconv/IBM278.so usr/lib/gconv/IBM280.so usr/lib/gconv/IBM281.so usr/lib/gconv/IBM284.so usr/lib/gconv/IBM285.so usr/lib/gconv/IBM290.so usr/lib/gconv/IBM297.so usr/lib/gconv/IBM420.so usr/lib/gconv/IBM423.so usr/lib/gconv/IBM424.so usr/lib/gconv/IBM437.so usr/lib/gconv/IBM4517.so usr/lib/gconv/IBM4899.so usr/lib/gconv/IBM4909.so usr/lib/gconv/IBM4971.so usr/lib/gconv/IBM500.so usr/lib/gconv/IBM5347.so usr/lib/gconv/IBM803.so usr/lib/gconv/IBM850.so usr/lib/gconv/IBM851.so usr/lib/gconv/IBM852.so usr/lib/gconv/IBM855.so usr/lib/gconv/IBM856.so usr/lib/gconv/IBM857.so usr/lib/gconv/IBM860.so usr/lib/gconv/IBM861.so usr/lib/gconv/IBM862.so usr/lib/gconv/IBM863.so usr/lib/gconv/IBM864.so usr/lib/gconv/IBM865.so usr/lib/gconv/IBM866.so usr/lib/gconv/IBM866NAV.so usr/lib/gconv/IBM868.so usr/lib/gconv/IBM869.so usr/lib/gconv/IBM870.so usr/lib/gconv/IBM871.so usr/lib/gconv/IBM874.so usr/lib/gconv/IBM875.so usr/lib/gconv/IBM880.so usr/lib/gconv/IBM891.so usr/lib/gconv/IBM901.so usr/lib/gconv/IBM902.so usr/lib/gconv/IBM903.so usr/lib/gconv/IBM9030.so usr/lib/gconv/IBM904.so usr/lib/gconv/IBM905.so usr/lib/gconv/IBM9066.so usr/lib/gconv/IBM918.so usr/lib/gconv/IBM921.so usr/lib/gconv/IBM922.so usr/lib/gconv/IBM930.so usr/lib/gconv/IBM932.so usr/lib/gconv/IBM933.so usr/lib/gconv/IBM935.so usr/lib/gconv/IBM937.so usr/lib/gconv/IBM939.so usr/lib/gconv/IBM943.so usr/lib/gconv/IBM9448.so usr/lib/gconv/IEC_P27-1.so usr/lib/gconv/INIS-8.so usr/lib/gconv/INIS-CYRILLIC.so usr/lib/gconv/INIS.so usr/lib/gconv/ISIRI-3342.so usr/lib/gconv/ISO-2022-CN-EXT.so usr/lib/gconv/ISO-2022-CN.so usr/lib/gconv/ISO-2022-JP-3.so usr/lib/gconv/ISO-2022-JP.so usr/lib/gconv/ISO-2022-KR.so usr/lib/gconv/ISO-IR-197.so usr/lib/gconv/ISO-IR-209.so usr/lib/gconv/ISO646.so usr/lib/gconv/ISO8859-1.so usr/lib/gconv/ISO8859-10.so usr/lib/gconv/ISO8859-11.so usr/lib/gconv/ISO8859-13.so usr/lib/gconv/ISO8859-14.so usr/lib/gconv/ISO8859-15.so usr/lib/gconv/ISO8859-16.so usr/lib/gconv/ISO8859-2.so usr/lib/gconv/ISO8859-3.so usr/lib/gconv/ISO8859-4.so usr/lib/gconv/ISO8859-5.so usr/lib/gconv/ISO8859-6.so usr/lib/gconv/ISO8859-7.so usr/lib/gconv/ISO8859-8.so usr/lib/gconv/ISO8859-9.so usr/lib/gconv/ISO8859-9E.so usr/lib/gconv/ISO_10367-BOX.so usr/lib/gconv/ISO_11548-1.so usr/lib/gconv/ISO_2033.so usr/lib/gconv/ISO_5427-EXT.so usr/lib/gconv/ISO_5427.so usr/lib/gconv/ISO_5428.so usr/lib/gconv/ISO_6937-2.so usr/lib/gconv/ISO_6937.so usr/lib/gconv/JOHAB.so usr/lib/gconv/KOI-8.so usr/lib/gconv/KOI8-R.so usr/lib/gconv/KOI8-RU.so usr/lib/gconv/KOI8-T.so usr/lib/gconv/KOI8-U.so usr/lib/gconv/LATIN-GREEK-1.so usr/lib/gconv/LATIN-GREEK.so usr/lib/gconv/MAC-CENTRALEUROPE.so usr/lib/gconv/MAC-IS.so usr/lib/gconv/MAC-SAMI.so usr/lib/gconv/MAC-UK.so usr/lib/gconv/MACINTOSH.so usr/lib/gconv/MIK.so usr/lib/gconv/NATS-DANO.so usr/lib/gconv/NATS-SEFI.so usr/lib/gconv/PT154.so usr/lib/gconv/RK1048.so usr/lib/gconv/SAMI-WS2.so usr/lib/gconv/SHIFT_JISX0213.so usr/lib/gconv/SJIS.so usr/lib/gconv/T.61.so usr/lib/gconv/TCVN5712-1.so usr/lib/gconv/TIS-620.so usr/lib/gconv/TSCII.so usr/lib/gconv/UHC.so usr/lib/gconv/UNICODE.so usr/lib/gconv/UTF-16.so usr/lib/gconv/UTF-32.so usr/lib/gconv/UTF-7.so usr/lib/gconv/VISCII.so usr/lib/gconv/gconv-modules usr/lib/gconv/gconv-modules.cache usr/lib/gconv/libCNS.so usr/lib/gconv/libGB.so usr/lib/gconv/libISOIR165.so usr/lib/gconv/libJIS.so usr/lib/gconv/libJISX0213.so usr/lib/gconv/libKSC.so @rmtry usr/lib/gio/modules/giomodule.cache usr/lib/i686/nosegneg/libc-2.17.so usr/lib/i686/nosegneg/libc.so.6 usr/lib/i686/nosegneg/libm-2.17.so usr/lib/i686/nosegneg/libm.so.6 usr/lib/i686/nosegneg/libpthread-2.17.so usr/lib/i686/nosegneg/libpthread.so.0 usr/lib/i686/nosegneg/librt-2.17.so usr/lib/i686/nosegneg/librt.so.1 usr/lib/i686/nosegneg/libthread_db-1.0.so usr/lib/i686/nosegneg/libthread_db.so.1 usr/lib/krb5/plugins/tls/k5tls.so usr/lib/ld-2.17.so usr/lib/ld-linux.so.2 usr/lib/ld-lsb.so.3 usr/lib/libBrokenLocale-2.17.so usr/lib/libBrokenLocale.so.1 usr/lib/libSegFault.so usr/lib/libacl.so.1 usr/lib/libacl.so.1.1.0 usr/lib/libanl-2.17.so usr/lib/libanl.so.1 usr/lib/libattr.so.1 usr/lib/libattr.so.1.1.0 usr/lib/libblkid.so.1 usr/lib/libblkid.so.1.1.0 usr/lib/libbz2.so.1 usr/lib/libbz2.so.1.0.6 usr/lib/libc-2.17.so usr/lib/libc.so.6 usr/lib/libcap.so.2 usr/lib/libcap.so.2.22 usr/lib/libcidn-2.17.so usr/lib/libcidn.so.1 usr/lib/libcom_err.so.2 usr/lib/libcom_err.so.2.1 usr/lib/libcrypt-2.17.so usr/lib/libcrypt.so.1 usr/lib/libdb-4.7.so usr/lib/libdb-5.3.so usr/lib/libdb-5.so usr/lib/libdb_cxx-4.7.so usr/lib/libdl-2.17.so usr/lib/libdl.so.2 usr/lib/libe2p.so.2 usr/lib/libe2p.so.2.3 usr/lib/libext2fs.so.2 usr/lib/libext2fs.so.2.4 usr/lib/libfam.so.0 usr/lib/libfam.so.0.0.0 usr/lib/libffi.so.6 usr/lib/libffi.so.6.0.1 usr/lib/libform.so.5 usr/lib/libform.so.5.9 usr/lib/libformw.so.5 usr/lib/libformw.so.5.9 usr/lib/libfreebl3.chk usr/lib/libfreebl3.so usr/lib/libfreeblpriv3.chk usr/lib/libfreeblpriv3.so -usr/lib/libfreetype.so.6 -usr/lib/libfreetype.so.6.10.0 usr/lib/libgamin-1.so.0 usr/lib/libgamin-1.so.0.1.10 usr/lib/libgcc_s-4.8.5-20150702.so.1 usr/lib/libgcc_s.so.1 usr/lib/libgdbm.so.4 usr/lib/libgdbm.so.4.0.0 usr/lib/libgdbm_compat.so.4 usr/lib/libgdbm_compat.so.4.0.0 usr/lib/libgio-2.0.so.0 -usr/lib/libgio-2.0.so.0.5000.3 +usr/lib/libgio-2.0.so.0.5600.1 usr/lib/libglib-2.0.so.0 -usr/lib/libglib-2.0.so.0.5000.3 +usr/lib/libglib-2.0.so.0.5600.1 usr/lib/libgmodule-2.0.so.0 -usr/lib/libgmodule-2.0.so.0.5000.3 +usr/lib/libgmodule-2.0.so.0.5600.1 usr/lib/libgmp.so.10 usr/lib/libgmp.so.10.2.0 usr/lib/libgmpxx.so.4 usr/lib/libgmpxx.so.4.4.0 usr/lib/libgobject-2.0.so.0 -usr/lib/libgobject-2.0.so.0.5000.3 +usr/lib/libgobject-2.0.so.0.5600.1 usr/lib/libgssapi_krb5.so.2 usr/lib/libgssapi_krb5.so.2.2 usr/lib/libgssrpc.so.4 usr/lib/libgssrpc.so.4.2 usr/lib/libgthread-2.0.so.0 -usr/lib/libgthread-2.0.so.0.5000.3 +usr/lib/libgthread-2.0.so.0.5600.1 usr/lib/libhistory.so.6 usr/lib/libhistory.so.6.2 usr/lib/libidn.so.11 usr/lib/libidn.so.11.6.11 usr/lib/libk5crypto.so.3 usr/lib/libk5crypto.so.3.1 usr/lib/libkdb5.so.8 usr/lib/libkdb5.so.8.0 usr/lib/libkeyutils.so.1 usr/lib/libkeyutils.so.1.5 usr/lib/libkrad.so.0 usr/lib/libkrad.so.0.0 usr/lib/libkrb5.so.3 usr/lib/libkrb5.so.3.3 usr/lib/libkrb5support.so.0 usr/lib/libkrb5support.so.0.1 usr/lib/liblzma.so.5 usr/lib/liblzma.so.5.2.2 usr/lib/libm-2.17.so usr/lib/libm.so.6 usr/lib/libmemusage.so usr/lib/libmenu.so.5 usr/lib/libmenu.so.5.9 usr/lib/libmenuw.so.5 usr/lib/libmenuw.so.5.9 usr/lib/libmount.so.1 usr/lib/libmount.so.1.1.0 usr/lib/libncurses++.so.5 usr/lib/libncurses++.so.5.9 usr/lib/libncurses++w.so.5 usr/lib/libncurses++w.so.5.9 usr/lib/libncurses.so.5 usr/lib/libncurses.so.5.9 usr/lib/libncursesw.so.5 usr/lib/libncursesw.so.5.9 usr/lib/libnsl-2.17.so usr/lib/libnsl.so.1 usr/lib/libnss_compat-2.17.so usr/lib/libnss_compat.so.2 usr/lib/libnss_db-2.17.so usr/lib/libnss_db.so.2 usr/lib/libnss_dns-2.17.so usr/lib/libnss_dns.so.2 usr/lib/libnss_files-2.17.so usr/lib/libnss_files.so.2 usr/lib/libnss_hesiod-2.17.so usr/lib/libnss_hesiod.so.2 usr/lib/libnss_nis-2.17.so usr/lib/libnss_nis.so.2 usr/lib/libnss_nisplus-2.17.so usr/lib/libnss_nisplus.so.2 usr/lib/libpanel.so.5 usr/lib/libpanel.so.5.9 usr/lib/libpanelw.so.5 usr/lib/libpanelw.so.5.9 usr/lib/libpcprofile.so usr/lib/libpcre.so.1 usr/lib/libpcre.so.1.2.0 usr/lib/libpcre16.so.0 usr/lib/libpcre16.so.0.2.0 usr/lib/libpcre32.so.0 usr/lib/libpcre32.so.0.0.0 usr/lib/libpcrecpp.so.0 usr/lib/libpcrecpp.so.0.0.0 usr/lib/libpcreposix.so.0 usr/lib/libpcreposix.so.0.0.1 usr/lib/libpopt.so.0 usr/lib/libpopt.so.0.0.0 usr/lib/libpthread-2.17.so usr/lib/libpthread.so.0 usr/lib/libreadline.so.6 usr/lib/libreadline.so.6.2 usr/lib/libresolv-2.17.so usr/lib/libresolv.so.2 usr/lib/librt-2.17.so usr/lib/librt.so.1 usr/lib/libselinux.so.1 usr/lib/libsepol.so.1 usr/lib/libslang.so.2 usr/lib/libslang.so.2.2.4 usr/lib/libstdc++.so.5 usr/lib/libstdc++.so.5.0.7 usr/lib/libstdc++.so.6 usr/lib/libstdc++.so.6.0.19 usr/lib/libthread_db-1.0.so usr/lib/libthread_db.so.1 usr/lib/libtic.so.5 usr/lib/libtic.so.5.9 usr/lib/libtinfo.so.5 usr/lib/libtinfo.so.5.9 usr/lib/libutil-2.17.so usr/lib/libutil.so.1 usr/lib/libuuid.so.1 usr/lib/libuuid.so.1.3.0 usr/lib/libz.so.1 usr/lib/libz.so.1.2.7 usr/lib/locale/locale-archive usr/lib/lsb/init-functions usr/lib/lsb/install_initd usr/lib/lsb/remove_initd usr/lib/rtkaio/i686/nosegneg/librt.so.1 usr/lib/rtkaio/i686/nosegneg/librtkaio-2.17.so usr/lib/rtkaio/librt.so.1 usr/lib/rtkaio/librtkaio-2.17.so usr/lib/security/pam_cap.so usr/lib/sse2/fipscheck/libgmp.so.10.2.0.hmac usr/lib/sse2/fipscheck/libgmp.so.10.hmac usr/lib/sse2/libgmp.so.10 usr/lib/sse2/libgmp.so.10.2.0 usr/lib/sse2/libgmpxx.so.4 usr/lib/sse2/libgmpxx.so.4.4.0 usr/lib/systemd/system-preset/85-display-manager.preset usr/lib/systemd/system-preset/90-default.preset usr/lib/systemd/system/fstrim.service usr/lib/systemd/system/fstrim.timer usr/lib/tmpfiles.d/libselinux.conf usr/lib/udev/rules.d/60-raw.rules usr/libexec/coreutils/libstdbuf.so usr/libexec/gam_server usr/libexec/getconf/POSIX_V6_ILP32_OFF32 usr/libexec/getconf/POSIX_V6_ILP32_OFFBIG usr/libexec/getconf/POSIX_V7_ILP32_OFF32 usr/libexec/getconf/POSIX_V7_ILP32_OFFBIG usr/libexec/getconf/XBS5_ILP32_OFF32 usr/libexec/getconf/XBS5_ILP32_OFFBIG usr/libexec/grepconf.sh usr/sbin/addpart usr/sbin/agetty usr/sbin/badblocks usr/sbin/blkdiscard usr/sbin/blkid usr/sbin/blockdev usr/sbin/build-locale-archive usr/sbin/capsh usr/sbin/cfdisk usr/sbin/chcpu usr/sbin/chroot usr/sbin/clock usr/sbin/ctrlaltdel usr/sbin/debugfs usr/sbin/delpart usr/sbin/dumpe2fs usr/sbin/e2freefrag usr/sbin/e2fsck usr/sbin/e2image usr/sbin/e2label usr/sbin/e2undo usr/sbin/e4defrag usr/sbin/fdformat usr/sbin/fdisk usr/sbin/filefrag usr/sbin/findfs usr/sbin/fsck usr/sbin/fsck.cramfs usr/sbin/fsck.ext2 usr/sbin/fsck.ext3 usr/sbin/fsck.ext4 usr/sbin/fsck.minix usr/sbin/fsfreeze usr/sbin/fstrim usr/sbin/getcap usr/sbin/getpcaps usr/sbin/glibc_post_upgrade.i686 usr/sbin/hwclock usr/sbin/iconvconfig usr/sbin/iconvconfig.i686 usr/sbin/install-info usr/sbin/key.dns_resolver usr/sbin/ldattach usr/sbin/ldconfig usr/sbin/logsave usr/sbin/losetup usr/sbin/mke2fs usr/sbin/mkfs usr/sbin/mkfs.cramfs usr/sbin/mkfs.ext2 usr/sbin/mkfs.ext3 usr/sbin/mkfs.ext4 usr/sbin/mkfs.minix usr/sbin/mklost+found usr/sbin/mkswap usr/sbin/nologin usr/sbin/partx usr/sbin/pivot_root usr/sbin/readprofile usr/sbin/redhat_lsb_trigger.i686 usr/sbin/request-key usr/sbin/resize2fs usr/sbin/resizepart usr/sbin/rtcwake usr/sbin/runuser usr/sbin/sefcontext_compile usr/sbin/setcap usr/sbin/sfdisk usr/sbin/sln usr/sbin/sulogin usr/sbin/swaplabel usr/sbin/swapoff usr/sbin/swapon usr/sbin/switch_root usr/sbin/tune2fs usr/sbin/wipefs usr/sbin/zdump usr/sbin/zic usr/sbin/zramctl usr/share/bash-completion/completions/addpart usr/share/bash-completion/completions/blkdiscard usr/share/bash-completion/completions/blkid usr/share/bash-completion/completions/blockdev usr/share/bash-completion/completions/cal usr/share/bash-completion/completions/cfdisk usr/share/bash-completion/completions/chcpu usr/share/bash-completion/completions/chfn usr/share/bash-completion/completions/chrt usr/share/bash-completion/completions/chsh usr/share/bash-completion/completions/col usr/share/bash-completion/completions/colcrt usr/share/bash-completion/completions/colrm usr/share/bash-completion/completions/column usr/share/bash-completion/completions/ctrlaltdel usr/share/bash-completion/completions/cytune usr/share/bash-completion/completions/delpart usr/share/bash-completion/completions/dmesg usr/share/bash-completion/completions/eject usr/share/bash-completion/completions/fallocate usr/share/bash-completion/completions/fdformat usr/share/bash-completion/completions/fdisk usr/share/bash-completion/completions/findmnt usr/share/bash-completion/completions/flock usr/share/bash-completion/completions/fsck usr/share/bash-completion/completions/fsck.cramfs usr/share/bash-completion/completions/fsck.minix usr/share/bash-completion/completions/fsfreeze usr/share/bash-completion/completions/fstrim usr/share/bash-completion/completions/gapplication usr/share/bash-completion/completions/gdbus usr/share/bash-completion/completions/getopt usr/share/bash-completion/completions/gsettings usr/share/bash-completion/completions/hexdump usr/share/bash-completion/completions/hwclock usr/share/bash-completion/completions/ionice usr/share/bash-completion/completions/ipcrm usr/share/bash-completion/completions/ipcs usr/share/bash-completion/completions/isosize usr/share/bash-completion/completions/ldattach usr/share/bash-completion/completions/logger usr/share/bash-completion/completions/look usr/share/bash-completion/completions/losetup usr/share/bash-completion/completions/lsblk usr/share/bash-completion/completions/lscpu usr/share/bash-completion/completions/lslocks usr/share/bash-completion/completions/mcookie usr/share/bash-completion/completions/mkfs usr/share/bash-completion/completions/mkfs.cramfs usr/share/bash-completion/completions/mkfs.minix usr/share/bash-completion/completions/mkswap usr/share/bash-completion/completions/more usr/share/bash-completion/completions/mountpoint usr/share/bash-completion/completions/namei usr/share/bash-completion/completions/nsenter usr/share/bash-completion/completions/partx usr/share/bash-completion/completions/pivot_root usr/share/bash-completion/completions/prlimit usr/share/bash-completion/completions/raw usr/share/bash-completion/completions/readprofile usr/share/bash-completion/completions/rename usr/share/bash-completion/completions/renice usr/share/bash-completion/completions/resizepart usr/share/bash-completion/completions/rev usr/share/bash-completion/completions/rtcwake usr/share/bash-completion/completions/runuser usr/share/bash-completion/completions/script usr/share/bash-completion/completions/scriptreplay usr/share/bash-completion/completions/setarch usr/share/bash-completion/completions/setpriv usr/share/bash-completion/completions/setsid usr/share/bash-completion/completions/setterm usr/share/bash-completion/completions/sfdisk usr/share/bash-completion/completions/su usr/share/bash-completion/completions/swaplabel usr/share/bash-completion/completions/swapon usr/share/bash-completion/completions/tailf usr/share/bash-completion/completions/taskset usr/share/bash-completion/completions/ul usr/share/bash-completion/completions/unshare usr/share/bash-completion/completions/utmpdump usr/share/bash-completion/completions/uuidgen usr/share/bash-completion/completions/wdctl usr/share/bash-completion/completions/whereis usr/share/bash-completion/completions/wipefs usr/share/bash-completion/completions/write usr/share/bash-completion/completions/zramctl usr/share/centos-release/EULA %%PORTDOCS%%usr/share/doc/bash-4.2.46/COPYING %%PORTDOCS%%usr/share/doc/bzip2-1.0.6/CHANGES %%PORTDOCS%%usr/share/doc/bzip2-1.0.6/LICENSE %%PORTDOCS%%usr/share/doc/bzip2-1.0.6/README %%PORTDOCS%%usr/share/doc/bzip2-libs-1.0.6/LICENSE %%PORTDOCS%%usr/share/doc/centos-release/Contributors %%PORTDOCS%%usr/share/doc/centos-release/GPL %%PORTDOCS%%usr/share/doc/compat-db47-4.7.25/db-4.7.25/LICENSE %%PORTDOCS%%usr/share/doc/compat-db47-4.7.25/db-4.7.25/README %%PORTDOCS%%usr/share/doc/coreutils-8.22/ABOUT-NLS %%PORTDOCS%%usr/share/doc/coreutils-8.22/COPYING %%PORTDOCS%%usr/share/doc/coreutils-8.22/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/NEWS %%PORTDOCS%%usr/share/doc/coreutils-8.22/README %%PORTDOCS%%usr/share/doc/coreutils-8.22/THANKS %%PORTDOCS%%usr/share/doc/coreutils-8.22/TODO %%PORTDOCS%%usr/share/doc/coreutils-8.22/fileutils/ChangeLog-1997.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/fileutils/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/fileutils/NEWS %%PORTDOCS%%usr/share/doc/coreutils-8.22/sh-utils/ChangeLog.0.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/sh-utils/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/sh-utils/NEWS %%PORTDOCS%%usr/share/doc/coreutils-8.22/textutils/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/coreutils-8.22/textutils/NEWS %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/COPYING %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/README %%PORTDOCS%%usr/share/doc/e2fsprogs-1.42.9/RELEASE-NOTES %%PORTDOCS%%usr/share/doc/e2fsprogs-libs-1.42.9/COPYING -%%PORTDOCS%%usr/share/doc/elfutils-0.168/CONTRIBUTING -%%PORTDOCS%%usr/share/doc/elfutils-0.168/README -%%PORTDOCS%%usr/share/doc/elfutils-0.168/TODO +%%PORTDOCS%%usr/share/doc/elfutils-0.172/CONTRIBUTING +%%PORTDOCS%%usr/share/doc/elfutils-0.172/README +%%PORTDOCS%%usr/share/doc/elfutils-0.172/TODO %%PORTDOCS%%usr/share/doc/findutils-4.5.11/AUTHORS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/COPYING %%PORTDOCS%%usr/share/doc/findutils-4.5.11/ChangeLog %%PORTDOCS%%usr/share/doc/findutils-4.5.11/NEWS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/README %%PORTDOCS%%usr/share/doc/findutils-4.5.11/THANKS %%PORTDOCS%%usr/share/doc/findutils-4.5.11/TODO -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/CHANGES -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/FTL.TXT -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/GPLv2.TXT -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/LICENSE.TXT -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/README -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/VERSION.DLL -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/formats.txt -%%PORTDOCS%%usr/share/doc/freetype-2.4.11/ft2faq.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/AUTHORS %%PORTDOCS%%usr/share/doc/gamin-0.1.10/COPYING %%PORTDOCS%%usr/share/doc/gamin-0.1.10/ChangeLog %%PORTDOCS%%usr/share/doc/gamin-0.1.10/Copyright %%PORTDOCS%%usr/share/doc/gamin-0.1.10/FAQ.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/NEWS %%PORTDOCS%%usr/share/doc/gamin-0.1.10/README %%PORTDOCS%%usr/share/doc/gamin-0.1.10/TODO %%PORTDOCS%%usr/share/doc/gamin-0.1.10/callbacks.gif %%PORTDOCS%%usr/share/doc/gamin-0.1.10/client_server.gif %%PORTDOCS%%usr/share/doc/gamin-0.1.10/config.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/contacts.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/debug.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/debugging.txt %%PORTDOCS%%usr/share/doc/gamin-0.1.10/devel.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/differences.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/downloads.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/gamin.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/index.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/internals.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/news.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/overview.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/python.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/security.html %%PORTDOCS%%usr/share/doc/gamin-0.1.10/server_structs.gif %%PORTDOCS%%usr/share/doc/gamin-0.1.10/socket.txt %%PORTDOCS%%usr/share/doc/gamin-0.1.10/using.html %%PORTDOCS%%usr/share/doc/gdbm-1.10/AUTHORS %%PORTDOCS%%usr/share/doc/gdbm-1.10/COPYING %%PORTDOCS%%usr/share/doc/gdbm-1.10/NEWS %%PORTDOCS%%usr/share/doc/gdbm-1.10/NOTE-WARNING %%PORTDOCS%%usr/share/doc/gdbm-1.10/README %%PORTDOCS%%usr/share/doc/gdbm-1.10/THANKS -%%PORTDOCS%%usr/share/doc/glib2-2.50.3/AUTHORS -%%PORTDOCS%%usr/share/doc/glib2-2.50.3/NEWS -%%PORTDOCS%%usr/share/doc/glib2-2.50.3/README +%%PORTDOCS%%usr/share/doc/glib2-2.56.1/AUTHORS +%%PORTDOCS%%usr/share/doc/glib2-2.56.1/NEWS +%%PORTDOCS%%usr/share/doc/glib2-2.56.1/README %%PORTDOCS%%usr/share/doc/glibc-2.17/BUGS %%PORTDOCS%%usr/share/doc/glibc-2.17/CONFORMANCE %%PORTDOCS%%usr/share/doc/glibc-2.17/COPYING %%PORTDOCS%%usr/share/doc/glibc-2.17/COPYING.LIB %%PORTDOCS%%usr/share/doc/glibc-2.17/INSTALL %%PORTDOCS%%usr/share/doc/glibc-2.17/LICENSES %%PORTDOCS%%usr/share/doc/glibc-2.17/NEWS %%PORTDOCS%%usr/share/doc/glibc-2.17/PROJECTS %%PORTDOCS%%usr/share/doc/glibc-2.17/README %%PORTDOCS%%usr/share/doc/glibc-2.17/README.hesiod %%PORTDOCS%%usr/share/doc/glibc-2.17/rtld-debugger-interface.txt %%PORTDOCS%%usr/share/doc/glibc-common-2.17/ChangeLog.15.bz2 %%PORTDOCS%%usr/share/doc/glibc-common-2.17/ChangeLog.16.bz2 %%PORTDOCS%%usr/share/doc/glibc-common-2.17/ChangeLog.bz2 %%PORTDOCS%%usr/share/doc/glibc-common-2.17/README.timezone %%PORTDOCS%%usr/share/doc/glibc-common-2.17/README.ufc-crypt %%PORTDOCS%%usr/share/doc/glibc-common-2.17/gai.conf %%PORTDOCS%%usr/share/doc/gmp-6.0.0/NEWS %%PORTDOCS%%usr/share/doc/gmp-6.0.0/README %%PORTDOCS%%usr/share/doc/grep-2.20/ABOUT-NLS %%PORTDOCS%%usr/share/doc/grep-2.20/AUTHORS %%PORTDOCS%%usr/share/doc/grep-2.20/COPYING %%PORTDOCS%%usr/share/doc/grep-2.20/ChangeLog %%PORTDOCS%%usr/share/doc/grep-2.20/NEWS %%PORTDOCS%%usr/share/doc/grep-2.20/README %%PORTDOCS%%usr/share/doc/grep-2.20/THANKS %%PORTDOCS%%usr/share/doc/grep-2.20/TODO %%PORTDOCS%%usr/share/doc/info-5.1/COPYING %%PORTDOCS%%usr/share/doc/keyutils-1.5.8/LICENCE.GPL %%PORTDOCS%%usr/share/doc/keyutils-1.5.8/README %%PORTDOCS%%usr/share/doc/keyutils-libs-1.5.8/LICENCE.LGPL %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/NOTICE %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/README %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/examples/kdc.conf %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/examples/krb5.conf %%PORTDOCS%%usr/share/doc/krb5-libs-1.15.1/examples/services.append %%PORTDOCS%%usr/share/doc/less-458/LICENSE %%PORTDOCS%%usr/share/doc/libblkid-2.23.2/COPYING %%PORTDOCS%%usr/share/doc/libcap-2.22/License %%PORTDOCS%%usr/share/doc/libcap-2.22/capability.notes %%PORTDOCS%%usr/share/doc/libcom_err-1.42.9/COPYING %%PORTDOCS%%usr/share/doc/libdb-5.3.21/LICENSE %%PORTDOCS%%usr/share/doc/libdb-5.3.21/README %%PORTDOCS%%usr/share/doc/libffi-3.0.13/LICENSE %%PORTDOCS%%usr/share/doc/libffi-3.0.13/README %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING.LIB %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING.RUNTIME %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING3 %%PORTDOCS%%usr/share/doc/libgcc-4.8.5/COPYING3.LIB %%PORTDOCS%%usr/share/doc/libidn-1.28/AUTHORS %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYING %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYING.LESSERv2 %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYING.LESSERv3 %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYINGv2 %%PORTDOCS%%usr/share/doc/libidn-1.28/COPYINGv3 %%PORTDOCS%%usr/share/doc/libidn-1.28/FAQ %%PORTDOCS%%usr/share/doc/libidn-1.28/NEWS %%PORTDOCS%%usr/share/doc/libidn-1.28/README %%PORTDOCS%%usr/share/doc/libidn-1.28/THANKS %%PORTDOCS%%usr/share/doc/libmount-2.23.2/COPYING %%PORTDOCS%%usr/share/doc/libuuid-2.23.2/COPYING %%PORTDOCS%%usr/share/doc/ncurses-5.9/ANNOUNCE %%PORTDOCS%%usr/share/doc/ncurses-5.9/AUTHORS %%PORTDOCS%%usr/share/doc/ncurses-5.9/NEWS.bz2 %%PORTDOCS%%usr/share/doc/ncurses-5.9/README %%PORTDOCS%%usr/share/doc/ncurses-5.9/TO-DO %%PORTDOCS%%usr/share/doc/ncurses-base-5.9/README %%PORTDOCS%%usr/share/doc/pcre-8.32/AUTHORS %%PORTDOCS%%usr/share/doc/pcre-8.32/COPYING %%PORTDOCS%%usr/share/doc/pcre-8.32/ChangeLog %%PORTDOCS%%usr/share/doc/pcre-8.32/LICENCE %%PORTDOCS%%usr/share/doc/pcre-8.32/NEWS %%PORTDOCS%%usr/share/doc/pcre-8.32/README %%PORTDOCS%%usr/share/doc/popt-1.13/CHANGES %%PORTDOCS%%usr/share/doc/popt-1.13/COPYING %%PORTDOCS%%usr/share/doc/readline-6.2/CHANGES %%PORTDOCS%%usr/share/doc/readline-6.2/COPYING %%PORTDOCS%%usr/share/doc/readline-6.2/NEWS %%PORTDOCS%%usr/share/doc/readline-6.2/README %%PORTDOCS%%usr/share/doc/readline-6.2/USAGE %%PORTDOCS%%usr/share/doc/redhat-lsb-core-4.1/COPYING %%PORTDOCS%%usr/share/doc/redhat-lsb-core-4.1/README %%PORTDOCS%%usr/share/doc/redhat-lsb-core-4.1/README.lsb_release %%PORTDOCS%%usr/share/doc/redhat-release %%PORTDOCS%%usr/share/doc/sed-4.2.2/AUTHORS %%PORTDOCS%%usr/share/doc/sed-4.2.2/BUGS %%PORTDOCS%%usr/share/doc/sed-4.2.2/COPYING %%PORTDOCS%%usr/share/doc/sed-4.2.2/COPYING.DOC %%PORTDOCS%%usr/share/doc/sed-4.2.2/NEWS %%PORTDOCS%%usr/share/doc/sed-4.2.2/README %%PORTDOCS%%usr/share/doc/sed-4.2.2/THANKS %%PORTDOCS%%usr/share/doc/sed-4.2.2/sedfaq.txt.gz %%PORTDOCS%%usr/share/doc/setserial-2.17/README %%PORTDOCS%%usr/share/doc/setserial-2.17/rc.serial %%PORTDOCS%%usr/share/doc/setup-2.8.71/COPYING %%PORTDOCS%%usr/share/doc/setup-2.8.71/uidgid %%PORTDOCS%%usr/share/doc/slang-2.2.4/COPYING %%PORTDOCS%%usr/share/doc/slang-2.2.4/NEWS %%PORTDOCS%%usr/share/doc/slang-2.2.4/README %%PORTDOCS%%usr/share/doc/slang-2.2.4/changes.txt %%PORTDOCS%%usr/share/doc/slang-2.2.4/grammar.txt %%PORTDOCS%%usr/share/doc/slang-2.2.4/slang.txt %%PORTDOCS%%usr/share/doc/slang-2.2.4/slangfun.txt %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/AUTHORS %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.BSD-3 %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.GPLv2 %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.LGPLv2.1 %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/COPYING.UCB %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/NEWS %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/README %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/deprecated.txt %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/getopt-parse.bash %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/getopt-parse.tcsh %%PORTDOCS%%usr/share/doc/util-linux-2.23.2/sfdisk.txt %%PORTDOCS%%usr/share/doc/which-2.20/AUTHORS %%PORTDOCS%%usr/share/doc/which-2.20/COPYING %%PORTDOCS%%usr/share/doc/which-2.20/EXAMPLES %%PORTDOCS%%usr/share/doc/which-2.20/NEWS %%PORTDOCS%%usr/share/doc/which-2.20/README %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING.GPLv2 %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING.GPLv3 %%PORTDOCS%%usr/share/doc/xz-libs-5.2.2/COPYING.LGPLv2.1 %%PORTDOCS%%usr/share/doc/zlib-1.2.7/ChangeLog %%PORTDOCS%%usr/share/doc/zlib-1.2.7/FAQ %%PORTDOCS%%usr/share/doc/zlib-1.2.7/README usr/share/gcc-4.8.2/python/libstdcxx/__init__.py usr/share/gcc-4.8.2/python/libstdcxx/__init__.pyc usr/share/gcc-4.8.2/python/libstdcxx/__init__.pyo usr/share/gcc-4.8.2/python/libstdcxx/v6/__init__.py usr/share/gcc-4.8.2/python/libstdcxx/v6/__init__.pyc usr/share/gcc-4.8.2/python/libstdcxx/v6/__init__.pyo usr/share/gcc-4.8.2/python/libstdcxx/v6/printers.py usr/share/gcc-4.8.2/python/libstdcxx/v6/printers.pyc usr/share/gcc-4.8.2/python/libstdcxx/v6/printers.pyo usr/share/gcc-4.8.5 usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.19-gdb.py usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.19-gdb.pyc usr/share/gdb/auto-load/usr/lib/libstdc++.so.6.0.19-gdb.pyo usr/share/i18n/charmaps/ANSI_X3.110-1983.gz usr/share/i18n/charmaps/ANSI_X3.4-1968.gz usr/share/i18n/charmaps/ARMSCII-8.gz usr/share/i18n/charmaps/ASMO_449.gz usr/share/i18n/charmaps/BIG5-HKSCS.gz usr/share/i18n/charmaps/BIG5.gz usr/share/i18n/charmaps/BRF.gz usr/share/i18n/charmaps/BS_4730.gz usr/share/i18n/charmaps/BS_VIEWDATA.gz usr/share/i18n/charmaps/CP10007.gz usr/share/i18n/charmaps/CP1125.gz usr/share/i18n/charmaps/CP1250.gz usr/share/i18n/charmaps/CP1251.gz usr/share/i18n/charmaps/CP1252.gz usr/share/i18n/charmaps/CP1253.gz usr/share/i18n/charmaps/CP1254.gz usr/share/i18n/charmaps/CP1255.gz usr/share/i18n/charmaps/CP1256.gz usr/share/i18n/charmaps/CP1257.gz usr/share/i18n/charmaps/CP1258.gz usr/share/i18n/charmaps/CP737.gz usr/share/i18n/charmaps/CP770.gz usr/share/i18n/charmaps/CP771.gz usr/share/i18n/charmaps/CP772.gz usr/share/i18n/charmaps/CP773.gz usr/share/i18n/charmaps/CP774.gz usr/share/i18n/charmaps/CP775.gz usr/share/i18n/charmaps/CP949.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-1.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-2.gz usr/share/i18n/charmaps/CSA_Z243.4-1985-GR.gz usr/share/i18n/charmaps/CSN_369103.gz usr/share/i18n/charmaps/CWI.gz usr/share/i18n/charmaps/DEC-MCS.gz usr/share/i18n/charmaps/DIN_66003.gz usr/share/i18n/charmaps/DS_2089.gz usr/share/i18n/charmaps/EBCDIC-AT-DE-A.gz usr/share/i18n/charmaps/EBCDIC-AT-DE.gz usr/share/i18n/charmaps/EBCDIC-CA-FR.gz usr/share/i18n/charmaps/EBCDIC-DK-NO-A.gz usr/share/i18n/charmaps/EBCDIC-DK-NO.gz usr/share/i18n/charmaps/EBCDIC-ES-A.gz usr/share/i18n/charmaps/EBCDIC-ES-S.gz usr/share/i18n/charmaps/EBCDIC-ES.gz usr/share/i18n/charmaps/EBCDIC-FI-SE-A.gz usr/share/i18n/charmaps/EBCDIC-FI-SE.gz usr/share/i18n/charmaps/EBCDIC-FR.gz usr/share/i18n/charmaps/EBCDIC-IS-FRISS.gz usr/share/i18n/charmaps/EBCDIC-IT.gz usr/share/i18n/charmaps/EBCDIC-PT.gz usr/share/i18n/charmaps/EBCDIC-UK.gz usr/share/i18n/charmaps/EBCDIC-US.gz usr/share/i18n/charmaps/ECMA-CYRILLIC.gz usr/share/i18n/charmaps/ES.gz usr/share/i18n/charmaps/ES2.gz usr/share/i18n/charmaps/EUC-JISX0213.gz usr/share/i18n/charmaps/EUC-JP-MS.gz usr/share/i18n/charmaps/EUC-JP.gz usr/share/i18n/charmaps/EUC-KR.gz usr/share/i18n/charmaps/EUC-TW.gz usr/share/i18n/charmaps/GB18030.gz usr/share/i18n/charmaps/GB2312.gz usr/share/i18n/charmaps/GBK.gz usr/share/i18n/charmaps/GB_1988-80.gz usr/share/i18n/charmaps/GEORGIAN-ACADEMY.gz usr/share/i18n/charmaps/GEORGIAN-PS.gz usr/share/i18n/charmaps/GOST_19768-74.gz usr/share/i18n/charmaps/GREEK-CCITT.gz usr/share/i18n/charmaps/GREEK7-OLD.gz usr/share/i18n/charmaps/GREEK7.gz usr/share/i18n/charmaps/HP-GREEK8.gz usr/share/i18n/charmaps/HP-ROMAN8.gz usr/share/i18n/charmaps/HP-ROMAN9.gz usr/share/i18n/charmaps/HP-THAI8.gz usr/share/i18n/charmaps/HP-TURKISH8.gz usr/share/i18n/charmaps/IBM037.gz usr/share/i18n/charmaps/IBM038.gz usr/share/i18n/charmaps/IBM1004.gz usr/share/i18n/charmaps/IBM1026.gz usr/share/i18n/charmaps/IBM1047.gz usr/share/i18n/charmaps/IBM1124.gz usr/share/i18n/charmaps/IBM1129.gz usr/share/i18n/charmaps/IBM1132.gz usr/share/i18n/charmaps/IBM1133.gz usr/share/i18n/charmaps/IBM1160.gz usr/share/i18n/charmaps/IBM1161.gz usr/share/i18n/charmaps/IBM1162.gz usr/share/i18n/charmaps/IBM1163.gz usr/share/i18n/charmaps/IBM1164.gz usr/share/i18n/charmaps/IBM256.gz usr/share/i18n/charmaps/IBM273.gz usr/share/i18n/charmaps/IBM274.gz usr/share/i18n/charmaps/IBM275.gz usr/share/i18n/charmaps/IBM277.gz usr/share/i18n/charmaps/IBM278.gz usr/share/i18n/charmaps/IBM280.gz usr/share/i18n/charmaps/IBM281.gz usr/share/i18n/charmaps/IBM284.gz usr/share/i18n/charmaps/IBM285.gz usr/share/i18n/charmaps/IBM290.gz usr/share/i18n/charmaps/IBM297.gz usr/share/i18n/charmaps/IBM420.gz usr/share/i18n/charmaps/IBM423.gz usr/share/i18n/charmaps/IBM424.gz usr/share/i18n/charmaps/IBM437.gz usr/share/i18n/charmaps/IBM500.gz usr/share/i18n/charmaps/IBM850.gz usr/share/i18n/charmaps/IBM851.gz usr/share/i18n/charmaps/IBM852.gz usr/share/i18n/charmaps/IBM855.gz usr/share/i18n/charmaps/IBM856.gz usr/share/i18n/charmaps/IBM857.gz usr/share/i18n/charmaps/IBM860.gz usr/share/i18n/charmaps/IBM861.gz usr/share/i18n/charmaps/IBM862.gz usr/share/i18n/charmaps/IBM863.gz usr/share/i18n/charmaps/IBM864.gz usr/share/i18n/charmaps/IBM865.gz usr/share/i18n/charmaps/IBM866.gz usr/share/i18n/charmaps/IBM866NAV.gz usr/share/i18n/charmaps/IBM868.gz usr/share/i18n/charmaps/IBM869.gz usr/share/i18n/charmaps/IBM870.gz usr/share/i18n/charmaps/IBM871.gz usr/share/i18n/charmaps/IBM874.gz usr/share/i18n/charmaps/IBM875.gz usr/share/i18n/charmaps/IBM880.gz usr/share/i18n/charmaps/IBM891.gz usr/share/i18n/charmaps/IBM903.gz usr/share/i18n/charmaps/IBM904.gz usr/share/i18n/charmaps/IBM905.gz usr/share/i18n/charmaps/IBM918.gz usr/share/i18n/charmaps/IBM922.gz usr/share/i18n/charmaps/IEC_P27-1.gz usr/share/i18n/charmaps/INIS-8.gz usr/share/i18n/charmaps/INIS-CYRILLIC.gz usr/share/i18n/charmaps/INIS.gz usr/share/i18n/charmaps/INVARIANT.gz usr/share/i18n/charmaps/ISIRI-3342.gz usr/share/i18n/charmaps/ISO-8859-1.gz usr/share/i18n/charmaps/ISO-8859-10.gz usr/share/i18n/charmaps/ISO-8859-11.gz usr/share/i18n/charmaps/ISO-8859-13.gz usr/share/i18n/charmaps/ISO-8859-14.gz usr/share/i18n/charmaps/ISO-8859-15.gz usr/share/i18n/charmaps/ISO-8859-16.gz usr/share/i18n/charmaps/ISO-8859-2.gz usr/share/i18n/charmaps/ISO-8859-3.gz usr/share/i18n/charmaps/ISO-8859-4.gz usr/share/i18n/charmaps/ISO-8859-5.gz usr/share/i18n/charmaps/ISO-8859-6.gz usr/share/i18n/charmaps/ISO-8859-7.gz usr/share/i18n/charmaps/ISO-8859-8.gz usr/share/i18n/charmaps/ISO-8859-9.gz usr/share/i18n/charmaps/ISO-8859-9E.gz usr/share/i18n/charmaps/ISO-IR-197.gz usr/share/i18n/charmaps/ISO-IR-209.gz usr/share/i18n/charmaps/ISO-IR-90.gz usr/share/i18n/charmaps/ISO_10367-BOX.gz usr/share/i18n/charmaps/ISO_10646.gz usr/share/i18n/charmaps/ISO_11548-1.gz usr/share/i18n/charmaps/ISO_2033-1983.gz usr/share/i18n/charmaps/ISO_5427-EXT.gz usr/share/i18n/charmaps/ISO_5427.gz usr/share/i18n/charmaps/ISO_5428.gz usr/share/i18n/charmaps/ISO_646.BASIC.gz usr/share/i18n/charmaps/ISO_646.IRV.gz usr/share/i18n/charmaps/ISO_6937-2-25.gz usr/share/i18n/charmaps/ISO_6937-2-ADD.gz usr/share/i18n/charmaps/ISO_6937.gz usr/share/i18n/charmaps/ISO_8859-1,GL.gz usr/share/i18n/charmaps/ISO_8859-SUPP.gz usr/share/i18n/charmaps/IT.gz usr/share/i18n/charmaps/JIS_C6220-1969-JP.gz usr/share/i18n/charmaps/JIS_C6220-1969-RO.gz usr/share/i18n/charmaps/JIS_C6229-1984-A.gz usr/share/i18n/charmaps/JIS_C6229-1984-B-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-B.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND-ADD.gz usr/share/i18n/charmaps/JIS_C6229-1984-HAND.gz usr/share/i18n/charmaps/JIS_C6229-1984-KANA.gz usr/share/i18n/charmaps/JIS_X0201.gz usr/share/i18n/charmaps/JOHAB.gz usr/share/i18n/charmaps/JUS_I.B1.002.gz usr/share/i18n/charmaps/JUS_I.B1.003-MAC.gz usr/share/i18n/charmaps/JUS_I.B1.003-SERB.gz usr/share/i18n/charmaps/KOI-8.gz usr/share/i18n/charmaps/KOI8-R.gz usr/share/i18n/charmaps/KOI8-RU.gz usr/share/i18n/charmaps/KOI8-T.gz usr/share/i18n/charmaps/KOI8-U.gz usr/share/i18n/charmaps/KSC5636.gz usr/share/i18n/charmaps/LATIN-GREEK-1.gz usr/share/i18n/charmaps/LATIN-GREEK.gz usr/share/i18n/charmaps/MAC-CENTRALEUROPE.gz usr/share/i18n/charmaps/MAC-CYRILLIC.gz usr/share/i18n/charmaps/MAC-IS.gz usr/share/i18n/charmaps/MAC-SAMI.gz usr/share/i18n/charmaps/MAC-UK.gz usr/share/i18n/charmaps/MACINTOSH.gz usr/share/i18n/charmaps/MIK.gz usr/share/i18n/charmaps/MSZ_7795.3.gz usr/share/i18n/charmaps/NATS-DANO-ADD.gz usr/share/i18n/charmaps/NATS-DANO.gz usr/share/i18n/charmaps/NATS-SEFI-ADD.gz usr/share/i18n/charmaps/NATS-SEFI.gz usr/share/i18n/charmaps/NC_NC00-10.gz usr/share/i18n/charmaps/NEXTSTEP.gz usr/share/i18n/charmaps/NF_Z_62-010.gz usr/share/i18n/charmaps/NF_Z_62-010_1973.gz usr/share/i18n/charmaps/NS_4551-1.gz usr/share/i18n/charmaps/NS_4551-2.gz usr/share/i18n/charmaps/PT.gz usr/share/i18n/charmaps/PT154.gz usr/share/i18n/charmaps/PT2.gz usr/share/i18n/charmaps/RK1048.gz usr/share/i18n/charmaps/SAMI-WS2.gz usr/share/i18n/charmaps/SAMI.gz usr/share/i18n/charmaps/SEN_850200_B.gz usr/share/i18n/charmaps/SEN_850200_C.gz usr/share/i18n/charmaps/SHIFT_JIS.gz usr/share/i18n/charmaps/SHIFT_JISX0213.gz usr/share/i18n/charmaps/T.101-G2.gz usr/share/i18n/charmaps/T.61-7BIT.gz usr/share/i18n/charmaps/T.61-8BIT.gz usr/share/i18n/charmaps/TCVN5712-1.gz usr/share/i18n/charmaps/TIS-620.gz usr/share/i18n/charmaps/TSCII.gz usr/share/i18n/charmaps/UTF-8.gz usr/share/i18n/charmaps/VIDEOTEX-SUPPL.gz usr/share/i18n/charmaps/VISCII.gz usr/share/i18n/charmaps/WINDOWS-31J.gz usr/share/i18n/locales/POSIX usr/share/i18n/locales/aa_DJ usr/share/i18n/locales/aa_ER usr/share/i18n/locales/aa_ER@saaho usr/share/i18n/locales/aa_ET usr/share/i18n/locales/af_ZA usr/share/i18n/locales/am_ET usr/share/i18n/locales/an_ES usr/share/i18n/locales/ar_AE usr/share/i18n/locales/ar_BH usr/share/i18n/locales/ar_DZ usr/share/i18n/locales/ar_EG usr/share/i18n/locales/ar_IN usr/share/i18n/locales/ar_IQ usr/share/i18n/locales/ar_JO usr/share/i18n/locales/ar_KW usr/share/i18n/locales/ar_LB usr/share/i18n/locales/ar_LY usr/share/i18n/locales/ar_MA usr/share/i18n/locales/ar_OM usr/share/i18n/locales/ar_QA usr/share/i18n/locales/ar_SA usr/share/i18n/locales/ar_SD usr/share/i18n/locales/ar_SY usr/share/i18n/locales/ar_TN usr/share/i18n/locales/ar_YE usr/share/i18n/locales/as_IN usr/share/i18n/locales/ast_ES usr/share/i18n/locales/ayc_PE usr/share/i18n/locales/az_AZ usr/share/i18n/locales/be_BY usr/share/i18n/locales/be_BY@latin usr/share/i18n/locales/bem_ZM usr/share/i18n/locales/ber_DZ usr/share/i18n/locales/ber_MA usr/share/i18n/locales/bg_BG usr/share/i18n/locales/bho_IN usr/share/i18n/locales/bn_BD usr/share/i18n/locales/bn_IN usr/share/i18n/locales/bo_CN usr/share/i18n/locales/bo_IN usr/share/i18n/locales/br_FR usr/share/i18n/locales/br_FR@euro usr/share/i18n/locales/brx_IN usr/share/i18n/locales/bs_BA usr/share/i18n/locales/byn_ER usr/share/i18n/locales/ca_AD usr/share/i18n/locales/ca_ES usr/share/i18n/locales/ca_ES@euro usr/share/i18n/locales/ca_FR usr/share/i18n/locales/ca_IT usr/share/i18n/locales/crh_UA usr/share/i18n/locales/cs_CZ usr/share/i18n/locales/csb_PL usr/share/i18n/locales/cv_RU usr/share/i18n/locales/cy_GB usr/share/i18n/locales/da_DK usr/share/i18n/locales/de_AT usr/share/i18n/locales/de_AT@euro usr/share/i18n/locales/de_BE usr/share/i18n/locales/de_BE@euro usr/share/i18n/locales/de_CH usr/share/i18n/locales/de_DE usr/share/i18n/locales/de_DE@euro usr/share/i18n/locales/de_LU usr/share/i18n/locales/de_LU@euro usr/share/i18n/locales/doi_IN usr/share/i18n/locales/dv_MV usr/share/i18n/locales/dz_BT usr/share/i18n/locales/el_CY usr/share/i18n/locales/el_GR usr/share/i18n/locales/el_GR@euro usr/share/i18n/locales/en_AG usr/share/i18n/locales/en_AU usr/share/i18n/locales/en_BW usr/share/i18n/locales/en_CA usr/share/i18n/locales/en_DK usr/share/i18n/locales/en_GB usr/share/i18n/locales/en_HK usr/share/i18n/locales/en_IE usr/share/i18n/locales/en_IE@euro usr/share/i18n/locales/en_IN usr/share/i18n/locales/en_NG usr/share/i18n/locales/en_NZ usr/share/i18n/locales/en_PH usr/share/i18n/locales/en_SG usr/share/i18n/locales/en_US usr/share/i18n/locales/en_ZA usr/share/i18n/locales/en_ZM usr/share/i18n/locales/en_ZW usr/share/i18n/locales/es_AR usr/share/i18n/locales/es_BO usr/share/i18n/locales/es_CL usr/share/i18n/locales/es_CO usr/share/i18n/locales/es_CR usr/share/i18n/locales/es_CU usr/share/i18n/locales/es_DO usr/share/i18n/locales/es_EC usr/share/i18n/locales/es_ES usr/share/i18n/locales/es_ES@euro usr/share/i18n/locales/es_GT usr/share/i18n/locales/es_HN usr/share/i18n/locales/es_MX usr/share/i18n/locales/es_NI usr/share/i18n/locales/es_PA usr/share/i18n/locales/es_PE usr/share/i18n/locales/es_PR usr/share/i18n/locales/es_PY usr/share/i18n/locales/es_SV usr/share/i18n/locales/es_US usr/share/i18n/locales/es_UY usr/share/i18n/locales/es_VE usr/share/i18n/locales/et_EE usr/share/i18n/locales/eu_ES usr/share/i18n/locales/eu_ES@euro usr/share/i18n/locales/fa_IR usr/share/i18n/locales/ff_SN usr/share/i18n/locales/fi_FI usr/share/i18n/locales/fi_FI@euro usr/share/i18n/locales/fil_PH usr/share/i18n/locales/fo_FO usr/share/i18n/locales/fr_BE usr/share/i18n/locales/fr_BE@euro usr/share/i18n/locales/fr_CA usr/share/i18n/locales/fr_CH usr/share/i18n/locales/fr_FR usr/share/i18n/locales/fr_FR@euro usr/share/i18n/locales/fr_LU usr/share/i18n/locales/fr_LU@euro usr/share/i18n/locales/fur_IT usr/share/i18n/locales/fy_DE usr/share/i18n/locales/fy_NL usr/share/i18n/locales/ga_IE usr/share/i18n/locales/ga_IE@euro usr/share/i18n/locales/gd_GB usr/share/i18n/locales/gez_ER usr/share/i18n/locales/gez_ER@abegede usr/share/i18n/locales/gez_ET usr/share/i18n/locales/gez_ET@abegede usr/share/i18n/locales/gl_ES usr/share/i18n/locales/gl_ES@euro usr/share/i18n/locales/gu_IN usr/share/i18n/locales/gv_GB usr/share/i18n/locales/ha_NG usr/share/i18n/locales/he_IL usr/share/i18n/locales/hi_IN usr/share/i18n/locales/hne_IN usr/share/i18n/locales/hr_HR usr/share/i18n/locales/hsb_DE usr/share/i18n/locales/ht_HT usr/share/i18n/locales/hu_HU usr/share/i18n/locales/hy_AM usr/share/i18n/locales/i18n usr/share/i18n/locales/ia_FR usr/share/i18n/locales/id_ID usr/share/i18n/locales/ig_NG usr/share/i18n/locales/ik_CA usr/share/i18n/locales/is_IS usr/share/i18n/locales/iso14651_t1 usr/share/i18n/locales/iso14651_t1_common usr/share/i18n/locales/iso14651_t1_pinyin usr/share/i18n/locales/it_CH usr/share/i18n/locales/it_IT usr/share/i18n/locales/it_IT@euro usr/share/i18n/locales/iu_CA usr/share/i18n/locales/iw_IL usr/share/i18n/locales/ja_JP usr/share/i18n/locales/ka_GE usr/share/i18n/locales/kk_KZ usr/share/i18n/locales/kl_GL usr/share/i18n/locales/km_KH usr/share/i18n/locales/kn_IN usr/share/i18n/locales/ko_KR usr/share/i18n/locales/kok_IN usr/share/i18n/locales/ks_IN usr/share/i18n/locales/ks_IN@devanagari usr/share/i18n/locales/ku_TR usr/share/i18n/locales/kw_GB usr/share/i18n/locales/ky_KG usr/share/i18n/locales/lb_LU usr/share/i18n/locales/lg_UG usr/share/i18n/locales/li_BE usr/share/i18n/locales/li_NL usr/share/i18n/locales/lij_IT usr/share/i18n/locales/lo_LA usr/share/i18n/locales/lt_LT usr/share/i18n/locales/lv_LV usr/share/i18n/locales/mag_IN usr/share/i18n/locales/mai_IN usr/share/i18n/locales/mg_MG usr/share/i18n/locales/mhr_RU usr/share/i18n/locales/mi_NZ usr/share/i18n/locales/mk_MK usr/share/i18n/locales/ml_IN usr/share/i18n/locales/mn_MN usr/share/i18n/locales/mni_IN usr/share/i18n/locales/mr_IN usr/share/i18n/locales/ms_MY usr/share/i18n/locales/mt_MT usr/share/i18n/locales/my_MM usr/share/i18n/locales/nan_TW@latin usr/share/i18n/locales/nb_NO usr/share/i18n/locales/nds_DE usr/share/i18n/locales/nds_NL usr/share/i18n/locales/ne_NP usr/share/i18n/locales/nhn_MX usr/share/i18n/locales/niu_NU usr/share/i18n/locales/niu_NZ usr/share/i18n/locales/nl_AW usr/share/i18n/locales/nl_BE usr/share/i18n/locales/nl_BE@euro usr/share/i18n/locales/nl_NL usr/share/i18n/locales/nl_NL@euro usr/share/i18n/locales/nn_NO usr/share/i18n/locales/nr_ZA usr/share/i18n/locales/nso_ZA usr/share/i18n/locales/oc_FR usr/share/i18n/locales/om_ET usr/share/i18n/locales/om_KE usr/share/i18n/locales/or_IN usr/share/i18n/locales/os_RU usr/share/i18n/locales/pa_IN usr/share/i18n/locales/pa_PK usr/share/i18n/locales/pap_AN usr/share/i18n/locales/pl_PL usr/share/i18n/locales/ps_AF usr/share/i18n/locales/pt_BR usr/share/i18n/locales/pt_PT usr/share/i18n/locales/pt_PT@euro usr/share/i18n/locales/ro_RO usr/share/i18n/locales/ru_RU usr/share/i18n/locales/ru_UA usr/share/i18n/locales/rw_RW usr/share/i18n/locales/sa_IN usr/share/i18n/locales/sat_IN usr/share/i18n/locales/sc_IT usr/share/i18n/locales/sd_IN usr/share/i18n/locales/sd_IN@devanagari usr/share/i18n/locales/se_NO usr/share/i18n/locales/shs_CA usr/share/i18n/locales/si_LK usr/share/i18n/locales/sid_ET usr/share/i18n/locales/sk_SK usr/share/i18n/locales/sl_SI usr/share/i18n/locales/so_DJ usr/share/i18n/locales/so_ET usr/share/i18n/locales/so_KE usr/share/i18n/locales/so_SO usr/share/i18n/locales/sq_AL usr/share/i18n/locales/sq_MK usr/share/i18n/locales/sr_ME usr/share/i18n/locales/sr_RS usr/share/i18n/locales/sr_RS@latin usr/share/i18n/locales/ss_ZA usr/share/i18n/locales/st_ZA usr/share/i18n/locales/sv_FI usr/share/i18n/locales/sv_FI@euro usr/share/i18n/locales/sv_SE usr/share/i18n/locales/sw_KE usr/share/i18n/locales/sw_TZ usr/share/i18n/locales/szl_PL usr/share/i18n/locales/ta_IN usr/share/i18n/locales/ta_LK usr/share/i18n/locales/te_IN usr/share/i18n/locales/tg_TJ usr/share/i18n/locales/th_TH usr/share/i18n/locales/ti_ER usr/share/i18n/locales/ti_ET usr/share/i18n/locales/tig_ER usr/share/i18n/locales/tk_TM usr/share/i18n/locales/tl_PH usr/share/i18n/locales/tn_ZA usr/share/i18n/locales/tr_CY usr/share/i18n/locales/tr_TR usr/share/i18n/locales/translit_circle usr/share/i18n/locales/translit_cjk_compat usr/share/i18n/locales/translit_cjk_variants usr/share/i18n/locales/translit_combining usr/share/i18n/locales/translit_compat usr/share/i18n/locales/translit_font usr/share/i18n/locales/translit_fraction usr/share/i18n/locales/translit_hangul usr/share/i18n/locales/translit_narrow usr/share/i18n/locales/translit_neutral usr/share/i18n/locales/translit_small usr/share/i18n/locales/translit_wide usr/share/i18n/locales/ts_ZA usr/share/i18n/locales/tt_RU usr/share/i18n/locales/tt_RU@iqtelif usr/share/i18n/locales/ug_CN usr/share/i18n/locales/uk_UA usr/share/i18n/locales/unm_US usr/share/i18n/locales/ur_IN usr/share/i18n/locales/ur_PK usr/share/i18n/locales/uz_UZ usr/share/i18n/locales/uz_UZ@cyrillic usr/share/i18n/locales/ve_ZA usr/share/i18n/locales/vi_VN usr/share/i18n/locales/wa_BE usr/share/i18n/locales/wa_BE@euro usr/share/i18n/locales/wae_CH usr/share/i18n/locales/wal_ET usr/share/i18n/locales/wo_SN usr/share/i18n/locales/xh_ZA usr/share/i18n/locales/yi_US usr/share/i18n/locales/yo_NG usr/share/i18n/locales/yue_HK usr/share/i18n/locales/zh_CN usr/share/i18n/locales/zh_HK usr/share/i18n/locales/zh_SG usr/share/i18n/locales/zh_TW usr/share/i18n/locales/zu_ZA usr/share/icons usr/share/info/bash.info.gz usr/share/info/coreutils.info.gz usr/share/info/dir usr/share/info/find-maint.info.gz usr/share/info/find.info.gz usr/share/info/grep.info.gz usr/share/info/history.info.gz usr/share/info/info-stnd.info.gz usr/share/info/info.info.gz usr/share/info/libidn.info.gz usr/share/info/rluserman.info.gz usr/share/info/sed.info.gz usr/share/info/which.info.gz usr/share/keyutils/request-key-debug.sh -usr/share/licenses/elfutils-0.168/COPYING -usr/share/licenses/elfutils-0.168/COPYING-GPLV2 -usr/share/licenses/elfutils-0.168/COPYING-LGPLV3 -usr/share/licenses/glib2-2.50.3/COPYING +usr/share/licenses/elfutils-0.172/COPYING +usr/share/licenses/elfutils-0.172/COPYING-GPLV2 +usr/share/licenses/elfutils-0.172/COPYING-LGPLV3 +usr/share/licenses/glib2-2.56.1/COPYING usr/share/licenses/gmp-6.0.0/COPYING usr/share/licenses/gmp-6.0.0/COPYING.LESSERv3 usr/share/licenses/gmp-6.0.0/COPYINGv2 usr/share/licenses/gmp-6.0.0/COPYINGv3 usr/share/licenses/krb5-libs-1.15.1/LICENSE usr/share/licenses/libsepol-2.5/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/af/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/af/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/am/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/an/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/be/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/bg/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ca/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/cs/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/da/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/libidn.mo +%%NLS%%usr/share/locale/de/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/de/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/el/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/en_US/LC_MESSAGES/mit-krb5.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eo/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/es/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/et/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/eu/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fi/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/fr/LC_TIME/coreutils.mo +%%NLS%%usr/share/locale/fur/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ga/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/gd/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/gl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hr/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/hu/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ia/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/id/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/it/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ja/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/kk/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ko/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ky/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/lg/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lg/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/locale.alias %%NLS%%usr/share/locale/lt/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/lt/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ms/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nb/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/nl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/pt_BR/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ro/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/ru/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/rw/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sk/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sl/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/sv/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tl/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/tr/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gdbm.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/uk/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/vi/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/e2fsprogs.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/libidn.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/popt.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_CN/LC_TIME/coreutils.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/bash.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/coreutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/findutils.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/glib20.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/grep.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/libc.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/sed.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/util-linux.mo %%NLS%%usr/share/locale/zh_TW/LC_TIME/coreutils.mo usr/share/lsb/4.1/modules/core/core-4.1-ia32 usr/share/lsb/4.1/modules/core/core-4.1-noarch usr/share/lsb/4.1/modules/core/security-4.1-ia32 usr/share/lsb/4.1/modules/core/security-4.1-noarch usr/share/lsb/4.1/submodules/core-4.1-ia32 usr/share/lsb/4.1/submodules/core-4.1-noarch usr/share/man/man1/..1.gz usr/share/man/man1/:.1.gz usr/share/man/man1/[.1.gz usr/share/man/man1/alias.1.gz usr/share/man/man1/arch.1.gz usr/share/man/man1/base64.1.gz usr/share/man/man1/basename.1.gz usr/share/man/man1/bash.1.gz usr/share/man/man1/bashbug-32.1.gz usr/share/man/man1/bashbug.1.gz usr/share/man/man1/bg.1.gz usr/share/man/man1/bind.1.gz usr/share/man/man1/break.1.gz usr/share/man/man1/builtin.1.gz usr/share/man/man1/builtins.1.gz usr/share/man/man1/bunzip2.1.gz usr/share/man/man1/bzcat.1.gz usr/share/man/man1/bzcmp.1.gz usr/share/man/man1/bzdiff.1.gz usr/share/man/man1/bzgrep.1.gz usr/share/man/man1/bzip2.1.gz usr/share/man/man1/bzip2recover.1.gz usr/share/man/man1/bzless.1.gz usr/share/man/man1/bzmore.1.gz usr/share/man/man1/cal.1.gz usr/share/man/man1/caller.1.gz usr/share/man/man1/capsh.1.gz usr/share/man/man1/captoinfo.1m.gz usr/share/man/man1/cat.1.gz usr/share/man/man1/cd.1.gz usr/share/man/man1/chattr.1.gz usr/share/man/man1/chcon.1.gz usr/share/man/man1/chfn.1.gz usr/share/man/man1/chgrp.1.gz usr/share/man/man1/chmod.1.gz usr/share/man/man1/chown.1.gz usr/share/man/man1/chroot.1.gz usr/share/man/man1/chrt.1.gz usr/share/man/man1/chsh.1.gz usr/share/man/man1/cksum.1.gz usr/share/man/man1/clear.1.gz usr/share/man/man1/col.1.gz usr/share/man/man1/colcrt.1.gz usr/share/man/man1/colrm.1.gz usr/share/man/man1/column.1.gz usr/share/man/man1/comm.1.gz usr/share/man/man1/command.1.gz usr/share/man/man1/compgen.1.gz usr/share/man/man1/complete.1.gz usr/share/man/man1/compopt.1.gz usr/share/man/man1/continue.1.gz usr/share/man/man1/cp.1.gz usr/share/man/man1/csplit.1.gz usr/share/man/man1/cut.1.gz usr/share/man/man1/date.1.gz usr/share/man/man1/dd.1.gz usr/share/man/man1/declare.1.gz usr/share/man/man1/df.1.gz usr/share/man/man1/dir.1.gz usr/share/man/man1/dircolors.1.gz usr/share/man/man1/dirname.1.gz usr/share/man/man1/dirs.1.gz usr/share/man/man1/disown.1.gz usr/share/man/man1/dmesg.1.gz usr/share/man/man1/du.1.gz usr/share/man/man1/echo.1.gz usr/share/man/man1/egrep.1.gz usr/share/man/man1/eject.1.gz usr/share/man/man1/enable.1.gz usr/share/man/man1/env.1.gz usr/share/man/man1/eval.1.gz usr/share/man/man1/exec.1.gz usr/share/man/man1/exit.1.gz usr/share/man/man1/expand.1.gz usr/share/man/man1/export.1.gz usr/share/man/man1/expr.1.gz usr/share/man/man1/factor.1.gz usr/share/man/man1/fallocate.1.gz usr/share/man/man1/false.1.gz usr/share/man/man1/fc.1.gz usr/share/man/man1/fg.1.gz usr/share/man/man1/fgrep.1.gz usr/share/man/man1/find.1.gz usr/share/man/man1/flock.1.gz usr/share/man/man1/fmt.1.gz usr/share/man/man1/fold.1.gz usr/share/man/man1/gapplication.1.gz usr/share/man/man1/gdbus.1.gz usr/share/man/man1/getopt.1.gz usr/share/man/man1/getopts.1.gz -usr/share/man/man1/gio.1.gz usr/share/man/man1/gio-querymodules.1.gz +usr/share/man/man1/gio.1.gz usr/share/man/man1/glib-compile-schemas.1.gz usr/share/man/man1/grep.1.gz usr/share/man/man1/groups.1.gz usr/share/man/man1/gsettings.1.gz usr/share/man/man1/hash.1.gz usr/share/man/man1/head.1.gz usr/share/man/man1/help.1.gz usr/share/man/man1/hexdump.1.gz usr/share/man/man1/history.1.gz usr/share/man/man1/hostid.1.gz usr/share/man/man1/id.1.gz usr/share/man/man1/idn.1.gz usr/share/man/man1/info.1.gz usr/share/man/man1/infocmp.1m.gz usr/share/man/man1/infokey.1.gz usr/share/man/man1/infotocap.1m.gz usr/share/man/man1/install-info.1.gz usr/share/man/man1/install.1.gz usr/share/man/man1/ionice.1.gz usr/share/man/man1/ipcmk.1.gz usr/share/man/man1/ipcrm.1.gz usr/share/man/man1/ipcs.1.gz usr/share/man/man1/jobs.1.gz usr/share/man/man1/join.1.gz usr/share/man/man1/keyctl.1.gz usr/share/man/man1/kill.1.gz usr/share/man/man1/less.1.gz usr/share/man/man1/lessecho.1.gz usr/share/man/man1/lesskey.1.gz usr/share/man/man1/let.1.gz usr/share/man/man1/link.1.gz usr/share/man/man1/ln.1.gz usr/share/man/man1/local.1.gz usr/share/man/man1/logger.1.gz usr/share/man/man1/login.1.gz usr/share/man/man1/logname.1.gz usr/share/man/man1/logout.1.gz usr/share/man/man1/look.1.gz usr/share/man/man1/ls.1.gz usr/share/man/man1/lsattr.1.gz usr/share/man/man1/lsb_release.1.gz usr/share/man/man1/lscpu.1.gz usr/share/man/man1/lsipc.1.gz usr/share/man/man1/lslogins.1.gz +usr/share/man/man1/lsmem.1.gz usr/share/man/man1/mapfile.1.gz usr/share/man/man1/mcookie.1.gz usr/share/man/man1/md5sum.1.gz usr/share/man/man1/mkdir.1.gz usr/share/man/man1/mkfifo.1.gz usr/share/man/man1/mknod.1.gz usr/share/man/man1/mktemp.1.gz usr/share/man/man1/more.1.gz usr/share/man/man1/mountpoint.1.gz usr/share/man/man1/mv.1.gz usr/share/man/man1/namei.1.gz usr/share/man/man1/nice.1.gz usr/share/man/man1/nl.1.gz usr/share/man/man1/nohup.1.gz usr/share/man/man1/nproc.1.gz usr/share/man/man1/nsenter.1.gz usr/share/man/man1/numfmt.1.gz usr/share/man/man1/od.1.gz usr/share/man/man1/oldfind.1.gz usr/share/man/man1/paste.1.gz usr/share/man/man1/pathchk.1.gz usr/share/man/man1/pinky.1.gz usr/share/man/man1/popd.1.gz usr/share/man/man1/pr.1.gz usr/share/man/man1/printenv.1.gz usr/share/man/man1/printf.1.gz usr/share/man/man1/prlimit.1.gz usr/share/man/man1/ptx.1.gz usr/share/man/man1/pushd.1.gz usr/share/man/man1/pwd.1.gz usr/share/man/man1/read.1.gz usr/share/man/man1/readlink.1.gz usr/share/man/man1/readonly.1.gz usr/share/man/man1/realpath.1.gz usr/share/man/man1/rename.1.gz usr/share/man/man1/renice.1.gz usr/share/man/man1/reset.1.gz usr/share/man/man1/return.1.gz usr/share/man/man1/rev.1.gz usr/share/man/man1/rm.1.gz usr/share/man/man1/rmdir.1.gz usr/share/man/man1/runcon.1.gz usr/share/man/man1/runuser.1.gz usr/share/man/man1/script.1.gz usr/share/man/man1/scriptreplay.1.gz usr/share/man/man1/sed.1.gz usr/share/man/man1/seq.1.gz usr/share/man/man1/set.1.gz usr/share/man/man1/setpriv.1.gz usr/share/man/man1/setsid.1.gz usr/share/man/man1/setterm.1.gz usr/share/man/man1/sh.1.gz usr/share/man/man1/sha1sum.1.gz usr/share/man/man1/sha224sum.1.gz usr/share/man/man1/sha256sum.1.gz usr/share/man/man1/sha384sum.1.gz usr/share/man/man1/sha512sum.1.gz usr/share/man/man1/shift.1.gz usr/share/man/man1/shopt.1.gz usr/share/man/man1/shred.1.gz usr/share/man/man1/shuf.1.gz usr/share/man/man1/sleep.1.gz usr/share/man/man1/sort.1.gz usr/share/man/man1/source.1.gz usr/share/man/man1/split.1.gz usr/share/man/man1/stat.1.gz usr/share/man/man1/stdbuf.1.gz usr/share/man/man1/stty.1.gz usr/share/man/man1/su.1.gz usr/share/man/man1/sum.1.gz usr/share/man/man1/suspend.1.gz usr/share/man/man1/sync.1.gz usr/share/man/man1/tabs.1.gz usr/share/man/man1/tac.1.gz usr/share/man/man1/tail.1.gz usr/share/man/man1/tailf.1.gz usr/share/man/man1/taskset.1.gz usr/share/man/man1/tee.1.gz usr/share/man/man1/test.1.gz usr/share/man/man1/tic.1m.gz usr/share/man/man1/timeout.1.gz usr/share/man/man1/times.1.gz usr/share/man/man1/toe.1m.gz usr/share/man/man1/touch.1.gz usr/share/man/man1/tput.1.gz usr/share/man/man1/tr.1.gz usr/share/man/man1/trap.1.gz usr/share/man/man1/true.1.gz usr/share/man/man1/truncate.1.gz usr/share/man/man1/tset.1.gz usr/share/man/man1/tsort.1.gz usr/share/man/man1/tty.1.gz usr/share/man/man1/type.1.gz usr/share/man/man1/typeset.1.gz usr/share/man/man1/ul.1.gz usr/share/man/man1/ulimit.1.gz usr/share/man/man1/umask.1.gz usr/share/man/man1/unalias.1.gz usr/share/man/man1/uname.1.gz usr/share/man/man1/unexpand.1.gz usr/share/man/man1/uniq.1.gz usr/share/man/man1/unlink.1.gz usr/share/man/man1/unset.1.gz usr/share/man/man1/unshare.1.gz usr/share/man/man1/users.1.gz usr/share/man/man1/utmpdump.1.gz usr/share/man/man1/uuidgen.1.gz usr/share/man/man1/vdir.1.gz usr/share/man/man1/wait.1.gz usr/share/man/man1/wc.1.gz usr/share/man/man1/whereis.1.gz usr/share/man/man1/which.1.gz usr/share/man/man1/who.1.gz usr/share/man/man1/whoami.1.gz usr/share/man/man1/write.1.gz usr/share/man/man1/xargs.1.gz usr/share/man/man1/yes.1.gz usr/share/man/man5/.k5identity.5.gz usr/share/man/man5/.k5login.5.gz usr/share/man/man5/e2fsck.conf.5.gz usr/share/man/man5/ext2.5.gz usr/share/man/man5/ext3.5.gz usr/share/man/man5/ext4.5.gz usr/share/man/man5/fstab.5.gz usr/share/man/man5/info.5.gz usr/share/man/man5/k5identity.5.gz usr/share/man/man5/k5login.5.gz usr/share/man/man5/krb5.conf.5.gz usr/share/man/man5/mke2fs.conf.5.gz usr/share/man/man5/request-key.conf.5.gz usr/share/man/man5/term.5.gz usr/share/man/man5/terminfo.5.gz usr/share/man/man7/term.7.gz usr/share/man/man8/addpart.8.gz usr/share/man/man8/agetty.8.gz usr/share/man/man8/badblocks.8.gz usr/share/man/man8/blkdiscard.8.gz usr/share/man/man8/blkid.8.gz usr/share/man/man8/blockdev.8.gz usr/share/man/man8/cfdisk.8.gz usr/share/man/man8/chcpu.8.gz +usr/share/man/man8/chmem.8.gz usr/share/man/man8/clock.8.gz usr/share/man/man8/ctrlaltdel.8.gz usr/share/man/man8/cytune.8.gz usr/share/man/man8/debugfs.8.gz usr/share/man/man8/delpart.8.gz usr/share/man/man8/dumpe2fs.8.gz usr/share/man/man8/e2freefrag.8.gz usr/share/man/man8/e2fsck.8.gz usr/share/man/man8/e2image.8.gz usr/share/man/man8/e2label.8.gz usr/share/man/man8/e2undo.8.gz usr/share/man/man8/e4defrag.8.gz usr/share/man/man8/fdformat.8.gz usr/share/man/man8/fdisk.8.gz usr/share/man/man8/filefrag.8.gz usr/share/man/man8/findfs.8.gz usr/share/man/man8/findmnt.8.gz usr/share/man/man8/fsck.8.gz usr/share/man/man8/fsck.cramfs.8.gz usr/share/man/man8/fsck.ext2.8.gz usr/share/man/man8/fsck.ext3.8.gz usr/share/man/man8/fsck.ext4.8.gz usr/share/man/man8/fsck.minix.8.gz usr/share/man/man8/fsfreeze.8.gz usr/share/man/man8/fstrim.8.gz usr/share/man/man8/getcap.8.gz usr/share/man/man8/getpcaps.8.gz usr/share/man/man8/hwclock.8.gz usr/share/man/man8/i386.8.gz usr/share/man/man8/isosize.8.gz usr/share/man/man8/key.dns_resolver.8.gz usr/share/man/man8/ldattach.8.gz usr/share/man/man8/linux32.8.gz usr/share/man/man8/linux64.8.gz usr/share/man/man8/logsave.8.gz usr/share/man/man8/losetup.8.gz usr/share/man/man8/lsblk.8.gz usr/share/man/man8/lslocks.8.gz usr/share/man/man8/lsns.8.gz usr/share/man/man8/mke2fs.8.gz usr/share/man/man8/mkfs.8.gz usr/share/man/man8/mkfs.cramfs.8.gz usr/share/man/man8/mkfs.ext2.8.gz usr/share/man/man8/mkfs.ext3.8.gz usr/share/man/man8/mkfs.ext4.8.gz usr/share/man/man8/mkfs.minix.8.gz usr/share/man/man8/mklost+found.8.gz usr/share/man/man8/mkswap.8.gz usr/share/man/man8/mount.8.gz usr/share/man/man8/nologin.8.gz usr/share/man/man8/partx.8.gz usr/share/man/man8/pivot_root.8.gz usr/share/man/man8/raw.8.gz usr/share/man/man8/rawdevices.8.gz usr/share/man/man8/readprofile.8.gz usr/share/man/man8/request-key.8.gz usr/share/man/man8/resize2fs.8.gz usr/share/man/man8/resizepart.8.gz usr/share/man/man8/rtcwake.8.gz usr/share/man/man8/setarch.8.gz usr/share/man/man8/setcap.8.gz usr/share/man/man8/setserial.8.gz usr/share/man/man8/sfdisk.8.gz usr/share/man/man8/sulogin.8.gz usr/share/man/man8/swaplabel.8.gz usr/share/man/man8/swapoff.8.gz usr/share/man/man8/swapon.8.gz usr/share/man/man8/switch_root.8.gz usr/share/man/man8/tune2fs.8.gz usr/share/man/man8/umount.8.gz usr/share/man/man8/wdctl.8.gz usr/share/man/man8/wipefs.8.gz usr/share/man/man8/zramctl.8.gz usr/share/redhat-release usr/share/tabset/std usr/share/tabset/stdcrt usr/share/tabset/vt100 usr/share/tabset/vt300 usr/share/terminfo/A/Apple_Terminal usr/share/terminfo/E/Eterm usr/share/terminfo/E/Eterm-256color usr/share/terminfo/E/Eterm-88color usr/share/terminfo/E/Eterm-color usr/share/terminfo/a/ansi usr/share/terminfo/a/ansi80x25 usr/share/terminfo/a/ansis usr/share/terminfo/a/aterm usr/share/terminfo/b/bterm usr/share/terminfo/c/cons25 usr/share/terminfo/c/cygwin usr/share/terminfo/d/dumb usr/share/terminfo/e/eterm usr/share/terminfo/e/eterm-color usr/share/terminfo/g/gnome usr/share/terminfo/g/gnome-256color usr/share/terminfo/h/hurd usr/share/terminfo/j/jfbterm usr/share/terminfo/k/kon usr/share/terminfo/k/kon2 usr/share/terminfo/k/konsole usr/share/terminfo/k/konsole-256color usr/share/terminfo/l/linux usr/share/terminfo/m/mach usr/share/terminfo/m/mach-bold usr/share/terminfo/m/mach-color usr/share/terminfo/m/mach-gnu usr/share/terminfo/m/mach-gnu-color usr/share/terminfo/m/mlterm usr/share/terminfo/m/mrxvt usr/share/terminfo/n/nsterm usr/share/terminfo/n/nxterm usr/share/terminfo/p/pcansi usr/share/terminfo/p/putty usr/share/terminfo/p/putty-256color usr/share/terminfo/p/putty-sco usr/share/terminfo/p/putty-vt100 usr/share/terminfo/r/rxvt usr/share/terminfo/r/rxvt-16color usr/share/terminfo/r/rxvt-256color usr/share/terminfo/r/rxvt-88color usr/share/terminfo/r/rxvt-basic usr/share/terminfo/r/rxvt-color usr/share/terminfo/r/rxvt-cygwin usr/share/terminfo/r/rxvt-cygwin-native usr/share/terminfo/r/rxvt-unicode usr/share/terminfo/r/rxvt-xpm usr/share/terminfo/s/screen usr/share/terminfo/s/screen-16color usr/share/terminfo/s/screen-256color usr/share/terminfo/s/screen.Eterm usr/share/terminfo/s/screen.gnome usr/share/terminfo/s/screen.konsole usr/share/terminfo/s/screen.linux usr/share/terminfo/s/screen.mlterm usr/share/terminfo/s/screen.mrxvt usr/share/terminfo/s/screen.rxvt usr/share/terminfo/s/screen.teraterm usr/share/terminfo/s/screen.vte usr/share/terminfo/s/screen.xterm-new usr/share/terminfo/s/screen.xterm-r6 usr/share/terminfo/s/screen.xterm-xfree86 usr/share/terminfo/s/simpleterm usr/share/terminfo/s/st usr/share/terminfo/s/st-16color usr/share/terminfo/s/st-256color usr/share/terminfo/s/sun usr/share/terminfo/s/sun1 usr/share/terminfo/s/sun2 usr/share/terminfo/t/teraterm usr/share/terminfo/t/teraterm2.3 usr/share/terminfo/v/vs100 usr/share/terminfo/v/vt100 usr/share/terminfo/v/vt100-am usr/share/terminfo/v/vt100-nav usr/share/terminfo/v/vt102 usr/share/terminfo/v/vt200 usr/share/terminfo/v/vt220 usr/share/terminfo/v/vt52 usr/share/terminfo/v/vte usr/share/terminfo/v/vte-256color usr/share/terminfo/v/vwmterm usr/share/terminfo/w/wsvt25 usr/share/terminfo/w/wsvt25m usr/share/terminfo/x/xfce usr/share/terminfo/x/xterm usr/share/terminfo/x/xterm-1002 usr/share/terminfo/x/xterm-1003 usr/share/terminfo/x/xterm-16color usr/share/terminfo/x/xterm-24 usr/share/terminfo/x/xterm-256color usr/share/terminfo/x/xterm-88color usr/share/terminfo/x/xterm-8bit usr/share/terminfo/x/xterm-basic usr/share/terminfo/x/xterm-bold usr/share/terminfo/x/xterm-color usr/share/terminfo/x/xterm-hp usr/share/terminfo/x/xterm-new usr/share/terminfo/x/xterm-nic usr/share/terminfo/x/xterm-noapp usr/share/terminfo/x/xterm-old usr/share/terminfo/x/xterm-pcolor usr/share/terminfo/x/xterm-r5 usr/share/terminfo/x/xterm-r6 usr/share/terminfo/x/xterm-sco usr/share/terminfo/x/xterm-sun usr/share/terminfo/x/xterm-utf8 usr/share/terminfo/x/xterm-vt220 usr/share/terminfo/x/xterm-vt52 usr/share/terminfo/x/xterm-xf86-v32 usr/share/terminfo/x/xterm-xf86-v33 usr/share/terminfo/x/xterm-xf86-v333 usr/share/terminfo/x/xterm-xf86-v40 usr/share/terminfo/x/xterm-xf86-v43 usr/share/terminfo/x/xterm-xf86-v44 usr/share/terminfo/x/xterm-xfree86 usr/share/terminfo/x/xterm-xi usr/share/terminfo/x/xterms usr/tmp @rmtry var/cache/ldconfig/aux-cache var/db/Makefile var/mail @dir dev @dir etc/X11/applnk @dir etc/X11/fontpath.d @dir etc/bash_completion.d @dir etc/gss/mech.d @dir etc/krb5.conf.d @dir etc/ld.so.conf.d @dir etc/opt @dir etc/pm/config.d @dir etc/pm/power.d @dir etc/pm/sleep.d @dir etc/popt.d @dir etc/request-key.d @dir etc/sysconfig @dir etc/terminfo @dir etc/xdg/autostart @dir etc/xinetd.d @dir opt @dir srv @dir usr/lib/gio/modules @dir var/adm @dir var/cache/ldconfig @dir var/empty @dir var/games @dir var/gopher @dir var/kerberos/krb5/user @dir var/lib/games @dir var/lib/misc @dir var/lib/rpm-state @dir var/local @dir var/nis @dir var/opt @dir var/preserve @dir var/spool/lpd @dir var/spool/mail @dir var/yp @dir %%LINUXBASE%% @comment These directories may have filesystems mounted and then it may not be @comment possible to change their mode and timestamp like @dir tries to do. @postexec mkdir -p %D/dev/shm @postunexec rmdir %D/dev/shm 2>/dev/null || true @postexec mkdir -p %D/proc @postunexec rmdir %D/proc 2>/dev/null || true @postexec mkdir -p %D/sys @postunexec rmdir %D/sys 2>/dev/null || true @postexec %D/usr/sbin/ldconfig @postexec %D/usr/bin/gio-querymodules-32 /usr/lib/gio/modules Index: head/ftp/linux-c7-curl/Makefile =================================================================== --- head/ftp/linux-c7-curl/Makefile (revision 503721) +++ head/ftp/linux-c7-curl/Makefile (revision 503722) @@ -1,26 +1,26 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= curl PORTVERSION= 7.29.0 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= ftp linux LIB_DISTNAMES= lib${DISTNAME} MAINTAINER= emulation@FreeBSD.org COMMENT= Tool for transferring files with URL syntax (Linux CentOS ${LINUX_DIST_VER}) LICENSE= MIT CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 42.el7_4.1 +RPMVERSION= 51.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= libssh2 nspr nss openldap USE_LINUX_RPM= nolib OPTIONS_DEFINE= DOCS .include Index: head/ftp/linux-c7-curl/distinfo =================================================================== --- head/ftp/linux-c7-curl/distinfo (revision 503721) +++ head/ftp/linux-c7-curl/distinfo (revision 503722) @@ -1,11 +1,11 @@ -TIMESTAMP = 1513003041 -SHA256 (centos/curl-7.29.0-42.el7_4.1.i686.rpm) = 4eb1bfbede0a65384240a9294e8a9b5fbfdc278a6a8d2c23722db47a892f65b6 -SIZE (centos/curl-7.29.0-42.el7_4.1.i686.rpm) = 272964 -SHA256 (centos/curl-7.29.0-42.el7_4.1.x86_64.rpm) = 12128ce4bbba8672939e49a25dc1bfe1a04e639ac96aa5b732c3d053ddb721ea -SIZE (centos/curl-7.29.0-42.el7_4.1.x86_64.rpm) = 273312 -SHA256 (centos/libcurl-7.29.0-42.el7_4.1.i686.rpm) = 04d8b20bd1d0b3f9085d0c842288fc4cba43f954a90c110d85ff9570162e0976 -SIZE (centos/libcurl-7.29.0-42.el7_4.1.i686.rpm) = 227256 -SHA256 (centos/libcurl-7.29.0-42.el7_4.1.x86_64.rpm) = a7402b46263a2e50e9606dfc8ca9311108f1262feb6e239b276e53a693caa4fb -SIZE (centos/libcurl-7.29.0-42.el7_4.1.x86_64.rpm) = 224756 -SHA256 (centos/curl-7.29.0-42.el7_4.1.src.rpm) = 6af0b6df53096c0cc73dc0646a342612cc47630009ee833d537edec482d0f43a -SIZE (centos/curl-7.29.0-42.el7_4.1.src.rpm) = 2308368 +TIMESTAMP = 1544531658 +SHA256 (centos/curl-7.29.0-51.el7.i686.rpm) = f1868056f78b452e32032048f5ddcfefb3fb3eb875f6b55088fb3039a9bef718 +SIZE (centos/curl-7.29.0-51.el7.i686.rpm) = 275036 +SHA256 (centos/curl-7.29.0-51.el7.x86_64.rpm) = f6515f870eab991b9a9fac7e65acdb72e0d2d1baa1dc170d870b462191c40cd0 +SIZE (centos/curl-7.29.0-51.el7.x86_64.rpm) = 275400 +SHA256 (centos/libcurl-7.29.0-51.el7.i686.rpm) = 6fa0a94a6c633cf3d8c30123af89566e7b03a1a40f331dfa4d5710469eb6c799 +SIZE (centos/libcurl-7.29.0-51.el7.i686.rpm) = 229660 +SHA256 (centos/libcurl-7.29.0-51.el7.x86_64.rpm) = 5ba5eb9f538c219511aa9237416e2e9453abda53fa4b418d05a4a067007b1e0b +SIZE (centos/libcurl-7.29.0-51.el7.x86_64.rpm) = 226772 +SHA256 (centos/curl-7.29.0-51.el7.src.rpm) = 43ca5b50a713bbc564086cfb179ad9fae880904a834a41a7d88fdee67d21ffe8 +SIZE (centos/curl-7.29.0-51.el7.src.rpm) = 2369544 Index: head/graphics/Makefile =================================================================== --- head/graphics/Makefile (revision 503721) +++ head/graphics/Makefile (revision 503722) @@ -1,1098 +1,1100 @@ # $FreeBSD$ # COMMENT = Graphics tools and libraries SUBDIR += 4va SUBDIR += Coin SUBDIR += EZWGL SUBDIR += GraphicsMagick SUBDIR += Hermes SUBDIR += IPA SUBDIR += ImageMagick6 SUBDIR += ImageMagick6-nox11 SUBDIR += ImageMagick7 SUBDIR += ImageMagick7-nox11 SUBDIR += O2-tools SUBDIR += R-cran-DiagrammeR SUBDIR += R-cran-GDD SUBDIR += R-cran-RColorBrewer SUBDIR += R-cran-colorspace SUBDIR += R-cran-diagram SUBDIR += R-cran-dichromat SUBDIR += R-cran-dygraphs SUBDIR += R-cran-ggplot2 SUBDIR += R-cran-gridBase SUBDIR += R-cran-gridExtra SUBDIR += R-cran-munsell SUBDIR += R-cran-pixmap SUBDIR += R-cran-png SUBDIR += R-cran-qcc SUBDIR += R-cran-rgdal SUBDIR += R-cran-rtiff SUBDIR += R-cran-scales SUBDIR += R-cran-shape SUBDIR += R-cran-viridis SUBDIR += R-cran-viridisLite SUBDIR += R-cran-visNetwork SUBDIR += SciPlot SUBDIR += a2png SUBDIR += aalib SUBDIR += aaphoto SUBDIR += acidwarp SUBDIR += aeskulap SUBDIR += agave SUBDIR += agg SUBDIR += alembic SUBDIR += alpng SUBDIR += ampasACES-container SUBDIR += ampasCTL SUBDIR += animorph SUBDIR += ansilove SUBDIR += aoi SUBDIR += apngasm SUBDIR += apngdis SUBDIR += argyllcms SUBDIR += asciio SUBDIR += aseprite SUBDIR += atril SUBDIR += atril-lite SUBDIR += autopano-sift-c SUBDIR += autotrace SUBDIR += aview SUBDIR += azpainter SUBDIR += backfract SUBDIR += barbecue SUBDIR += barcode SUBDIR += batik SUBDIR += bitmap SUBDIR += blender SUBDIR += blender-doc SUBDIR += bmeps SUBDIR += bmp2html SUBDIR += box SUBDIR += boxer SUBDIR += bsd-plotutils SUBDIR += bugle SUBDIR += c-a-i-r SUBDIR += cadubi SUBDIR += caffe SUBDIR += cairo SUBDIR += cairomm SUBDIR += cal3d SUBDIR += camera SUBDIR += camerakit SUBDIR += cbview SUBDIR += cbviewer SUBDIR += cegui SUBDIR += cenon SUBDIR += cfdg SUBDIR += charls SUBDIR += cimg SUBDIR += cloudcompare SUBDIR += clutter SUBDIR += clutter-gtk3 SUBDIR += cluttermm SUBDIR += cogl SUBDIR += colmap SUBDIR += colord SUBDIR += colord-gtk SUBDIR += comical SUBDIR += commons-utilities SUBDIR += compupic SUBDIR += converseen SUBDIR += copperspice SUBDIR += cosmoplayer SUBDIR += cptutils SUBDIR += crw SUBDIR += cthumb SUBDIR += curator SUBDIR += cuttlefish SUBDIR += darktable SUBDIR += dataplot SUBDIR += dc20pack SUBDIR += dcmtk SUBDIR += dcp2icc SUBDIR += dcraw SUBDIR += dcraw-m SUBDIR += deegree-csw SUBDIR += deegree-igeoportal SUBDIR += deegree-wcs SUBDIR += deegree-wfs SUBDIR += deegree-wms SUBDIR += deegree-wps SUBDIR += deegree-wpvs SUBDIR += delaboratory SUBDIR += derelict-gl3 SUBDIR += devil SUBDIR += dia SUBDIR += diff-pdf SUBDIR += diffpdf SUBDIR += digikam SUBDIR += dilay SUBDIR += ditaa SUBDIR += djview4 SUBDIR += djvulibre SUBDIR += djvusmooth SUBDIR += dmtx-utils SUBDIR += drawpile SUBDIR += driconf SUBDIR += drm-current-kmod SUBDIR += drm-devel-kmod SUBDIR += drm-fbsd11.2-kmod SUBDIR += drm-fbsd12.0-kmod SUBDIR += drm-kmod SUBDIR += drm-legacy-kmod SUBDIR += dspdfviewer SUBDIR += duhdraw SUBDIR += dynamechs SUBDIR += edje_viewer SUBDIR += electricsheep SUBDIR += electrix SUBDIR += embree SUBDIR += enblend SUBDIR += engauge-digitizer SUBDIR += entangle SUBDIR += eog SUBDIR += eog-plugins SUBDIR += eom SUBDIR += epdfview SUBDIR += ephoto SUBDIR += epix SUBDIR += eps2png SUBDIR += epstool SUBDIR += eterm-bg SUBDIR += evince SUBDIR += evince-lite SUBDIR += evolvotron SUBDIR += exact-image SUBDIR += exif SUBDIR += exifprobe SUBDIR += exiftags SUBDIR += exiftran SUBDIR += exiv2 SUBDIR += exrtools SUBDIR += facedetect SUBDIR += farbfeld SUBDIR += feh SUBDIR += fig2sxd SUBDIR += figurine SUBDIR += flam3 SUBDIR += flasm SUBDIR += flphoto SUBDIR += fly SUBDIR += fortytwo SUBDIR += fotofix SUBDIR += founts SUBDIR += fpc-cairo SUBDIR += fpc-graph SUBDIR += fpc-hermes SUBDIR += fpc-imagemagick SUBDIR += fpc-libgd SUBDIR += fpc-libpng SUBDIR += fpc-ncurses SUBDIR += fpc-opengl SUBDIR += fpc-pasjpeg SUBDIR += fpc-proj4 SUBDIR += fpc-rsvg SUBDIR += fpc-svgalib SUBDIR += fracplanet SUBDIR += fraqtive SUBDIR += freeglut SUBDIR += freeimage SUBDIR += frei0r SUBDIR += frei0r-plugins SUBDIR += frei0r-plugins-gavl SUBDIR += frei0r-plugins-opencv SUBDIR += frogr SUBDIR += ftgl SUBDIR += fujiplay SUBDIR += fusefs-gphotofs SUBDIR += fv SUBDIR += fyre SUBDIR += g2 SUBDIR += gauche-gl SUBDIR += gcolor2 SUBDIR += gcolor3 SUBDIR += gd SUBDIR += gdal SUBDIR += gdchart SUBDIR += gdk-pixbuf2 SUBDIR += gdtclft SUBDIR += geeqie SUBDIR += gegl SUBDIR += generic_image_decoder SUBDIR += geoapi SUBDIR += geomorph SUBDIR += geomview SUBDIR += geos SUBDIR += geoserver SUBDIR += gexiv2 SUBDIR += giblib SUBDIR += gif2png SUBDIR += giflib SUBDIR += gifmerge SUBDIR += gifsicle SUBDIR += giftool SUBDIR += gimageview SUBDIR += gimmage SUBDIR += gimp SUBDIR += gimp-app SUBDIR += gimp-beautify-plugin SUBDIR += gimp-data-extras SUBDIR += gimp-ez-perspective-plugin SUBDIR += gimp-focusblur-plugin SUBDIR += gimp-gmic-plugin SUBDIR += gimp-help SUBDIR += gimp-jagged-border-script SUBDIR += gimp-lensfun-plugin SUBDIR += gimp-lqr-plugin SUBDIR += gimp-manual-html SUBDIR += gimp-refocus-plugin SUBDIR += gimp-resynthesizer SUBDIR += gimp-save-for-web SUBDIR += gimp-wavelet-decompose-plugin SUBDIR += gimp-wavelet-denoise-plugin SUBDIR += gimp-wavelet-sharpen-plugin SUBDIR += giram SUBDIR += gkrellkam2 SUBDIR += gle SUBDIR += glee SUBDIR += glew SUBDIR += glexcess SUBDIR += glfw SUBDIR += glfw2 SUBDIR += gliv SUBDIR += glosm SUBDIR += glpng SUBDIR += gltt SUBDIR += gmic SUBDIR += gmic-qt SUBDIR += gmt SUBDIR += gmt5 SUBDIR += gmt5-dcw SUBDIR += gmt5-gshhg SUBDIR += gnash SUBDIR += gnofract4d SUBDIR += gnome-color-manager SUBDIR += gnome-video-effects SUBDIR += gocr SUBDIR += goocanvas SUBDIR += goocanvas2 SUBDIR += goocanvasmm2 SUBDIR += goom SUBDIR += gource SUBDIR += goxel SUBDIR += gpaint SUBDIR += gphoto2 SUBDIR += gpicview SUBDIR += gpsmanshp SUBDIR += gpu-firmware-kmod SUBDIR += gpxsee SUBDIR += gracula SUBDIR += grads SUBDIR += grafx2 SUBDIR += graphene SUBDIR += graphite2 SUBDIR += graphos SUBDIR += graphviz SUBDIR += grx SUBDIR += gscan2pdf SUBDIR += gsculpt SUBDIR += gstreamer-plugins-aalib SUBDIR += gstreamer-plugins-cairo SUBDIR += gstreamer-plugins-gdkpixbuf SUBDIR += gstreamer-plugins-gl SUBDIR += gstreamer-plugins-jpeg SUBDIR += gstreamer-plugins-libcaca SUBDIR += gstreamer-plugins-libpng SUBDIR += gstreamer-plugins-libvisual SUBDIR += gstreamer-plugins-opencv SUBDIR += gstreamer1-plugins-aalib SUBDIR += gstreamer1-plugins-cairo SUBDIR += gstreamer1-plugins-gdkpixbuf SUBDIR += gstreamer1-plugins-gl SUBDIR += gstreamer1-plugins-jpeg SUBDIR += gstreamer1-plugins-kms SUBDIR += gstreamer1-plugins-libcaca SUBDIR += gstreamer1-plugins-libvisual SUBDIR += gstreamer1-plugins-opencv SUBDIR += gstreamer1-plugins-openexr SUBDIR += gstreamer1-plugins-openjpeg SUBDIR += gstreamer1-plugins-png SUBDIR += gstreamer1-plugins-rsvg SUBDIR += gstreamer1-plugins-vulkan SUBDIR += gstreamer1-plugins-webp SUBDIR += gstreamer1-plugins-zbar SUBDIR += gthumb SUBDIR += gtimelapse SUBDIR += gtk-update-icon-cache SUBDIR += gtkam SUBDIR += gts SUBDIR += guetzli SUBDIR += guilib SUBDIR += gwenview SUBDIR += hdr_tools SUBDIR += hiptext SUBDIR += hobbes-icons-xpm SUBDIR += hppsmtools SUBDIR += hugin SUBDIR += icat SUBDIR += icc-profiles-adobe-cs4 SUBDIR += icc-profiles-basiccolor SUBDIR += icc-profiles-openicc SUBDIR += iccxml SUBDIR += icon-slicer SUBDIR += icontact SUBDIR += icoutils SUBDIR += ida SUBDIR += iec16022 SUBDIR += iiview SUBDIR += ilmbase SUBDIR += imageindex SUBDIR += imageviewer SUBDIR += imageworsener SUBDIR += imc SUBDIR += imgtops SUBDIR += imgv SUBDIR += imlib2 SUBDIR += imlib2-webp SUBDIR += imlib2_loaders SUBDIR += impressive SUBDIR += imv SUBDIR += inkscape SUBDIR += instant-meshes SUBDIR += intel-backlight SUBDIR += intergif SUBDIR += inventor SUBDIR += ipe SUBDIR += jalbum SUBDIR += jasper SUBDIR += jave6 SUBDIR += jbig2dec SUBDIR += jbigkit SUBDIR += jdraw SUBDIR += jgraph SUBDIR += jhead SUBDIR += jogamp-jogl SUBDIR += jogl SUBDIR += jp2a SUBDIR += jpatch SUBDIR += jpeg SUBDIR += jpeg-turbo SUBDIR += jpeginfo SUBDIR += jpegoptim SUBDIR += jpg2pdf SUBDIR += jpgraph2 SUBDIR += jpgtn SUBDIR += jslice SUBDIR += kamera SUBDIR += kamerka SUBDIR += kcolorchooser SUBDIR += kdegraphics SUBDIR += kdegraphics-mobipocket SUBDIR += kdegraphics-svgpart SUBDIR += kdegraphics-thumbnailers SUBDIR += kdiagram SUBDIR += kf5-kimageformats SUBDIR += kf5-kplotting SUBDIR += kf5-prison SUBDIR += kgraphviewer SUBDIR += kimagemapeditor SUBDIR += kipiplugins SUBDIR += kix-kmod SUBDIR += klatexformula SUBDIR += kludge3d SUBDIR += kolourpaint SUBDIR += kooka SUBDIR += kphotoalbum SUBDIR += krita SUBDIR += kudu SUBDIR += kxstitch SUBDIR += l2p SUBDIR += largetifftools SUBDIR += laternamagica SUBDIR += lazpaint SUBDIR += lcdtest SUBDIR += lcms SUBDIR += lcms-python SUBDIR += lcms2 SUBDIR += leafpak SUBDIR += lensfun SUBDIR += lepton SUBDIR += leptonica SUBDIR += lfview SUBDIR += lib3ds SUBDIR += libGLU SUBDIR += libGLw SUBDIR += libQGLViewer SUBDIR += libafterimage SUBDIR += libansilove SUBDIR += libart_lgpl SUBDIR += libboard SUBDIR += libbpg SUBDIR += libcaca SUBDIR += libcdr01 SUBDIR += libchamplain SUBDIR += libdmtx SUBDIR += libdrm SUBDIR += libecwj2 SUBDIR += libemf SUBDIR += libepoxy SUBDIR += libetonyek01 SUBDIR += libexif SUBDIR += libexif-gtk SUBDIR += libfpx SUBDIR += libfreehand SUBDIR += libgaiagraphics SUBDIR += libgeotiff SUBDIR += libgfx SUBDIR += libgltext SUBDIR += libgltf SUBDIR += libgnomecanvas SUBDIR += libgnomecanvas-reference SUBDIR += libgnomecanvasmm26 SUBDIR += libgphoto2 SUBDIR += libgxps SUBDIR += libheif SUBDIR += libimg SUBDIR += libiptcdata SUBDIR += libjpeg-turbo SUBDIR += libjxr SUBDIR += libkdcraw SUBDIR += libkexiv2 SUBDIR += libkipi SUBDIR += libksane SUBDIR += liblqr-1 SUBDIR += liblug SUBDIR += libmng SUBDIR += libmorph SUBDIR += libmypaint SUBDIR += libnsbmp SUBDIR += libnsgif SUBDIR += libopenraw SUBDIR += libosmesa SUBDIR += libpano13 SUBDIR += libpcd SUBDIR += libpgf SUBDIR += libpillowfight SUBDIR += libplacebo SUBDIR += libpotrace SUBDIR += libprojectm SUBDIR += libpuzzle SUBDIR += libqrencode SUBDIR += librasterlite SUBDIR += librasterlite2 SUBDIR += libraw SUBDIR += libreatlas SUBDIR += librsvg2 SUBDIR += librsvg2-rust SUBDIR += libsixel SUBDIR += libspiro SUBDIR += libsvg SUBDIR += libsvg-cairo SUBDIR += libvisual SUBDIR += libvisual04 SUBDIR += libvisual04-plugins SUBDIR += libwmf SUBDIR += libwmf-nox11 SUBDIR += libwpg03 SUBDIR += libyuv SUBDIR += libzmf SUBDIR += lightzone SUBDIR += linplasma SUBDIR += linux-c6-cairo SUBDIR += linux-c6-dri SUBDIR += linux-c6-gdk-pixbuf2 SUBDIR += linux-c6-glx-utils SUBDIR += linux-c6-jasper SUBDIR += linux-c6-jpeg SUBDIR += linux-c6-png SUBDIR += linux-c6-sdl_image SUBDIR += linux-c6-sdl_ttf SUBDIR += linux-c6-tiff SUBDIR += linux-c7-cairo SUBDIR += linux-c7-dri SUBDIR += linux-c7-gdk-pixbuf2 SUBDIR += linux-c7-glx-utils SUBDIR += linux-c7-graphite2 SUBDIR += linux-c7-jasper SUBDIR += linux-c7-jbigkit SUBDIR += linux-c7-jpeg + SUBDIR += linux-c7-libglvnd SUBDIR += linux-c7-png SUBDIR += linux-c7-sdl_image SUBDIR += linux-c7-sdl_ttf SUBDIR += linux-c7-tiff + SUBDIR += linux-c7-wayland SUBDIR += lua-gd SUBDIR += luminance-qt5 SUBDIR += luxrender SUBDIR += luxrender14 SUBDIR += lximage-qt SUBDIR += magnum SUBDIR += magnum-examples SUBDIR += magnum-extras SUBDIR += magnum-plugins SUBDIR += mahotas SUBDIR += maim SUBDIR += makehuman SUBDIR += mandelbulber SUBDIR += mapcache SUBDIR += mapnik SUBDIR += mapserver SUBDIR += mapyrus SUBDIR += megapov SUBDIR += mesa-demos SUBDIR += mesa-dri SUBDIR += mesa-libs SUBDIR += metacam SUBDIR += metapixel SUBDIR += mhgui SUBDIR += milton SUBDIR += minder SUBDIR += ming SUBDIR += mirage SUBDIR += mirtk SUBDIR += mmrecover SUBDIR += movit SUBDIR += mozjpeg SUBDIR += mscgen SUBDIR += mtpaint SUBDIR += multican SUBDIR += mupdf SUBDIR += mxp SUBDIR += mypaint SUBDIR += mypaint-brushes SUBDIR += nathive SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs SUBDIR += nplot SUBDIR += npretty SUBDIR += nurbs++ SUBDIR += nvidia-texture-tools SUBDIR += ocaml-images SUBDIR += ocaml-lablgl SUBDIR += ocrad SUBDIR += ocre SUBDIR += ogre3d SUBDIR += ogre3d19 SUBDIR += oidn SUBDIR += okular SUBDIR += open3d SUBDIR += opencollada SUBDIR += opencolorio SUBDIR += opencolorio-tools SUBDIR += opencsg SUBDIR += opencv SUBDIR += opencv-core SUBDIR += opencv-java SUBDIR += opendx SUBDIR += openexr SUBDIR += openfx-arena SUBDIR += openfx-misc SUBDIR += opengl-man SUBDIR += opengv SUBDIR += openicc-config SUBDIR += openimageio SUBDIR += openjpeg SUBDIR += openjpeg15 SUBDIR += openjump SUBDIR += opennurbs SUBDIR += openorienteering-mapper SUBDIR += openrm SUBDIR += openshadinglanguage SUBDIR += opensubdiv SUBDIR += optar SUBDIR += optipng SUBDIR += osg SUBDIR += osg-devel SUBDIR += osgearth SUBDIR += ossim SUBDIR += oyranos SUBDIR += p5-Acme-Steganography-Image-Png SUBDIR += p5-Algorithm-Line-Bresenham SUBDIR += p5-Alien-Gimp SUBDIR += p5-Barcode-ZBar SUBDIR += p5-CAD-Drawing SUBDIR += p5-CAD-Drawing-Template SUBDIR += p5-Cairo SUBDIR += p5-Captcha-reCAPTCHA SUBDIR += p5-Captcha-reCAPTCHA-Mailhide SUBDIR += p5-Chart SUBDIR += p5-Chart-Clicker SUBDIR += p5-Chart-Gnuplot SUBDIR += p5-Chart-Graph SUBDIR += p5-Chart-PNGgraph SUBDIR += p5-Color-Calc SUBDIR += p5-Color-Library SUBDIR += p5-Color-Palette SUBDIR += p5-Color-Rgb SUBDIR += p5-Color-Scheme SUBDIR += p5-Convert-Color SUBDIR += p5-Convert-Color-XTerm SUBDIR += p5-Data-Google-Visualization-DataSource SUBDIR += p5-Data-Google-Visualization-DataTable SUBDIR += p5-GD SUBDIR += p5-GD-Arrow SUBDIR += p5-GD-Barcode SUBDIR += p5-GD-Graph SUBDIR += p5-GD-Graph-histogram SUBDIR += p5-GD-Graph-ohlc SUBDIR += p5-GD-Graph3d SUBDIR += p5-GD-SVG SUBDIR += p5-GD-TextUtil SUBDIR += p5-GD-Thumbnail SUBDIR += p5-Geo-EOP SUBDIR += p5-Geo-GDAL SUBDIR += p5-Geo-GML SUBDIR += p5-Geo-Gpx SUBDIR += p5-Geo-Point SUBDIR += p5-Geo-Proj4 SUBDIR += p5-Geometry-Primitive SUBDIR += p5-Gimp SUBDIR += p5-Google-Chart SUBDIR += p5-Graph-Easy SUBDIR += p5-Graph-ReadWrite SUBDIR += p5-Graph-SocialMap SUBDIR += p5-Graph-Writer-GraphViz SUBDIR += p5-GraphViz SUBDIR += p5-GraphViz-Data-Structure SUBDIR += p5-GraphViz-Traverse SUBDIR += p5-GraphViz2 SUBDIR += p5-Graphics-Color SUBDIR += p5-Graphics-ColorNames SUBDIR += p5-Graphics-ColorNames-WWW SUBDIR += p5-Graphics-ColorUtils SUBDIR += p5-Graphics-GnuplotIF SUBDIR += p5-Graphics-Primitive SUBDIR += p5-Graphics-Primitive-Driver-Cairo SUBDIR += p5-Image-Base SUBDIR += p5-Image-Base-SVG SUBDIR += p5-Image-Caa SUBDIR += p5-Image-Compare SUBDIR += p5-Image-ExifTool SUBDIR += p5-Image-ExifTool-devel SUBDIR += p5-Image-Grab SUBDIR += p5-Image-Heatmap SUBDIR += p5-Image-IPTCInfo SUBDIR += p5-Image-Imgur SUBDIR += p5-Image-Imlib2 SUBDIR += p5-Image-Info SUBDIR += p5-Image-LibExif SUBDIR += p5-Image-Magick-Iterator SUBDIR += p5-Image-Math-Constrain SUBDIR += p5-Image-MetaData-GQview SUBDIR += p5-Image-MetaData-JPEG SUBDIR += p5-Image-OCR-Tesseract SUBDIR += p5-Image-ObjectDetect SUBDIR += p5-Image-PBMlib SUBDIR += p5-Image-PNG-Libpng SUBDIR += p5-Image-PNG-QRCode SUBDIR += p5-Image-Pngslimmer SUBDIR += p5-Image-Sane SUBDIR += p5-Image-Scale SUBDIR += p5-Image-Size SUBDIR += p5-Imager SUBDIR += p5-Imager-Graph SUBDIR += p5-Imager-Plot SUBDIR += p5-Imager-QRCode SUBDIR += p5-Imlib2 SUBDIR += p5-Layout-Manager SUBDIR += p5-OpenGL SUBDIR += p5-PGPLOT SUBDIR += p5-SVG-DOM2 SUBDIR += p5-SVG-Graph SUBDIR += p5-SVG-Metadata SUBDIR += p5-SWF-Builder SUBDIR += p5-SWF-File SUBDIR += p5-Sane SUBDIR += p5-SpringGraph SUBDIR += p5-Tk-JPEG-Lite SUBDIR += p5-URI-GoogleChart SUBDIR += p5-VCG SUBDIR += p5-Visio SUBDIR += p5-feedgnuplot SUBDIR += p5-ming SUBDIR += panoglview SUBDIR += panomatic SUBDIR += partio SUBDIR += pcl-pointclouds SUBDIR += pdf2svg SUBDIR += pdfpc SUBDIR += pear-Horde_Image SUBDIR += pear-Image_3D SUBDIR += pear-Image_Barcode SUBDIR += pear-Image_Barcode2 SUBDIR += pear-Image_Canvas SUBDIR += pear-Image_Color SUBDIR += pear-Image_Graph SUBDIR += pear-Image_GraphViz SUBDIR += pear-Image_Transform SUBDIR += pecl-imagick SUBDIR += pecl-imagick-im7 SUBDIR += pecl-qrencode SUBDIR += pecomato SUBDIR += pencil2d SUBDIR += peps SUBDIR += perceptualdiff SUBDIR += peruse SUBDIR += pfstools SUBDIR += pgplot SUBDIR += pho SUBDIR += photivo SUBDIR += photoflare SUBDIR += photopc SUBDIR += photoqt SUBDIR += phototonic SUBDIR += php-facedetect SUBDIR += php-geos SUBDIR += php71-exif SUBDIR += php71-gd SUBDIR += php72-exif SUBDIR += php72-gd SUBDIR += php73-exif SUBDIR += php73-gd SUBDIR += phplot SUBDIR += picpuz SUBDIR += piddle SUBDIR += piglit SUBDIR += pikopixel SUBDIR += pinpoint SUBDIR += pixd SUBDIR += pixelize SUBDIR += pixen SUBDIR += pixie SUBDIR += pixmap SUBDIR += plasma-kmod SUBDIR += plotutils SUBDIR += png SUBDIR += png2html SUBDIR += png2ico SUBDIR += pngcheck SUBDIR += pngcrush SUBDIR += pnglite SUBDIR += pngnq SUBDIR += pngquant SUBDIR += pngrewrite SUBDIR += pngwriter SUBDIR += podofo SUBDIR += polyclipping SUBDIR += poppler SUBDIR += poppler-data SUBDIR += poppler-glib SUBDIR += poppler-qt5 SUBDIR += poppler-utils SUBDIR += potrace SUBDIR += povray-meta SUBDIR += povray36 SUBDIR += povray37 SUBDIR += ppmcaption SUBDIR += ppminfo SUBDIR += ppsei SUBDIR += pqiv SUBDIR += preview SUBDIR += price SUBDIR += processing SUBDIR += proj SUBDIR += pstoedit SUBDIR += pstoepsi SUBDIR += ptex SUBDIR += py-OWSLib SUBDIR += py-PyOpenGL SUBDIR += py-PyOpenGL-accelerate SUBDIR += py-PyX SUBDIR += py-actdiag SUBDIR += py-blockdiag SUBDIR += py-blockdiagcontrib-cisco SUBDIR += py-cairo SUBDIR += py-cairocffi SUBDIR += py-cartopy SUBDIR += py-chart SUBDIR += py-django-easy-thumbnails SUBDIR += py-djvulibre SUBDIR += py-editobj SUBDIR += py-exif SUBDIR += py-exifread SUBDIR += py-fiona SUBDIR += py-freeimagepy SUBDIR += py-gd SUBDIR += py-gdal SUBDIR += py-geomdl SUBDIR += py-geopandas SUBDIR += py-gimp SUBDIR += py-gizeh SUBDIR += py-glewpy SUBDIR += py-glfw SUBDIR += py-goocanvas SUBDIR += py-gphoto2 SUBDIR += py-graph-core SUBDIR += py-graphviz SUBDIR += py-graphy SUBDIR += py-gvgen SUBDIR += py-imageio SUBDIR += py-imageio-ffmpeg SUBDIR += py-imageio24 SUBDIR += py-imagesize SUBDIR += py-imgurpython SUBDIR += py-leather SUBDIR += py-mapclassify SUBDIR += py-mayavi SUBDIR += py-mcomix SUBDIR += py-ming SUBDIR += py-mpl-scatter-density SUBDIR += py-nwdiag SUBDIR += py-open3d-python SUBDIR += py-opencolorio SUBDIR += py-opencv SUBDIR += py-openexr SUBDIR += py-openimageio SUBDIR += py-paint SUBDIR += py-photocollage SUBDIR += py-pillow SUBDIR += py-pivy-devel SUBDIR += py-plotly SUBDIR += py-png SUBDIR += py-poppler SUBDIR += py-pycha SUBDIR += py-pycollada SUBDIR += py-pydot SUBDIR += py-pyembree SUBDIR += py-pygal SUBDIR += py-pyganim SUBDIR += py-pyglet SUBDIR += py-pygooglechart SUBDIR += py-pygraphviz SUBDIR += py-pyinsane2 SUBDIR += py-pyocr SUBDIR += py-pypillowfight SUBDIR += py-pyproj SUBDIR += py-pyqrcode SUBDIR += py-pyqtgraph SUBDIR += py-python-poppler-qt5 SUBDIR += py-qt5-svg SUBDIR += py-sane SUBDIR += py-scikit-image SUBDIR += py-seqdiag SUBDIR += py-sorl-thumbnail SUBDIR += py-soya3d SUBDIR += py-stltools SUBDIR += py-svgwrite SUBDIR += py-termtosvg SUBDIR += py-toyplot SUBDIR += py-traitsui SUBDIR += py-wand SUBDIR += py-webcolors SUBDIR += py-willow SUBDIR += py-yaswfp SUBDIR += pygts SUBDIR += pymorph SUBDIR += pysvg SUBDIR += qcomicbook SUBDIR += qgis SUBDIR += qgis-ltr SUBDIR += qiv SUBDIR += qt5-3d SUBDIR += qt5-graphicaleffects SUBDIR += qt5-imageformats SUBDIR += qt5-opengl SUBDIR += qt5-pixeltool SUBDIR += qt5-svg SUBDIR += qt5-wayland SUBDIR += qtawesome SUBDIR += qtpbfimageplugin SUBDIR += quat SUBDIR += quat-gui SUBDIR += quesa SUBDIR += quesoglc SUBDIR += radiance SUBDIR += radius-engine SUBDIR += raster3d SUBDIR += rawtherapee SUBDIR += rayshade SUBDIR += reactphysics3d SUBDIR += reallyslick SUBDIR += recoverjpeg SUBDIR += renrot SUBDIR += repng2jpeg SUBDIR += rgbpaint SUBDIR += rigsofrods-caelum SUBDIR += rigsofrods-pagedgeometry SUBDIR += ristretto SUBDIR += ruby-gd SUBDIR += rubygem-cairo SUBDIR += rubygem-captcha SUBDIR += rubygem-chunky_png SUBDIR += rubygem-clutter SUBDIR += rubygem-clutter-gdk SUBDIR += rubygem-clutter-gtk SUBDIR += rubygem-dragonfly SUBDIR += rubygem-emoji SUBDIR += rubygem-exifr SUBDIR += rubygem-ezprint SUBDIR += rubygem-fastimage SUBDIR += rubygem-flamegraph SUBDIR += rubygem-gd2 SUBDIR += rubygem-gdk_pixbuf2 SUBDIR += rubygem-gemojione SUBDIR += rubygem-gemojione32 SUBDIR += rubygem-geokit SUBDIR += rubygem-gitlab_emoji SUBDIR += rubygem-goocanvas SUBDIR += rubygem-gruff SUBDIR += rubygem-image_science SUBDIR += rubygem-imagesize SUBDIR += rubygem-mini_magick SUBDIR += rubygem-objectdetect SUBDIR += rubygem-opengl SUBDIR += rubygem-pdfkit SUBDIR += rubygem-png SUBDIR += rubygem-railroad SUBDIR += rubygem-rmagick SUBDIR += rubygem-rsvg2 SUBDIR += rubygem-ruby-graphviz SUBDIR += rubygem-scruffy SUBDIR += s10sh SUBDIR += s2tc SUBDIR += sage SUBDIR += sam2p SUBDIR += sampleicc SUBDIR += sane-backends SUBDIR += sane-epkowa SUBDIR += sane-frontends SUBDIR += scale2x SUBDIR += scr2png SUBDIR += scrot SUBDIR += scwm-icons SUBDIR += sdl2_gfx SUBDIR += sdl2_image SUBDIR += sdl2_ttf SUBDIR += sdl_gfx SUBDIR += sdl_image SUBDIR += sdl_ttf SUBDIR += sdump SUBDIR += seejpeg SUBDIR += sekrit-twc-zimg SUBDIR += seom SUBDIR += separate SUBDIR += seq2gif SUBDIR += shaderc SUBDIR += shared-color-profiles SUBDIR += sharpconstruct SUBDIR += shotwell SUBDIR += showimage SUBDIR += silgraphite SUBDIR += simage SUBDIR += simpleviewer SUBDIR += sk1 SUBDIR += sk1libs SUBDIR += skanlite SUBDIR += spectacle SUBDIR += springgraph SUBDIR += squish SUBDIR += ssocr SUBDIR += sswf SUBDIR += stamp SUBDIR += svg2pdf SUBDIR += svg2png SUBDIR += svgalib SUBDIR += swfdec SUBDIR += swfmill SUBDIR += swftools SUBDIR += sxiv SUBDIR += synaesthesia SUBDIR += synfigstudio SUBDIR += telak SUBDIR += tesseract SUBDIR += tesseract-data SUBDIR += tgif SUBDIR += tif22pnm SUBDIR += tiff SUBDIR += tiffgt SUBDIR += tifmerge SUBDIR += tilecache SUBDIR += tiled SUBDIR += timeless SUBDIR += timg SUBDIR += tintfu SUBDIR += tinyows SUBDIR += tkpng SUBDIR += togl SUBDIR += ttygif SUBDIR += tumble SUBDIR += ufraw SUBDIR += uniconvertor SUBDIR += uniconvw SUBDIR += unpaper SUBDIR += urt SUBDIR += vapoursynth-fmtconv SUBDIR += vapoursynth-waifu2x-w2xc SUBDIR += variety SUBDIR += vcg SUBDIR += viewnior SUBDIR += vigra SUBDIR += vips SUBDIR += visprint SUBDIR += vkd3d SUBDIR += volpack SUBDIR += vp SUBDIR += vulkan-loader SUBDIR += vv SUBDIR += waffle SUBDIR += waifu2x-converter-cpp SUBDIR += wayland SUBDIR += wayland-protocols SUBDIR += waylandpp SUBDIR += webp SUBDIR += webp-pixbuf-loader SUBDIR += wings SUBDIR += wmicons SUBDIR += wxsvg SUBDIR += xaos SUBDIR += xbmbrowser SUBDIR += xcftools SUBDIR += xd3d SUBDIR += xdgagrab SUBDIR += xface.el SUBDIR += xfig SUBDIR += xfpovray SUBDIR += xfractint SUBDIR += xglurbules SUBDIR += xgrasp SUBDIR += xli SUBDIR += xmandel SUBDIR += xmedcon SUBDIR += xmlgraphics-commons SUBDIR += xmountains SUBDIR += xnview SUBDIR += xoris SUBDIR += xournal SUBDIR += xournalpp SUBDIR += xpaint SUBDIR += xpdf SUBDIR += xpdf3 SUBDIR += xpdf4 SUBDIR += xpeps SUBDIR += xpx SUBDIR += xsane SUBDIR += xsvg SUBDIR += xtexcad SUBDIR += xv SUBDIR += xv-m17n SUBDIR += xwpick SUBDIR += xzgv SUBDIR += yafaray SUBDIR += yed SUBDIR += yukon SUBDIR += zathura SUBDIR += zathura-cb SUBDIR += zathura-djvu SUBDIR += zathura-pdf-mupdf SUBDIR += zathura-pdf-poppler SUBDIR += zathura-ps SUBDIR += zbar SUBDIR += zgv SUBDIR += zimg SUBDIR += zint SUBDIR += zphoto .include Index: head/graphics/linux-c7-cairo/Makefile =================================================================== --- head/graphics/linux-c7-cairo/Makefile (revision 503721) +++ head/graphics/linux-c7-cairo/Makefile (revision 503722) @@ -1,22 +1,22 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= cairo -PORTVERSION= 1.14.8 +PORTVERSION= 1.15.12 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Vector graphics library Cairo (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 2.el7 +RPMVERSION= 3.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dri fontconfig pixman png xorglibs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/graphics/linux-c7-cairo/distinfo =================================================================== --- head/graphics/linux-c7-cairo/distinfo (revision 503721) +++ head/graphics/linux-c7-cairo/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507235407 -SHA256 (centos/cairo-1.14.8-2.el7.i686.rpm) = b08da780178596e5902a7c97e4c5cc193f90182280a0a2a4ffb8f5503574a8f5 -SIZE (centos/cairo-1.14.8-2.el7.i686.rpm) = 760436 -SHA256 (centos/cairo-1.14.8-2.el7.x86_64.rpm) = 76971fb83600411f2458a1d9ef2758069dc86ca6d9ae156d97d9ca63e8c02a1b -SIZE (centos/cairo-1.14.8-2.el7.x86_64.rpm) = 730468 -SHA256 (centos/cairo-1.14.8-2.el7.src.rpm) = c7871890509f5cca1f6a92a5a260535b065053b70db261dd7c104b960dfd338f -SIZE (centos/cairo-1.14.8-2.el7.src.rpm) = 35419132 +TIMESTAMP = 1556483610 +SHA256 (centos/cairo-1.15.12-3.el7.i686.rpm) = fabbf5a58554ca86052490fe3ace7f250b9cf9e93f3ea6b0225d7372427e4441 +SIZE (centos/cairo-1.15.12-3.el7.i686.rpm) = 790068 +SHA256 (centos/cairo-1.15.12-3.el7.x86_64.rpm) = 9ae46153ec4566f2acc31e31b9004331ff7cec226ed2a7b0fb48e9cc7cf7312e +SIZE (centos/cairo-1.15.12-3.el7.x86_64.rpm) = 758504 +SHA256 (centos/cairo-1.15.12-3.el7.src.rpm) = 466d800d523211017c26429c5d02597c20db40403334a57ced716d20c4a9fd84 +SIZE (centos/cairo-1.15.12-3.el7.src.rpm) = 41912306 Index: head/graphics/linux-c7-cairo/pkg-plist.amd64 =================================================================== --- head/graphics/linux-c7-cairo/pkg-plist.amd64 (revision 503721) +++ head/graphics/linux-c7-cairo/pkg-plist.amd64 (revision 503722) @@ -1,17 +1,17 @@ usr/bin/cairo-sphinx usr/lib/libcairo-script-interpreter.so.2 -usr/lib/libcairo-script-interpreter.so.2.11400.8 +usr/lib/libcairo-script-interpreter.so.2.11512.0 usr/lib/libcairo.so.2 -usr/lib/libcairo.so.2.11400.8 +usr/lib/libcairo.so.2.11512.0 usr/lib64/libcairo-script-interpreter.so.2 -usr/lib64/libcairo-script-interpreter.so.2.11400.8 +usr/lib64/libcairo-script-interpreter.so.2.11512.0 usr/lib64/libcairo.so.2 -usr/lib64/libcairo.so.2.11400.8 +usr/lib64/libcairo.so.2.11512.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BIBLIOGRAPHY %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/cairo-1.14.8/COPYING -usr/share/licenses/cairo-1.14.8/COPYING-LGPL-2.1 -usr/share/licenses/cairo-1.14.8/COPYING-MPL-1.1 +usr/share/licenses/cairo-1.15.12/COPYING +usr/share/licenses/cairo-1.15.12/COPYING-LGPL-2.1 +usr/share/licenses/cairo-1.15.12/COPYING-MPL-1.1 Index: head/graphics/linux-c7-cairo/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-cairo/pkg-plist.i386 (revision 503721) +++ head/graphics/linux-c7-cairo/pkg-plist.i386 (revision 503722) @@ -1,13 +1,13 @@ usr/bin/cairo-sphinx usr/lib/libcairo-script-interpreter.so.2 -usr/lib/libcairo-script-interpreter.so.2.11400.8 +usr/lib/libcairo-script-interpreter.so.2.11512.0 usr/lib/libcairo.so.2 -usr/lib/libcairo.so.2.11400.8 +usr/lib/libcairo.so.2.11512.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/BIBLIOGRAPHY %%PORTDOCS%%%%DOCSDIR%%/BUGS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/cairo-1.14.8/COPYING -usr/share/licenses/cairo-1.14.8/COPYING-LGPL-2.1 -usr/share/licenses/cairo-1.14.8/COPYING-MPL-1.1 +usr/share/licenses/cairo-1.15.12/COPYING +usr/share/licenses/cairo-1.15.12/COPYING-LGPL-2.1 +usr/share/licenses/cairo-1.15.12/COPYING-MPL-1.1 Index: head/graphics/linux-c7-dri/Makefile =================================================================== --- head/graphics/linux-c7-dri/Makefile (revision 503721) +++ head/graphics/linux-c7-dri/Makefile (revision 503722) @@ -1,41 +1,53 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= dri -PORTVERSION= 17.0.1 +PORTVERSION= 18.0.5 CATEGORIES= graphics linux -LIB_DISTNAMES= mesa-libEGL-${DISTVERSIONFULL} \ +LIB_DISTNAMES= freeglut-3.0.0-8.el7 \ + libdrm-2.4.91-3.el7 \ + llvm-private-6.0.1-2.el7 \ + mesa-dri-drivers-${DISTVERSIONFULL} \ + mesa-libEGL-${DISTVERSIONFULL} \ mesa-libGL-${DISTVERSIONFULL} \ + mesa-libGLES-${DISTVERSIONFULL} \ mesa-libGLU-9.0.0-4.el7 \ + mesa-libOSMesa-${DISTVERSIONFULL} \ mesa-libgbm-${DISTVERSIONFULL} \ mesa-libglapi-${DISTVERSIONFULL} \ - mesa-dri-drivers-${DISTVERSIONFULL} \ - mesa-private-llvm-3.9.1-3.el7 \ - libdrm-2.4.74-1.el7 \ - freeglut-2.8.1-3.el7 -SRC_DISTFILES= mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ - mesa-libGLU-9.0.0-4.el7${SRC_SUFX}:SOURCE \ - mesa-private-llvm-3.9.1-3.el7${SRC_SUFX}:SOURCE \ - libdrm-2.4.74-1.el7${SRC_SUFX}:SOURCE \ - freeglut-2.8.1-3.el7${SRC_SUFX}:SOURCE + mesa-libxatracker-${DISTVERSIONFULL} \ + mesa-vdpau-drivers-${DISTVERSIONFULL} +DISTFILES_amd64=${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_i386}:amd64,i386/} \ + ${LIB_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ + ${BIN_DISTNAMES:S/$/${EXTRACT_SUFX_amd64}:amd64/} \ + mesa-vulkan-drivers-${DISTVERSIONFULL}${EXTRACT_SUFX_amd64}:amd64 +SRC_DISTFILES= freeglut-3.0.0-8.el7${SRC_SUFX}:SOURCE \ + libdrm-2.4.91-3.el7${SRC_SUFX}:SOURCE \ + llvm-private-6.0.1-2.el7${SRC_SUFX}:SOURCE \ + mesa-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE \ + mesa-libGLU-9.0.0-4.el7${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa libGL runtime libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* -RPMVERSION= 6.20170307.el7 +RPMVERSION= 4.el7_6 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= expat libelf libpciaccess xorglibs +USE_LINUX= expat libelf libglvnd libpciaccess wayland xorglibs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS +.include + post-install: - @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libEGL.so.1 - @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1 - @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libEGL.so.1 - @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGL.so.1 + ${LN} -sf libGLX_mesa.so.0 \ + ${STAGEDIR}${PREFIX}/usr/lib/libGLX_system.so.0 +.if ${LINUX_ARCH} == x86_64 + ${LN} -sf libGLX_mesa.so.0 \ + ${STAGEDIR}${PREFIX}/usr/lib64/libGLX_system.so.0 +.endif -.include +.include Index: head/graphics/linux-c7-dri/distinfo =================================================================== --- head/graphics/linux-c7-dri/distinfo (revision 503721) +++ head/graphics/linux-c7-dri/distinfo (revision 503722) @@ -1,47 +1,65 @@ -TIMESTAMP = 1507982867 -SHA256 (centos/freeglut-2.8.1-3.el7.i686.rpm) = cb84a5ba3876c49055e333afc57867f6ae9cbf2a6fa98945aeca635804242acc -SIZE (centos/freeglut-2.8.1-3.el7.i686.rpm) = 181752 -SHA256 (centos/freeglut-2.8.1-3.el7.x86_64.rpm) = 03c2401574a11b7e7b7113a1d8503702a53aecd2a44e2ad05458fef78aefb35d -SIZE (centos/freeglut-2.8.1-3.el7.x86_64.rpm) = 186864 -SHA256 (centos/libdrm-2.4.74-1.el7.i686.rpm) = be5f182bfa3a82ced7369f9e5d4af966477675fa50e955ca630896c037e595c4 -SIZE (centos/libdrm-2.4.74-1.el7.i686.rpm) = 154696 -SHA256 (centos/libdrm-2.4.74-1.el7.x86_64.rpm) = 84f622e6bf7811f324c3a3f0b2516eaad5c1d11ec6b187a66e47eb994ceb64e2 -SIZE (centos/libdrm-2.4.74-1.el7.x86_64.rpm) = 149864 -SHA256 (centos/mesa-dri-drivers-17.0.1-6.20170307.el7.i686.rpm) = b37a5b4b7ce9ce4025455f4e45cd630126b1d3fe64f8a8fc718ad68a1ed6c8fe -SIZE (centos/mesa-dri-drivers-17.0.1-6.20170307.el7.i686.rpm) = 6134444 -SHA256 (centos/mesa-dri-drivers-17.0.1-6.20170307.el7.x86_64.rpm) = 43658799e6c641aa53999d97a179c15fa1f533df4c2eccb08eb15bbdc3994bec -SIZE (centos/mesa-dri-drivers-17.0.1-6.20170307.el7.x86_64.rpm) = 5979584 -SHA256 (centos/mesa-libEGL-17.0.1-6.20170307.el7.i686.rpm) = 0e83d35041a81c7081e6382b7ef960a991964ddb99ae69503f72ad00cf2fa72e -SIZE (centos/mesa-libEGL-17.0.1-6.20170307.el7.i686.rpm) = 83972 -SHA256 (centos/mesa-libEGL-17.0.1-6.20170307.el7.x86_64.rpm) = 000dc5ca8b6acf6729ae2ed8266cb46e3d064c81273699a9e28eb8613ade882c -SIZE (centos/mesa-libEGL-17.0.1-6.20170307.el7.x86_64.rpm) = 84084 -SHA256 (centos/mesa-libGL-17.0.1-6.20170307.el7.i686.rpm) = bb96a37998596380e31ae95f77d82eb61b7a94ed5314b00ea9d05816e9b6af66 -SIZE (centos/mesa-libGL-17.0.1-6.20170307.el7.i686.rpm) = 176688 -SHA256 (centos/mesa-libGL-17.0.1-6.20170307.el7.x86_64.rpm) = 0ef9c54a6006360f2a470d6b3e7c02f3c373e22f709ee7e9f0aeb062e7b4a72a -SIZE (centos/mesa-libGL-17.0.1-6.20170307.el7.x86_64.rpm) = 158812 +TIMESTAMP = 1556478637 +SHA256 (centos/freeglut-3.0.0-8.el7.i686.rpm) = 03ea8bb700fdfc2a2f144c294d788abf557b0a0ea6edbe5cc063c4823386c598 +SIZE (centos/freeglut-3.0.0-8.el7.i686.rpm) = 185708 +SHA256 (centos/freeglut-3.0.0-8.el7.x86_64.rpm) = 89c907d04b4d274de3f92e3fb83d50dc5739ce35ce990598e63839f955ff16c5 +SIZE (centos/freeglut-3.0.0-8.el7.x86_64.rpm) = 189836 +SHA256 (centos/libdrm-2.4.91-3.el7.i686.rpm) = 514827c02a7d799d7b822bcf322c7c7d434a741275e12be7b80179e01789e661 +SIZE (centos/libdrm-2.4.91-3.el7.i686.rpm) = 161956 +SHA256 (centos/libdrm-2.4.91-3.el7.x86_64.rpm) = 4d15a04fe2bdeef64f5dca7a8515d990f3cc9d36f1c5d0352ebe37b784cb4ac5 +SIZE (centos/libdrm-2.4.91-3.el7.x86_64.rpm) = 156840 +SHA256 (centos/llvm-private-6.0.1-2.el7.i686.rpm) = cba4620c8628a60b736c44a27df5649353d3225c998dc108d047f9cc2c2a5ced +SIZE (centos/llvm-private-6.0.1-2.el7.i686.rpm) = 23436360 +SHA256 (centos/llvm-private-6.0.1-2.el7.x86_64.rpm) = 57f133d1e799a62b42690e788cc2782ab9024457455bd99fff5c060044628f0e +SIZE (centos/llvm-private-6.0.1-2.el7.x86_64.rpm) = 22120236 +SHA256 (centos/mesa-dri-drivers-18.0.5-4.el7_6.i686.rpm) = fd5faeaae2c34ea1bc8755dcbe0bde7b4c645b808c2ac931f2943b2a4c818f48 +SIZE (centos/mesa-dri-drivers-18.0.5-4.el7_6.i686.rpm) = 7057636 +SHA256 (centos/mesa-dri-drivers-18.0.5-4.el7_6.x86_64.rpm) = 92f7704e83baf1f7284e78d3bea4787c0aa4ae068233f41ee5cba07dda74df4e +SIZE (centos/mesa-dri-drivers-18.0.5-4.el7_6.x86_64.rpm) = 6876472 +SHA256 (centos/mesa-libEGL-18.0.5-4.el7_6.i686.rpm) = a5a1a3c90a5c32e8ef2b42dc034de6cc5223e239781eff056ac94ff6d0006ed0 +SIZE (centos/mesa-libEGL-18.0.5-4.el7_6.i686.rpm) = 104064 +SHA256 (centos/mesa-libEGL-18.0.5-4.el7_6.x86_64.rpm) = 5bed8455246475eca7584b37d0a7cdb54a0658956ab23c67b568daf00c2a97da +SIZE (centos/mesa-libEGL-18.0.5-4.el7_6.x86_64.rpm) = 103960 +SHA256 (centos/mesa-libGL-18.0.5-4.el7_6.i686.rpm) = cb1551cdb2c18b51aa4257a7cafbf3f4091f365eb5810be30cdae538c0109932 +SIZE (centos/mesa-libGL-18.0.5-4.el7_6.i686.rpm) = 182764 +SHA256 (centos/mesa-libGL-18.0.5-4.el7_6.x86_64.rpm) = bb8997313dc8d6db027a9ca9d08c6c431016facbeb32a32caa38529880deab41 +SIZE (centos/mesa-libGL-18.0.5-4.el7_6.x86_64.rpm) = 165680 +SHA256 (centos/mesa-libGLES-18.0.5-4.el7_6.i686.rpm) = f8e1b193699854abd1c4e00789b8bc03611e4a78830fe9eaf2c22b822021e1ac +SIZE (centos/mesa-libGLES-18.0.5-4.el7_6.i686.rpm) = 15380 +SHA256 (centos/mesa-libGLES-18.0.5-4.el7_6.x86_64.rpm) = 3a25e19cfb798d2f563ea40fcd657e8e6edd6d15af97e42bca0f9540d9091264 +SIZE (centos/mesa-libGLES-18.0.5-4.el7_6.x86_64.rpm) = 15328 SHA256 (centos/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 6b4904d75295e3020afbc2767febd88a6f2dd6091762fccd5ec7251bf3fd8ed8 SIZE (centos/mesa-libGLU-9.0.0-4.el7.i686.rpm) = 202504 SHA256 (centos/mesa-libGLU-9.0.0-4.el7.x86_64.rpm) = b21eb09f310635c5f6c426f2013e9cab95c95f1446522a575c16a58099ee465b SIZE (centos/mesa-libGLU-9.0.0-4.el7.x86_64.rpm) = 200876 -SHA256 (centos/mesa-libgbm-17.0.1-6.20170307.el7.i686.rpm) = 044d537e1271b58243464ca354351cfd5f2029e59a19d6e67e173016e3aa2af9 -SIZE (centos/mesa-libgbm-17.0.1-6.20170307.el7.i686.rpm) = 33512 -SHA256 (centos/mesa-libgbm-17.0.1-6.20170307.el7.x86_64.rpm) = 503f598bb88f1c83a97399823b7b5595523a40e9912b7be2a17cce0d7a769af4 -SIZE (centos/mesa-libgbm-17.0.1-6.20170307.el7.x86_64.rpm) = 33032 -SHA256 (centos/mesa-libglapi-17.0.1-6.20170307.el7.i686.rpm) = 7f54068ad1a7ca3e00889a84156458faec862483084821435ea139fa5b5c3735 -SIZE (centos/mesa-libglapi-17.0.1-6.20170307.el7.i686.rpm) = 62036 -SHA256 (centos/mesa-libglapi-17.0.1-6.20170307.el7.x86_64.rpm) = 1fed338242db28e5a53e191f26212047ce579266202db31f8ab779634ccd546e -SIZE (centos/mesa-libglapi-17.0.1-6.20170307.el7.x86_64.rpm) = 42068 -SHA256 (centos/mesa-private-llvm-3.9.1-3.el7.i686.rpm) = bdce5dade41bf89699ead17deb691b072c2b9189a9a703ce70642cbd51fa78d6 -SIZE (centos/mesa-private-llvm-3.9.1-3.el7.i686.rpm) = 9397328 -SHA256 (centos/mesa-private-llvm-3.9.1-3.el7.x86_64.rpm) = 2d5984c3344ce120fd8146ae574f1ff2c3ea3b1bfad938ba54018233c35b8fb8 -SIZE (centos/mesa-private-llvm-3.9.1-3.el7.x86_64.rpm) = 8862812 -SHA256 (centos/mesa-17.0.1-6.20170307.el7.src.rpm) = c6f0af63aa8588f1e8f8a4995ce44f160b41decbf49ca917349caa648af991f3 -SIZE (centos/mesa-17.0.1-6.20170307.el7.src.rpm) = 24473346 +SHA256 (centos/mesa-libOSMesa-18.0.5-4.el7_6.i686.rpm) = bb0093539c2bfe484537a1b7362366d284765a2bb6e9acba22ed5f1e54ca445e +SIZE (centos/mesa-libOSMesa-18.0.5-4.el7_6.i686.rpm) = 1463352 +SHA256 (centos/mesa-libOSMesa-18.0.5-4.el7_6.x86_64.rpm) = 0b1b3e8c1255151a8bb76ada3753d4bb23372f98603a2cdc569f3fc1718e4e28 +SIZE (centos/mesa-libOSMesa-18.0.5-4.el7_6.x86_64.rpm) = 1444000 +SHA256 (centos/mesa-libgbm-18.0.5-4.el7_6.i686.rpm) = b912962164390363479f7935410e8a41157a95a677049f8cbceeb2d2d9bf4597 +SIZE (centos/mesa-libgbm-18.0.5-4.el7_6.i686.rpm) = 38588 +SHA256 (centos/mesa-libgbm-18.0.5-4.el7_6.x86_64.rpm) = eac3db8aeede374f96a1f2e43838551feb3049510081f517ed8315f4678b6efb +SIZE (centos/mesa-libgbm-18.0.5-4.el7_6.x86_64.rpm) = 38692 +SHA256 (centos/mesa-libglapi-18.0.5-4.el7_6.i686.rpm) = df9e411ed047a3136bad67e63a7891972d50c62d9db964e1222031f621427a0c +SIZE (centos/mesa-libglapi-18.0.5-4.el7_6.i686.rpm) = 66884 +SHA256 (centos/mesa-libglapi-18.0.5-4.el7_6.x86_64.rpm) = ec9e52ea600cddefe324308ef7d432a67c92e90d47e99b1eab2509fcd3edb27c +SIZE (centos/mesa-libglapi-18.0.5-4.el7_6.x86_64.rpm) = 45332 +SHA256 (centos/mesa-libxatracker-18.0.5-4.el7_6.i686.rpm) = abc6132c7017ee5888e68585bac1c39e52bf8df11c46f02f7da256ec60f38e1c +SIZE (centos/mesa-libxatracker-18.0.5-4.el7_6.i686.rpm) = 1302988 +SHA256 (centos/mesa-libxatracker-18.0.5-4.el7_6.x86_64.rpm) = 6da57053b7c96fae31e30c7a3055203a15b7b0a3f5df37161fb4d6b2ef651322 +SIZE (centos/mesa-libxatracker-18.0.5-4.el7_6.x86_64.rpm) = 1249100 +SHA256 (centos/mesa-vdpau-drivers-18.0.5-4.el7_6.i686.rpm) = e861705fc00e17dc3d2e747858f686cf8b8f859da8afb19d88d08f53d09277b2 +SIZE (centos/mesa-vdpau-drivers-18.0.5-4.el7_6.i686.rpm) = 2229336 +SHA256 (centos/mesa-vdpau-drivers-18.0.5-4.el7_6.x86_64.rpm) = 0141fffdb19f9617993ab372fac662923e2415030598be6e22891bb014eb8e45 +SIZE (centos/mesa-vdpau-drivers-18.0.5-4.el7_6.x86_64.rpm) = 2152900 +SHA256 (centos/mesa-vulkan-drivers-18.0.5-4.el7_6.x86_64.rpm) = 22302d6662a952fd3ef7a324d725ef734aeb1f50931356185d3c190cb765b2ed +SIZE (centos/mesa-vulkan-drivers-18.0.5-4.el7_6.x86_64.rpm) = 1637828 +SHA256 (centos/freeglut-3.0.0-8.el7.src.rpm) = 5009fdc8cdd8ab0cd5746f59c31453a3b5fee9d9f44e41406b3fbf4eb29b29df +SIZE (centos/freeglut-3.0.0-8.el7.src.rpm) = 1488889 +SHA256 (centos/libdrm-2.4.91-3.el7.src.rpm) = 5b31a48278520e490a8ec67e061884b1517f4a469b096d87720cee4ca261449a +SIZE (centos/libdrm-2.4.91-3.el7.src.rpm) = 837026 +SHA256 (centos/llvm-private-6.0.1-2.el7.src.rpm) = ac1c35ff3c783bf45542ccddfd7345a374d1551739e48b44f083701cf3d27369 +SIZE (centos/llvm-private-6.0.1-2.el7.src.rpm) = 43947385 +SHA256 (centos/mesa-18.0.5-4.el7_6.src.rpm) = 391c1033d5ad30bf7dd5d15c61ea7936f5caec05a6344a5c97eda1268954ec7b +SIZE (centos/mesa-18.0.5-4.el7_6.src.rpm) = 11230407 SHA256 (centos/mesa-libGLU-9.0.0-4.el7.src.rpm) = e2be8ff80b519df5dc9b41eefb921144072d3c1c17d30a5fce17587c73f82b94 SIZE (centos/mesa-libGLU-9.0.0-4.el7.src.rpm) = 498246 -SHA256 (centos/mesa-private-llvm-3.9.1-3.el7.src.rpm) = 481e25eb4be4797ebc285342ba4e244d544149f154fbcbae73ab4b120ef88d75 -SIZE (centos/mesa-private-llvm-3.9.1-3.el7.src.rpm) = 24859137 -SHA256 (centos/libdrm-2.4.74-1.el7.src.rpm) = f21a49ad3c6edfd1ab103bb0aa7b28e84aa0a3b79b619e48eaac26f483e0baf7 -SIZE (centos/libdrm-2.4.74-1.el7.src.rpm) = 797939 -SHA256 (centos/freeglut-2.8.1-3.el7.src.rpm) = 26cff0fe33bcf5a1ddd989a68959a7338a49ed0c7543f1659ea75d733753de5d -SIZE (centos/freeglut-2.8.1-3.el7.src.rpm) = 2068458 Index: head/graphics/linux-c7-dri/pkg-plist.amd64 =================================================================== --- head/graphics/linux-c7-dri/pkg-plist.amd64 (revision 503721) +++ head/graphics/linux-c7-dri/pkg-plist.amd64 (revision 503722) @@ -1,95 +1,294 @@ etc/drirc +usr/lib/clang-private/libclang.so +usr/lib/clang-private/libclang.so.6 +usr/lib/clang-private/libclang.so.6.0 +usr/lib/clang-private/libclangARCMigrate.so +usr/lib/clang-private/libclangARCMigrate.so.6 +usr/lib/clang-private/libclangARCMigrate.so.6.0.1 +usr/lib/clang-private/libclangAST.so +usr/lib/clang-private/libclangAST.so.6 +usr/lib/clang-private/libclangAST.so.6.0.1 +usr/lib/clang-private/libclangASTMatchers.so +usr/lib/clang-private/libclangASTMatchers.so.6 +usr/lib/clang-private/libclangASTMatchers.so.6.0.1 +usr/lib/clang-private/libclangAnalysis.so +usr/lib/clang-private/libclangAnalysis.so.6 +usr/lib/clang-private/libclangAnalysis.so.6.0.1 +usr/lib/clang-private/libclangBasic.so +usr/lib/clang-private/libclangBasic.so.6 +usr/lib/clang-private/libclangBasic.so.6.0.1 +usr/lib/clang-private/libclangCodeGen.so +usr/lib/clang-private/libclangCodeGen.so.6 +usr/lib/clang-private/libclangCodeGen.so.6.0.1 +usr/lib/clang-private/libclangCrossTU.so +usr/lib/clang-private/libclangCrossTU.so.6 +usr/lib/clang-private/libclangCrossTU.so.6.0.1 +usr/lib/clang-private/libclangDriver.so +usr/lib/clang-private/libclangDriver.so.6 +usr/lib/clang-private/libclangDriver.so.6.0.1 +usr/lib/clang-private/libclangDynamicASTMatchers.so +usr/lib/clang-private/libclangDynamicASTMatchers.so.6 +usr/lib/clang-private/libclangDynamicASTMatchers.so.6.0.1 +usr/lib/clang-private/libclangEdit.so +usr/lib/clang-private/libclangEdit.so.6 +usr/lib/clang-private/libclangEdit.so.6.0.1 +usr/lib/clang-private/libclangFormat.so +usr/lib/clang-private/libclangFormat.so.6 +usr/lib/clang-private/libclangFormat.so.6.0.1 +usr/lib/clang-private/libclangFrontend.so +usr/lib/clang-private/libclangFrontend.so.6 +usr/lib/clang-private/libclangFrontend.so.6.0.1 +usr/lib/clang-private/libclangFrontendTool.so +usr/lib/clang-private/libclangFrontendTool.so.6 +usr/lib/clang-private/libclangFrontendTool.so.6.0.1 +usr/lib/clang-private/libclangHandleCXX.so +usr/lib/clang-private/libclangHandleCXX.so.6 +usr/lib/clang-private/libclangHandleCXX.so.6.0.1 +usr/lib/clang-private/libclangIndex.so +usr/lib/clang-private/libclangIndex.so.6 +usr/lib/clang-private/libclangIndex.so.6.0.1 +usr/lib/clang-private/libclangLex.so +usr/lib/clang-private/libclangLex.so.6 +usr/lib/clang-private/libclangLex.so.6.0.1 +usr/lib/clang-private/libclangParse.so +usr/lib/clang-private/libclangParse.so.6 +usr/lib/clang-private/libclangParse.so.6.0.1 +usr/lib/clang-private/libclangRewrite.so +usr/lib/clang-private/libclangRewrite.so.6 +usr/lib/clang-private/libclangRewrite.so.6.0.1 +usr/lib/clang-private/libclangRewriteFrontend.so +usr/lib/clang-private/libclangRewriteFrontend.so.6 +usr/lib/clang-private/libclangRewriteFrontend.so.6.0.1 +usr/lib/clang-private/libclangSema.so +usr/lib/clang-private/libclangSema.so.6 +usr/lib/clang-private/libclangSema.so.6.0.1 +usr/lib/clang-private/libclangSerialization.so +usr/lib/clang-private/libclangSerialization.so.6 +usr/lib/clang-private/libclangSerialization.so.6.0.1 +usr/lib/clang-private/libclangStaticAnalyzerCheckers.so +usr/lib/clang-private/libclangStaticAnalyzerCheckers.so.6 +usr/lib/clang-private/libclangStaticAnalyzerCheckers.so.6.0.1 +usr/lib/clang-private/libclangStaticAnalyzerCore.so +usr/lib/clang-private/libclangStaticAnalyzerCore.so.6 +usr/lib/clang-private/libclangStaticAnalyzerCore.so.6.0.1 +usr/lib/clang-private/libclangStaticAnalyzerFrontend.so +usr/lib/clang-private/libclangStaticAnalyzerFrontend.so.6 +usr/lib/clang-private/libclangStaticAnalyzerFrontend.so.6.0.1 +usr/lib/clang-private/libclangTooling.so +usr/lib/clang-private/libclangTooling.so.6 +usr/lib/clang-private/libclangTooling.so.6.0.1 +usr/lib/clang-private/libclangToolingASTDiff.so +usr/lib/clang-private/libclangToolingASTDiff.so.6 +usr/lib/clang-private/libclangToolingASTDiff.so.6.0.1 +usr/lib/clang-private/libclangToolingCore.so +usr/lib/clang-private/libclangToolingCore.so.6 +usr/lib/clang-private/libclangToolingCore.so.6.0.1 +usr/lib/clang-private/libclangToolingRefactor.so +usr/lib/clang-private/libclangToolingRefactor.so.6 +usr/lib/clang-private/libclangToolingRefactor.so.6.0.1 usr/lib/dri/i915_dri.so usr/lib/dri/i965_dri.so usr/lib/dri/kms_swrast_dri.so usr/lib/dri/nouveau_dri.so usr/lib/dri/r300_dri.so usr/lib/dri/r600_dri.so usr/lib/dri/radeonsi_dri.so usr/lib/dri/swrast_dri.so usr/lib/dri/virtio_gpu_dri.so usr/lib/dri/vmwgfx_dri.so -@postexec [ -e %D/usr/lib/libEGL.so.1 ] || ln -sf libEGL.so.1.0.0 %D/usr/lib/libEGL.so.1 -@postunexec [ -e %D/usr/lib/libEGL.so.1 ] || rm -f %D/usr/lib/libEGL.so.1 -usr/lib/libEGL.so.1.0.0 -@postexec [ -e %D/usr/lib/libGL.so.1 ] || ln -sf libGL.so.1.2.0 %D/usr/lib/libGL.so.1 -@postunexec [ -e %D/usr/lib/libGL.so.1 ] || rm -f %D/usr/lib/libGL.so.1 -usr/lib/libGL.so.1.2.0 +usr/lib/libEGL_mesa.so.0 +usr/lib/libEGL_mesa.so.0.0.0 usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.1 -usr/lib/libLLVM-3.9-mesa.so -usr/lib/libLLVM-3.9.1-mesa.so +usr/lib/libGLX_mesa.so.0 +usr/lib/libGLX_mesa.so.0.0.0 +usr/lib/libGLX_system.so.0 +usr/lib/libLLVM-6.0-rhel.so +usr/lib/libOSMesa.so.8 +usr/lib/libOSMesa.so.8.0.0 usr/lib/libdrm.so.2 usr/lib/libdrm.so.2.4.0 usr/lib/libdrm_amdgpu.so.1 usr/lib/libdrm_amdgpu.so.1.0.0 usr/lib/libdrm_intel.so.1 usr/lib/libdrm_intel.so.1.0.0 usr/lib/libdrm_nouveau.so.2 usr/lib/libdrm_nouveau.so.2.0.0 usr/lib/libdrm_radeon.so.1 usr/lib/libdrm_radeon.so.1.0.1 usr/lib/libgbm.so.1 usr/lib/libgbm.so.1.0.0 usr/lib/libglapi.so.0 usr/lib/libglapi.so.0.0.0 usr/lib/libglut.so.3 -usr/lib/libglut.so.3.9.0 +usr/lib/libglut.so.3.10.0 usr/lib/libkms.so.1 usr/lib/libkms.so.1.0.0 +usr/lib/libxatracker.so.2 +usr/lib/libxatracker.so.2.3.0 usr/lib/udev/rules.d/91-drm-modeset.rules +usr/lib/vdpau/libvdpau_nouveau.so.1 +usr/lib/vdpau/libvdpau_nouveau.so.1.0 +usr/lib/vdpau/libvdpau_nouveau.so.1.0.0 +usr/lib/vdpau/libvdpau_r600.so.1 +usr/lib/vdpau/libvdpau_r600.so.1.0 +usr/lib/vdpau/libvdpau_r600.so.1.0.0 +usr/lib/vdpau/libvdpau_radeonsi.so.1 +usr/lib/vdpau/libvdpau_radeonsi.so.1.0 +usr/lib/vdpau/libvdpau_radeonsi.so.1.0.0 +usr/lib64/clang-private/libclang.so +usr/lib64/clang-private/libclang.so.6 +usr/lib64/clang-private/libclang.so.6.0 +usr/lib64/clang-private/libclangARCMigrate.so +usr/lib64/clang-private/libclangARCMigrate.so.6 +usr/lib64/clang-private/libclangARCMigrate.so.6.0.1 +usr/lib64/clang-private/libclangAST.so +usr/lib64/clang-private/libclangAST.so.6 +usr/lib64/clang-private/libclangAST.so.6.0.1 +usr/lib64/clang-private/libclangASTMatchers.so +usr/lib64/clang-private/libclangASTMatchers.so.6 +usr/lib64/clang-private/libclangASTMatchers.so.6.0.1 +usr/lib64/clang-private/libclangAnalysis.so +usr/lib64/clang-private/libclangAnalysis.so.6 +usr/lib64/clang-private/libclangAnalysis.so.6.0.1 +usr/lib64/clang-private/libclangBasic.so +usr/lib64/clang-private/libclangBasic.so.6 +usr/lib64/clang-private/libclangBasic.so.6.0.1 +usr/lib64/clang-private/libclangCodeGen.so +usr/lib64/clang-private/libclangCodeGen.so.6 +usr/lib64/clang-private/libclangCodeGen.so.6.0.1 +usr/lib64/clang-private/libclangCrossTU.so +usr/lib64/clang-private/libclangCrossTU.so.6 +usr/lib64/clang-private/libclangCrossTU.so.6.0.1 +usr/lib64/clang-private/libclangDriver.so +usr/lib64/clang-private/libclangDriver.so.6 +usr/lib64/clang-private/libclangDriver.so.6.0.1 +usr/lib64/clang-private/libclangDynamicASTMatchers.so +usr/lib64/clang-private/libclangDynamicASTMatchers.so.6 +usr/lib64/clang-private/libclangDynamicASTMatchers.so.6.0.1 +usr/lib64/clang-private/libclangEdit.so +usr/lib64/clang-private/libclangEdit.so.6 +usr/lib64/clang-private/libclangEdit.so.6.0.1 +usr/lib64/clang-private/libclangFormat.so +usr/lib64/clang-private/libclangFormat.so.6 +usr/lib64/clang-private/libclangFormat.so.6.0.1 +usr/lib64/clang-private/libclangFrontend.so +usr/lib64/clang-private/libclangFrontend.so.6 +usr/lib64/clang-private/libclangFrontend.so.6.0.1 +usr/lib64/clang-private/libclangFrontendTool.so +usr/lib64/clang-private/libclangFrontendTool.so.6 +usr/lib64/clang-private/libclangFrontendTool.so.6.0.1 +usr/lib64/clang-private/libclangHandleCXX.so +usr/lib64/clang-private/libclangHandleCXX.so.6 +usr/lib64/clang-private/libclangHandleCXX.so.6.0.1 +usr/lib64/clang-private/libclangIndex.so +usr/lib64/clang-private/libclangIndex.so.6 +usr/lib64/clang-private/libclangIndex.so.6.0.1 +usr/lib64/clang-private/libclangLex.so +usr/lib64/clang-private/libclangLex.so.6 +usr/lib64/clang-private/libclangLex.so.6.0.1 +usr/lib64/clang-private/libclangParse.so +usr/lib64/clang-private/libclangParse.so.6 +usr/lib64/clang-private/libclangParse.so.6.0.1 +usr/lib64/clang-private/libclangRewrite.so +usr/lib64/clang-private/libclangRewrite.so.6 +usr/lib64/clang-private/libclangRewrite.so.6.0.1 +usr/lib64/clang-private/libclangRewriteFrontend.so +usr/lib64/clang-private/libclangRewriteFrontend.so.6 +usr/lib64/clang-private/libclangRewriteFrontend.so.6.0.1 +usr/lib64/clang-private/libclangSema.so +usr/lib64/clang-private/libclangSema.so.6 +usr/lib64/clang-private/libclangSema.so.6.0.1 +usr/lib64/clang-private/libclangSerialization.so +usr/lib64/clang-private/libclangSerialization.so.6 +usr/lib64/clang-private/libclangSerialization.so.6.0.1 +usr/lib64/clang-private/libclangStaticAnalyzerCheckers.so +usr/lib64/clang-private/libclangStaticAnalyzerCheckers.so.6 +usr/lib64/clang-private/libclangStaticAnalyzerCheckers.so.6.0.1 +usr/lib64/clang-private/libclangStaticAnalyzerCore.so +usr/lib64/clang-private/libclangStaticAnalyzerCore.so.6 +usr/lib64/clang-private/libclangStaticAnalyzerCore.so.6.0.1 +usr/lib64/clang-private/libclangStaticAnalyzerFrontend.so +usr/lib64/clang-private/libclangStaticAnalyzerFrontend.so.6 +usr/lib64/clang-private/libclangStaticAnalyzerFrontend.so.6.0.1 +usr/lib64/clang-private/libclangTooling.so +usr/lib64/clang-private/libclangTooling.so.6 +usr/lib64/clang-private/libclangTooling.so.6.0.1 +usr/lib64/clang-private/libclangToolingASTDiff.so +usr/lib64/clang-private/libclangToolingASTDiff.so.6 +usr/lib64/clang-private/libclangToolingASTDiff.so.6.0.1 +usr/lib64/clang-private/libclangToolingCore.so +usr/lib64/clang-private/libclangToolingCore.so.6 +usr/lib64/clang-private/libclangToolingCore.so.6.0.1 +usr/lib64/clang-private/libclangToolingRefactor.so +usr/lib64/clang-private/libclangToolingRefactor.so.6 +usr/lib64/clang-private/libclangToolingRefactor.so.6.0.1 usr/lib64/dri/i915_dri.so usr/lib64/dri/i965_dri.so usr/lib64/dri/kms_swrast_dri.so usr/lib64/dri/nouveau_dri.so usr/lib64/dri/r300_dri.so usr/lib64/dri/r600_dri.so usr/lib64/dri/radeonsi_dri.so usr/lib64/dri/swrast_dri.so usr/lib64/dri/virtio_gpu_dri.so usr/lib64/dri/vmwgfx_dri.so -@postexec [ -e %D/usr/lib64/libEGL.so.1 ] || ln -sf libEGL.so.1.0.0 %D/usr/lib64/libEGL.so.1 -@postunexec [ -e %D/usr/lib64/libEGL.so.1 ] || rm -f %D/usr/lib64/libEGL.so.1 -usr/lib64/libEGL.so.1.0.0 -@postexec [ -e %D/usr/lib64/libGL.so.1 ] || ln -sf libGL.so.1.2.0 %D/usr/lib64/libGL.so.1 -@postunexec [ -e %D/usr/lib64/libGL.so.1 ] || rm -f %D/usr/lib64/libGL.so.1 -usr/lib64/libGL.so.1.2.0 +usr/lib64/libEGL_mesa.so.0 +usr/lib64/libEGL_mesa.so.0.0.0 usr/lib64/libGLU.so.1 usr/lib64/libGLU.so.1.3.1 -usr/lib64/libLLVM-3.9-mesa.so -usr/lib64/libLLVM-3.9.1-mesa.so +usr/lib64/libGLX_mesa.so.0 +usr/lib64/libGLX_mesa.so.0.0.0 +usr/lib64/libGLX_system.so.0 +usr/lib64/libLLVM-6.0-rhel.so +usr/lib64/libOSMesa.so.8 +usr/lib64/libOSMesa.so.8.0.0 usr/lib64/libdrm.so.2 usr/lib64/libdrm.so.2.4.0 usr/lib64/libdrm_amdgpu.so.1 usr/lib64/libdrm_amdgpu.so.1.0.0 usr/lib64/libdrm_intel.so.1 usr/lib64/libdrm_intel.so.1.0.0 usr/lib64/libdrm_nouveau.so.2 usr/lib64/libdrm_nouveau.so.2.0.0 usr/lib64/libdrm_radeon.so.1 usr/lib64/libdrm_radeon.so.1.0.1 usr/lib64/libgbm.so.1 usr/lib64/libgbm.so.1.0.0 usr/lib64/libglapi.so.0 usr/lib64/libglapi.so.0.0.0 usr/lib64/libglut.so.3 -usr/lib64/libglut.so.3.9.0 +usr/lib64/libglut.so.3.10.0 usr/lib64/libkms.so.1 usr/lib64/libkms.so.1.0.0 -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/AUTHORS -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/COPYING -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ChangeLog -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/INSTALL -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/NEWS -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/README -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/TODO -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/download.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_logo.png -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_user_interface.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/index.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ogl_sm.png -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/progress.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/structure.html -%%PORTDOCS%%usr/share/doc/libdrm-2.4.74/README -%%PORTDOCS%%usr/share/doc/mesa-private-llvm-3.9.1/LICENSE.TXT +usr/lib64/libvulkan_intel.so +usr/lib64/libvulkan_radeon.so +usr/lib64/libxatracker.so.2 +usr/lib64/libxatracker.so.2.3.0 +usr/lib64/vdpau/libvdpau_nouveau.so.1 +usr/lib64/vdpau/libvdpau_nouveau.so.1.0 +usr/lib64/vdpau/libvdpau_nouveau.so.1.0.0 +usr/lib64/vdpau/libvdpau_r600.so.1 +usr/lib64/vdpau/libvdpau_r600.so.1.0 +usr/lib64/vdpau/libvdpau_r600.so.1.0.0 +usr/lib64/vdpau/libvdpau_radeonsi.so.1 +usr/lib64/vdpau/libvdpau_radeonsi.so.1.0 +usr/lib64/vdpau/libvdpau_radeonsi.so.1.0.0 +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/AUTHORS +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/COPYING +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/ChangeLog +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/README +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/download.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/freeglut.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/freeglut_logo.png +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/freeglut_user_interface.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/index.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/ogl_sm.png +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/progress.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/structure.html +%%PORTDOCS%%usr/share/doc/libdrm-2.4.91/README +%%PORTDOCS%%usr/share/doc/llvm-private-6.0.1/LICENSE.TXT +usr/share/glvnd/egl_vendor.d/50_mesa.json +usr/share/libdrm/amdgpu.ids +usr/share/vulkan/icd.d/intel_icd.x86_64.json +usr/share/vulkan/icd.d/radeon_icd.x86_64.json Index: head/graphics/linux-c7-dri/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-dri/pkg-plist.i386 (revision 503721) +++ head/graphics/linux-c7-dri/pkg-plist.i386 (revision 503722) @@ -1,57 +1,154 @@ etc/drirc +usr/lib/clang-private/libclang.so +usr/lib/clang-private/libclang.so.6 +usr/lib/clang-private/libclang.so.6.0 +usr/lib/clang-private/libclangARCMigrate.so +usr/lib/clang-private/libclangARCMigrate.so.6 +usr/lib/clang-private/libclangARCMigrate.so.6.0.1 +usr/lib/clang-private/libclangAST.so +usr/lib/clang-private/libclangAST.so.6 +usr/lib/clang-private/libclangAST.so.6.0.1 +usr/lib/clang-private/libclangASTMatchers.so +usr/lib/clang-private/libclangASTMatchers.so.6 +usr/lib/clang-private/libclangASTMatchers.so.6.0.1 +usr/lib/clang-private/libclangAnalysis.so +usr/lib/clang-private/libclangAnalysis.so.6 +usr/lib/clang-private/libclangAnalysis.so.6.0.1 +usr/lib/clang-private/libclangBasic.so +usr/lib/clang-private/libclangBasic.so.6 +usr/lib/clang-private/libclangBasic.so.6.0.1 +usr/lib/clang-private/libclangCodeGen.so +usr/lib/clang-private/libclangCodeGen.so.6 +usr/lib/clang-private/libclangCodeGen.so.6.0.1 +usr/lib/clang-private/libclangCrossTU.so +usr/lib/clang-private/libclangCrossTU.so.6 +usr/lib/clang-private/libclangCrossTU.so.6.0.1 +usr/lib/clang-private/libclangDriver.so +usr/lib/clang-private/libclangDriver.so.6 +usr/lib/clang-private/libclangDriver.so.6.0.1 +usr/lib/clang-private/libclangDynamicASTMatchers.so +usr/lib/clang-private/libclangDynamicASTMatchers.so.6 +usr/lib/clang-private/libclangDynamicASTMatchers.so.6.0.1 +usr/lib/clang-private/libclangEdit.so +usr/lib/clang-private/libclangEdit.so.6 +usr/lib/clang-private/libclangEdit.so.6.0.1 +usr/lib/clang-private/libclangFormat.so +usr/lib/clang-private/libclangFormat.so.6 +usr/lib/clang-private/libclangFormat.so.6.0.1 +usr/lib/clang-private/libclangFrontend.so +usr/lib/clang-private/libclangFrontend.so.6 +usr/lib/clang-private/libclangFrontend.so.6.0.1 +usr/lib/clang-private/libclangFrontendTool.so +usr/lib/clang-private/libclangFrontendTool.so.6 +usr/lib/clang-private/libclangFrontendTool.so.6.0.1 +usr/lib/clang-private/libclangHandleCXX.so +usr/lib/clang-private/libclangHandleCXX.so.6 +usr/lib/clang-private/libclangHandleCXX.so.6.0.1 +usr/lib/clang-private/libclangIndex.so +usr/lib/clang-private/libclangIndex.so.6 +usr/lib/clang-private/libclangIndex.so.6.0.1 +usr/lib/clang-private/libclangLex.so +usr/lib/clang-private/libclangLex.so.6 +usr/lib/clang-private/libclangLex.so.6.0.1 +usr/lib/clang-private/libclangParse.so +usr/lib/clang-private/libclangParse.so.6 +usr/lib/clang-private/libclangParse.so.6.0.1 +usr/lib/clang-private/libclangRewrite.so +usr/lib/clang-private/libclangRewrite.so.6 +usr/lib/clang-private/libclangRewrite.so.6.0.1 +usr/lib/clang-private/libclangRewriteFrontend.so +usr/lib/clang-private/libclangRewriteFrontend.so.6 +usr/lib/clang-private/libclangRewriteFrontend.so.6.0.1 +usr/lib/clang-private/libclangSema.so +usr/lib/clang-private/libclangSema.so.6 +usr/lib/clang-private/libclangSema.so.6.0.1 +usr/lib/clang-private/libclangSerialization.so +usr/lib/clang-private/libclangSerialization.so.6 +usr/lib/clang-private/libclangSerialization.so.6.0.1 +usr/lib/clang-private/libclangStaticAnalyzerCheckers.so +usr/lib/clang-private/libclangStaticAnalyzerCheckers.so.6 +usr/lib/clang-private/libclangStaticAnalyzerCheckers.so.6.0.1 +usr/lib/clang-private/libclangStaticAnalyzerCore.so +usr/lib/clang-private/libclangStaticAnalyzerCore.so.6 +usr/lib/clang-private/libclangStaticAnalyzerCore.so.6.0.1 +usr/lib/clang-private/libclangStaticAnalyzerFrontend.so +usr/lib/clang-private/libclangStaticAnalyzerFrontend.so.6 +usr/lib/clang-private/libclangStaticAnalyzerFrontend.so.6.0.1 +usr/lib/clang-private/libclangTooling.so +usr/lib/clang-private/libclangTooling.so.6 +usr/lib/clang-private/libclangTooling.so.6.0.1 +usr/lib/clang-private/libclangToolingASTDiff.so +usr/lib/clang-private/libclangToolingASTDiff.so.6 +usr/lib/clang-private/libclangToolingASTDiff.so.6.0.1 +usr/lib/clang-private/libclangToolingCore.so +usr/lib/clang-private/libclangToolingCore.so.6 +usr/lib/clang-private/libclangToolingCore.so.6.0.1 +usr/lib/clang-private/libclangToolingRefactor.so +usr/lib/clang-private/libclangToolingRefactor.so.6 +usr/lib/clang-private/libclangToolingRefactor.so.6.0.1 usr/lib/dri/i915_dri.so usr/lib/dri/i965_dri.so usr/lib/dri/kms_swrast_dri.so usr/lib/dri/nouveau_dri.so usr/lib/dri/r300_dri.so usr/lib/dri/r600_dri.so usr/lib/dri/radeonsi_dri.so usr/lib/dri/swrast_dri.so usr/lib/dri/virtio_gpu_dri.so usr/lib/dri/vmwgfx_dri.so -@postexec [ -e %D/usr/lib/libEGL.so.1 ] || ln -sf libEGL.so.1.0.0 %D/usr/lib/libEGL.so.1 -@postunexec [ -e %D/usr/lib/libEGL.so.1 ] || rm -f %D/usr/lib/libEGL.so.1 -usr/lib/libEGL.so.1.0.0 -@postexec [ -e %D/usr/lib/libGL.so.1 ] || ln -sf libGL.so.1.2.0 %D/usr/lib/libGL.so.1 -@postunexec [ -e %D/usr/lib/libGL.so.1 ] || rm -f %D/usr/lib/libGL.so.1 -usr/lib/libGL.so.1.2.0 +usr/lib/libEGL_mesa.so.0 +usr/lib/libEGL_mesa.so.0.0.0 usr/lib/libGLU.so.1 usr/lib/libGLU.so.1.3.1 -usr/lib/libLLVM-3.9-mesa.so -usr/lib/libLLVM-3.9.1-mesa.so +usr/lib/libGLX_mesa.so.0 +usr/lib/libGLX_mesa.so.0.0.0 +usr/lib/libGLX_system.so.0 +usr/lib/libLLVM-6.0-rhel.so +usr/lib/libOSMesa.so.8 +usr/lib/libOSMesa.so.8.0.0 usr/lib/libdrm.so.2 usr/lib/libdrm.so.2.4.0 usr/lib/libdrm_amdgpu.so.1 usr/lib/libdrm_amdgpu.so.1.0.0 usr/lib/libdrm_intel.so.1 usr/lib/libdrm_intel.so.1.0.0 usr/lib/libdrm_nouveau.so.2 usr/lib/libdrm_nouveau.so.2.0.0 usr/lib/libdrm_radeon.so.1 usr/lib/libdrm_radeon.so.1.0.1 usr/lib/libgbm.so.1 usr/lib/libgbm.so.1.0.0 usr/lib/libglapi.so.0 usr/lib/libglapi.so.0.0.0 usr/lib/libglut.so.3 -usr/lib/libglut.so.3.9.0 +usr/lib/libglut.so.3.10.0 usr/lib/libkms.so.1 usr/lib/libkms.so.1.0.0 +usr/lib/libxatracker.so.2 +usr/lib/libxatracker.so.2.3.0 usr/lib/udev/rules.d/91-drm-modeset.rules -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/AUTHORS -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/COPYING -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ChangeLog -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/INSTALL -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/NEWS -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/README -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/TODO -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/download.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_logo.png -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/freeglut_user_interface.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/index.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/ogl_sm.png -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/progress.html -%%PORTDOCS%%usr/share/doc/freeglut-2.8.1/structure.html -%%PORTDOCS%%usr/share/doc/libdrm-2.4.74/README -%%PORTDOCS%%usr/share/doc/mesa-private-llvm-3.9.1/LICENSE.TXT +usr/lib/vdpau/libvdpau_nouveau.so.1 +usr/lib/vdpau/libvdpau_nouveau.so.1.0 +usr/lib/vdpau/libvdpau_nouveau.so.1.0.0 +usr/lib/vdpau/libvdpau_r600.so.1 +usr/lib/vdpau/libvdpau_r600.so.1.0 +usr/lib/vdpau/libvdpau_r600.so.1.0.0 +usr/lib/vdpau/libvdpau_radeonsi.so.1 +usr/lib/vdpau/libvdpau_radeonsi.so.1.0 +usr/lib/vdpau/libvdpau_radeonsi.so.1.0.0 +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/AUTHORS +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/COPYING +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/ChangeLog +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/README +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/download.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/freeglut.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/freeglut_logo.png +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/freeglut_user_interface.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/index.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/ogl_sm.png +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/progress.html +%%PORTDOCS%%usr/share/doc/freeglut-3.0.0/structure.html +%%PORTDOCS%%usr/share/doc/libdrm-2.4.91/README +%%PORTDOCS%%usr/share/doc/llvm-private-6.0.1/LICENSE.TXT +usr/share/glvnd/egl_vendor.d/50_mesa.json +usr/share/libdrm/amdgpu.ids Index: head/graphics/linux-c7-gdk-pixbuf2/Makefile =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/Makefile (revision 503721) +++ head/graphics/linux-c7-gdk-pixbuf2/Makefile (revision 503722) @@ -1,23 +1,23 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= gdk-pixbuf2 -PORTVERSION= 2.36.5 +PORTVERSION= 2.36.12 CATEGORIES= graphics linux MAINTAINER= emulation@FreeBSD.org COMMENT= Graphic library for GTK+ (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 1.el7 +RPMVERSION= 3.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jasper jpeg png tiff xorglibs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include Index: head/graphics/linux-c7-gdk-pixbuf2/distinfo =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/distinfo (revision 503721) +++ head/graphics/linux-c7-gdk-pixbuf2/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507236136 -SHA256 (centos/gdk-pixbuf2-2.36.5-1.el7.i686.rpm) = 54dafb582df991da886a75bdba4d18117ca21901f030db8d1d083df9387bf640 -SIZE (centos/gdk-pixbuf2-2.36.5-1.el7.i686.rpm) = 579600 -SHA256 (centos/gdk-pixbuf2-2.36.5-1.el7.x86_64.rpm) = 0e476d777ecd0d6df541876fb73b7db3a8ac9265d4b11c8985f81360e7dceafb -SIZE (centos/gdk-pixbuf2-2.36.5-1.el7.x86_64.rpm) = 580512 -SHA256 (centos/gdk-pixbuf2-2.36.5-1.el7.src.rpm) = db657181a6ab3bd2c0e6e01c3b8a4fa512e38db6bb3f8bfe282bbf2623e15a66 -SIZE (centos/gdk-pixbuf2-2.36.5-1.el7.src.rpm) = 5176465 +TIMESTAMP = 1556483969 +SHA256 (centos/gdk-pixbuf2-2.36.12-3.el7.i686.rpm) = 23ccca924c165598c08f0c1b4914eb1bc039898cd761c6225323bc7c042e11ff +SIZE (centos/gdk-pixbuf2-2.36.12-3.el7.i686.rpm) = 584260 +SHA256 (centos/gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm) = a0a2e626c67cdf180f2d48339503f4b4d04b2f6f2758ec40ca7b7503b749929c +SIZE (centos/gdk-pixbuf2-2.36.12-3.el7.x86_64.rpm) = 583980 +SHA256 (centos/gdk-pixbuf2-2.36.12-3.el7.src.rpm) = b67e0f2da7bd5c9c385815e799d4987ff223620adcc187d4ae5db3c59f621348 +SIZE (centos/gdk-pixbuf2-2.36.12-3.el7.src.rpm) = 5687125 Index: head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.amd64 =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.amd64 (revision 503721) +++ head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.amd64 (revision 503722) @@ -1,154 +1,154 @@ usr/bin/gdk-pixbuf-query-loaders-32 usr/bin/gdk-pixbuf-query-loaders-64 usr/bin/gdk-pixbuf-thumbnailer usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so @rmtry usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib usr/lib/libgdk_pixbuf-2.0.so.0 -usr/lib/libgdk_pixbuf-2.0.so.0.3600.5 +usr/lib/libgdk_pixbuf-2.0.so.0.3612.0 usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0.3600.5 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.3612.0 usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so @rmtry usr/lib64/gdk-pixbuf-2.0/2.10.0/loaders.cache usr/lib64/girepository-1.0/GdkPixbuf-2.0.typelib usr/lib64/libgdk_pixbuf-2.0.so.0 -usr/lib64/libgdk_pixbuf-2.0.so.0.3600.5 +usr/lib64/libgdk_pixbuf-2.0.so.0.3612.0 usr/lib64/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib64/libgdk_pixbuf_xlib-2.0.so.0.3600.5 +usr/lib64/libgdk_pixbuf_xlib-2.0.so.0.3612.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS -usr/share/licenses/gdk-pixbuf2-2.36.5/COPYING +usr/share/licenses/gdk-pixbuf2-2.36.12/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer @postexec %D/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache @postexec %D/usr/bin/gdk-pixbuf-query-loaders-64 --update-cache Index: head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.i386 (revision 503721) +++ head/graphics/linux-c7-gdk-pixbuf2/pkg-plist.i386 (revision 503722) @@ -1,133 +1,133 @@ usr/bin/gdk-pixbuf-query-loaders-32 usr/bin/gdk-pixbuf-thumbnailer usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ani.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-bmp.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-gif.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-icns.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-ico.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jasper.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-jpeg.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-pnm.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-qtif.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tga.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-tiff.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xbm.so usr/lib/gdk-pixbuf-2.0/2.10.0/loaders/libpixbufloader-xpm.so @rmtry usr/lib/gdk-pixbuf-2.0/2.10.0/loaders.cache usr/lib/girepository-1.0/GdkPixbuf-2.0.typelib usr/lib/libgdk_pixbuf-2.0.so.0 -usr/lib/libgdk_pixbuf-2.0.so.0.3600.5 +usr/lib/libgdk_pixbuf-2.0.so.0.3612.0 usr/lib/libgdk_pixbuf_xlib-2.0.so.0 -usr/lib/libgdk_pixbuf_xlib-2.0.so.0.3600.5 +usr/lib/libgdk_pixbuf_xlib-2.0.so.0.3612.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS -usr/share/licenses/gdk-pixbuf2-2.36.5/COPYING +usr/share/licenses/gdk-pixbuf2-2.36.12/COPYING %%NLS%%usr/share/locale/af/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ang/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ar/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/as/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ast/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/az/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/be/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/be@latin/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bg/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bn_IN/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/br/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/bs/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ca/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ca@valencia/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/crh/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/cs/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/csb/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/cy/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/da/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/dz/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/el/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/en@shaw/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/en_CA/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/en_GB/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/es/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/et/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/eu/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fa/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/fur/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ga/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/gl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/gu/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/he/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hu/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/hy/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ia/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/id/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/io/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/is/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ja/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ka/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/kk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/km/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/kn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ko/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ku/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/li/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/lt/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/lv/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mai/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ml/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/mr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/my/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nb/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nds/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ne/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nn/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/nso/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/oc/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/or/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pa/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ps/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pt/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/pt_BR/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ro/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ru/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/si/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sl/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sq/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sr@ije/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sr@latin/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ta/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/te/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tg/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/th/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tr/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/tt/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/ug/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/uz/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/uz@cyrillic/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/wa/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/xh/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/yi/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/zh_HK/LC_MESSAGES/gdk-pixbuf.mo %%NLS%%usr/share/locale/zh_TW/LC_MESSAGES/gdk-pixbuf.mo usr/share/man/man1/gdk-pixbuf-query-loaders.1.gz usr/share/thumbnailers/gdk-pixbuf-thumbnailer.thumbnailer @postexec %D/usr/bin/gdk-pixbuf-query-loaders-32 --update-cache Index: head/graphics/linux-c7-glx-utils/Makefile =================================================================== --- head/graphics/linux-c7-glx-utils/Makefile (revision 503721) +++ head/graphics/linux-c7-glx-utils/Makefile (revision 503722) @@ -1,21 +1,20 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= glx-utils -PORTVERSION= 8.2.0 -PORTREVISION= 4 +PORTVERSION= 8.3.0 CATEGORIES= graphics linux SRC_DISTFILES= mesa-demos-${DISTVERSIONFULL}${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= Mesa GLX utilities (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* -RPMVERSION= 3.el7 +RPMVERSION= 10.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= dri xorglibs USE_LINUX_RPM= nolib .include Index: head/graphics/linux-c7-glx-utils/distinfo =================================================================== --- head/graphics/linux-c7-glx-utils/distinfo (revision 503721) +++ head/graphics/linux-c7-glx-utils/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507910703 -SHA256 (centos/glx-utils-8.2.0-3.el7.i686.rpm) = 14a71f1ed3ef6ae4e5c215aeecae1f5d7aa6b352e0731d5abff04804ef437f73 -SIZE (centos/glx-utils-8.2.0-3.el7.i686.rpm) = 32444 -SHA256 (centos/glx-utils-8.2.0-3.el7.x86_64.rpm) = 914a13daa9ca6c6f4495097a33a94633ac634dfe702b6d40e22189a3afb42ae5 -SIZE (centos/glx-utils-8.2.0-3.el7.x86_64.rpm) = 32688 -SHA256 (centos/mesa-demos-8.2.0-3.el7.src.rpm) = 2db565bd98592c7c663a5c29a88a3a4b9c14be6c9049eb38c029130e345b202d -SIZE (centos/mesa-demos-8.2.0-3.el7.src.rpm) = 9981929 +TIMESTAMP = 1544570156 +SHA256 (centos/glx-utils-8.3.0-10.el7.i686.rpm) = dfa82bdcfe63079b380092ba64797c3360c6d1354022190dd54806781bf375a2 +SIZE (centos/glx-utils-8.3.0-10.el7.i686.rpm) = 34820 +SHA256 (centos/glx-utils-8.3.0-10.el7.x86_64.rpm) = 5f87660d7fe1253ae5365285fd90694201191539a9acb87b91b7ee00c1fb2eb5 +SIZE (centos/glx-utils-8.3.0-10.el7.x86_64.rpm) = 35152 +SHA256 (centos/mesa-demos-8.3.0-10.el7.src.rpm) = bd1e12fb3ed3e3019447fe028070ada4698dff4c7c3b62463202eacfe4df6a89 +SIZE (centos/mesa-demos-8.3.0-10.el7.src.rpm) = 16848869 Index: head/graphics/linux-c7-jasper/Makefile =================================================================== --- head/graphics/linux-c7-jasper/Makefile (revision 503721) +++ head/graphics/linux-c7-jasper/Makefile (revision 503722) @@ -1,25 +1,25 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= jasper PORTVERSION= 1.900.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= graphics linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= JPEG-2000 reference implementation (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 31.el7 +RPMVERSION= 33.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= jpeg USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/graphics/linux-c7-jasper/distinfo =================================================================== --- head/graphics/linux-c7-jasper/distinfo (revision 503721) +++ head/graphics/linux-c7-jasper/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507237078 -SHA256 (centos/jasper-libs-1.900.1-31.el7.i686.rpm) = 6f60e557e33dfac8acc50bf962d72eb4b5375eb23b643236d3f372e8019fe7f1 -SIZE (centos/jasper-libs-1.900.1-31.el7.i686.rpm) = 151108 -SHA256 (centos/jasper-libs-1.900.1-31.el7.x86_64.rpm) = 79b9c5cb17c3298f4061d49ffe147d55c33f24434cd2aa2a83f9c2bb503ad9dd -SIZE (centos/jasper-libs-1.900.1-31.el7.x86_64.rpm) = 153856 -SHA256 (centos/jasper-1.900.1-31.el7.src.rpm) = 0d04e1dac769348aca9b45276245f2dfa6e49cf8ecaa092fb91dcf4aee035413 -SIZE (centos/jasper-1.900.1-31.el7.src.rpm) = 1432475 +TIMESTAMP = 1556484532 +SHA256 (centos/jasper-libs-1.900.1-33.el7.i686.rpm) = 87e132f26c11e1f134f248b60acf7e16b314329273c3850604b955aad30103fd +SIZE (centos/jasper-libs-1.900.1-33.el7.i686.rpm) = 151348 +SHA256 (centos/jasper-libs-1.900.1-33.el7.x86_64.rpm) = cb14c75e9af3449a77d14f2f30aede2f4e90eae66d4c73b88c61a255f8d64d36 +SIZE (centos/jasper-libs-1.900.1-33.el7.x86_64.rpm) = 154048 +SHA256 (centos/jasper-1.900.1-33.el7.src.rpm) = 15ac8f9c5d7ac247d5d8f04b27dbc68e7b827cd809ea6dd578750d0dddf94d7b +SIZE (centos/jasper-1.900.1-33.el7.src.rpm) = 1433615 Index: head/graphics/linux-c7-jpeg/Makefile =================================================================== --- head/graphics/linux-c7-jpeg/Makefile (revision 503721) +++ head/graphics/linux-c7-jpeg/Makefile (revision 503722) @@ -1,25 +1,25 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= jpeg PORTVERSION= 1.2.90 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux DISTNAME= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= SIMD-accelerated JPEG codec (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}-turbo/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= libjpeg-turbo -RPMVERSION= 5.el7 +RPMVERSION= 6.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/graphics/linux-c7-jpeg/distinfo =================================================================== --- head/graphics/linux-c7-jpeg/distinfo (revision 503721) +++ head/graphics/linux-c7-jpeg/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1473674802 -SHA256 (centos/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 03c9ee1ae21edaaf93b5ef57f121eb3aa3ea35c41826dfd967a9606660d4749a -SIZE (centos/libjpeg-turbo-1.2.90-5.el7.i686.rpm) = 140724 -SHA256 (centos/libjpeg-turbo-1.2.90-5.el7.x86_64.rpm) = c03ea98ad63f0410bd07e808143f532f2798428445d399d983ecd0c1d6f6b2ad -SIZE (centos/libjpeg-turbo-1.2.90-5.el7.x86_64.rpm) = 137244 -SHA256 (centos/libjpeg-turbo-1.2.90-5.el7.src.rpm) = a5767b5e2153a7136807d1a2ed391241de45256a91410e0dfc0a7342e1893b50 -SIZE (centos/libjpeg-turbo-1.2.90-5.el7.src.rpm) = 1357131 +TIMESTAMP = 1556484648 +SHA256 (centos/libjpeg-turbo-1.2.90-6.el7.i686.rpm) = b09b1162056c6bd921fbc6f8da19b7b16dbf3660b86fb94d61be48bea841876d +SIZE (centos/libjpeg-turbo-1.2.90-6.el7.i686.rpm) = 141060 +SHA256 (centos/libjpeg-turbo-1.2.90-6.el7.x86_64.rpm) = ace84e26a3446833b4750a646cfc3a6fdd2761002defbf15b9c00957bb3de3c7 +SIZE (centos/libjpeg-turbo-1.2.90-6.el7.x86_64.rpm) = 137464 +SHA256 (centos/libjpeg-turbo-1.2.90-6.el7.src.rpm) = 3612f8cd703f0b709e6c1b8508f97c1b205954e4c9615f90f39f23664a02baef +SIZE (centos/libjpeg-turbo-1.2.90-6.el7.src.rpm) = 1358261 Index: head/graphics/linux-c7-libglvnd/Makefile =================================================================== --- head/graphics/linux-c7-libglvnd/Makefile (nonexistent) +++ head/graphics/linux-c7-libglvnd/Makefile (revision 503722) @@ -0,0 +1,29 @@ +# $FreeBSD$ + +PORTNAME= libglvnd +PORTVERSION= 1.0.1 +CATEGORIES= graphics linux +LIB_DISTNAMES= libglvnd-${DISTVERSIONFULL} \ + libglvnd-egl-${DISTVERSIONFULL} \ + libglvnd-gles-${DISTVERSIONFULL} \ + libglvnd-glx-${DISTVERSIONFULL} \ + libglvnd-opengl-${DISTVERSIONFULL} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= GL Vendor-Neutral Dispatch library (Linux CentOS ${LINUX_DIST_VER}) + +RPMVERSION= 0.8.git5baa1e5.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= xorglibs +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= DOCS + +post-install: + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libEGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib/libGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libEGL.so.1 + @${RM} ${STAGEDIR}${PREFIX}/usr/lib64/libGL.so.1 + +.include Property changes on: head/graphics/linux-c7-libglvnd/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-libglvnd/distinfo =================================================================== --- head/graphics/linux-c7-libglvnd/distinfo (nonexistent) +++ head/graphics/linux-c7-libglvnd/distinfo (revision 503722) @@ -0,0 +1,23 @@ +TIMESTAMP = 1556475554 +SHA256 (centos/libglvnd-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 0c2cee481f63915f9ce1ce149a7c08985ac1697e4e284f42f278a1f3c151bfca +SIZE (centos/libglvnd-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 85452 +SHA256 (centos/libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 34efc9a21bb0d02d82a41c0e16e94839a30ebd10bc819c8af81ead82d1b43841 +SIZE (centos/libglvnd-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 91596 +SHA256 (centos/libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = e7eb02d79e948c4ec0b8ec8bb66a2e1dc21a2a9c4c1f22fc9356afe17db15956 +SIZE (centos/libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 44592 +SHA256 (centos/libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 976faf0363fcd4ba5c9195331d01c90b3bf572e6802ea45cdeea7cfaad5cf9e6 +SIZE (centos/libglvnd-egl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 44696 +SHA256 (centos/libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 478b061f9d6a97f0ebeb0e3263e5ba7c50e0b7898a4ab20fcffd600b1a261b42 +SIZE (centos/libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 34368 +SHA256 (centos/libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 007621664719beedbfad592ab68ef8d59aa6b5f16cbf2e97b1b970a5c6a9bd5f +SIZE (centos/libglvnd-gles-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 35248 +SHA256 (centos/libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = cb13291e6753d9dcb31b725e45792d385de736e148a91694b91d0ebb109f4649 +SIZE (centos/libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 119796 +SHA256 (centos/libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = a4fe656061936e8446a62cb5383fbe5400a41ad741b9251bb426dbcbdb589c23 +SIZE (centos/libglvnd-glx-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 127648 +SHA256 (centos/libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 04ab974e2d6f8832938a6fbf38e2a53dedb70c675a5483d24f2bf1b094625cec +SIZE (centos/libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.i686.rpm) = 41648 +SHA256 (centos/libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = eaa2b289240691ab48f0fe8fb19eef04a04a6ca433c37f51c0ef2c1e171a7c95 +SIZE (centos/libglvnd-opengl-1.0.1-0.8.git5baa1e5.el7.x86_64.rpm) = 43944 +SHA256 (centos/libglvnd-1.0.1-0.8.git5baa1e5.el7.src.rpm) = fe88071085ca3d95fdfbdb2b675e3aa21eeb905a8b569400040afa23daa7a495 +SIZE (centos/libglvnd-1.0.1-0.8.git5baa1e5.el7.src.rpm) = 809134 Property changes on: head/graphics/linux-c7-libglvnd/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-libglvnd/pkg-descr =================================================================== --- head/graphics/linux-c7-libglvnd/pkg-descr (nonexistent) +++ head/graphics/linux-c7-libglvnd/pkg-descr (revision 503722) @@ -0,0 +1,8 @@ +libglvnd is a vendor-neutral dispatch layer for arbitrating OpenGL API calls +between multiple vendors. It allows multiple drivers from different vendors +to coexist on the same filesystem, and determines which vendor to dispatch +each API call to at runtime. + +Both GLX and EGL are supported, in any combination with OpenGL and OpenGL ES. + +WWW: https://github.com/NVIDIA/libglvnd Property changes on: head/graphics/linux-c7-libglvnd/pkg-descr ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-libglvnd/pkg-plist.amd64 =================================================================== --- head/graphics/linux-c7-libglvnd/pkg-plist.amd64 (nonexistent) +++ head/graphics/linux-c7-libglvnd/pkg-plist.amd64 (revision 503722) @@ -0,0 +1,48 @@ +@comment Handle some links with postexec so nvidia-driver can overwrite them. +@postexec [ -e %D/usr/lib/libEGL.so.1 ] || ln -sf libEGL.so.1.1.0 %D/usr/lib/libEGL.so.1 +@postunexec [ -e %D/usr/lib/libEGL.so.1 ] || rm -f %D/usr/lib/libEGL.so.1 +usr/lib/libEGL.so.1.1.0 +@postexec [ -e %D/usr/lib/libGL.so.1 ] || ln -sf libGL.so.1.7.0 %D/usr/lib/libGL.so.1 +@postunexec [ -e %D/usr/lib/libGL.so.1 ] || rm -f %D/usr/lib/libGL.so.1 +usr/lib/libGL.so.1.7.0 +@postexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || ln -sf libGLESv1_CM.so.1.2.0 %D/usr/lib/libGLESv1_CM.so.1 +@postunexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || rm -f %D/usr/lib/libGLESv1_CM.so.1 +usr/lib/libGLESv1_CM.so.1.2.0 +@postexec [ -e %D/usr/lib/libGLESv2.so.2 ] || ln -sf libGLESv2.so.2.1.0 %D/usr/lib/libGLESv2.so.2 +@postunexec [ -e %D/usr/lib/libGLESv2.so.2 ] || rm -f %D/usr/lib/libGLESv2.so.2 +usr/lib/libGLESv2.so.2.1.0 +@postexec [ -e %D/usr/lib/libGLX.so.0 ] || ln -sf libGLX.so.0.0.0 %D/usr/lib/libGLX.so.0 +@postunexec [ -e %D/usr/lib/libGLX.so.0 ] || rm -f %D/usr/lib/libGLX.so.0 +usr/lib/libGLX.so.0.0.0 +@postexec [ -e %D/usr/lib/libGLdispatch.so.0 ] || ln -sf libGLdispatch.so.0.0.0 %D/usr/lib/libGLdispatch.so.0 +@postunexec [ -e %D/usr/lib/libGLdispatch.so.0 ] || rm -f %D/usr/lib/libGLdispatch.so.0 +usr/lib/libGLdispatch.so.0.0.0 +@postexec [ -e %D/usr/lib/libOpenGL.so.0 ] || ln -sf libOpenGL.so.0.0.0 %D/usr/lib/libOpenGL.so.0 +@postunexec [ -e %D/usr/lib/libOpenGL.so.0 ] || rm -f %D/usr/lib/libOpenGL.so.0 +usr/lib/libOpenGL.so.0.0.0 +@postexec [ -e %D/usr/lib64/libEGL.so.1 ] || ln -sf libEGL.so.1.1.0 %D/usr/lib64/libEGL.so.1 +@postunexec [ -e %D/usr/lib64/libEGL.so.1 ] || rm -f %D/usr/lib64/libEGL.so.1 +usr/lib64/libEGL.so.1.1.0 +@postexec [ -e %D/usr/lib64/libGL.so.1 ] || ln -sf libGL.so.1.7.0 %D/usr/lib64/libGL.so.1 +@postunexec [ -e %D/usr/lib64/libGL.so.1 ] || rm -f %D/usr/lib64/libGL.so.1 +usr/lib64/libGL.so.1.7.0 +@postexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || ln -sf libGLESv1_CM.so.1.2.0 %D/usr/lib/libGLESv1_CM.so.1 +@postunexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || rm -f %D/usr/lib/libGLESv1_CM.so.1 +usr/lib64/libGLESv1_CM.so.1.2.0 +@postexec [ -e %D/usr/lib64/libGLESv2.so.2 ] || ln -sf libGLESv2.so.2.1.0 %D/usr/lib64/libGLESv2.so.2 +@postunexec [ -e %D/usr/lib64/libGLESv2.so.2 ] || rm -f %D/usr/lib64/libGLESv2.so.2 +usr/lib64/libGLESv2.so.2.1.0 +@postexec [ -e %D/usr/lib64/libGLX.so.0 ] || ln -sf libGLX.so.0.0.0 %D/usr/lib64/libGLX.so.0 +@postunexec [ -e %D/usr/lib64/libGLX.so.0 ] || rm -f %D/usr/lib64/libGLX.so.0 +usr/lib64/libGLX.so.0.0.0 +@postexec [ -e %D/usr/lib64/libGLdispatch.so.0 ] || ln -sf libGLdispatch.so.0.0.0 %D/usr/lib64/libGLdispatch.so.0 +@postunexec [ -e %D/usr/lib64/libGLdispatch.so.0 ] || rm -f %D/usr/lib64/libGLdispatch.so.0 +usr/lib64/libGLdispatch.so.0.0.0 +@postexec [ -e %D/usr/lib64/libOpenGL.so.0 ] || ln -sf libOpenGL.so.0.0.0 %D/usr/lib64/libOpenGL.so.0 +@postunexec [ -e %D/usr/lib64/libOpenGL.so.0 ] || rm -f %D/usr/lib64/libOpenGL.so.0 +usr/lib64/libOpenGL.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libglvnd-1.0.1/README.md +@dir etc/egl/egl_external_platform.d +@dir etc/glvnd/egl_vendor.d +@dir usr/share/egl/egl_external_platform.d +@dir usr/share/glvnd/egl_vendor.d Property changes on: head/graphics/linux-c7-libglvnd/pkg-plist.amd64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-libglvnd/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-libglvnd/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-libglvnd/pkg-plist.i386 (revision 503722) @@ -0,0 +1,27 @@ +@comment Handle some links with postexec so nvidia-driver can overwrite them. +@postexec [ -e %D/usr/lib/libEGL.so.1 ] || ln -sf libEGL.so.1.1.0 %D/usr/lib/libEGL.so.1 +@postunexec [ -e %D/usr/lib/libEGL.so.1 ] || rm -f %D/usr/lib/libEGL.so.1 +usr/lib/libEGL.so.1.1.0 +@postexec [ -e %D/usr/lib/libGL.so.1 ] || ln -sf libGL.so.1.7.0 %D/usr/lib/libGL.so.1 +@postunexec [ -e %D/usr/lib/libGL.so.1 ] || rm -f %D/usr/lib/libGL.so.1 +usr/lib/libGL.so.1.7.0 +@postexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || ln -sf libGLESv1_CM.so.1.2.0 %D/usr/lib/libGLESv1_CM.so.1 +@postunexec [ -e %D/usr/lib/libGLESv1_CM.so.1 ] || rm -f %D/usr/lib/libGLESv1_CM.so.1 +usr/lib/libGLESv1_CM.so.1.2.0 +@postexec [ -e %D/usr/lib/libGLESv2.so.2 ] || ln -sf libGLESv2.so.2.1.0 %D/usr/lib/libGLESv2.so.2 +@postunexec [ -e %D/usr/lib/libGLESv2.so.2 ] || rm -f %D/usr/lib/libGLESv2.so.2 +usr/lib/libGLESv2.so.2.1.0 +@postexec [ -e %D/usr/lib/libGLX.so.0 ] || ln -sf libGLX.so.0.0.0 %D/usr/lib/libGLX.so.0 +@postunexec [ -e %D/usr/lib/libGLX.so.0 ] || rm -f %D/usr/lib/libGLX.so.0 +usr/lib/libGLX.so.0.0.0 +@postexec [ -e %D/usr/lib/libGLdispatch.so.0 ] || ln -sf libGLdispatch.so.0.0.0 %D/usr/lib/libGLdispatch.so.0 +@postunexec [ -e %D/usr/lib/libGLdispatch.so.0 ] || rm -f %D/usr/lib/libGLdispatch.so.0 +usr/lib/libGLdispatch.so.0.0.0 +@postexec [ -e %D/usr/lib/libOpenGL.so.0 ] || ln -sf libOpenGL.so.0.0.0 %D/usr/lib/libOpenGL.so.0 +@postunexec [ -e %D/usr/lib/libOpenGL.so.0 ] || rm -f %D/usr/lib/libOpenGL.so.0 +usr/lib/libOpenGL.so.0.0.0 +%%PORTDOCS%%usr/share/doc/libglvnd-1.0.1/README.md +@dir etc/egl/egl_external_platform.d +@dir etc/glvnd/egl_vendor.d +@dir usr/share/egl/egl_external_platform.d +@dir usr/share/glvnd/egl_vendor.d Property changes on: head/graphics/linux-c7-libglvnd/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-wayland/Makefile =================================================================== --- head/graphics/linux-c7-wayland/Makefile (nonexistent) +++ head/graphics/linux-c7-wayland/Makefile (revision 503722) @@ -0,0 +1,20 @@ +# $FreeBSD$ + +PORTNAME= wayland +PORTVERSION= 1.15.0 +CATEGORIES= graphics linux +LIB_DISTNAMES= libwayland-client-${DISTVERSIONFULL} \ + libwayland-cursor-${DISTVERSIONFULL} \ + libwayland-egl-${DISTVERSIONFULL} \ + libwayland-server-${DISTVERSIONFULL} + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Wayland compositor libraries (Linux CentOS ${LINUX_DIST_VER}) + +DESCR= ${.CURDIR}/../wayland/pkg-descr +RPMVERSION= 1.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX_RPM= yes + +.include Property changes on: head/graphics/linux-c7-wayland/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-wayland/distinfo =================================================================== --- head/graphics/linux-c7-wayland/distinfo (nonexistent) +++ head/graphics/linux-c7-wayland/distinfo (revision 503722) @@ -0,0 +1,19 @@ +TIMESTAMP = 1556479791 +SHA256 (centos/libwayland-client-1.15.0-1.el7.i686.rpm) = 8f8c091a66d4b3417c025f603ffbe7c5bf288be46a9eef4b7e7de9b1cee76f9a +SIZE (centos/libwayland-client-1.15.0-1.el7.i686.rpm) = 32364 +SHA256 (centos/libwayland-client-1.15.0-1.el7.x86_64.rpm) = e575253be8c3afa76a12a18db31996212dc93724eb168d34835ba7616cd650aa +SIZE (centos/libwayland-client-1.15.0-1.el7.x86_64.rpm) = 33592 +SHA256 (centos/libwayland-cursor-1.15.0-1.el7.i686.rpm) = dec8609f80f4b29d6e14f39833f69e46e59a700588422a1e1961071d949fef3b +SIZE (centos/libwayland-cursor-1.15.0-1.el7.i686.rpm) = 20640 +SHA256 (centos/libwayland-cursor-1.15.0-1.el7.x86_64.rpm) = ac84c5e12ba696ce88d70396921d6f1dd5a1217055b53d9b5dd52dada5f50545 +SIZE (centos/libwayland-cursor-1.15.0-1.el7.x86_64.rpm) = 20644 +SHA256 (centos/libwayland-egl-1.15.0-1.el7.i686.rpm) = 9ae7ab00a90253fa3d8131baf2fe3059e71ab67af993f51016293c2587a68244 +SIZE (centos/libwayland-egl-1.15.0-1.el7.i686.rpm) = 13820 +SHA256 (centos/libwayland-egl-1.15.0-1.el7.x86_64.rpm) = fc71ee096a17eecf14fe96a460f72c418281d484ae11be71d680a43657b97590 +SIZE (centos/libwayland-egl-1.15.0-1.el7.x86_64.rpm) = 13728 +SHA256 (centos/libwayland-server-1.15.0-1.el7.i686.rpm) = cda8ffb7388416abe24f041f8a230a1bcdcefc74c5c1ea28d8a489daf02c0978 +SIZE (centos/libwayland-server-1.15.0-1.el7.i686.rpm) = 39176 +SHA256 (centos/libwayland-server-1.15.0-1.el7.x86_64.rpm) = 81bd39be198a5c7bd27bd9b096b8ffb201916e6a0575a89c77bfd6b32224efd7 +SIZE (centos/libwayland-server-1.15.0-1.el7.x86_64.rpm) = 39932 +SHA256 (centos/wayland-1.15.0-1.el7.src.rpm) = 6518137b487ccef86448cac8f6868a3865c0ef8d65e641d9959b65f871377918 +SIZE (centos/wayland-1.15.0-1.el7.src.rpm) = 446392 Property changes on: head/graphics/linux-c7-wayland/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-wayland/pkg-plist.amd64 =================================================================== --- head/graphics/linux-c7-wayland/pkg-plist.amd64 (nonexistent) +++ head/graphics/linux-c7-wayland/pkg-plist.amd64 (revision 503722) @@ -0,0 +1,20 @@ +usr/lib/libwayland-client.so.0 +usr/lib/libwayland-client.so.0.3.0 +usr/lib/libwayland-cursor.so.0 +usr/lib/libwayland-cursor.so.0.0.0 +usr/lib/libwayland-egl.so.1 +usr/lib/libwayland-egl.so.1.0.0 +usr/lib/libwayland-server.so.0 +usr/lib/libwayland-server.so.0.1.0 +usr/lib64/libwayland-client.so.0 +usr/lib64/libwayland-client.so.0.3.0 +usr/lib64/libwayland-cursor.so.0 +usr/lib64/libwayland-cursor.so.0.0.0 +usr/lib64/libwayland-egl.so.1 +usr/lib64/libwayland-egl.so.1.0.0 +usr/lib64/libwayland-server.so.0 +usr/lib64/libwayland-server.so.0.1.0 +usr/share/licenses/libwayland-client-1.15.0/COPYING +usr/share/licenses/libwayland-cursor-1.15.0/COPYING +usr/share/licenses/libwayland-egl-1.15.0/COPYING +usr/share/licenses/libwayland-server-1.15.0/COPYING Property changes on: head/graphics/linux-c7-wayland/pkg-plist.amd64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/graphics/linux-c7-wayland/pkg-plist.i386 =================================================================== --- head/graphics/linux-c7-wayland/pkg-plist.i386 (nonexistent) +++ head/graphics/linux-c7-wayland/pkg-plist.i386 (revision 503722) @@ -0,0 +1,12 @@ +usr/lib/libwayland-client.so.0 +usr/lib/libwayland-client.so.0.3.0 +usr/lib/libwayland-cursor.so.0 +usr/lib/libwayland-cursor.so.0.0.0 +usr/lib/libwayland-egl.so.1 +usr/lib/libwayland-egl.so.1.0.0 +usr/lib/libwayland-server.so.0 +usr/lib/libwayland-server.so.0.1.0 +usr/share/licenses/libwayland-client-1.15.0/COPYING +usr/share/licenses/libwayland-cursor-1.15.0/COPYING +usr/share/licenses/libwayland-egl-1.15.0/COPYING +usr/share/licenses/libwayland-server-1.15.0/COPYING Property changes on: head/graphics/linux-c7-wayland/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/net/linux-c7-avahi-libs/Makefile =================================================================== --- head/net/linux-c7-avahi-libs/Makefile (revision 503721) +++ head/net/linux-c7-avahi-libs/Makefile (revision 503722) @@ -1,23 +1,23 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= avahi PORTVERSION= 0.6.31 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Libraries for Avahi (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 17.el7 +RPMVERSION= 19.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes .include Index: head/net/linux-c7-avahi-libs/distinfo =================================================================== --- head/net/linux-c7-avahi-libs/distinfo (revision 503721) +++ head/net/linux-c7-avahi-libs/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482093263 -SHA256 (centos/avahi-libs-0.6.31-17.el7.i686.rpm) = cf550c2ede607565749db67df657d4d9d3c80982bc0be417b677364d1bc300b3 -SIZE (centos/avahi-libs-0.6.31-17.el7.i686.rpm) = 62316 -SHA256 (centos/avahi-libs-0.6.31-17.el7.x86_64.rpm) = 98f4ca866e14dc53a65347705cbce4b5f7343dd7d8f10d0978d3b04aa5b4f770 -SIZE (centos/avahi-libs-0.6.31-17.el7.x86_64.rpm) = 62640 -SHA256 (centos/avahi-0.6.31-17.el7.src.rpm) = ed9e9de6578eaa8227c88283aca6b81cd664ae4cfe10ab6975da254949ebc75a -SIZE (centos/avahi-0.6.31-17.el7.src.rpm) = 1308925 +TIMESTAMP = 1530376345 +SHA256 (centos/avahi-libs-0.6.31-19.el7.i686.rpm) = 4bb7dfe2bbe9d41957e036aac8fa56b83bed503a852b437633c3337e647c7d61 +SIZE (centos/avahi-libs-0.6.31-19.el7.i686.rpm) = 62632 +SHA256 (centos/avahi-libs-0.6.31-19.el7.x86_64.rpm) = c0a060f27d1558b298cb67a451d00b717f14295444153eb84eebd3669cdeef2a +SIZE (centos/avahi-libs-0.6.31-19.el7.x86_64.rpm) = 62960 +SHA256 (centos/avahi-0.6.31-19.el7.src.rpm) = 0c500b6cd4457bb3004ac764c27019c68e79ccf9fed56b19400f6ba4b4c4ac68 +SIZE (centos/avahi-0.6.31-19.el7.src.rpm) = 1309377 Index: head/net/linux-c7-openldap/Makefile =================================================================== --- head/net/linux-c7-openldap/Makefile (revision 503721) +++ head/net/linux-c7-openldap/Makefile (revision 503722) @@ -1,31 +1,32 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= openldap PORTVERSION= 2.4.44 +PORTREVISION= 1 CATEGORIES= net linux MAINTAINER= emulation@FreeBSD.org COMMENT= LDAP libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}24-server/pkg-descr -RPMVERSION= 5.el7 +RPMVERSION= 21.el7_6 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= cyrus-sasl2 nspr nss USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS # do not install any openldap configuration directories/files post-patch: @${RM} -r ${WRKSRC}/etc # use a native openldap configuration directories/files post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${LN} -sf ${LOCALBASE}/etc/openldap ${STAGEDIR}${PREFIX}/etc/openldap .include Index: head/net/linux-c7-openldap/distinfo =================================================================== --- head/net/linux-c7-openldap/distinfo (revision 503721) +++ head/net/linux-c7-openldap/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507237387 -SHA256 (centos/openldap-2.4.44-5.el7.i686.rpm) = 97a3c27ea19f3bb8d2811c56057db3a1db3d4c109eb8f5a33c3fdf3efee43b2d -SIZE (centos/openldap-2.4.44-5.el7.i686.rpm) = 359140 -SHA256 (centos/openldap-2.4.44-5.el7.x86_64.rpm) = c46d3fcbab05e8a9ba2bf845b4fd817aa0623d13055126f7ae059687bdedbd2e -SIZE (centos/openldap-2.4.44-5.el7.x86_64.rpm) = 362248 -SHA256 (centos/openldap-2.4.44-5.el7.src.rpm) = cb0c82499fcc54ffedcc9a998f3d8130caae2185107ba23bf8664001684b84f7 -SIZE (centos/openldap-2.4.44-5.el7.src.rpm) = 5761379 +TIMESTAMP = 1556465686 +SHA256 (centos/openldap-2.4.44-21.el7_6.i686.rpm) = 3b43fd9701dbe79806d51560738e39ceeae736620084df9797ffc39c5da52430 +SIZE (centos/openldap-2.4.44-21.el7_6.i686.rpm) = 362796 +SHA256 (centos/openldap-2.4.44-21.el7_6.x86_64.rpm) = d8ee82fc74fc40fa111ec55288f7d53165e6d1d6882dde80eb4e30650faf4d53 +SIZE (centos/openldap-2.4.44-21.el7_6.x86_64.rpm) = 364232 +SHA256 (centos/openldap-2.4.44-21.el7_6.src.rpm) = 87727fc8dd214933379a04901b1810595e5226d23e79b97a701fcd61e999dbb3 +SIZE (centos/openldap-2.4.44-21.el7_6.src.rpm) = 5772802 Index: head/net/linux-c7-openldap/pkg-plist.amd64 =================================================================== --- head/net/linux-c7-openldap/pkg-plist.amd64 (revision 503721) +++ head/net/linux-c7-openldap/pkg-plist.amd64 (revision 503722) @@ -1,25 +1,26 @@ %%ETCDIR%% usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.10.7 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.10.7 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.10.7 usr/lib/libslapi-2.4.so.2 usr/lib/libslapi-2.4.so.2.10.7 +usr/lib/tmpfiles.d/openldap.conf usr/lib64/liblber-2.4.so.2 usr/lib64/liblber-2.4.so.2.10.7 usr/lib64/libldap-2.4.so.2 usr/lib64/libldap-2.4.so.2.10.7 usr/lib64/libldap_r-2.4.so.2 usr/lib64/libldap_r-2.4.so.2.10.7 usr/lib64/libslapi-2.4.so.2 usr/lib64/libslapi-2.4.so.2.10.7 usr/libexec/openldap/create-certdb.sh %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz Index: head/net/linux-c7-openldap/pkg-plist.i386 =================================================================== --- head/net/linux-c7-openldap/pkg-plist.i386 (revision 503721) +++ head/net/linux-c7-openldap/pkg-plist.i386 (revision 503722) @@ -1,17 +1,18 @@ %%ETCDIR%% usr/lib/liblber-2.4.so.2 usr/lib/liblber-2.4.so.2.10.7 usr/lib/libldap-2.4.so.2 usr/lib/libldap-2.4.so.2.10.7 usr/lib/libldap_r-2.4.so.2 usr/lib/libldap_r-2.4.so.2.10.7 usr/lib/libslapi-2.4.so.2 usr/lib/libslapi-2.4.so.2.10.7 +usr/lib/tmpfiles.d/openldap.conf usr/libexec/openldap/create-certdb.sh %%PORTDOCS%%%%DOCSDIR%%/ANNOUNCEMENT %%PORTDOCS%%%%DOCSDIR%%/CHANGES %%PORTDOCS%%%%DOCSDIR%%/COPYRIGHT %%PORTDOCS%%%%DOCSDIR%%/LICENSE %%PORTDOCS%%%%DOCSDIR%%/README usr/share/man/man5/ldap.conf.5.gz usr/share/man/man5/ldif.5.gz Index: head/print/Makefile =================================================================== --- head/print/Makefile (revision 503721) +++ head/print/Makefile (revision 503722) @@ -1,265 +1,266 @@ # $FreeBSD$ # COMMENT = Desktop publishing SUBDIR += R-cran-knitr SUBDIR += R-cran-tinytex SUBDIR += a2pdf SUBDIR += a2ps SUBDIR += abcm2ps SUBDIR += adobe-cmaps SUBDIR += afm SUBDIR += alignmargins SUBDIR += ansiprint SUBDIR += asprint SUBDIR += auctex SUBDIR += bibcursed SUBDIR += biblio-py SUBDIR += bibview SUBDIR += c2ps SUBDIR += catdvi SUBDIR += cdlabelgen SUBDIR += cloud-print-connector SUBDIR += cloudprint SUBDIR += cups SUBDIR += cups-bjnp SUBDIR += cups-cloud-print SUBDIR += cups-filters SUBDIR += cups-fxlinuxprint SUBDIR += cups-pdf SUBDIR += cups-pk-helper SUBDIR += cups-smb-backend SUBDIR += deforaos-pdfviewer SUBDIR += derelict-ft SUBDIR += detex SUBDIR += dot2tex SUBDIR += dvi2tty SUBDIR += dvips2ascii SUBDIR += dvisvg SUBDIR += dymo-cups-drivers SUBDIR += easylatex SUBDIR += enscript-a4 SUBDIR += enscript-letter SUBDIR += enscript-letterdj SUBDIR += epson-inkjet-printer-201401w SUBDIR += epson-inkjet-printer-201601w SUBDIR += epson-inkjet-printer-escpr SUBDIR += epsonepl SUBDIR += fig2dev SUBDIR += flpsed SUBDIR += font-amsfonts SUBDIR += font2svg SUBDIR += fontforge SUBDIR += foo2zjs SUBDIR += foomatic-db SUBDIR += foomatic-db-engine SUBDIR += foomatic-db-hpijs SUBDIR += foomatic-filters SUBDIR += foxitreader SUBDIR += fpdf SUBDIR += freetype SUBDIR += freetype2 SUBDIR += frescobaldi SUBDIR += ft2demos SUBDIR += ghostscript7-base SUBDIR += ghostscript7-commfont SUBDIR += ghostscript7-jpnfont SUBDIR += ghostscript7-korfont SUBDIR += ghostscript7-x11 SUBDIR += ghostscript8-base SUBDIR += ghostscript8-x11 SUBDIR += ghostscript9-agpl-base SUBDIR += ghostscript9-agpl-x11 SUBDIR += ghostscript9-base SUBDIR += ghostscript9-x11 SUBDIR += gimp-gutenprint SUBDIR += gl2ps SUBDIR += gsfonts SUBDIR += gspdf SUBDIR += gtklp SUBDIR += gutenprint SUBDIR += gv SUBDIR += harfbuzz SUBDIR += harfbuzz-icu SUBDIR += hp2xx SUBDIR += hplip SUBDIR += hplip-plugin SUBDIR += hs-hscolour SUBDIR += html2latex SUBDIR += html2ps SUBDIR += hyperlatex SUBDIR += indexinfo SUBDIR += jabref SUBDIR += kde_poster SUBDIR += latex-beamer SUBDIR += latex-biber SUBDIR += latex-ltablex SUBDIR += latex-resume SUBDIR += latex2rtf SUBDIR += latexdiff SUBDIR += lgrind SUBDIR += libgnomecups SUBDIR += libgnomeprint SUBDIR += libgnomeprint-reference SUBDIR += libgnomeprintmm SUBDIR += libharu SUBDIR += libijs SUBDIR += libmspub01 SUBDIR += libotf SUBDIR += libpagemaker SUBDIR += libpaper SUBDIR += libraqm SUBDIR += libspectre SUBDIR += lilypond SUBDIR += lilypond-devel SUBDIR += linux-c6-cups-libs SUBDIR += linux-c7-cups-libs + SUBDIR += linux-c7-freetype SUBDIR += linux-c7-harfbuzz SUBDIR += lout SUBDIR += lprps SUBDIR += lyx SUBDIR += magicfilter SUBDIR += makeindex SUBDIR += mftrace SUBDIR += min12xxw SUBDIR += mp-a4 SUBDIR += mp-letter SUBDIR += mpage SUBDIR += muttprint SUBDIR += nenscript SUBDIR += okc321 SUBDIR += openprinting SUBDIR += p5-Font-FreeType SUBDIR += p5-Net-CUPS SUBDIR += p5-Net-Printer SUBDIR += p5-PDF-Template SUBDIR += p5-PDFLib SUBDIR += p5-PostScript SUBDIR += p5-PostScript-PPD SUBDIR += p5-PostScript-Simple SUBDIR += p5-Text-PDF SUBDIR += p5-XML-ApacheFOP SUBDIR += p5-XML-Handler-AxPoint SUBDIR += p910nd SUBDIR += panda SUBDIR += papersize-default-a4 SUBDIR += papersize-default-letter SUBDIR += paps SUBDIR += pcal SUBDIR += pdf-redact-tools SUBDIR += pdf-renderer SUBDIR += pdf-tools SUBDIR += pdf4tcl SUBDIR += pdfbox SUBDIR += pdfcube SUBDIR += pdflib SUBDIR += pdflib-perl SUBDIR += pdfstitch SUBDIR += pdftk SUBDIR += pear-File_PDF SUBDIR += pecl-pdflib SUBDIR += pfbtopfa SUBDIR += photoprint SUBDIR += pic2fig SUBDIR += pkfonts118 SUBDIR += pkfonts240 SUBDIR += pkfonts300 SUBDIR += pkfonts360 SUBDIR += pkfonts400 SUBDIR += pkfonts600 SUBDIR += pkipplib SUBDIR += pkpgcounter SUBDIR += pmw SUBDIR += pnm2ppa SUBDIR += poster SUBDIR += print-manager SUBDIR += ps2eps SUBDIR += pscal SUBDIR += psdim SUBDIR += pslib SUBDIR += pstotext SUBDIR += psutils SUBDIR += py-fonttools SUBDIR += py-fpdf SUBDIR += py-pdf SUBDIR += py-pdf2 SUBDIR += py-pollyreports SUBDIR += py-preppy SUBDIR += py-psautohint SUBDIR += py-pycups SUBDIR += py-pyscript SUBDIR += py-python-ly SUBDIR += py-qt5-printsupport SUBDIR += py-relatorio SUBDIR += py-reportlab SUBDIR += py-rtf SUBDIR += py-stapler SUBDIR += py-trml2pdf SUBDIR += py-weasyprint SUBDIR += qpdf SUBDIR += qpdfview SUBDIR += qt5-printsupport SUBDIR += rlpr SUBDIR += rprint SUBDIR += rtf2latex2e SUBDIR += rubygem-afm SUBDIR += rubygem-color SUBDIR += rubygem-color-tools SUBDIR += rubygem-pdf-core SUBDIR += rubygem-pdf-reader SUBDIR += rubygem-pdf-writer SUBDIR += rubygem-prawn SUBDIR += rubygem-prawn-core SUBDIR += rubygem-prawn-flexible-table SUBDIR += rubygem-prawn-format SUBDIR += rubygem-prawn-graph SUBDIR += rubygem-prawn-js SUBDIR += rubygem-prawn-layout SUBDIR += rubygem-prawn-security SUBDIR += rubygem-prawn-svg SUBDIR += rubygem-prawn_shapes SUBDIR += rubygem-rbpdf SUBDIR += rubygem-rbpdf-font SUBDIR += rubygem-ttfunk SUBDIR += scribus-devel SUBDIR += sgf2tex SUBDIR += splix SUBDIR += system-config-printer SUBDIR += t1utils SUBDIR += tex-aleph SUBDIR += tex-basic-engines SUBDIR += tex-dvipdfmx SUBDIR += tex-dvipsk SUBDIR += tex-formats SUBDIR += tex-jadetex SUBDIR += tex-luatex SUBDIR += tex-ptexenc SUBDIR += tex-xdvik SUBDIR += tex-xetex SUBDIR += tex-xmltex SUBDIR += texinfo SUBDIR += texlive-base SUBDIR += texlive-docs SUBDIR += texlive-full SUBDIR += texlive-texmf SUBDIR += texlive-texmf-source SUBDIR += texlive-tlmgr SUBDIR += texvc SUBDIR += tgif2tex SUBDIR += transfig SUBDIR += trueprint SUBDIR += ttf2pt1 SUBDIR += ttfquery SUBDIR += ttftot42 SUBDIR += txtbdf2ps SUBDIR += typetools SUBDIR += utopia SUBDIR += xfce4-print SUBDIR += xmbibtex SUBDIR += xpdfopen SUBDIR += xpp SUBDIR += xtexsh SUBDIR += yatex .include Index: head/print/linux-c7-cups-libs/Makefile =================================================================== --- head/print/linux-c7-cups-libs/Makefile (revision 503721) +++ head/print/linux-c7-cups-libs/Makefile (revision 503722) @@ -1,27 +1,27 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= cups PORTVERSION= 1.6.3 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= print linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Common UNIX Printing System libraries CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 29.el7 +RPMVERSION= 35.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= avahi-libs openssl USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/print/linux-c7-cups-libs/distinfo =================================================================== --- head/print/linux-c7-cups-libs/distinfo (revision 503721) +++ head/print/linux-c7-cups-libs/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507237592 -SHA256 (centos/cups-libs-1.6.3-29.el7.i686.rpm) = d9dabe324188becadf81c383d1e25b2844484d78b684e2f8fbf514c86e2fbe6d -SIZE (centos/cups-libs-1.6.3-29.el7.i686.rpm) = 366236 -SHA256 (centos/cups-libs-1.6.3-29.el7.x86_64.rpm) = 73435806ceec461382ddd87323bf16c5e0b34a42062566b3db0976fda2843b4d -SIZE (centos/cups-libs-1.6.3-29.el7.x86_64.rpm) = 364648 -SHA256 (centos/cups-1.6.3-29.el7.src.rpm) = eb01bd6c1be127b3e4f20580c86810341906e68205ad3763ce0e6c13b0d299b3 -SIZE (centos/cups-1.6.3-29.el7.src.rpm) = 8480742 +TIMESTAMP = 1530377648 +SHA256 (centos/cups-libs-1.6.3-35.el7.i686.rpm) = 94b337fc97f6647e11f5d673165f94a2a32c58fb0f6a9383a5f28b750f96f87a +SIZE (centos/cups-libs-1.6.3-35.el7.i686.rpm) = 367456 +SHA256 (centos/cups-libs-1.6.3-35.el7.x86_64.rpm) = fb00ded679396d4752767dd8129d3fd381d3c7f8c2ffc728d3a835bee21e3e24 +SIZE (centos/cups-libs-1.6.3-35.el7.x86_64.rpm) = 365828 +SHA256 (centos/cups-1.6.3-35.el7.src.rpm) = 238051436610469e2233162020af2b4367c0d516ac2c7e05d9c7764d2077bdac +SIZE (centos/cups-1.6.3-35.el7.src.rpm) = 8488417 Index: head/print/linux-c7-freetype/Makefile =================================================================== --- head/print/linux-c7-freetype/Makefile (nonexistent) +++ head/print/linux-c7-freetype/Makefile (revision 503722) @@ -0,0 +1,19 @@ +# $FreeBSD$ + +PORTNAME= freetype +PORTVERSION= 2.8 +CATEGORIES= print linux + +MAINTAINER= emulation@FreeBSD.org +COMMENT= Font rendering engine (Linux CentOS ${LINUX_DIST_VER}) + +DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr +RPMVERSION= 12.el7 +USES= linux:c7 +USE_LDCONFIG= yes +USE_LINUX= png +USE_LINUX_RPM= yes + +OPTIONS_DEFINE= DOCS + +.include Property changes on: head/print/linux-c7-freetype/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-c7-freetype/distinfo =================================================================== --- head/print/linux-c7-freetype/distinfo (nonexistent) +++ head/print/linux-c7-freetype/distinfo (revision 503722) @@ -0,0 +1,7 @@ +TIMESTAMP = 1556533831 +SHA256 (centos/freetype-2.8-12.el7.i686.rpm) = f7e88eff161bce032773746aecb93932e94a26ed2af7156e4018d9d23a522101 +SIZE (centos/freetype-2.8-12.el7.i686.rpm) = 385864 +SHA256 (centos/freetype-2.8-12.el7.x86_64.rpm) = 95b67d5ada6a7a05d511ebd23dacb27d713221c4f5688da4cbe7bdca192acffb +SIZE (centos/freetype-2.8-12.el7.x86_64.rpm) = 388688 +SHA256 (centos/freetype-2.8-12.el7.src.rpm) = b8ff95c7279c48c927b3f6bafa622403ba1c836586f4f2793d70a9c0915ddd06 +SIZE (centos/freetype-2.8-12.el7.src.rpm) = 4276134 Property changes on: head/print/linux-c7-freetype/distinfo ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-c7-freetype/pkg-plist.amd64 =================================================================== --- head/print/linux-c7-freetype/pkg-plist.amd64 (nonexistent) +++ head/print/linux-c7-freetype/pkg-plist.amd64 (revision 503722) @@ -0,0 +1,8 @@ +usr/lib/libfreetype.so.6 +usr/lib/libfreetype.so.6.14.0 +usr/lib64/libfreetype.so.6 +usr/lib64/libfreetype.so.6.14.0 +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/freetype-2.8/FTL.TXT +usr/share/licenses/freetype-2.8/GPLv2.TXT +usr/share/licenses/freetype-2.8/LICENSE.TXT Property changes on: head/print/linux-c7-freetype/pkg-plist.amd64 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-c7-freetype/pkg-plist.i386 =================================================================== --- head/print/linux-c7-freetype/pkg-plist.i386 (nonexistent) +++ head/print/linux-c7-freetype/pkg-plist.i386 (revision 503722) @@ -0,0 +1,6 @@ +usr/lib/libfreetype.so.6 +usr/lib/libfreetype.so.6.14.0 +%%PORTDOCS%%%%DOCSDIR%%/README +usr/share/licenses/freetype-2.8/FTL.TXT +usr/share/licenses/freetype-2.8/GPLv2.TXT +usr/share/licenses/freetype-2.8/LICENSE.TXT Property changes on: head/print/linux-c7-freetype/pkg-plist.i386 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property Index: head/print/linux-c7-harfbuzz/Makefile =================================================================== --- head/print/linux-c7-harfbuzz/Makefile (revision 503721) +++ head/print/linux-c7-harfbuzz/Makefile (revision 503722) @@ -1,19 +1,19 @@ # $FreeBSD$ PORTNAME= harfbuzz -PORTVERSION= 1.3.2 +PORTVERSION= 1.7.5 CATEGORIES= print linux MAINTAINER= emulation@FreeBSD.org COMMENT= OpenType text shaping engine (Linux CentOS ${LINUX_DIST_VER}) DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 1.el7 +RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= graphite2 USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/print/linux-c7-harfbuzz/distinfo =================================================================== --- head/print/linux-c7-harfbuzz/distinfo (revision 503721) +++ head/print/linux-c7-harfbuzz/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507237648 -SHA256 (centos/harfbuzz-1.3.2-1.el7.i686.rpm) = f55aaba2875fea33c7b5412a575d160f0e77cff1d5be5003fe557354030b7651 -SIZE (centos/harfbuzz-1.3.2-1.el7.i686.rpm) = 179704 -SHA256 (centos/harfbuzz-1.3.2-1.el7.x86_64.rpm) = 39a10a9e6a396468d9a906490b57f095ed68c61e1f5c3366848a079535ba4615 -SIZE (centos/harfbuzz-1.3.2-1.el7.x86_64.rpm) = 181176 -SHA256 (centos/harfbuzz-1.3.2-1.el7.src.rpm) = f0ac75775c15766570c4aefa3628d9fd4d2f9473ca180d900ea5a0a9ca000593 -SIZE (centos/harfbuzz-1.3.2-1.el7.src.rpm) = 1359159 +TIMESTAMP = 1556485359 +SHA256 (centos/harfbuzz-1.7.5-2.el7.i686.rpm) = db07a5560c2a369a94e823499ba16f36e026adff0276e95ec979cda512fc10d0 +SIZE (centos/harfbuzz-1.7.5-2.el7.i686.rpm) = 272200 +SHA256 (centos/harfbuzz-1.7.5-2.el7.x86_64.rpm) = 3b99fde0c10155533b6e60202089d6e8ba99cf8aef0dea593164d9da90b08a21 +SIZE (centos/harfbuzz-1.7.5-2.el7.x86_64.rpm) = 273576 +SHA256 (centos/harfbuzz-1.7.5-2.el7.src.rpm) = e2210717e9af674b181e1054e3834893ba1bf63b972dc5891e0a595bb7a3876b +SIZE (centos/harfbuzz-1.7.5-2.el7.src.rpm) = 2323484 Index: head/print/linux-c7-harfbuzz/pkg-plist.amd64 =================================================================== --- head/print/linux-c7-harfbuzz/pkg-plist.amd64 (revision 503721) +++ head/print/linux-c7-harfbuzz/pkg-plist.amd64 (revision 503722) @@ -1,8 +1,8 @@ usr/lib/libharfbuzz.so.0 -usr/lib/libharfbuzz.so.0.10302.0 +usr/lib/libharfbuzz.so.0.10705.0 usr/lib64/libharfbuzz.so.0 -usr/lib64/libharfbuzz.so.0.10302.0 +usr/lib64/libharfbuzz.so.0.10705.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/harfbuzz-1.3.2/COPYING +usr/share/licenses/harfbuzz-1.7.5/COPYING Index: head/print/linux-c7-harfbuzz/pkg-plist.i386 =================================================================== --- head/print/linux-c7-harfbuzz/pkg-plist.i386 (revision 503721) +++ head/print/linux-c7-harfbuzz/pkg-plist.i386 (revision 503722) @@ -1,6 +1,6 @@ usr/lib/libharfbuzz.so.0 -usr/lib/libharfbuzz.so.0.10302.0 +usr/lib/libharfbuzz.so.0.10705.0 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/harfbuzz-1.3.2/COPYING +usr/share/licenses/harfbuzz-1.7.5/COPYING Index: head/security/linux-c7-cyrus-sasl2/Makefile =================================================================== --- head/security/linux-c7-cyrus-sasl2/Makefile (revision 503721) +++ head/security/linux-c7-cyrus-sasl2/Makefile (revision 503722) @@ -1,26 +1,26 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= cyrus-sasl PORTVERSION= 2.1.26 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= security linux PKGNAMESUFFIX= -lib LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= RFC 2222 SASL (Simple Authentication and Security Layer) (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${LINUXNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}2/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 21.el7 +RPMVERSION= 23.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/security/linux-c7-cyrus-sasl2/distinfo =================================================================== --- head/security/linux-c7-cyrus-sasl2/distinfo (revision 503721) +++ head/security/linux-c7-cyrus-sasl2/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507316544 -SHA256 (centos/cyrus-sasl-lib-2.1.26-21.el7.i686.rpm) = 343d358db8f9f74fcc0923d3da35e33acec2576dfbfba3b3a07b2f40d18d7aed -SIZE (centos/cyrus-sasl-lib-2.1.26-21.el7.i686.rpm) = 157588 -SHA256 (centos/cyrus-sasl-lib-2.1.26-21.el7.x86_64.rpm) = dbad169b40936413fc51feefb8781b567c78cec3981059bd11ceb1c57c84b82b -SIZE (centos/cyrus-sasl-lib-2.1.26-21.el7.x86_64.rpm) = 158580 -SHA256 (centos/cyrus-sasl-2.1.26-21.el7.src.rpm) = 4410c10b2e594a3687368bb13b2bdc5568929aa90360c36dea776a79f69a6514 -SIZE (centos/cyrus-sasl-2.1.26-21.el7.src.rpm) = 1777120 +TIMESTAMP = 1530376226 +SHA256 (centos/cyrus-sasl-lib-2.1.26-23.el7.i686.rpm) = 5db5ef8715050a601bd59f05c361d3bc39b882f4c78f75af32590f49a1245da9 +SIZE (centos/cyrus-sasl-lib-2.1.26-23.el7.i686.rpm) = 158124 +SHA256 (centos/cyrus-sasl-lib-2.1.26-23.el7.x86_64.rpm) = 8f75a2d8b4146161f5dc1887fb6da00e8f6dacd81ff30a91a6898348d8b6ae11 +SIZE (centos/cyrus-sasl-lib-2.1.26-23.el7.x86_64.rpm) = 159156 +SHA256 (centos/cyrus-sasl-2.1.26-23.el7.src.rpm) = 6ca732c2449627b8fb137d315f9cb53090f820ed7b66390abe9bd546233359c3 +SIZE (centos/cyrus-sasl-2.1.26-23.el7.src.rpm) = 1781409 Index: head/security/linux-c7-gnutls/Makefile =================================================================== --- head/security/linux-c7-gnutls/Makefile (revision 503721) +++ head/security/linux-c7-gnutls/Makefile (revision 503722) @@ -1,23 +1,23 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.3.26 +PORTVERSION= 3.3.29 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= GNU Transport Layer Security library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 9.el7 +RPMVERSION= 9.el7_6 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= libtasn1 nettle p11-kit trousers USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS NLS OPTIONS_SUB= yes .include Index: head/security/linux-c7-gnutls/distinfo =================================================================== --- head/security/linux-c7-gnutls/distinfo (revision 503721) +++ head/security/linux-c7-gnutls/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507316651 -SHA256 (centos/gnutls-3.3.26-9.el7.i686.rpm) = 811369a08349305c82e1513ad5a16760fd73784bea627224998ec3faee7aa3e0 -SIZE (centos/gnutls-3.3.26-9.el7.i686.rpm) = 660940 -SHA256 (centos/gnutls-3.3.26-9.el7.x86_64.rpm) = 96ec78063479ef8f4b7ef38b18072f1b4b46f818f77dd96ef49a1a1ee379dba0 -SIZE (centos/gnutls-3.3.26-9.el7.x86_64.rpm) = 693084 -SHA256 (centos/gnutls-3.3.26-9.el7.src.rpm) = 6d3db8da8341d9d39193ddb4976ea9135250e4e686391add6764edef77e3ecca -SIZE (centos/gnutls-3.3.26-9.el7.src.rpm) = 6358944 +TIMESTAMP = 1556463454 +SHA256 (centos/gnutls-3.3.29-9.el7_6.i686.rpm) = ad8e6b740e9056a96e05890bdd3e63cb406fdff71a0fa153d192c94b63c3c7bc +SIZE (centos/gnutls-3.3.29-9.el7_6.i686.rpm) = 664984 +SHA256 (centos/gnutls-3.3.29-9.el7_6.x86_64.rpm) = b84d58006d1aa9e87f96b70c7572179e8693ac49f1f0dc356b3ff73a9c5c7e63 +SIZE (centos/gnutls-3.3.29-9.el7_6.x86_64.rpm) = 696796 +SHA256 (centos/gnutls-3.3.29-9.el7_6.src.rpm) = 52484cece03a6709fc15ec15d95e1f4392b6860550c3107484c5946e2814f8fe +SIZE (centos/gnutls-3.3.29-9.el7_6.src.rpm) = 9960514 Index: head/security/linux-c7-gnutls/pkg-plist.amd64 =================================================================== --- head/security/linux-c7-gnutls/pkg-plist.amd64 (revision 503721) +++ head/security/linux-c7-gnutls/pkg-plist.amd64 (revision 503722) @@ -1,29 +1,29 @@ -usr/lib/.libgnutls.so.28.43.0.hmac +usr/lib/.libgnutls.so.28.43.3.hmac usr/lib/.libgnutls.so.28.hmac usr/lib/libgnutls.so.28 -usr/lib/libgnutls.so.28.43.0 -usr/lib64/.libgnutls.so.28.43.0.hmac +usr/lib/libgnutls.so.28.43.3 +usr/lib64/.libgnutls.so.28.43.3.hmac usr/lib64/.libgnutls.so.28.hmac usr/lib64/libgnutls.so.28 -usr/lib64/libgnutls.so.28.43.0 +usr/lib64/libgnutls.so.28.43.3 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.LESSER %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%NLS%%usr/share/locale/cs/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo Index: head/security/linux-c7-gnutls/pkg-plist.i386 =================================================================== --- head/security/linux-c7-gnutls/pkg-plist.i386 (revision 503721) +++ head/security/linux-c7-gnutls/pkg-plist.i386 (revision 503722) @@ -1,25 +1,25 @@ -usr/lib/.libgnutls.so.28.43.0.hmac +usr/lib/.libgnutls.so.28.43.3.hmac usr/lib/.libgnutls.so.28.hmac usr/lib/libgnutls.so.28 -usr/lib/libgnutls.so.28.43.0 +usr/lib/libgnutls.so.28.43.3 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/COPYING.LESSER %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/THANKS %%NLS%%usr/share/locale/cs/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/de/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/en@boldquot/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/en@quot/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/eo/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/fi/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/fr/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/it/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/ms/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/nl/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/pl/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/sv/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/uk/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/vi/LC_MESSAGES/gnutls.mo %%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/gnutls.mo Index: head/security/linux-c7-libssh2/Makefile =================================================================== --- head/security/linux-c7-libssh2/Makefile (revision 503721) +++ head/security/linux-c7-libssh2/Makefile (revision 503722) @@ -1,23 +1,23 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= libssh2 PORTVERSION= 1.4.3 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= security linux MAINTAINER= emulation@FreeBSD.org COMMENT= Library implementing the SSH2 protocol (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 10.el7_2.1 +RPMVERSION= 12.el7_6.2 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= openssl USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/security/linux-c7-libssh2/distinfo =================================================================== --- head/security/linux-c7-libssh2/distinfo (revision 503721) +++ head/security/linux-c7-libssh2/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1482092360 -SHA256 (centos/libssh2-1.4.3-10.el7_2.1.i686.rpm) = 3a25e00b04b27ba59fa17adb97791702dcccb56e130eb5f51651d6fe4fe42f89 -SIZE (centos/libssh2-1.4.3-10.el7_2.1.i686.rpm) = 136352 -SHA256 (centos/libssh2-1.4.3-10.el7_2.1.x86_64.rpm) = 1e1f93e449e678597bfdd99bed306c9bb8d5b513ffcaea13d32f5b7434900300 -SIZE (centos/libssh2-1.4.3-10.el7_2.1.x86_64.rpm) = 136848 -SHA256 (centos/libssh2-1.4.3-10.el7_2.1.src.rpm) = 2181b44f7d4636eb0920582a519d1adabae94f34cb49c531a5a2b31e2ad4cf57 -SIZE (centos/libssh2-1.4.3-10.el7_2.1.src.rpm) = 720459 +TIMESTAMP = 1556463972 +SHA256 (centos/libssh2-1.4.3-12.el7_6.2.i686.rpm) = 2e52fb2afb36097363998a061245692214c6cc876685852d1ebb0f67d044da45 +SIZE (centos/libssh2-1.4.3-12.el7_6.2.i686.rpm) = 137260 +SHA256 (centos/libssh2-1.4.3-12.el7_6.2.x86_64.rpm) = 271086e4e3ad6006c98c69bebbcfc0104d73910d8fd7082b9661ba17e8bb43d2 +SIZE (centos/libssh2-1.4.3-12.el7_6.2.x86_64.rpm) = 137760 +SHA256 (centos/libssh2-1.4.3-12.el7_6.2.src.rpm) = ab40ac2c21c400314fd94093329604076577affca5ef2f616656e8441186a321 +SIZE (centos/libssh2-1.4.3-12.el7_6.2.src.rpm) = 727187 Index: head/security/linux-c7-nss/Makefile =================================================================== --- head/security/linux-c7-nss/Makefile (revision 503721) +++ head/security/linux-c7-nss/Makefile (revision 503722) @@ -1,29 +1,28 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= nss -PORTVERSION= 3.28.4 -PORTREVISION= 3 +PORTVERSION= 3.36.0 CATEGORIES= security linux LIB_DISTNAMES= ${DISTNAME} \ - ${PORTNAME}-pem-1.0.3-4.el7 \ - ${PORTNAME}-util-${PORTVERSION}-3.el7 \ - ${PORTNAME}-softokn-3.28.3-8.el7_4 + ${PORTNAME}-pem-1.0.3-5.el7_6.1 \ + ${PORTNAME}-util-${PORTVERSION}-1.1.el7_6 \ + ${PORTNAME}-softokn-3.36.0-5.el7_5 SRC_DISTFILES= ${DISTNAME}${SRC_SUFX}:SOURCE \ - ${PORTNAME}-pem-1.0.3-4.el7${SRC_SUFX}:SOURCE \ - ${PORTNAME}-util-${PORTVERSION}-3.el7${SRC_SUFX}:SOURCE \ - ${PORTNAME}-softokn-3.28.3-8.el7_4${SRC_SUFX}:SOURCE + ${PORTNAME}-pem-1.0.3-5.el7_6.1${SRC_SUFX}:SOURCE \ + ${PORTNAME}-util-${PORTVERSION}-1.1.el7_6${SRC_SUFX}:SOURCE \ + ${PORTNAME}-softokn-3.36.0-5.el7_5${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= Network Security Services (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 15.el7_4 +RPMVERSION= 7.1.el7_6 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= nspr sqlite3 USE_LINUX_RPM= yes .include Index: head/security/linux-c7-nss/distinfo =================================================================== --- head/security/linux-c7-nss/distinfo (revision 503721) +++ head/security/linux-c7-nss/distinfo (revision 503722) @@ -1,25 +1,25 @@ -TIMESTAMP = 1515609755 -SHA256 (centos/nss-3.28.4-15.el7_4.i686.rpm) = 9eaccfd2e46c28535358f0b6f1f3ceee0c9e85d2d176052b9e040aa7ac51424f -SIZE (centos/nss-3.28.4-15.el7_4.i686.rpm) = 865044 -SHA256 (centos/nss-3.28.4-15.el7_4.x86_64.rpm) = aba4952c007b4bf5ceeec8d618a457b5dcb7a785272747c55c2c8be3662eb6cf -SIZE (centos/nss-3.28.4-15.el7_4.x86_64.rpm) = 869480 -SHA256 (centos/nss-pem-1.0.3-4.el7.i686.rpm) = e1bbed563b9b9501a5f428e6099da61c1e298bbca004e9a4097157484ea9183c -SIZE (centos/nss-pem-1.0.3-4.el7.i686.rpm) = 73892 -SHA256 (centos/nss-pem-1.0.3-4.el7.x86_64.rpm) = 945feea88adb643dd63ed54470615040ac645fb55c849d1319c6cfdc49391be9 -SIZE (centos/nss-pem-1.0.3-4.el7.x86_64.rpm) = 74644 -SHA256 (centos/nss-softokn-3.28.3-8.el7_4.i686.rpm) = 5e7a771e2b2c612527031c201f8486a941773b13f32bba1c46acae247af3f49f -SIZE (centos/nss-softokn-3.28.3-8.el7_4.i686.rpm) = 316732 -SHA256 (centos/nss-softokn-3.28.3-8.el7_4.x86_64.rpm) = 0c29de305f3033cdd256e33ee6b4b6cb42f9d002de818d65fc7e17e43d7ff053 -SIZE (centos/nss-softokn-3.28.3-8.el7_4.x86_64.rpm) = 316940 -SHA256 (centos/nss-util-3.28.4-3.el7.i686.rpm) = 1189ae0a1f31dc1dcbc6e1fd4a9574a75779b13678249eaba394fe77083936b4 -SIZE (centos/nss-util-3.28.4-3.el7.i686.rpm) = 73852 -SHA256 (centos/nss-util-3.28.4-3.el7.x86_64.rpm) = d9bb01062e7e5ff347fd181c50bc7c04f9a99652d69336cf86dfe75b95cf88fb -SIZE (centos/nss-util-3.28.4-3.el7.x86_64.rpm) = 75236 -SHA256 (centos/nss-3.28.4-15.el7_4.src.rpm) = ee832922f9b1b5b5e4ee76629169e38107b707daa3e0c56780eec1bb2b2fd71b -SIZE (centos/nss-3.28.4-15.el7_4.src.rpm) = 7649230 -SHA256 (centos/nss-pem-1.0.3-4.el7.src.rpm) = 7f4c7e5d7aa6bbf02907f2baaf9f7bcf2919ac1d8c74cb57fd1d11e839e304c3 -SIZE (centos/nss-pem-1.0.3-4.el7.src.rpm) = 41746 -SHA256 (centos/nss-util-3.28.4-3.el7.src.rpm) = 3d8b90604f43bab5bd3dd917a781d447be20f6c12a93d6776419d30d55db70fa -SIZE (centos/nss-util-3.28.4-3.el7.src.rpm) = 1128755 -SHA256 (centos/nss-softokn-3.28.3-8.el7_4.src.rpm) = cd7ccecf3886a9efcc375d459451bed741a9fe397076471918aed4a14aff9111 -SIZE (centos/nss-softokn-3.28.3-8.el7_4.src.rpm) = 2194818 +TIMESTAMP = 1556465574 +SHA256 (centos/nss-3.36.0-7.1.el7_6.i686.rpm) = f344fb2ada82c1a476147faac918bca25fb9f16ced15cc031667ecd74f950dd9 +SIZE (centos/nss-3.36.0-7.1.el7_6.i686.rpm) = 855120 +SHA256 (centos/nss-3.36.0-7.1.el7_6.x86_64.rpm) = 0ab8f3d2e9472014d5c531d4a7f0d0c5cb0fd1363a35ec00c91066895d7b0fd7 +SIZE (centos/nss-3.36.0-7.1.el7_6.x86_64.rpm) = 855256 +SHA256 (centos/nss-pem-1.0.3-5.el7_6.1.i686.rpm) = c7f2d44a894eb03b53d7e76562f50b468a7558352b00d9db984523de3e6ca494 +SIZE (centos/nss-pem-1.0.3-5.el7_6.1.i686.rpm) = 74720 +SHA256 (centos/nss-pem-1.0.3-5.el7_6.1.x86_64.rpm) = c257adc63c56279e9bf886dbf3ed7e31b62bc823404fdaf4d1e48d69c62e0ff2 +SIZE (centos/nss-pem-1.0.3-5.el7_6.1.x86_64.rpm) = 75520 +SHA256 (centos/nss-softokn-3.36.0-5.el7_5.i686.rpm) = cac8a799263d87c9db1a81d4b074115c6c922a5382eb721bacd6c7d9d887ded0 +SIZE (centos/nss-softokn-3.36.0-5.el7_5.i686.rpm) = 327376 +SHA256 (centos/nss-softokn-3.36.0-5.el7_5.x86_64.rpm) = e3ac805473199b3bcfb2bc28fcb6cf23f515575ab98c7b54708a08e057364dcc +SIZE (centos/nss-softokn-3.36.0-5.el7_5.x86_64.rpm) = 322808 +SHA256 (centos/nss-util-3.36.0-1.1.el7_6.i686.rpm) = 627a2f3bb73a813e1f94739dad26d9be1edc05cc32ff9e7b86f7f0a90b944401 +SIZE (centos/nss-util-3.36.0-1.1.el7_6.i686.rpm) = 78244 +SHA256 (centos/nss-util-3.36.0-1.1.el7_6.x86_64.rpm) = 9b0a385eae441dccd350201a6478b1f79135d27cb2c216d83840b2470ab27d17 +SIZE (centos/nss-util-3.36.0-1.1.el7_6.x86_64.rpm) = 79916 +SHA256 (centos/nss-3.36.0-7.1.el7_6.src.rpm) = 05bf950a8ed6d1b4072209a9be6b850eadc92e7eaa8d4eb424a63c1000eba286 +SIZE (centos/nss-3.36.0-7.1.el7_6.src.rpm) = 23358481 +SHA256 (centos/nss-pem-1.0.3-5.el7_6.1.src.rpm) = 6b4070be791ac548de1e20354413d4dcb811a9147074347aa13900ddcfe3f627 +SIZE (centos/nss-pem-1.0.3-5.el7_6.1.src.rpm) = 53437 +SHA256 (centos/nss-util-3.36.0-1.1.el7_6.src.rpm) = 6024f92c3bebd50fd6592a2587ef904014e62f06ed5c54296b2e67f063e021a8 +SIZE (centos/nss-util-3.36.0-1.1.el7_6.src.rpm) = 16773845 +SHA256 (centos/nss-softokn-3.36.0-5.el7_5.src.rpm) = 9fca79f5c3d1b2acc101f35f2cc046a6b9a7a7519a8c90dc30db3be3d266d0f4 +SIZE (centos/nss-softokn-3.36.0-5.el7_5.src.rpm) = 4350452 Index: head/security/linux-c7-openssl/Makefile =================================================================== --- head/security/linux-c7-openssl/Makefile (revision 503721) +++ head/security/linux-c7-openssl/Makefile (revision 503722) @@ -1,28 +1,29 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= openssl PORTVERSION= 1.0.2k +PORTREVISION= 1 CATEGORIES= security linux PKGNAMESUFFIX= -libs LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= OpenSSL libraries (Linux CentOS ${LINUX_DIST_VER}) LICENSE= OpenSSL LICENSE_FILE= ${WRKSRC}/usr/share/licenses/${LINUXNAME}-${PORTVERSION}/LICENSE CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr DOCSDIR= ${PREFIX}/usr/share/doc/${LINUXNAME}-${PORTVERSION} LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 8.el7 +RPMVERSION= 16.el7_6.1 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/security/linux-c7-openssl/distinfo =================================================================== --- head/security/linux-c7-openssl/distinfo (revision 503721) +++ head/security/linux-c7-openssl/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507317473 -SHA256 (centos/openssl-libs-1.0.2k-8.el7.i686.rpm) = 4a912f69327d263c4b76535aeffd73d22ffee1546b6288c2fea6e9a630b91706 -SIZE (centos/openssl-libs-1.0.2k-8.el7.i686.rpm) = 1013252 -SHA256 (centos/openssl-libs-1.0.2k-8.el7.x86_64.rpm) = 3e355d70d78d8578ccc1dc474948dc5a8fd4b4e4c9508ff7321488c0e4796bf1 -SIZE (centos/openssl-libs-1.0.2k-8.el7.x86_64.rpm) = 1248348 -SHA256 (centos/openssl-1.0.2k-8.el7.src.rpm) = 7e9975107037e023307dba192d27e2d288c5c76aee2930516bc74d42741743bd -SIZE (centos/openssl-1.0.2k-8.el7.src.rpm) = 3712295 +TIMESTAMP = 1556465806 +SHA256 (centos/openssl-libs-1.0.2k-16.el7_6.1.i686.rpm) = 85196c91aca22b435858d1cfbed40d66bb5823ebe221cf3a1c75370837ec4def +SIZE (centos/openssl-libs-1.0.2k-16.el7_6.1.i686.rpm) = 1017576 +SHA256 (centos/openssl-libs-1.0.2k-16.el7_6.1.x86_64.rpm) = 18b0cd4008e88fae324c2f745d390631cae427b5fa40da682c6250b137e635fb +SIZE (centos/openssl-libs-1.0.2k-16.el7_6.1.x86_64.rpm) = 1251908 +SHA256 (centos/openssl-1.0.2k-16.el7_6.1.src.rpm) = e32e88975b6597e56aaa80f070372dd823ff2a8201141f471c78041edb8fde7e +SIZE (centos/openssl-1.0.2k-16.el7_6.1.src.rpm) = 3746933 Index: head/x11/linux-c7-xorg-libs/Makefile =================================================================== --- head/x11/linux-c7-xorg-libs/Makefile (revision 503721) +++ head/x11/linux-c7-xorg-libs/Makefile (revision 503722) @@ -1,93 +1,94 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= xorg-libs PORTVERSION= 7.7 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11 linux LIB_DISTNAMES= libICE-1.0.9-9.el7 \ libSM-1.2.2-2.el7 \ - libX11-1.6.5-1.el7 \ + libX11-1.6.5-2.el7 \ libXScrnSaver-1.2.2-6.1.el7 \ libXau-1.0.8-2.1.el7 \ libXaw-1.0.13-4.el7 \ libXcomposite-0.4.4-4.1.el7 \ - libXcursor-1.1.14-8.el7 \ + libXcursor-1.1.15-1.el7 \ libXdamage-1.1.4-4.1.el7 \ libXdmcp-1.1.2-6.el7 \ libXevie-1.0.3-7.1.el7 \ libXext-1.3.3-3.el7 \ libXfixes-5.0.3-1.el7 \ - libXfont-1.5.2-1.el7 \ + libXfont-1.5.4-1.el7 \ + libXfont2-2.0.3-1.el7 \ libXft-2.3.2-2.el7 \ libXi-1.7.9-1.el7 \ libXinerama-1.1.3-2.1.el7 \ libXmu-1.1.2-2.el7 \ libXp-1.0.2-2.1.el7 \ libXpm-3.5.12-1.el7 \ libXrandr-1.5.1-2.el7 \ libXrender-0.9.10-1.el7 \ - libXres-1.0.7-2.1.el7 \ + libXres-1.2.0-1.el7 \ libXt-1.1.5-3.el7 \ libXtst-1.2.3-1.el7 \ libXv-1.0.11-1.el7 \ libXvMC-1.0.10-1.el7 \ libXxf86dga-1.1.4-2.1.el7 \ libXxf86misc-1.0.3-7.1.el7 \ libXxf86vm-1.1.4-1.el7 \ libfontenc-1.1.3-3.el7 \ - libxcb-1.12-1.el7 \ + libxcb-1.13-1.el7 \ libxkbfile-1.0.9-3.el7 \ libxshmfence-1.2-1.el7 -SHARE_DISTNAMES=libX11-common-1.6.5-1.el7 +SHARE_DISTNAMES=libX11-common-1.6.5-2.el7 SRC_DISTFILES= libICE-1.0.9-9.el7${SRC_SUFX}:SOURCE \ libSM-1.2.2-2.el7${SRC_SUFX}:SOURCE \ - libX11-1.6.5-1.el7${SRC_SUFX}:SOURCE \ + libX11-1.6.5-2.el7${SRC_SUFX}:SOURCE \ libXScrnSaver-1.2.2-6.1.el7${SRC_SUFX}:SOURCE \ libXau-1.0.8-2.1.el7${SRC_SUFX}:SOURCE \ libXaw-1.0.13-4.el7${SRC_SUFX}:SOURCE \ libXcomposite-0.4.4-4.1.el7${SRC_SUFX}:SOURCE \ - libXcursor-1.1.14-8.el7${SRC_SUFX}:SOURCE \ + libXcursor-1.1.15-1.el7${SRC_SUFX}:SOURCE \ libXdamage-1.1.4-4.1.el7${SRC_SUFX}:SOURCE \ libXdmcp-1.1.2-6.el7${SRC_SUFX}:SOURCE \ libXevie-1.0.3-7.1.el7${SRC_SUFX}:SOURCE \ libXext-1.3.3-3.el7${SRC_SUFX}:SOURCE \ libXfixes-5.0.3-1.el7${SRC_SUFX}:SOURCE \ - libXfont-1.5.2-1.el7${SRC_SUFX}:SOURCE \ + libXfont-1.5.4-1.el7${SRC_SUFX}:SOURCE \ libXft-2.3.2-2.el7${SRC_SUFX}:SOURCE \ libXi-1.7.9-1.el7${SRC_SUFX}:SOURCE \ libXinerama-1.1.3-2.1.el7${SRC_SUFX}:SOURCE \ libXmu-1.1.2-2.el7${SRC_SUFX}:SOURCE \ libXp-1.0.2-2.1.el7${SRC_SUFX}:SOURCE \ libXpm-3.5.12-1.el7${SRC_SUFX}:SOURCE \ libXrandr-1.5.1-2.el7${SRC_SUFX}:SOURCE \ libXrender-0.9.10-1.el7${SRC_SUFX}:SOURCE \ - libXres-1.0.7-2.1.el7${SRC_SUFX}:SOURCE \ + libXres-1.2.0-1.el7${SRC_SUFX}:SOURCE \ libXt-1.1.5-3.el7${SRC_SUFX}:SOURCE \ libXtst-1.2.3-1.el7${SRC_SUFX}:SOURCE \ libXv-1.0.11-1.el7${SRC_SUFX}:SOURCE \ libXvMC-1.0.10-1.el7${SRC_SUFX}:SOURCE \ libXxf86dga-1.1.4-2.1.el7${SRC_SUFX}:SOURCE \ libXxf86misc-1.0.3-7.1.el7${SRC_SUFX}:SOURCE \ libXxf86vm-1.1.4-1.el7${SRC_SUFX}:SOURCE \ libfontenc-1.1.3-3.el7${SRC_SUFX}:SOURCE \ - libxcb-1.12-1.el7${SRC_SUFX}:SOURCE \ + libxcb-1.13-1.el7${SRC_SUFX}:SOURCE \ libxkbfile-1.0.9-3.el7${SRC_SUFX}:SOURCE \ libxshmfence-1.2-1.el7${SRC_SUFX}:SOURCE MAINTAINER= emulation@FreeBSD.org COMMENT= Xorg libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= fontconfig USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS post-patch: @${RM} -r ${WRKSRC}/usr/share/icons .include Index: head/x11/linux-c7-xorg-libs/distinfo =================================================================== --- head/x11/linux-c7-xorg-libs/distinfo (revision 503721) +++ head/x11/linux-c7-xorg-libs/distinfo (revision 503722) @@ -1,207 +1,211 @@ -TIMESTAMP = 1507319548 +TIMESTAMP = 1556540367 SHA256 (centos/libICE-1.0.9-9.el7.i686.rpm) = efa438d37d533171e13081aba2e02c092eb44b647c4d9cef5ba4f68b8df797de SIZE (centos/libICE-1.0.9-9.el7.i686.rpm) = 66760 SHA256 (centos/libICE-1.0.9-9.el7.x86_64.rpm) = d910a86326cc0434f6d3536311012f83ee3d2dbf98a350c2ca8a5329750b17ac SIZE (centos/libICE-1.0.9-9.el7.x86_64.rpm) = 67720 SHA256 (centos/libSM-1.2.2-2.el7.i686.rpm) = bbd4714d8719220c18f162575aad05a648635e0b213851213940575cbfd4fa8a SIZE (centos/libSM-1.2.2-2.el7.i686.rpm) = 39436 SHA256 (centos/libSM-1.2.2-2.el7.x86_64.rpm) = 3a1f996031e2a1ce991547720319eb92463d9ac667d697bb7b496bdd0722bc62 SIZE (centos/libSM-1.2.2-2.el7.x86_64.rpm) = 40160 -SHA256 (centos/libX11-1.6.5-1.el7.i686.rpm) = a6f7fe2e3c707885b3b3c6b1a066165a42a23403a40c9e19ce8a7d311960fa90 -SIZE (centos/libX11-1.6.5-1.el7.i686.rpm) = 624876 -SHA256 (centos/libX11-1.6.5-1.el7.x86_64.rpm) = 94ddabb3ce839b7c7e3ffc69e4d6b6b1ea32f1902810eb5578b3c59c83b49376 -SIZE (centos/libX11-1.6.5-1.el7.x86_64.rpm) = 620756 -SHA256 (centos/libX11-common-1.6.5-1.el7.noarch.rpm) = 33aeab9c16b6e54cb39a427ebe145e1724e52f82f4b4d9387877e2c627605ffc -SIZE (centos/libX11-common-1.6.5-1.el7.noarch.rpm) = 167832 +SHA256 (centos/libX11-1.6.5-2.el7.i686.rpm) = ab46f4bd7acdaf52f9c1da8e2915dfc6f9c971eb08997863f68bbd0f62732e93 +SIZE (centos/libX11-1.6.5-2.el7.i686.rpm) = 625116 +SHA256 (centos/libX11-1.6.5-2.el7.x86_64.rpm) = 546d086f7aaf2bf9435cea180553b1a97ae55ae91cfc17fb85b4bd0bf820e712 +SIZE (centos/libX11-1.6.5-2.el7.x86_64.rpm) = 620832 +SHA256 (centos/libX11-common-1.6.5-2.el7.noarch.rpm) = 936135fadd028f0a69f056a0841013e70a77b10125e04da35b875bccafb3a279 +SIZE (centos/libX11-common-1.6.5-2.el7.noarch.rpm) = 167952 SHA256 (centos/libXScrnSaver-1.2.2-6.1.el7.i686.rpm) = 773a6a2c04a68027524553fd39f24d2b4d45edbca4ad67f6862a31fc8ce71335 SIZE (centos/libXScrnSaver-1.2.2-6.1.el7.i686.rpm) = 24168 SHA256 (centos/libXScrnSaver-1.2.2-6.1.el7.x86_64.rpm) = ea8e5b4a6c0c7b4d8d4c59c8839f90a81e21a7d2b80db7621777d55164c13d93 SIZE (centos/libXScrnSaver-1.2.2-6.1.el7.x86_64.rpm) = 24120 SHA256 (centos/libXau-1.0.8-2.1.el7.i686.rpm) = 1d618fc13761ba78da13fc6bd43933c37bcea6b0b268e214e2a0f7287aafb4bf SIZE (centos/libXau-1.0.8-2.1.el7.i686.rpm) = 29824 SHA256 (centos/libXau-1.0.8-2.1.el7.x86_64.rpm) = c6441b423c19c5ca543d72fe6ed3679f039538ad345cb4284a36781869f8609c SIZE (centos/libXau-1.0.8-2.1.el7.x86_64.rpm) = 29784 SHA256 (centos/libXaw-1.0.13-4.el7.i686.rpm) = 1dd13354d2650f1337ac3f9fc4bad00f93ed6f9ae97c3edcc7fee5cc98475074 SIZE (centos/libXaw-1.0.13-4.el7.i686.rpm) = 192704 SHA256 (centos/libXaw-1.0.13-4.el7.x86_64.rpm) = c1de561a0c0c85e8e5afdcecc7069f88bcf1829f83a8127235e080c24b590115 SIZE (centos/libXaw-1.0.13-4.el7.x86_64.rpm) = 196400 SHA256 (centos/libXcomposite-0.4.4-4.1.el7.i686.rpm) = 5b9816bcfe046d26521eac662dc01587afa91a327583d2de73ea1cae5ceae756 SIZE (centos/libXcomposite-0.4.4-4.1.el7.i686.rpm) = 22804 SHA256 (centos/libXcomposite-0.4.4-4.1.el7.x86_64.rpm) = 81357f494edca6c828f541cf9d229d97ac5e496fbb23a28a86535b5b9cd49a41 SIZE (centos/libXcomposite-0.4.4-4.1.el7.x86_64.rpm) = 22792 -SHA256 (centos/libXcursor-1.1.14-8.el7.i686.rpm) = de8ec5b0e49dcb04ccff82dd6ab63dfa89af28e5a9904ba0be99ba07176579c1 -SIZE (centos/libXcursor-1.1.14-8.el7.i686.rpm) = 31340 -SHA256 (centos/libXcursor-1.1.14-8.el7.x86_64.rpm) = 26505edaed91c55e989ceb6ecc52da62e9a70a9b2c26baf1ad624b8d6a75770b -SIZE (centos/libXcursor-1.1.14-8.el7.x86_64.rpm) = 31116 +SHA256 (centos/libXcursor-1.1.15-1.el7.i686.rpm) = 9f9e13a3c1715a5589633ae75bef4ee7e835c79b3360f57baa094216f4dd3188 +SIZE (centos/libXcursor-1.1.15-1.el7.i686.rpm) = 31440 +SHA256 (centos/libXcursor-1.1.15-1.el7.x86_64.rpm) = 1766cffccf88800e8af5b9b7ca5d5ade2cc2dd42ebb69625ea4509889135adc1 +SIZE (centos/libXcursor-1.1.15-1.el7.x86_64.rpm) = 31104 SHA256 (centos/libXdamage-1.1.4-4.1.el7.i686.rpm) = 498697f8e0d087052b82b4332152568792a5ce109678285f1f1926a73c507a94 SIZE (centos/libXdamage-1.1.4-4.1.el7.i686.rpm) = 20832 SHA256 (centos/libXdamage-1.1.4-4.1.el7.x86_64.rpm) = 790df35e712320c967e7934e417687e17457b7cf989e54045115dd8f4c560949 SIZE (centos/libXdamage-1.1.4-4.1.el7.x86_64.rpm) = 20916 SHA256 (centos/libXdmcp-1.1.2-6.el7.i686.rpm) = 103759a6bdd5d4050cd89638bd3072101d97baf543337cdd5f21d10659056f4e SIZE (centos/libXdmcp-1.1.2-6.el7.i686.rpm) = 35228 SHA256 (centos/libXdmcp-1.1.2-6.el7.x86_64.rpm) = a4630e087f9135b88714506a39c319e3dd9b1524fef592e8dda7af8cdfb0536c SIZE (centos/libXdmcp-1.1.2-6.el7.x86_64.rpm) = 35056 SHA256 (centos/libXevie-1.0.3-7.1.el7.i686.rpm) = 1600aa148f2c988d63f0122fb133d374c6dc748b1ade3f8ff28edfacd6ccaf8a SIZE (centos/libXevie-1.0.3-7.1.el7.i686.rpm) = 18184 SHA256 (centos/libXevie-1.0.3-7.1.el7.x86_64.rpm) = ffcffe6018f1af3a51bc39b29a447658e9dce02529f6f6d25886fd89e981f013 SIZE (centos/libXevie-1.0.3-7.1.el7.x86_64.rpm) = 18188 SHA256 (centos/libXext-1.3.3-3.el7.i686.rpm) = bda66ea9cb11ff9834298a503534b6b48e9b5cfefc5596ad379b1a530abad676 SIZE (centos/libXext-1.3.3-3.el7.i686.rpm) = 39804 SHA256 (centos/libXext-1.3.3-3.el7.x86_64.rpm) = 58284e32f1f3343c56722653e7870e8062c1570cd965802bc284da6480d9d366 SIZE (centos/libXext-1.3.3-3.el7.x86_64.rpm) = 39572 SHA256 (centos/libXfixes-5.0.3-1.el7.i686.rpm) = 9bc65a1a342d3ca61fde8c5c448e180f135040669771d2e17215da1bed7d94a0 SIZE (centos/libXfixes-5.0.3-1.el7.i686.rpm) = 18380 SHA256 (centos/libXfixes-5.0.3-1.el7.x86_64.rpm) = 23a99007971fcbe272a4a82aa79bc49a46e573eecf696daedd84dd7959b2344d SIZE (centos/libXfixes-5.0.3-1.el7.x86_64.rpm) = 18684 -SHA256 (centos/libXfont-1.5.2-1.el7.i686.rpm) = e240de9b41e7266a3b6807b700fd5fc82c967774a74c3e7a1f729c83f3bfd72b -SIZE (centos/libXfont-1.5.2-1.el7.i686.rpm) = 156480 -SHA256 (centos/libXfont-1.5.2-1.el7.x86_64.rpm) = 73e331c16a417b5f9012a4b57f66a3c2a5ee6d4b0e763b14f3e8520661b120b3 -SIZE (centos/libXfont-1.5.2-1.el7.x86_64.rpm) = 155992 +SHA256 (centos/libXfont-1.5.4-1.el7.i686.rpm) = 3dac719a8406b61d023fb2525b679034aefc1e57b8877df6ecac317a92e581c5 +SIZE (centos/libXfont-1.5.4-1.el7.i686.rpm) = 157336 +SHA256 (centos/libXfont-1.5.4-1.el7.x86_64.rpm) = 6c2c0fbe07c781848214a812e704e2f5e97c2c68338b1ad1cdb80ac3c11c059d +SIZE (centos/libXfont-1.5.4-1.el7.x86_64.rpm) = 156860 +SHA256 (centos/libXfont2-2.0.3-1.el7.i686.rpm) = 797bad11ecf10ffa8dbad577c718a0d1e3520373c5379c4aa5cf49d74ff112a5 +SIZE (centos/libXfont2-2.0.3-1.el7.i686.rpm) = 147336 +SHA256 (centos/libXfont2-2.0.3-1.el7.x86_64.rpm) = 1ba309c5794b3c845ce795d4fd49952c457a482ac2e7a91d58b964287aea715e +SIZE (centos/libXfont2-2.0.3-1.el7.x86_64.rpm) = 146504 SHA256 (centos/libXft-2.3.2-2.el7.i686.rpm) = e80bbb502a050b2e204557a0a604743a6a82d82b4da32bded9f800b55e249654 SIZE (centos/libXft-2.3.2-2.el7.i686.rpm) = 59184 SHA256 (centos/libXft-2.3.2-2.el7.x86_64.rpm) = aca6be8d337c969a5d84b3af1180f06462cef3bb592b08eeb2eba9f384e796a1 SIZE (centos/libXft-2.3.2-2.el7.x86_64.rpm) = 59548 SHA256 (centos/libXi-1.7.9-1.el7.i686.rpm) = 5ff900f0fe578984586738a25930c476d698d2553d10b44797e2d2b273d2bcf6 SIZE (centos/libXi-1.7.9-1.el7.i686.rpm) = 41200 SHA256 (centos/libXi-1.7.9-1.el7.x86_64.rpm) = 7ef78114fabd31ab69aaf5635b3845e10598b3c172759dc65b135f7cef624342 SIZE (centos/libXi-1.7.9-1.el7.x86_64.rpm) = 41088 SHA256 (centos/libXinerama-1.1.3-2.1.el7.i686.rpm) = 4f096f8d8db4beb426a3ded9614597f7448291c394f67e12294bfb860b1aac9b SIZE (centos/libXinerama-1.1.3-2.1.el7.i686.rpm) = 14168 SHA256 (centos/libXinerama-1.1.3-2.1.el7.x86_64.rpm) = 9ef99967dc5834d32b4c643cc5c5771a2156057f1095316e070cc0d15eaaa62f SIZE (centos/libXinerama-1.1.3-2.1.el7.x86_64.rpm) = 14128 SHA256 (centos/libXmu-1.1.2-2.el7.i686.rpm) = 893eb9819adaecb8bab320a816fe1c4b1a6fd73ff16518c18609370afd9dc6bd SIZE (centos/libXmu-1.1.2-2.el7.i686.rpm) = 72276 SHA256 (centos/libXmu-1.1.2-2.el7.x86_64.rpm) = 25a601ca1906ee3eb3bacd18b3cbe0848846e2ce6cfc6ed6be7d7d1dbb1eb87f SIZE (centos/libXmu-1.1.2-2.el7.x86_64.rpm) = 72680 SHA256 (centos/libXp-1.0.2-2.1.el7.i686.rpm) = dd13d39ef9a1f57eca66c515c777f3c4db88dc9329fbf53a9083c92c9387a523 SIZE (centos/libXp-1.0.2-2.1.el7.i686.rpm) = 31152 SHA256 (centos/libXp-1.0.2-2.1.el7.x86_64.rpm) = 9e379456530d25cf3de33452d6d531dd4a21ca21099c5fcdbffaf3fd686422e0 SIZE (centos/libXp-1.0.2-2.1.el7.x86_64.rpm) = 31044 SHA256 (centos/libXpm-3.5.12-1.el7.i686.rpm) = 47282613239a8d274bef9b916b0230bbc692257f81a44201c7e5b5ff298f60ca SIZE (centos/libXpm-3.5.12-1.el7.i686.rpm) = 56352 SHA256 (centos/libXpm-3.5.12-1.el7.x86_64.rpm) = 219b8a3c67385063d86186b080514323834e7a8fa5285e52fd584acaa86dfa90 SIZE (centos/libXpm-3.5.12-1.el7.x86_64.rpm) = 56800 SHA256 (centos/libXrandr-1.5.1-2.el7.i686.rpm) = a559cd3114320e84a07e066a3ca295776477103d2e4dcde5bd7c7c9e6be6b80e SIZE (centos/libXrandr-1.5.1-2.el7.i686.rpm) = 27516 SHA256 (centos/libXrandr-1.5.1-2.el7.x86_64.rpm) = 68e7000c212cd6943a71daa3633317f1637533be0df13e929f0202fc22726b83 SIZE (centos/libXrandr-1.5.1-2.el7.x86_64.rpm) = 27820 SHA256 (centos/libXrender-0.9.10-1.el7.i686.rpm) = 9a79496895c4c1799855eb90b80002db8e1646258e2a8f035978af4e03125b9d SIZE (centos/libXrender-0.9.10-1.el7.i686.rpm) = 25832 SHA256 (centos/libXrender-0.9.10-1.el7.x86_64.rpm) = 3de0d3812ff49c6e10175cc56c30fa1801d158e6fb34cb1cdb245ef466bae173 SIZE (centos/libXrender-0.9.10-1.el7.x86_64.rpm) = 26312 -SHA256 (centos/libXres-1.0.7-2.1.el7.i686.rpm) = 5bde92d5d2671811da7727794f1cc41ad164b6042c3764b5d2f4e4d759ab2dd8 -SIZE (centos/libXres-1.0.7-2.1.el7.i686.rpm) = 13548 -SHA256 (centos/libXres-1.0.7-2.1.el7.x86_64.rpm) = 0d9431ea6ee52436f5bb2336b70673b42044a5ce48962ac3302958dbcbed06d4 -SIZE (centos/libXres-1.0.7-2.1.el7.x86_64.rpm) = 13556 +SHA256 (centos/libXres-1.2.0-1.el7.i686.rpm) = 9521ac6eddc0bf8d191c5e611440e6ab4110ced0eb1b02046a953e60937837ce +SIZE (centos/libXres-1.2.0-1.el7.i686.rpm) = 14884 +SHA256 (centos/libXres-1.2.0-1.el7.x86_64.rpm) = 5c7b043ef46c83a18267617abf64d738e47071fc0abef95d805934e1807636d4 +SIZE (centos/libXres-1.2.0-1.el7.x86_64.rpm) = 14932 SHA256 (centos/libXt-1.1.5-3.el7.i686.rpm) = bdff18516ae9506ab42b6a25925649a5e7fc130e67f440791f330da35f641ce7 SIZE (centos/libXt-1.1.5-3.el7.i686.rpm) = 170852 SHA256 (centos/libXt-1.1.5-3.el7.x86_64.rpm) = 29a52c675bf20c3ff62cf6627b3dc4957fd8ab8636ee3e98db8db22473ce4083 SIZE (centos/libXt-1.1.5-3.el7.x86_64.rpm) = 177040 SHA256 (centos/libXtst-1.2.3-1.el7.i686.rpm) = 6c51d4d9a7624601629b5f0ac9c2d26af9d29a427f7cdc9c44912d20113b62b4 SIZE (centos/libXtst-1.2.3-1.el7.i686.rpm) = 20560 SHA256 (centos/libXtst-1.2.3-1.el7.x86_64.rpm) = fb26618b371e304889912c79aa009388aaa17f3b08fdce9512d70f3957fe18e2 SIZE (centos/libXtst-1.2.3-1.el7.x86_64.rpm) = 20812 SHA256 (centos/libXv-1.0.11-1.el7.i686.rpm) = 68f6eb295cb48e6c690f3153557fe94e82b651b9508f13ffd98ef3987bbc92f7 SIZE (centos/libXv-1.0.11-1.el7.i686.rpm) = 18812 SHA256 (centos/libXv-1.0.11-1.el7.x86_64.rpm) = 288c523ed1d62f9f1493114bea94c06c4089c3fec006011e6ecb4899febda22d SIZE (centos/libXv-1.0.11-1.el7.x86_64.rpm) = 18928 SHA256 (centos/libXvMC-1.0.10-1.el7.i686.rpm) = ea08e894b43b1870c8d32bfdd2c4755d304cdddd98619a5e68312719d14502cf SIZE (centos/libXvMC-1.0.10-1.el7.i686.rpm) = 23732 SHA256 (centos/libXvMC-1.0.10-1.el7.x86_64.rpm) = 0aaed7778aefba0df7ebb3285faa14c4142be080564ae1f0d153bf74066387e8 SIZE (centos/libXvMC-1.0.10-1.el7.x86_64.rpm) = 23488 SHA256 (centos/libXxf86dga-1.1.4-2.1.el7.i686.rpm) = 9bb4504c40693bd12d790955055c177861ad3856b1870ee5112b243d9d4ed396 SIZE (centos/libXxf86dga-1.1.4-2.1.el7.i686.rpm) = 19604 SHA256 (centos/libXxf86dga-1.1.4-2.1.el7.x86_64.rpm) = 77dd7b1a7582bd3c824172f08be2acf4b9b2792bd29045232526d6425d90a948 SIZE (centos/libXxf86dga-1.1.4-2.1.el7.x86_64.rpm) = 19784 SHA256 (centos/libXxf86misc-1.0.3-7.1.el7.i686.rpm) = 6e2ea866e760822740db2784b4aa18681901cfafc348a83e462ba6a77cbb9172 SIZE (centos/libXxf86misc-1.0.3-7.1.el7.i686.rpm) = 19788 SHA256 (centos/libXxf86misc-1.0.3-7.1.el7.x86_64.rpm) = c0b55d7048821ca28ee08c63340f55f1bd4a3bc245b1ea09113bfec8a0e0001e SIZE (centos/libXxf86misc-1.0.3-7.1.el7.x86_64.rpm) = 19768 SHA256 (centos/libXxf86vm-1.1.4-1.el7.i686.rpm) = b63b77a79a0cc4c3911f9ffc5e81fc2d5b271cdc71181413b56f9a8156e6130d SIZE (centos/libXxf86vm-1.1.4-1.el7.i686.rpm) = 18052 SHA256 (centos/libXxf86vm-1.1.4-1.el7.x86_64.rpm) = ee07fbe9afdf77c231758c63b019f7909524a46b28ac3bfe4b1fac297d91b5c2 SIZE (centos/libXxf86vm-1.1.4-1.el7.x86_64.rpm) = 17972 SHA256 (centos/libfontenc-1.1.3-3.el7.i686.rpm) = aaf3da1a8ab1f4f478762c80bf3a54e0e6b138516780cbfc0cbe28553dc5db3c SIZE (centos/libfontenc-1.1.3-3.el7.i686.rpm) = 31436 SHA256 (centos/libfontenc-1.1.3-3.el7.x86_64.rpm) = 289e39e5e831d8736efe08ff35f7fef29e91d0438848dc2d8041eedd67204b75 SIZE (centos/libfontenc-1.1.3-3.el7.x86_64.rpm) = 31564 -SHA256 (centos/libxcb-1.12-1.el7.i686.rpm) = 12e802ffac0e7db9b760fb169e98fdd178e619bf5c4351cc176451553e7e59b4 -SIZE (centos/libxcb-1.12-1.el7.i686.rpm) = 232168 -SHA256 (centos/libxcb-1.12-1.el7.x86_64.rpm) = 0cc065414baec6c41a8d7425eeca5360f8a3026f2d4eade85c582bd639fa51af -SIZE (centos/libxcb-1.12-1.el7.x86_64.rpm) = 215872 +SHA256 (centos/libxcb-1.13-1.el7.i686.rpm) = fa87f8df331b01b2020607966ee56ffe9380496b1918d7bf628e73e91aa5d267 +SIZE (centos/libxcb-1.13-1.el7.i686.rpm) = 235096 +SHA256 (centos/libxcb-1.13-1.el7.x86_64.rpm) = 125d6cdbea06799872b77b6322bf5cb107d7c0c70218827bf6b649f08ca527c5 +SIZE (centos/libxcb-1.13-1.el7.x86_64.rpm) = 218900 SHA256 (centos/libxkbfile-1.0.9-3.el7.i686.rpm) = 5640b416543577de77f52e0f8c35d12ea10856852eedb8b927ef19412da68e9e SIZE (centos/libxkbfile-1.0.9-3.el7.i686.rpm) = 83592 SHA256 (centos/libxkbfile-1.0.9-3.el7.x86_64.rpm) = 6cc5caad0c1b44834929650e413fd9fe49d6764b641fd6a3786dd0b7eea27fa9 SIZE (centos/libxkbfile-1.0.9-3.el7.x86_64.rpm) = 84596 SHA256 (centos/libxshmfence-1.2-1.el7.i686.rpm) = 7ad6f8b37ea0e0e82467eb0bb9b5b8cba04969610f7fed0f1cde11cc7b7ebc56 SIZE (centos/libxshmfence-1.2-1.el7.i686.rpm) = 7416 SHA256 (centos/libxshmfence-1.2-1.el7.x86_64.rpm) = 08d9e87212fedd61b7f59618b086e501222cd7f79768e493475d3fcd1f439ecb SIZE (centos/libxshmfence-1.2-1.el7.x86_64.rpm) = 7340 SHA256 (centos/libICE-1.0.9-9.el7.src.rpm) = c4e8a40a9ae6153254472165807258b92a4960d204618795e2048afb445fd191 SIZE (centos/libICE-1.0.9-9.el7.src.rpm) = 401575 SHA256 (centos/libSM-1.2.2-2.el7.src.rpm) = d5a68e8f52da9176bf7dfb064196da59296169e3cc8a9d3bc83502a1e185b061 SIZE (centos/libSM-1.2.2-2.el7.src.rpm) = 360255 -SHA256 (centos/libX11-1.6.5-1.el7.src.rpm) = 3f7818d5609ec5853efc2fe10a7dea09ed51733733a7dc7503161c9916cd17c6 -SIZE (centos/libX11-1.6.5-1.el7.src.rpm) = 2377772 +SHA256 (centos/libX11-1.6.5-2.el7.src.rpm) = ae16f6d31b085f15ea63c88e8979d4288af86f8a2b0ba35a2f7d003068162c89 +SIZE (centos/libX11-1.6.5-2.el7.src.rpm) = 2377908 SHA256 (centos/libXScrnSaver-1.2.2-6.1.el7.src.rpm) = c4f420c7c17818a3660c9ebf70fa15f1c81ca620272eb4e06784c9cdeddf7021 SIZE (centos/libXScrnSaver-1.2.2-6.1.el7.src.rpm) = 302309 SHA256 (centos/libXau-1.0.8-2.1.el7.src.rpm) = 5a69c64dbcab0c437449eb5cbac15b167dbb456a6b14d2fcd6a4d8b20d14064c SIZE (centos/libXau-1.0.8-2.1.el7.src.rpm) = 306462 SHA256 (centos/libXaw-1.0.13-4.el7.src.rpm) = a59069e015fa2151f7257b3bc231649d2b979663e73fb7ee6cdebe8a49955144 SIZE (centos/libXaw-1.0.13-4.el7.src.rpm) = 688594 SHA256 (centos/libXcomposite-0.4.4-4.1.el7.src.rpm) = 9ef3229c8a81871dfb2159cf0c519eb39d0ba614549ae3235f7b756b22312c92 SIZE (centos/libXcomposite-0.4.4-4.1.el7.src.rpm) = 294529 -SHA256 (centos/libXcursor-1.1.14-8.el7.src.rpm) = 88ad353e15b5fb3f5549e6d40bab8d243788896b99e9281df2365497c54f27a2 -SIZE (centos/libXcursor-1.1.14-8.el7.src.rpm) = 325304 +SHA256 (centos/libXcursor-1.1.15-1.el7.src.rpm) = fc112ad4f41860a7845574d101c4c5e28d36e921f6b33b97e858e1c30e4efcd8 +SIZE (centos/libXcursor-1.1.15-1.el7.src.rpm) = 345437 SHA256 (centos/libXdamage-1.1.4-4.1.el7.src.rpm) = 6d70019f18de3cb13522bc47b4dad7a4e908a16fe5af2c4916dd272bb844f3bb SIZE (centos/libXdamage-1.1.4-4.1.el7.src.rpm) = 289089 SHA256 (centos/libXdmcp-1.1.2-6.el7.src.rpm) = 4d0fcfb8bc2cc4574ee7450f8aa5ea60e8a3e9eca115c16e995ad5b4682b3b12 SIZE (centos/libXdmcp-1.1.2-6.el7.src.rpm) = 347845 SHA256 (centos/libXevie-1.0.3-7.1.el7.src.rpm) = a59030ac20ae38d1a3952eefedbe1de7884c6d92c29f2347d82679246e1405e6 SIZE (centos/libXevie-1.0.3-7.1.el7.src.rpm) = 263222 SHA256 (centos/libXext-1.3.3-3.el7.src.rpm) = 0663ed66040824de75185b70dd05a5036369a6da493409a1c6ee7be3ccda9dba SIZE (centos/libXext-1.3.3-3.el7.src.rpm) = 402815 SHA256 (centos/libXfixes-5.0.3-1.el7.src.rpm) = a3aa87db349e267cd9ad06f188c81cb161fef9d0b56cb77d7dce3440248fd78c SIZE (centos/libXfixes-5.0.3-1.el7.src.rpm) = 305322 -SHA256 (centos/libXfont-1.5.2-1.el7.src.rpm) = af4476ba8737ed17083d357596763e57d816a1985547317f1695255f6be96741 -SIZE (centos/libXfont-1.5.2-1.el7.src.rpm) = 545865 +SHA256 (centos/libXfont-1.5.4-1.el7.src.rpm) = 3ff51bb5e015f24b339d102a877528169e32eff37a80e94dccffc580780fbcad +SIZE (centos/libXfont-1.5.4-1.el7.src.rpm) = 544474 SHA256 (centos/libXft-2.3.2-2.el7.src.rpm) = 89d8d6243f1963c2d27ec03c3959c37cd92938ee63ea10442bf51a9e32dc14d4 SIZE (centos/libXft-2.3.2-2.el7.src.rpm) = 347282 SHA256 (centos/libXi-1.7.9-1.el7.src.rpm) = 2438a2d625d52e28a4293a6a0f0ea5d30467f89c0ffa82af349d095bac6a6592 SIZE (centos/libXi-1.7.9-1.el7.src.rpm) = 502535 SHA256 (centos/libXinerama-1.1.3-2.1.el7.src.rpm) = 904336a4d736b453bc0bdd2f6922e1b9d812eaf5f569a928b17860b31a217cae SIZE (centos/libXinerama-1.1.3-2.1.el7.src.rpm) = 288803 SHA256 (centos/libXmu-1.1.2-2.el7.src.rpm) = abe04cf4008af212b8506940ec98a59a15ea5100e6ac260a66a3c7f97bb8a3ad SIZE (centos/libXmu-1.1.2-2.el7.src.rpm) = 408455 SHA256 (centos/libXp-1.0.2-2.1.el7.src.rpm) = b0a56d5670fc549d7d6c6a4158934418c0b50152d31522295f346dab7c3e96dc SIZE (centos/libXp-1.0.2-2.1.el7.src.rpm) = 321740 SHA256 (centos/libXpm-3.5.12-1.el7.src.rpm) = 51b95162a70dfedba9b63cc62964ba5131e0f6960c40d27cba4e350a4d462b67 SIZE (centos/libXpm-3.5.12-1.el7.src.rpm) = 442619 SHA256 (centos/libXrandr-1.5.1-2.el7.src.rpm) = 6e0d24782fdcc5a5e878f1e563085c163d81e31fbf8e89e6338b9e00f5419f67 SIZE (centos/libXrandr-1.5.1-2.el7.src.rpm) = 328956 SHA256 (centos/libXrender-0.9.10-1.el7.src.rpm) = 11f9d2e60522786de97d9c9596f3f19eac9c706e4cac44f4dee1bd7455466ff0 SIZE (centos/libXrender-0.9.10-1.el7.src.rpm) = 319609 -SHA256 (centos/libXres-1.0.7-2.1.el7.src.rpm) = 88b1238a2f0353395a4db1550234e0b5d0de2e693fb4ff5967fb7e5b9a80f165 -SIZE (centos/libXres-1.0.7-2.1.el7.src.rpm) = 293750 +SHA256 (centos/libXres-1.2.0-1.el7.src.rpm) = 12b04e78bbbdc0891982d8dcd1b3443d23ed73d1b5f891d08c849c2f0de4c451 +SIZE (centos/libXres-1.2.0-1.el7.src.rpm) = 297548 SHA256 (centos/libXt-1.1.5-3.el7.src.rpm) = 2ed20bbe0683467fa8f66bc028a282c93569525d95ff38295b9d22af560b102a SIZE (centos/libXt-1.1.5-3.el7.src.rpm) = 785881 SHA256 (centos/libXtst-1.2.3-1.el7.src.rpm) = abf362edf6bf0cc4c6b57918f8cae11882d3c9e3e88d3692bb17d71860908e22 SIZE (centos/libXtst-1.2.3-1.el7.src.rpm) = 333546 SHA256 (centos/libXv-1.0.11-1.el7.src.rpm) = 000c18fba2c1d1863f04e797c610357d786865524c9267de6834e730eb640ae4 SIZE (centos/libXv-1.0.11-1.el7.src.rpm) = 329932 SHA256 (centos/libXvMC-1.0.10-1.el7.src.rpm) = d4afbf85c11ceab6310977a3a32ea64538c18c458d4e48ac1f7b0a2d6b35fad9 SIZE (centos/libXvMC-1.0.10-1.el7.src.rpm) = 326069 SHA256 (centos/libXxf86dga-1.1.4-2.1.el7.src.rpm) = 080bc7d60272fe6fa87e94ca301fbb54927edc7f2498bea373c87e3c7f67d0ac SIZE (centos/libXxf86dga-1.1.4-2.1.el7.src.rpm) = 290826 SHA256 (centos/libXxf86misc-1.0.3-7.1.el7.src.rpm) = 17f5205e77bb359f26df7fd9a828400a944d00e811d52249afbb87f3a5922ee5 SIZE (centos/libXxf86misc-1.0.3-7.1.el7.src.rpm) = 265791 SHA256 (centos/libXxf86vm-1.1.4-1.el7.src.rpm) = eb4d75e66f2b61b7c35be419c145ca5f2c6115e7244ff9b9a88fd75106e5ea20 SIZE (centos/libXxf86vm-1.1.4-1.el7.src.rpm) = 305884 SHA256 (centos/libfontenc-1.1.3-3.el7.src.rpm) = 0cb1a5b297ede9ade5d6bcee5ef4b548aa235ba5f355e76c0707c351d56806dc SIZE (centos/libfontenc-1.1.3-3.el7.src.rpm) = 313913 -SHA256 (centos/libxcb-1.12-1.el7.src.rpm) = 0dab8ad900b3de7f65da2b47a95cd7e1ae8588b8a72b3f5229051b6c45dfe400 -SIZE (centos/libxcb-1.12-1.el7.src.rpm) = 622838 +SHA256 (centos/libxcb-1.13-1.el7.src.rpm) = 832f0b8eb643189e2769538dca574a4a18e8a894c0af1fdff1becdb8c8555e36 +SIZE (centos/libxcb-1.13-1.el7.src.rpm) = 519549 SHA256 (centos/libxkbfile-1.0.9-3.el7.src.rpm) = 9dba7d93bbf0641b5f779ae1d51f45a034f63ec9225ab7c595be2ee26557c1bc SIZE (centos/libxkbfile-1.0.9-3.el7.src.rpm) = 359024 SHA256 (centos/libxshmfence-1.2-1.el7.src.rpm) = a6a07b5c43199016e43ff009504b3b2849038e92bd8c55859e83c5ad51bcca18 SIZE (centos/libxshmfence-1.2-1.el7.src.rpm) = 271838 Index: head/x11/linux-c7-xorg-libs/pkg-plist.amd64 =================================================================== --- head/x11/linux-c7-xorg-libs/pkg-plist.amd64 (revision 503721) +++ head/x11/linux-c7-xorg-libs/pkg-plist.amd64 (revision 503722) @@ -1,527 +1,535 @@ usr/lib/libICE.so.6 usr/lib/libICE.so.6.3.0 usr/lib/libSM.so.6 usr/lib/libSM.so.6.0.1 usr/lib/libX11-xcb.so.1 usr/lib/libX11-xcb.so.1.0.0 usr/lib/libX11.so.6 usr/lib/libX11.so.6.3.0 usr/lib/libXRes.so.1 usr/lib/libXRes.so.1.0.0 usr/lib/libXau.so.6 usr/lib/libXau.so.6.0.0 usr/lib/libXaw.so.7 usr/lib/libXaw7.so.7 usr/lib/libXaw7.so.7.0.0 usr/lib/libXcomposite.so.1 usr/lib/libXcomposite.so.1.0.0 usr/lib/libXcursor.so.1 usr/lib/libXcursor.so.1.0.2 usr/lib/libXdamage.so.1 usr/lib/libXdamage.so.1.1.0 usr/lib/libXdmcp.so.6 usr/lib/libXdmcp.so.6.0.0 usr/lib/libXevie.so.1 usr/lib/libXevie.so.1.0.0 usr/lib/libXext.so.6 usr/lib/libXext.so.6.4.0 usr/lib/libXfixes.so.3 usr/lib/libXfixes.so.3.1.0 usr/lib/libXfont.so.1 usr/lib/libXfont.so.1.4.1 +usr/lib/libXfont2.so.2 +usr/lib/libXfont2.so.2.0.0 usr/lib/libXft.so.2 usr/lib/libXft.so.2.3.2 usr/lib/libXi.so.6 usr/lib/libXi.so.6.1.0 usr/lib/libXinerama.so.1 usr/lib/libXinerama.so.1.0.0 usr/lib/libXmu.so.6 usr/lib/libXmu.so.6.2.0 usr/lib/libXmuu.so.1 usr/lib/libXmuu.so.1.0.0 usr/lib/libXp.so.6 usr/lib/libXp.so.6.2.0 usr/lib/libXpm.so.4 usr/lib/libXpm.so.4.11.0 usr/lib/libXrandr.so.2 usr/lib/libXrandr.so.2.2.0 usr/lib/libXrender.so.1 usr/lib/libXrender.so.1.3.0 usr/lib/libXss.so.1 usr/lib/libXss.so.1.0.0 usr/lib/libXt.so.6 usr/lib/libXt.so.6.0.0 usr/lib/libXtst.so.6 usr/lib/libXtst.so.6.1.0 usr/lib/libXv.so.1 usr/lib/libXv.so.1.0.0 usr/lib/libXvMC.so.1 usr/lib/libXvMC.so.1.0.0 usr/lib/libXvMCW.so.1 usr/lib/libXvMCW.so.1.0.0 usr/lib/libXxf86dga.so.1 usr/lib/libXxf86dga.so.1.0.0 usr/lib/libXxf86misc.so.1 usr/lib/libXxf86misc.so.1.1.0 usr/lib/libXxf86vm.so.1 usr/lib/libXxf86vm.so.1.0.0 usr/lib/libfontenc.so.1 usr/lib/libfontenc.so.1.0.0 usr/lib/libxcb-composite.so.0 usr/lib/libxcb-composite.so.0.0.0 usr/lib/libxcb-damage.so.0 usr/lib/libxcb-damage.so.0.0.0 usr/lib/libxcb-dpms.so.0 usr/lib/libxcb-dpms.so.0.0.0 usr/lib/libxcb-dri2.so.0 usr/lib/libxcb-dri2.so.0.0.0 usr/lib/libxcb-dri3.so.0 usr/lib/libxcb-dri3.so.0.0.0 usr/lib/libxcb-glx.so.0 usr/lib/libxcb-glx.so.0.0.0 usr/lib/libxcb-present.so.0 usr/lib/libxcb-present.so.0.0.0 usr/lib/libxcb-randr.so.0 usr/lib/libxcb-randr.so.0.1.0 usr/lib/libxcb-record.so.0 usr/lib/libxcb-record.so.0.0.0 usr/lib/libxcb-render.so.0 usr/lib/libxcb-render.so.0.0.0 usr/lib/libxcb-res.so.0 usr/lib/libxcb-res.so.0.0.0 usr/lib/libxcb-screensaver.so.0 usr/lib/libxcb-screensaver.so.0.0.0 usr/lib/libxcb-shape.so.0 usr/lib/libxcb-shape.so.0.0.0 usr/lib/libxcb-shm.so.0 usr/lib/libxcb-shm.so.0.0.0 usr/lib/libxcb-sync.so.1 usr/lib/libxcb-sync.so.1.0.0 usr/lib/libxcb-xevie.so.0 usr/lib/libxcb-xevie.so.0.0.0 usr/lib/libxcb-xf86dri.so.0 usr/lib/libxcb-xf86dri.so.0.0.0 usr/lib/libxcb-xfixes.so.0 usr/lib/libxcb-xfixes.so.0.0.0 usr/lib/libxcb-xinerama.so.0 usr/lib/libxcb-xinerama.so.0.0.0 usr/lib/libxcb-xinput.so.0 usr/lib/libxcb-xinput.so.0.1.0 usr/lib/libxcb-xkb.so.1 usr/lib/libxcb-xkb.so.1.0.0 usr/lib/libxcb-xselinux.so.0 usr/lib/libxcb-xselinux.so.0.0.0 usr/lib/libxcb-xtest.so.0 usr/lib/libxcb-xtest.so.0.0.0 usr/lib/libxcb-xv.so.0 usr/lib/libxcb-xv.so.0.0.0 usr/lib/libxcb-xvmc.so.0 usr/lib/libxcb-xvmc.so.0.0.0 usr/lib/libxcb.so.1 usr/lib/libxcb.so.1.1.0 usr/lib/libxkbfile.so.1 usr/lib/libxkbfile.so.1.0.2 usr/lib/libxshmfence.so.1 usr/lib/libxshmfence.so.1.0.0 usr/lib64/libICE.so.6 usr/lib64/libICE.so.6.3.0 usr/lib64/libSM.so.6 usr/lib64/libSM.so.6.0.1 usr/lib64/libX11-xcb.so.1 usr/lib64/libX11-xcb.so.1.0.0 usr/lib64/libX11.so.6 usr/lib64/libX11.so.6.3.0 usr/lib64/libXRes.so.1 usr/lib64/libXRes.so.1.0.0 usr/lib64/libXau.so.6 usr/lib64/libXau.so.6.0.0 usr/lib64/libXaw.so.7 usr/lib64/libXaw7.so.7 usr/lib64/libXaw7.so.7.0.0 usr/lib64/libXcomposite.so.1 usr/lib64/libXcomposite.so.1.0.0 usr/lib64/libXcursor.so.1 usr/lib64/libXcursor.so.1.0.2 usr/lib64/libXdamage.so.1 usr/lib64/libXdamage.so.1.1.0 usr/lib64/libXdmcp.so.6 usr/lib64/libXdmcp.so.6.0.0 usr/lib64/libXevie.so.1 usr/lib64/libXevie.so.1.0.0 usr/lib64/libXext.so.6 usr/lib64/libXext.so.6.4.0 usr/lib64/libXfixes.so.3 usr/lib64/libXfixes.so.3.1.0 usr/lib64/libXfont.so.1 usr/lib64/libXfont.so.1.4.1 +usr/lib64/libXfont2.so.2 +usr/lib64/libXfont2.so.2.0.0 usr/lib64/libXft.so.2 usr/lib64/libXft.so.2.3.2 usr/lib64/libXi.so.6 usr/lib64/libXi.so.6.1.0 usr/lib64/libXinerama.so.1 usr/lib64/libXinerama.so.1.0.0 usr/lib64/libXmu.so.6 usr/lib64/libXmu.so.6.2.0 usr/lib64/libXmuu.so.1 usr/lib64/libXmuu.so.1.0.0 usr/lib64/libXp.so.6 usr/lib64/libXp.so.6.2.0 usr/lib64/libXpm.so.4 usr/lib64/libXpm.so.4.11.0 usr/lib64/libXrandr.so.2 usr/lib64/libXrandr.so.2.2.0 usr/lib64/libXrender.so.1 usr/lib64/libXrender.so.1.3.0 usr/lib64/libXss.so.1 usr/lib64/libXss.so.1.0.0 usr/lib64/libXt.so.6 usr/lib64/libXt.so.6.0.0 usr/lib64/libXtst.so.6 usr/lib64/libXtst.so.6.1.0 usr/lib64/libXv.so.1 usr/lib64/libXv.so.1.0.0 usr/lib64/libXvMC.so.1 usr/lib64/libXvMC.so.1.0.0 usr/lib64/libXvMCW.so.1 usr/lib64/libXvMCW.so.1.0.0 usr/lib64/libXxf86dga.so.1 usr/lib64/libXxf86dga.so.1.0.0 usr/lib64/libXxf86misc.so.1 usr/lib64/libXxf86misc.so.1.1.0 usr/lib64/libXxf86vm.so.1 usr/lib64/libXxf86vm.so.1.0.0 usr/lib64/libfontenc.so.1 usr/lib64/libfontenc.so.1.0.0 usr/lib64/libxcb-composite.so.0 usr/lib64/libxcb-composite.so.0.0.0 usr/lib64/libxcb-damage.so.0 usr/lib64/libxcb-damage.so.0.0.0 usr/lib64/libxcb-dpms.so.0 usr/lib64/libxcb-dpms.so.0.0.0 usr/lib64/libxcb-dri2.so.0 usr/lib64/libxcb-dri2.so.0.0.0 usr/lib64/libxcb-dri3.so.0 usr/lib64/libxcb-dri3.so.0.0.0 usr/lib64/libxcb-glx.so.0 usr/lib64/libxcb-glx.so.0.0.0 usr/lib64/libxcb-present.so.0 usr/lib64/libxcb-present.so.0.0.0 usr/lib64/libxcb-randr.so.0 usr/lib64/libxcb-randr.so.0.1.0 usr/lib64/libxcb-record.so.0 usr/lib64/libxcb-record.so.0.0.0 usr/lib64/libxcb-render.so.0 usr/lib64/libxcb-render.so.0.0.0 usr/lib64/libxcb-res.so.0 usr/lib64/libxcb-res.so.0.0.0 usr/lib64/libxcb-screensaver.so.0 usr/lib64/libxcb-screensaver.so.0.0.0 usr/lib64/libxcb-shape.so.0 usr/lib64/libxcb-shape.so.0.0.0 usr/lib64/libxcb-shm.so.0 usr/lib64/libxcb-shm.so.0.0.0 usr/lib64/libxcb-sync.so.1 usr/lib64/libxcb-sync.so.1.0.0 usr/lib64/libxcb-xevie.so.0 usr/lib64/libxcb-xevie.so.0.0.0 usr/lib64/libxcb-xf86dri.so.0 usr/lib64/libxcb-xf86dri.so.0.0.0 usr/lib64/libxcb-xfixes.so.0 usr/lib64/libxcb-xfixes.so.0.0.0 usr/lib64/libxcb-xinerama.so.0 usr/lib64/libxcb-xinerama.so.0.0.0 usr/lib64/libxcb-xinput.so.0 usr/lib64/libxcb-xinput.so.0.1.0 usr/lib64/libxcb-xkb.so.1 usr/lib64/libxcb-xkb.so.1.0.0 usr/lib64/libxcb-xselinux.so.0 usr/lib64/libxcb-xselinux.so.0.0.0 usr/lib64/libxcb-xtest.so.0 usr/lib64/libxcb-xtest.so.0.0.0 usr/lib64/libxcb-xv.so.0 usr/lib64/libxcb-xv.so.0.0.0 usr/lib64/libxcb-xvmc.so.0 usr/lib64/libxcb-xvmc.so.0.0.0 usr/lib64/libxcb.so.1 usr/lib64/libxcb.so.1.1.0 usr/lib64/libxkbfile.so.1 usr/lib64/libxkbfile.so.1.0.2 usr/lib64/libxshmfence.so.1 usr/lib64/libxshmfence.so.1.0.0 usr/share/X11/XErrorDB usr/share/X11/locale/C/Compose usr/share/X11/locale/C/XI18N_OBJS usr/share/X11/locale/C/XLC_LOCALE usr/share/X11/locale/am_ET.UTF-8/Compose usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE usr/share/X11/locale/armscii-8/Compose usr/share/X11/locale/armscii-8/XI18N_OBJS usr/share/X11/locale/armscii-8/XLC_LOCALE usr/share/X11/locale/compose.dir usr/share/X11/locale/cs_CZ.UTF-8/Compose usr/share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS usr/share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE usr/share/X11/locale/el_GR.UTF-8/Compose usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE usr/share/X11/locale/en_US.UTF-8/Compose usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE usr/share/X11/locale/fi_FI.UTF-8/Compose usr/share/X11/locale/fi_FI.UTF-8/XI18N_OBJS usr/share/X11/locale/fi_FI.UTF-8/XLC_LOCALE usr/share/X11/locale/georgian-academy/Compose usr/share/X11/locale/georgian-academy/XI18N_OBJS usr/share/X11/locale/georgian-academy/XLC_LOCALE usr/share/X11/locale/georgian-ps/Compose usr/share/X11/locale/georgian-ps/XI18N_OBJS usr/share/X11/locale/georgian-ps/XLC_LOCALE usr/share/X11/locale/ibm-cp1133/Compose usr/share/X11/locale/ibm-cp1133/XI18N_OBJS usr/share/X11/locale/ibm-cp1133/XLC_LOCALE usr/share/X11/locale/iscii-dev/Compose usr/share/X11/locale/iscii-dev/XI18N_OBJS usr/share/X11/locale/iscii-dev/XLC_LOCALE usr/share/X11/locale/isiri-3342/Compose usr/share/X11/locale/isiri-3342/XI18N_OBJS usr/share/X11/locale/isiri-3342/XLC_LOCALE usr/share/X11/locale/iso8859-1/Compose usr/share/X11/locale/iso8859-1/XI18N_OBJS usr/share/X11/locale/iso8859-1/XLC_LOCALE usr/share/X11/locale/iso8859-10/Compose usr/share/X11/locale/iso8859-10/XI18N_OBJS usr/share/X11/locale/iso8859-10/XLC_LOCALE usr/share/X11/locale/iso8859-11/Compose usr/share/X11/locale/iso8859-11/XI18N_OBJS usr/share/X11/locale/iso8859-11/XLC_LOCALE usr/share/X11/locale/iso8859-13/Compose usr/share/X11/locale/iso8859-13/XI18N_OBJS usr/share/X11/locale/iso8859-13/XLC_LOCALE usr/share/X11/locale/iso8859-14/Compose usr/share/X11/locale/iso8859-14/XI18N_OBJS usr/share/X11/locale/iso8859-14/XLC_LOCALE usr/share/X11/locale/iso8859-15/Compose usr/share/X11/locale/iso8859-15/XI18N_OBJS usr/share/X11/locale/iso8859-15/XLC_LOCALE usr/share/X11/locale/iso8859-2/Compose usr/share/X11/locale/iso8859-2/XI18N_OBJS usr/share/X11/locale/iso8859-2/XLC_LOCALE usr/share/X11/locale/iso8859-3/Compose usr/share/X11/locale/iso8859-3/XI18N_OBJS usr/share/X11/locale/iso8859-3/XLC_LOCALE usr/share/X11/locale/iso8859-4/Compose usr/share/X11/locale/iso8859-4/XI18N_OBJS usr/share/X11/locale/iso8859-4/XLC_LOCALE usr/share/X11/locale/iso8859-5/Compose usr/share/X11/locale/iso8859-5/XI18N_OBJS usr/share/X11/locale/iso8859-5/XLC_LOCALE usr/share/X11/locale/iso8859-6/Compose usr/share/X11/locale/iso8859-6/XI18N_OBJS usr/share/X11/locale/iso8859-6/XLC_LOCALE usr/share/X11/locale/iso8859-7/Compose usr/share/X11/locale/iso8859-7/XI18N_OBJS usr/share/X11/locale/iso8859-7/XLC_LOCALE usr/share/X11/locale/iso8859-8/Compose usr/share/X11/locale/iso8859-8/XI18N_OBJS usr/share/X11/locale/iso8859-8/XLC_LOCALE usr/share/X11/locale/iso8859-9/Compose usr/share/X11/locale/iso8859-9/XI18N_OBJS usr/share/X11/locale/iso8859-9/XLC_LOCALE usr/share/X11/locale/iso8859-9e/Compose usr/share/X11/locale/iso8859-9e/XI18N_OBJS usr/share/X11/locale/iso8859-9e/XLC_LOCALE usr/share/X11/locale/ja.JIS/Compose usr/share/X11/locale/ja.JIS/XI18N_OBJS usr/share/X11/locale/ja.JIS/XLC_LOCALE usr/share/X11/locale/ja.SJIS/Compose usr/share/X11/locale/ja.SJIS/XI18N_OBJS usr/share/X11/locale/ja.SJIS/XLC_LOCALE usr/share/X11/locale/ja/Compose usr/share/X11/locale/ja/XI18N_OBJS usr/share/X11/locale/ja/XLC_LOCALE usr/share/X11/locale/ja_JP.UTF-8/Compose usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE usr/share/X11/locale/km_KH.UTF-8/Compose usr/share/X11/locale/km_KH.UTF-8/XI18N_OBJS usr/share/X11/locale/km_KH.UTF-8/XLC_LOCALE usr/share/X11/locale/ko/Compose usr/share/X11/locale/ko/XI18N_OBJS usr/share/X11/locale/ko/XLC_LOCALE usr/share/X11/locale/ko_KR.UTF-8/Compose usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE usr/share/X11/locale/koi8-c/Compose usr/share/X11/locale/koi8-c/XI18N_OBJS usr/share/X11/locale/koi8-c/XLC_LOCALE usr/share/X11/locale/koi8-r/Compose usr/share/X11/locale/koi8-r/XI18N_OBJS usr/share/X11/locale/koi8-r/XLC_LOCALE usr/share/X11/locale/koi8-u/Compose usr/share/X11/locale/koi8-u/XI18N_OBJS usr/share/X11/locale/koi8-u/XLC_LOCALE usr/share/X11/locale/locale.alias usr/share/X11/locale/locale.dir usr/share/X11/locale/microsoft-cp1251/Compose usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE usr/share/X11/locale/microsoft-cp1255/Compose usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE usr/share/X11/locale/microsoft-cp1256/Compose usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE usr/share/X11/locale/mulelao-1/Compose usr/share/X11/locale/mulelao-1/XI18N_OBJS usr/share/X11/locale/mulelao-1/XLC_LOCALE usr/share/X11/locale/nokhchi-1/Compose usr/share/X11/locale/nokhchi-1/XI18N_OBJS usr/share/X11/locale/nokhchi-1/XLC_LOCALE usr/share/X11/locale/pt_BR.UTF-8/Compose usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE usr/share/X11/locale/pt_PT.UTF-8/Compose usr/share/X11/locale/pt_PT.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_PT.UTF-8/XLC_LOCALE usr/share/X11/locale/ru_RU.UTF-8/Compose usr/share/X11/locale/ru_RU.UTF-8/XI18N_OBJS usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE usr/share/X11/locale/sr_CS.UTF-8/Compose usr/share/X11/locale/sr_CS.UTF-8/XI18N_OBJS usr/share/X11/locale/sr_CS.UTF-8/XLC_LOCALE usr/share/X11/locale/tatar-cyr/Compose usr/share/X11/locale/tatar-cyr/XI18N_OBJS usr/share/X11/locale/tatar-cyr/XLC_LOCALE usr/share/X11/locale/th_TH.UTF-8/Compose usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE usr/share/X11/locale/th_TH/Compose usr/share/X11/locale/th_TH/XI18N_OBJS usr/share/X11/locale/th_TH/XLC_LOCALE usr/share/X11/locale/tscii-0/Compose usr/share/X11/locale/tscii-0/XI18N_OBJS usr/share/X11/locale/tscii-0/XLC_LOCALE usr/share/X11/locale/vi_VN.tcvn/Compose usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE usr/share/X11/locale/vi_VN.viscii/Compose usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE usr/share/X11/locale/zh_CN.UTF-8/Compose usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_CN.gb18030/Compose usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE usr/share/X11/locale/zh_CN.gbk/Compose usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE usr/share/X11/locale/zh_CN/Compose usr/share/X11/locale/zh_CN/XI18N_OBJS usr/share/X11/locale/zh_CN/XLC_LOCALE usr/share/X11/locale/zh_HK.UTF-8/Compose usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_HK.big5/Compose usr/share/X11/locale/zh_HK.big5/XI18N_OBJS usr/share/X11/locale/zh_HK.big5/XLC_LOCALE usr/share/X11/locale/zh_HK.big5hkscs/Compose usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE usr/share/X11/locale/zh_TW.UTF-8/Compose usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_TW.big5/Compose usr/share/X11/locale/zh_TW.big5/XI18N_OBJS usr/share/X11/locale/zh_TW.big5/XLC_LOCALE usr/share/X11/locale/zh_TW/Compose usr/share/X11/locale/zh_TW/XI18N_OBJS usr/share/X11/locale/zh_TW/XLC_LOCALE %%PORTDOCS%%usr/share/doc/libICE/AUTHORS %%PORTDOCS%%usr/share/doc/libICE/COPYING %%PORTDOCS%%usr/share/doc/libICE/ChangeLog %%PORTDOCS%%usr/share/doc/libSM-1.2.2/AUTHORS %%PORTDOCS%%usr/share/doc/libSM-1.2.2/COPYING %%PORTDOCS%%usr/share/doc/libSM-1.2.2/ChangeLog %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/AUTHORS %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/COPYING %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/NEWS %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/README %%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/COPYING %%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/README %%PORTDOCS%%usr/share/doc/libXau-1.0.8/AUTHORS %%PORTDOCS%%usr/share/doc/libXau-1.0.8/COPYING %%PORTDOCS%%usr/share/doc/libXau-1.0.8/ChangeLog %%PORTDOCS%%usr/share/doc/libXau-1.0.8/README %%PORTDOCS%%usr/share/doc/libXaw/COPYING %%PORTDOCS%%usr/share/doc/libXaw/ChangeLog %%PORTDOCS%%usr/share/doc/libXaw/README %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/AUTHORS %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/COPYING %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/ChangeLog %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/README -%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/AUTHORS -%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/COPYING -%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/README +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.15/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.15/COPYING +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.15/README %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/AUTHORS %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/COPYING %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/ChangeLog %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/README %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/AUTHORS %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/COPYING %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/Wraphelp.README.crypto %%PORTDOCS%%usr/share/doc/libXevie-1.0.3/AUTHORS %%PORTDOCS%%usr/share/doc/libXevie-1.0.3/COPYING %%PORTDOCS%%usr/share/doc/libXevie-1.0.3/ChangeLog %%PORTDOCS%%usr/share/doc/libXext-1.3.3/AUTHORS %%PORTDOCS%%usr/share/doc/libXext-1.3.3/COPYING %%PORTDOCS%%usr/share/doc/libXfixes-5.0.3/AUTHORS %%PORTDOCS%%usr/share/doc/libXfixes-5.0.3/COPYING %%PORTDOCS%%usr/share/doc/libXfixes-5.0.3/README -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/AUTHORS -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/COPYING -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/ChangeLog -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/README +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/COPYING +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/README +%%PORTDOCS%%usr/share/doc/libXfont2-2.0.3/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont2-2.0.3/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont2-2.0.3/README %%PORTDOCS%%usr/share/doc/libXft-2.3.2/AUTHORS %%PORTDOCS%%usr/share/doc/libXft-2.3.2/COPYING %%PORTDOCS%%usr/share/doc/libXft-2.3.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXft-2.3.2/README %%PORTDOCS%%usr/share/doc/libXi-1.7.9/COPYING %%PORTDOCS%%usr/share/doc/libXinerama-1.1.3/COPYING %%PORTDOCS%%usr/share/doc/libXmu-1.1.2/COPYING %%PORTDOCS%%usr/share/doc/libXmu-1.1.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXmu-1.1.2/README %%PORTDOCS%%usr/share/doc/libXp-1.0.2/AUTHORS %%PORTDOCS%%usr/share/doc/libXp-1.0.2/COPYING %%PORTDOCS%%usr/share/doc/libXp-1.0.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXpm-3.5.12/AUTHORS %%PORTDOCS%%usr/share/doc/libXpm-3.5.12/COPYING %%PORTDOCS%%usr/share/doc/libXpm-3.5.12/ChangeLog %%PORTDOCS%%usr/share/doc/libXrandr-1.5.1/AUTHORS %%PORTDOCS%%usr/share/doc/libXrandr-1.5.1/COPYING %%PORTDOCS%%usr/share/doc/libXrender-0.9.10/AUTHORS %%PORTDOCS%%usr/share/doc/libXrender-0.9.10/COPYING -%%PORTDOCS%%usr/share/doc/libXres-1.0.7/AUTHORS -%%PORTDOCS%%usr/share/doc/libXres-1.0.7/COPYING +%%PORTDOCS%%usr/share/doc/libXres-1.2.0/AUTHORS +%%PORTDOCS%%usr/share/doc/libXres-1.2.0/COPYING %%PORTDOCS%%usr/share/doc/libXt/COPYING %%PORTDOCS%%usr/share/doc/libXtst-1.2.3/COPYING %%PORTDOCS%%usr/share/doc/libXv-1.0.11/AUTHORS %%PORTDOCS%%usr/share/doc/libXv-1.0.11/COPYING %%PORTDOCS%%usr/share/doc/libXvMC-1.0.10/COPYING %%PORTDOCS%%usr/share/doc/libXvMC-1.0.10/README %%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/COPYING %%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/README %%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/COPYING %%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/ChangeLog %%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/README %%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.4/COPYING %%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.4/README %%PORTDOCS%%usr/share/doc/libfontenc-1.1.3/COPYING %%PORTDOCS%%usr/share/doc/libfontenc-1.1.3/ChangeLog %%PORTDOCS%%usr/share/doc/libfontenc-1.1.3/README %%PORTDOCS%%usr/share/doc/libxkbfile-1.0.9/COPYING %%PORTDOCS%%usr/share/doc/libxkbfile-1.0.9/ChangeLog +usr/share/licenses/libXfont2-2.0.3/COPYING @dir usr/share/X11/app-defaults Index: head/x11/linux-c7-xorg-libs/pkg-plist.i386 =================================================================== --- head/x11/linux-c7-xorg-libs/pkg-plist.i386 (revision 503721) +++ head/x11/linux-c7-xorg-libs/pkg-plist.i386 (revision 503722) @@ -1,402 +1,408 @@ usr/lib/libICE.so.6 usr/lib/libICE.so.6.3.0 usr/lib/libSM.so.6 usr/lib/libSM.so.6.0.1 usr/lib/libX11-xcb.so.1 usr/lib/libX11-xcb.so.1.0.0 usr/lib/libX11.so.6 usr/lib/libX11.so.6.3.0 usr/lib/libXRes.so.1 usr/lib/libXRes.so.1.0.0 usr/lib/libXau.so.6 usr/lib/libXau.so.6.0.0 usr/lib/libXaw.so.7 usr/lib/libXaw7.so.7 usr/lib/libXaw7.so.7.0.0 usr/lib/libXcomposite.so.1 usr/lib/libXcomposite.so.1.0.0 usr/lib/libXcursor.so.1 usr/lib/libXcursor.so.1.0.2 usr/lib/libXdamage.so.1 usr/lib/libXdamage.so.1.1.0 usr/lib/libXdmcp.so.6 usr/lib/libXdmcp.so.6.0.0 usr/lib/libXevie.so.1 usr/lib/libXevie.so.1.0.0 usr/lib/libXext.so.6 usr/lib/libXext.so.6.4.0 usr/lib/libXfixes.so.3 usr/lib/libXfixes.so.3.1.0 usr/lib/libXfont.so.1 usr/lib/libXfont.so.1.4.1 +usr/lib/libXfont2.so.2 +usr/lib/libXfont2.so.2.0.0 usr/lib/libXft.so.2 usr/lib/libXft.so.2.3.2 usr/lib/libXi.so.6 usr/lib/libXi.so.6.1.0 usr/lib/libXinerama.so.1 usr/lib/libXinerama.so.1.0.0 usr/lib/libXmu.so.6 usr/lib/libXmu.so.6.2.0 usr/lib/libXmuu.so.1 usr/lib/libXmuu.so.1.0.0 usr/lib/libXp.so.6 usr/lib/libXp.so.6.2.0 usr/lib/libXpm.so.4 usr/lib/libXpm.so.4.11.0 usr/lib/libXrandr.so.2 usr/lib/libXrandr.so.2.2.0 usr/lib/libXrender.so.1 usr/lib/libXrender.so.1.3.0 usr/lib/libXss.so.1 usr/lib/libXss.so.1.0.0 usr/lib/libXt.so.6 usr/lib/libXt.so.6.0.0 usr/lib/libXtst.so.6 usr/lib/libXtst.so.6.1.0 usr/lib/libXv.so.1 usr/lib/libXv.so.1.0.0 usr/lib/libXvMC.so.1 usr/lib/libXvMC.so.1.0.0 usr/lib/libXvMCW.so.1 usr/lib/libXvMCW.so.1.0.0 usr/lib/libXxf86dga.so.1 usr/lib/libXxf86dga.so.1.0.0 usr/lib/libXxf86misc.so.1 usr/lib/libXxf86misc.so.1.1.0 usr/lib/libXxf86vm.so.1 usr/lib/libXxf86vm.so.1.0.0 usr/lib/libfontenc.so.1 usr/lib/libfontenc.so.1.0.0 usr/lib/libxcb-composite.so.0 usr/lib/libxcb-composite.so.0.0.0 usr/lib/libxcb-damage.so.0 usr/lib/libxcb-damage.so.0.0.0 usr/lib/libxcb-dpms.so.0 usr/lib/libxcb-dpms.so.0.0.0 usr/lib/libxcb-dri2.so.0 usr/lib/libxcb-dri2.so.0.0.0 usr/lib/libxcb-dri3.so.0 usr/lib/libxcb-dri3.so.0.0.0 usr/lib/libxcb-glx.so.0 usr/lib/libxcb-glx.so.0.0.0 usr/lib/libxcb-present.so.0 usr/lib/libxcb-present.so.0.0.0 usr/lib/libxcb-randr.so.0 usr/lib/libxcb-randr.so.0.1.0 usr/lib/libxcb-record.so.0 usr/lib/libxcb-record.so.0.0.0 usr/lib/libxcb-render.so.0 usr/lib/libxcb-render.so.0.0.0 usr/lib/libxcb-res.so.0 usr/lib/libxcb-res.so.0.0.0 usr/lib/libxcb-screensaver.so.0 usr/lib/libxcb-screensaver.so.0.0.0 usr/lib/libxcb-shape.so.0 usr/lib/libxcb-shape.so.0.0.0 usr/lib/libxcb-shm.so.0 usr/lib/libxcb-shm.so.0.0.0 usr/lib/libxcb-sync.so.1 usr/lib/libxcb-sync.so.1.0.0 usr/lib/libxcb-xevie.so.0 usr/lib/libxcb-xevie.so.0.0.0 usr/lib/libxcb-xf86dri.so.0 usr/lib/libxcb-xf86dri.so.0.0.0 usr/lib/libxcb-xfixes.so.0 usr/lib/libxcb-xfixes.so.0.0.0 usr/lib/libxcb-xinerama.so.0 usr/lib/libxcb-xinerama.so.0.0.0 usr/lib/libxcb-xinput.so.0 usr/lib/libxcb-xinput.so.0.1.0 usr/lib/libxcb-xkb.so.1 usr/lib/libxcb-xkb.so.1.0.0 usr/lib/libxcb-xselinux.so.0 usr/lib/libxcb-xselinux.so.0.0.0 usr/lib/libxcb-xtest.so.0 usr/lib/libxcb-xtest.so.0.0.0 usr/lib/libxcb-xv.so.0 usr/lib/libxcb-xv.so.0.0.0 usr/lib/libxcb-xvmc.so.0 usr/lib/libxcb-xvmc.so.0.0.0 usr/lib/libxcb.so.1 usr/lib/libxcb.so.1.1.0 usr/lib/libxkbfile.so.1 usr/lib/libxkbfile.so.1.0.2 usr/lib/libxshmfence.so.1 usr/lib/libxshmfence.so.1.0.0 usr/share/X11/XErrorDB usr/share/X11/locale/C/Compose usr/share/X11/locale/C/XI18N_OBJS usr/share/X11/locale/C/XLC_LOCALE usr/share/X11/locale/am_ET.UTF-8/Compose usr/share/X11/locale/am_ET.UTF-8/XI18N_OBJS usr/share/X11/locale/am_ET.UTF-8/XLC_LOCALE usr/share/X11/locale/armscii-8/Compose usr/share/X11/locale/armscii-8/XI18N_OBJS usr/share/X11/locale/armscii-8/XLC_LOCALE usr/share/X11/locale/compose.dir usr/share/X11/locale/cs_CZ.UTF-8/Compose usr/share/X11/locale/cs_CZ.UTF-8/XI18N_OBJS usr/share/X11/locale/cs_CZ.UTF-8/XLC_LOCALE usr/share/X11/locale/el_GR.UTF-8/Compose usr/share/X11/locale/el_GR.UTF-8/XI18N_OBJS usr/share/X11/locale/el_GR.UTF-8/XLC_LOCALE usr/share/X11/locale/en_US.UTF-8/Compose usr/share/X11/locale/en_US.UTF-8/XI18N_OBJS usr/share/X11/locale/en_US.UTF-8/XLC_LOCALE usr/share/X11/locale/fi_FI.UTF-8/Compose usr/share/X11/locale/fi_FI.UTF-8/XI18N_OBJS usr/share/X11/locale/fi_FI.UTF-8/XLC_LOCALE usr/share/X11/locale/georgian-academy/Compose usr/share/X11/locale/georgian-academy/XI18N_OBJS usr/share/X11/locale/georgian-academy/XLC_LOCALE usr/share/X11/locale/georgian-ps/Compose usr/share/X11/locale/georgian-ps/XI18N_OBJS usr/share/X11/locale/georgian-ps/XLC_LOCALE usr/share/X11/locale/ibm-cp1133/Compose usr/share/X11/locale/ibm-cp1133/XI18N_OBJS usr/share/X11/locale/ibm-cp1133/XLC_LOCALE usr/share/X11/locale/iscii-dev/Compose usr/share/X11/locale/iscii-dev/XI18N_OBJS usr/share/X11/locale/iscii-dev/XLC_LOCALE usr/share/X11/locale/isiri-3342/Compose usr/share/X11/locale/isiri-3342/XI18N_OBJS usr/share/X11/locale/isiri-3342/XLC_LOCALE usr/share/X11/locale/iso8859-1/Compose usr/share/X11/locale/iso8859-1/XI18N_OBJS usr/share/X11/locale/iso8859-1/XLC_LOCALE usr/share/X11/locale/iso8859-10/Compose usr/share/X11/locale/iso8859-10/XI18N_OBJS usr/share/X11/locale/iso8859-10/XLC_LOCALE usr/share/X11/locale/iso8859-11/Compose usr/share/X11/locale/iso8859-11/XI18N_OBJS usr/share/X11/locale/iso8859-11/XLC_LOCALE usr/share/X11/locale/iso8859-13/Compose usr/share/X11/locale/iso8859-13/XI18N_OBJS usr/share/X11/locale/iso8859-13/XLC_LOCALE usr/share/X11/locale/iso8859-14/Compose usr/share/X11/locale/iso8859-14/XI18N_OBJS usr/share/X11/locale/iso8859-14/XLC_LOCALE usr/share/X11/locale/iso8859-15/Compose usr/share/X11/locale/iso8859-15/XI18N_OBJS usr/share/X11/locale/iso8859-15/XLC_LOCALE usr/share/X11/locale/iso8859-2/Compose usr/share/X11/locale/iso8859-2/XI18N_OBJS usr/share/X11/locale/iso8859-2/XLC_LOCALE usr/share/X11/locale/iso8859-3/Compose usr/share/X11/locale/iso8859-3/XI18N_OBJS usr/share/X11/locale/iso8859-3/XLC_LOCALE usr/share/X11/locale/iso8859-4/Compose usr/share/X11/locale/iso8859-4/XI18N_OBJS usr/share/X11/locale/iso8859-4/XLC_LOCALE usr/share/X11/locale/iso8859-5/Compose usr/share/X11/locale/iso8859-5/XI18N_OBJS usr/share/X11/locale/iso8859-5/XLC_LOCALE usr/share/X11/locale/iso8859-6/Compose usr/share/X11/locale/iso8859-6/XI18N_OBJS usr/share/X11/locale/iso8859-6/XLC_LOCALE usr/share/X11/locale/iso8859-7/Compose usr/share/X11/locale/iso8859-7/XI18N_OBJS usr/share/X11/locale/iso8859-7/XLC_LOCALE usr/share/X11/locale/iso8859-8/Compose usr/share/X11/locale/iso8859-8/XI18N_OBJS usr/share/X11/locale/iso8859-8/XLC_LOCALE usr/share/X11/locale/iso8859-9/Compose usr/share/X11/locale/iso8859-9/XI18N_OBJS usr/share/X11/locale/iso8859-9/XLC_LOCALE usr/share/X11/locale/iso8859-9e/Compose usr/share/X11/locale/iso8859-9e/XI18N_OBJS usr/share/X11/locale/iso8859-9e/XLC_LOCALE usr/share/X11/locale/ja.JIS/Compose usr/share/X11/locale/ja.JIS/XI18N_OBJS usr/share/X11/locale/ja.JIS/XLC_LOCALE usr/share/X11/locale/ja.SJIS/Compose usr/share/X11/locale/ja.SJIS/XI18N_OBJS usr/share/X11/locale/ja.SJIS/XLC_LOCALE usr/share/X11/locale/ja/Compose usr/share/X11/locale/ja/XI18N_OBJS usr/share/X11/locale/ja/XLC_LOCALE usr/share/X11/locale/ja_JP.UTF-8/Compose usr/share/X11/locale/ja_JP.UTF-8/XI18N_OBJS usr/share/X11/locale/ja_JP.UTF-8/XLC_LOCALE usr/share/X11/locale/km_KH.UTF-8/Compose usr/share/X11/locale/km_KH.UTF-8/XI18N_OBJS usr/share/X11/locale/km_KH.UTF-8/XLC_LOCALE usr/share/X11/locale/ko/Compose usr/share/X11/locale/ko/XI18N_OBJS usr/share/X11/locale/ko/XLC_LOCALE usr/share/X11/locale/ko_KR.UTF-8/Compose usr/share/X11/locale/ko_KR.UTF-8/XI18N_OBJS usr/share/X11/locale/ko_KR.UTF-8/XLC_LOCALE usr/share/X11/locale/koi8-c/Compose usr/share/X11/locale/koi8-c/XI18N_OBJS usr/share/X11/locale/koi8-c/XLC_LOCALE usr/share/X11/locale/koi8-r/Compose usr/share/X11/locale/koi8-r/XI18N_OBJS usr/share/X11/locale/koi8-r/XLC_LOCALE usr/share/X11/locale/koi8-u/Compose usr/share/X11/locale/koi8-u/XI18N_OBJS usr/share/X11/locale/koi8-u/XLC_LOCALE usr/share/X11/locale/locale.alias usr/share/X11/locale/locale.dir usr/share/X11/locale/microsoft-cp1251/Compose usr/share/X11/locale/microsoft-cp1251/XI18N_OBJS usr/share/X11/locale/microsoft-cp1251/XLC_LOCALE usr/share/X11/locale/microsoft-cp1255/Compose usr/share/X11/locale/microsoft-cp1255/XI18N_OBJS usr/share/X11/locale/microsoft-cp1255/XLC_LOCALE usr/share/X11/locale/microsoft-cp1256/Compose usr/share/X11/locale/microsoft-cp1256/XI18N_OBJS usr/share/X11/locale/microsoft-cp1256/XLC_LOCALE usr/share/X11/locale/mulelao-1/Compose usr/share/X11/locale/mulelao-1/XI18N_OBJS usr/share/X11/locale/mulelao-1/XLC_LOCALE usr/share/X11/locale/nokhchi-1/Compose usr/share/X11/locale/nokhchi-1/XI18N_OBJS usr/share/X11/locale/nokhchi-1/XLC_LOCALE usr/share/X11/locale/pt_BR.UTF-8/Compose usr/share/X11/locale/pt_BR.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_BR.UTF-8/XLC_LOCALE usr/share/X11/locale/pt_PT.UTF-8/Compose usr/share/X11/locale/pt_PT.UTF-8/XI18N_OBJS usr/share/X11/locale/pt_PT.UTF-8/XLC_LOCALE usr/share/X11/locale/ru_RU.UTF-8/Compose usr/share/X11/locale/ru_RU.UTF-8/XI18N_OBJS usr/share/X11/locale/ru_RU.UTF-8/XLC_LOCALE usr/share/X11/locale/sr_CS.UTF-8/Compose usr/share/X11/locale/sr_CS.UTF-8/XI18N_OBJS usr/share/X11/locale/sr_CS.UTF-8/XLC_LOCALE usr/share/X11/locale/tatar-cyr/Compose usr/share/X11/locale/tatar-cyr/XI18N_OBJS usr/share/X11/locale/tatar-cyr/XLC_LOCALE usr/share/X11/locale/th_TH.UTF-8/Compose usr/share/X11/locale/th_TH.UTF-8/XI18N_OBJS usr/share/X11/locale/th_TH.UTF-8/XLC_LOCALE usr/share/X11/locale/th_TH/Compose usr/share/X11/locale/th_TH/XI18N_OBJS usr/share/X11/locale/th_TH/XLC_LOCALE usr/share/X11/locale/tscii-0/Compose usr/share/X11/locale/tscii-0/XI18N_OBJS usr/share/X11/locale/tscii-0/XLC_LOCALE usr/share/X11/locale/vi_VN.tcvn/Compose usr/share/X11/locale/vi_VN.tcvn/XI18N_OBJS usr/share/X11/locale/vi_VN.tcvn/XLC_LOCALE usr/share/X11/locale/vi_VN.viscii/Compose usr/share/X11/locale/vi_VN.viscii/XI18N_OBJS usr/share/X11/locale/vi_VN.viscii/XLC_LOCALE usr/share/X11/locale/zh_CN.UTF-8/Compose usr/share/X11/locale/zh_CN.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_CN.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_CN.gb18030/Compose usr/share/X11/locale/zh_CN.gb18030/XI18N_OBJS usr/share/X11/locale/zh_CN.gb18030/XLC_LOCALE usr/share/X11/locale/zh_CN.gbk/Compose usr/share/X11/locale/zh_CN.gbk/XI18N_OBJS usr/share/X11/locale/zh_CN.gbk/XLC_LOCALE usr/share/X11/locale/zh_CN/Compose usr/share/X11/locale/zh_CN/XI18N_OBJS usr/share/X11/locale/zh_CN/XLC_LOCALE usr/share/X11/locale/zh_HK.UTF-8/Compose usr/share/X11/locale/zh_HK.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_HK.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_HK.big5/Compose usr/share/X11/locale/zh_HK.big5/XI18N_OBJS usr/share/X11/locale/zh_HK.big5/XLC_LOCALE usr/share/X11/locale/zh_HK.big5hkscs/Compose usr/share/X11/locale/zh_HK.big5hkscs/XI18N_OBJS usr/share/X11/locale/zh_HK.big5hkscs/XLC_LOCALE usr/share/X11/locale/zh_TW.UTF-8/Compose usr/share/X11/locale/zh_TW.UTF-8/XI18N_OBJS usr/share/X11/locale/zh_TW.UTF-8/XLC_LOCALE usr/share/X11/locale/zh_TW.big5/Compose usr/share/X11/locale/zh_TW.big5/XI18N_OBJS usr/share/X11/locale/zh_TW.big5/XLC_LOCALE usr/share/X11/locale/zh_TW/Compose usr/share/X11/locale/zh_TW/XI18N_OBJS usr/share/X11/locale/zh_TW/XLC_LOCALE %%PORTDOCS%%usr/share/doc/libICE/AUTHORS %%PORTDOCS%%usr/share/doc/libICE/COPYING %%PORTDOCS%%usr/share/doc/libICE/ChangeLog %%PORTDOCS%%usr/share/doc/libSM-1.2.2/AUTHORS %%PORTDOCS%%usr/share/doc/libSM-1.2.2/COPYING %%PORTDOCS%%usr/share/doc/libSM-1.2.2/ChangeLog %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/AUTHORS %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/COPYING %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/NEWS %%PORTDOCS%%usr/share/doc/libX11-common-1.6.5/README %%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/COPYING %%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXScrnSaver-1.2.2/README %%PORTDOCS%%usr/share/doc/libXau-1.0.8/AUTHORS %%PORTDOCS%%usr/share/doc/libXau-1.0.8/COPYING %%PORTDOCS%%usr/share/doc/libXau-1.0.8/ChangeLog %%PORTDOCS%%usr/share/doc/libXau-1.0.8/README %%PORTDOCS%%usr/share/doc/libXaw/COPYING %%PORTDOCS%%usr/share/doc/libXaw/ChangeLog %%PORTDOCS%%usr/share/doc/libXaw/README %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/AUTHORS %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/COPYING %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/ChangeLog %%PORTDOCS%%usr/share/doc/libXcomposite-0.4.4/README -%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/AUTHORS -%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/COPYING -%%PORTDOCS%%usr/share/doc/libXcursor-1.1.14/README +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.15/AUTHORS +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.15/COPYING +%%PORTDOCS%%usr/share/doc/libXcursor-1.1.15/README %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/AUTHORS %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/COPYING %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/ChangeLog %%PORTDOCS%%usr/share/doc/libXdamage-1.1.4/README %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/AUTHORS %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/COPYING %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXdmcp-1.1.2/Wraphelp.README.crypto %%PORTDOCS%%usr/share/doc/libXevie-1.0.3/AUTHORS %%PORTDOCS%%usr/share/doc/libXevie-1.0.3/COPYING %%PORTDOCS%%usr/share/doc/libXevie-1.0.3/ChangeLog %%PORTDOCS%%usr/share/doc/libXext-1.3.3/AUTHORS %%PORTDOCS%%usr/share/doc/libXext-1.3.3/COPYING %%PORTDOCS%%usr/share/doc/libXfixes-5.0.3/AUTHORS %%PORTDOCS%%usr/share/doc/libXfixes-5.0.3/COPYING %%PORTDOCS%%usr/share/doc/libXfixes-5.0.3/README -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/AUTHORS -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/COPYING -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/ChangeLog -%%PORTDOCS%%usr/share/doc/libXfont-1.5.2/README +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/COPYING +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont-1.5.4/README +%%PORTDOCS%%usr/share/doc/libXfont2-2.0.3/AUTHORS +%%PORTDOCS%%usr/share/doc/libXfont2-2.0.3/ChangeLog +%%PORTDOCS%%usr/share/doc/libXfont2-2.0.3/README %%PORTDOCS%%usr/share/doc/libXft-2.3.2/AUTHORS %%PORTDOCS%%usr/share/doc/libXft-2.3.2/COPYING %%PORTDOCS%%usr/share/doc/libXft-2.3.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXft-2.3.2/README %%PORTDOCS%%usr/share/doc/libXi-1.7.9/COPYING %%PORTDOCS%%usr/share/doc/libXinerama-1.1.3/COPYING %%PORTDOCS%%usr/share/doc/libXmu-1.1.2/COPYING %%PORTDOCS%%usr/share/doc/libXmu-1.1.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXmu-1.1.2/README %%PORTDOCS%%usr/share/doc/libXp-1.0.2/AUTHORS %%PORTDOCS%%usr/share/doc/libXp-1.0.2/COPYING %%PORTDOCS%%usr/share/doc/libXp-1.0.2/ChangeLog %%PORTDOCS%%usr/share/doc/libXpm-3.5.12/AUTHORS %%PORTDOCS%%usr/share/doc/libXpm-3.5.12/COPYING %%PORTDOCS%%usr/share/doc/libXpm-3.5.12/ChangeLog %%PORTDOCS%%usr/share/doc/libXrandr-1.5.1/AUTHORS %%PORTDOCS%%usr/share/doc/libXrandr-1.5.1/COPYING %%PORTDOCS%%usr/share/doc/libXrender-0.9.10/AUTHORS %%PORTDOCS%%usr/share/doc/libXrender-0.9.10/COPYING -%%PORTDOCS%%usr/share/doc/libXres-1.0.7/AUTHORS -%%PORTDOCS%%usr/share/doc/libXres-1.0.7/COPYING +%%PORTDOCS%%usr/share/doc/libXres-1.2.0/AUTHORS +%%PORTDOCS%%usr/share/doc/libXres-1.2.0/COPYING %%PORTDOCS%%usr/share/doc/libXt/COPYING %%PORTDOCS%%usr/share/doc/libXtst-1.2.3/COPYING %%PORTDOCS%%usr/share/doc/libXv-1.0.11/AUTHORS %%PORTDOCS%%usr/share/doc/libXv-1.0.11/COPYING %%PORTDOCS%%usr/share/doc/libXvMC-1.0.10/COPYING %%PORTDOCS%%usr/share/doc/libXvMC-1.0.10/README %%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/COPYING %%PORTDOCS%%usr/share/doc/libXxf86dga-1.1.4/README %%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/COPYING %%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/ChangeLog %%PORTDOCS%%usr/share/doc/libXxf86misc-1.0.3/README %%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.4/COPYING %%PORTDOCS%%usr/share/doc/libXxf86vm-1.1.4/README %%PORTDOCS%%usr/share/doc/libfontenc-1.1.3/COPYING %%PORTDOCS%%usr/share/doc/libfontenc-1.1.3/ChangeLog %%PORTDOCS%%usr/share/doc/libfontenc-1.1.3/README %%PORTDOCS%%usr/share/doc/libxkbfile-1.0.9/COPYING %%PORTDOCS%%usr/share/doc/libxkbfile-1.0.9/ChangeLog +usr/share/licenses/libXfont2-2.0.3/COPYING @dir usr/share/X11/app-defaults Index: head/x11/nvidia-driver/Makefile =================================================================== --- head/x11/nvidia-driver/Makefile (revision 503721) +++ head/x11/nvidia-driver/Makefile (revision 503722) @@ -1,629 +1,644 @@ # Created by: Stijn Hoop # $FreeBSD$ # # For those wondering why this port is not under `x11-drivers' category, # have a look at https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=121930. # # Starting with version 1.0-7667, NVidia has dropped support for numerous # "legacy" GPUs. Consult NVidia README (the Appendix) to find out whether # you need to use legacy driver version and install one of corresponding # slave ports instead (`x11/nvidia-driver-340' or `x11/nvidia-driver-304'). PORTNAME= nvidia-driver DISTVERSION?= 390.87 # Always try to set PORTREVISION as it can be overridden by the slave ports -PORTREVISION?= 2 +PORTREVISION?= 3 CATEGORIES= x11 MASTER_SITES= NVIDIA/XFree86/FreeBSD-${ARCH_SUFX}/${DISTVERSION} DISTNAME= NVIDIA-FreeBSD-${ARCH_SUFX}-${DISTVERSION} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= danfe@FreeBSD.org COMMENT= NVidia graphics card binary drivers for hardware OpenGL rendering LICENSE= NVIDIA LICENSE_NAME= License For Customer Use of NVIDIA Software LICENSE_FILE= ${WRKSRC}/doc/license.txt LICENSE_PERMS= dist-mirror no-dist-sell pkg-mirror no-pkg-sell auto-accept ONLY_FOR_ARCHS= i386 amd64 ARCH_SUFX= x86${ARCH:S/i386//:S/amd/_/} USES= kmod uidfix USE_XORG= x11 xorg-server xext USE_GL= gl USE_LDCONFIG= yes # NVIDIA_ROOT is not set in src/Makefile, which results in bogus -I/src # passed to compiler and broken build on HEAD since r221320 when option # -Wmissing-include-dirs was added for kernel sources. Until properly # fixed upstream (across all versions, including legacy ones), use this # hack below to universally set NVIDIA_ROOT. Also provide X11BASE value # since it is still used by legacy drivers. MAKE_ENV= NVIDIA_ROOT=${WRKSRC} X11BASE=${LOCALBASE} PLIST_RE= # empty SUB_FILES= pkg-deinstall pkg-install pkg-message nvidia.conf SUB_PATCHES= extra-patch-src-Makefile \ extra-patch-src-nv-freebsd.h \ extra-patch-src-nv-misc.h \ extra-patch-src-nvidia_ctl.c \ extra-patch-src-nvidia_dev.c \ extra-patch-src-nvidia_linux.c \ extra-patch-src-nvidia_pci.c DOCSDIR= ${PREFIX}/share/doc/NVIDIA_GLX-1.0 MODULESDIR= lib/xorg/modules PORTDOCS= * # NVVERSION is float since r372065 (integer values become less readable # after minor version could occupy three digits) .if ${DISTVERSION:C/[0-9]+//g} == ".." # major.minor.update NVVERSION= ${DISTVERSION:S/./.0/:R}${DISTVERSION:E} .else # major.minor . if ${DISTVERSION:E} < 100 NVVERSION= ${DISTVERSION:S/./.0/} # allow minor > 99 . else NVVERSION= ${DISTVERSION} . endif .endif .if ${NVVERSION} >= 331.013 SUB_LIST+= NVGL="" .else SUB_LIST+= NVGL="\# " .endif .if ${NVVERSION} < 355.006 NVSRC= . .else NVSRC= nvidia .endif .if ${NVVERSION} >= 358.009 # Initialize memory allocations to avoid spurious "lock re-initialization" # errors. A little more detail can be found in bug 201340 starting around # comment #50. EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src_nvidia-modeset_nvidia-modeset-freebsd.c .endif OPTIONS_DEFINE= ACPI_PM LINUX WBINVD DOCS OPTIONS_DEFINE_i386= PAE OPTIONS_DEFAULT= LINUX OPTIONS_SUB= yes ACPI_PM_DESC= ACPI Power Management support LINUX_DESC= Linux compatibility support PAE_DESC= Physical Address Extensions support WBINVD_DESC= Flush CPU caches directly with WBINVD .if ${NVVERSION} < 310.014 OPTIONS_DEFINE+= FREEBSD_AGP FREEBSD_AGP_DESC= Use FreeBSD AGP GART driver .endif LINUX_MASTER_SITES=NVIDIA/XFree86/Linux-${LINUX_ARCH_SUFX}/${DISTVERSION}/:linux LINUX_DISTFILES=NVIDIA-Linux-${LINUX_ARCH_SUFX}-${DISTVERSION}.run:linux LINUX_USES= linux LINUX_USE= LINUX=xorglibs LINUX_ARCH_SUFX=${LINUX_ARCH:S/i386/x86/} LINUX_LIBDIR= /usr/lib${LINUX_ARCH:S/i386//:S/x86_64/64/} LINUX_WRKSRC= ${WRKDIR}/NVIDIA-Linux-${LINUX_ARCH_SUFX}-${DISTVERSION} LINUX_LIBS= libcuda.so.${PORTVERSION} \ libnvcuvid.so.${PORTVERSION} \ libnvidia-cfg.so.${PORTVERSION} \ libnvidia-compiler.so.${PORTVERSION} \ libnvidia-glcore.so.${PORTVERSION} \ libnvidia-ml.so.${PORTVERSION} \ libnvidia-opencl.so.${PORTVERSION} \ libnvidia-tls.so.${PORTVERSION} \ libvdpau_nvidia.so.${PORTVERSION} \ tls/libnvidia-tls.so.${PORTVERSION} LINUX_LINKS= libcuda.so.${PORTVERSION} libcuda.so.1 \ libcuda.so.${PORTVERSION} libcuda.so \ libnvcuvid.so.${PORTVERSION} libnvcuvid.so.1 \ libnvcuvid.so.${PORTVERSION} libnvcuvid.so \ libnvidia-cfg.so.${PORTVERSION} libnvidia-cfg.so.1 \ libnvidia-cfg.so.${PORTVERSION} libnvidia-cfg.so \ libnvidia-ml.so.${PORTVERSION} libnvidia-ml.so.1 \ libnvidia-ml.so.${PORTVERSION} libnvidia-ml.so \ libnvidia-opencl.so.${PORTVERSION} libnvidia-opencl.so.1 \ libvdpau_nvidia.so.${PORTVERSION} vdpau/libvdpau_nvidia.so.1 LINUX32_LIBS= libcuda.so.${PORTVERSION} \ libnvidia-compiler.so.${PORTVERSION} \ libnvidia-glcore.so.${PORTVERSION} \ libnvidia-ml.so.${PORTVERSION} \ libnvidia-opencl.so.${PORTVERSION} \ libnvidia-tls.so.${PORTVERSION} \ libvdpau_nvidia.so.${PORTVERSION} \ tls/libnvidia-tls.so.${PORTVERSION} LINUX32_LINKS= libcuda.so.${PORTVERSION} libcuda.so.1 \ libcuda.so.${PORTVERSION} libcuda.so \ libnvidia-ml.so.${PORTVERSION} libnvidia-ml.so.1 \ libnvidia-ml.so.${PORTVERSION} libnvidia-ml.so \ libnvidia-opencl.so.${PORTVERSION} libnvidia-opencl.so.1 \ libvdpau_nvidia.so.${PORTVERSION} vdpau/libvdpau_nvidia.so.1 LINUX_PROGS= nvidia-debugdump nvidia-settings nvidia-smi nvidia-xconfig LINUX_MANS= nvidia-settings nvidia-smi nvidia-xconfig LINUX_DATA= nvidia.icd /etc/OpenCL/vendors .if ${NVVERSION} >= 375.010 LINUX_DATA+= 10_nvidia.json /usr/share/glvnd/egl_vendor.d .else PLIST_RE+= '\,${LINUXBASE}/usr/share/glvnd,d' .endif .if ${NVVERSION} >= 378.009 LINUX_DATA+= 10_nvidia_wayland.json /usr/share/egl/egl_external_platform.d .else PLIST_RE+= '\,${LINUXBASE}/usr/share/egl,d' .endif -.if ${NVVERSION} >= 390.042 -LINUX_LIBS+= libEGL.so.1.1.0 -LINUX_LINKS+= libEGL.so.1.1.0 libEGL.so.1 -LINUX32_LIBS+= libEGL.so.1.1.0 -LINUX32_LINKS+= libEGL.so.1.1.0 libEGL.so.1 -PLIST_RE+= '\,${LINUXBASE},s/(libEGL\.so)\.X/\1.1.1.0/' -.elif ${NVVERSION} >= 355.006 -LINUX_LIBS+= libEGL.so.1 -LINUX32_LIBS+= libEGL.so.1 -PLIST_RE+= '\,${LINUXBASE}.*libEGL\.so\.X,d' -.elif ${NVVERSION} >= 331.013 -LINUX_LIBS+= libEGL.so.${PORTVERSION} -LINUX_LINKS+= libEGL.so.${PORTVERSION} libEGL.so.1 -LINUX32_LIBS+= libEGL.so.${PORTVERSION} -LINUX32_LINKS+= libEGL.so.${PORTVERSION} libEGL.so.1 -PLIST_RE+= '\,${LINUXBASE},s/(libEGL\.so)\.X/\1.${PORTVERSION}/' -.else -PLIST_RE+= '\,${LINUXBASE}.*libEGL\.so,d' -.endif .if ${NVVERSION} >= 361.016 LINUX_LIBS+= libEGL_nvidia.so.${PORTVERSION} LINUX_LINKS+= libEGL_nvidia.so.${PORTVERSION} libEGL_nvidia.so.0 LINUX32_LIBS+= libEGL_nvidia.so.${PORTVERSION} LINUX32_LINKS+= libEGL_nvidia.so.${PORTVERSION} libEGL_nvidia.so.0 .elif ${NVVERSION} >= 355.006 LINUX_LIBS+= libEGL_nvidia.so.0 PLIST_RE+= '\,${LINUXBASE}.*libEGL_nvidia\.so\.${PORTVERSION},d' .else PLIST_RE+= '\,${LINUXBASE}.*libEGL_nvidia\.so,d' .endif -.if ${NVVERSION} >= 390.042 -LINUX_LIBS+= libGL.so.1.7.0 -LINUX_LINKS+= libGL.so.1.7.0 libGL.so.1 -LINUX32_LIBS+= libGL.so.1.7.0 -LINUX32_LINKS+= libGL.so.1.7.0 libGL.so.1 -PLIST_RE+= '\,${LINUXBASE},s/(libGL\.so)\.X/\1.1.7.0/' -.elif ${NVVERSION} >= 361.028 -LINUX_LIBS+= libGL.so.1.0.0 -LINUX_LINKS+= libGL.so.1.0.0 libGL.so.1 -LINUX32_LIBS+= libGL.so.1.0.0 -LINUX32_LINKS+= libGL.so.1.0.0 libGL.so.1 -PLIST_RE+= '\,${LINUXBASE},s/(libGL\.so)\.X/\1.1.0.0/' -.elif ${NVVERSION} >= 361.016 -LINUX_LIBS+= libGL.so.1 -LINUX32_LIBS+= libGL.so.1 -PLIST_RE+= '\,${LINUXBASE}.*libGL\.so\.X,d' -.else -LINUX_LIBS+= libGL.so.${PORTVERSION} -LINUX_LINKS+= libGL.so.${PORTVERSION} libGL.so.1 -LINUX32_LIBS+= libGL.so.${PORTVERSION} -LINUX32_LINKS+= libGL.so.${PORTVERSION} libGL.so.1 -PLIST_RE+= '\,${LINUXBASE},s/(libGL\.so)\.X/\1.${PORTVERSION}/' -.endif -.if ${NVVERSION} >= 390.042 -LINUX_LIBS+= libGLESv1_CM.so.1.2.0 \ - libGLESv2.so.2.1.0 -LINUX_LINKS+= libGLESv1_CM.so.1.2.0 libGLESv1_CM.so.1 \ - libGLESv2.so.2.1.0 libGLESv2.so.2 -LINUX32_LIBS+= libGLESv1_CM.so.1.2.0 \ - libGLESv2.so.2.1.0 -LINUX32_LINKS+= libGLESv1_CM.so.1.2.0 libGLESv1_CM.so.1 \ - libGLESv2.so.2.1.0 libGLESv2.so.2 -PLIST_RE+= '\,${LINUXBASE},s/(libGLESv1_CM\.so)\.X/\1.1.2.0/' \ - '\,${LINUXBASE},s/(libGLESv2\.so)\.X/\1.2.1.0/' -.elif ${NVVERSION} >= 361.016 -LINUX_LIBS+= libGLESv1_CM.so.1 \ - libGLESv2.so.2 -LINUX32_LIBS+= libGLESv1_CM.so.1 \ - libGLESv2.so.2 -PLIST_RE+= '\,${LINUXBASE}.*GLESv(1_CM|2)\.so\.X,d' -.elif ${NVVERSION} >= 331.013 -LINUX_LIBS+= libGLESv1_CM.so.${PORTVERSION} \ - libGLESv2.so.${PORTVERSION} -LINUX_LINKS+= libGLESv1_CM.so.${PORTVERSION} libGLESv1_CM.so.1 \ - libGLESv2.so.${PORTVERSION} libGLESv2.so.2 -LINUX32_LIBS+= libGLESv1_CM.so.${PORTVERSION} \ - libGLESv2.so.${PORTVERSION} -LINUX32_LINKS+= libGLESv1_CM.so.${PORTVERSION} libGLESv1_CM.so.1 \ - libGLESv2.so.${PORTVERSION} libGLESv2.so.2 -PLIST_RE+= '\,${LINUXBASE},s/(libGLESv(1_CM|2)\.so)\.X/\1.${PORTVERSION}/' -.else -PLIST_RE+= '\,${LINUXBASE}.*libGLESv(1_CM|2)\.so,d' -.endif .if ${NVVERSION} >= 361.016 LINUX_LIBS+= libGLESv1_CM_nvidia.so.${PORTVERSION} \ libGLESv2_nvidia.so.${PORTVERSION} \ - libGLX.so.0 \ libGLX_nvidia.so.${PORTVERSION} \ libnvidia-fatbinaryloader.so.${PORTVERSION} \ libnvidia-ptxjitcompiler.so.${PORTVERSION} LINUX_LINKS+= libGLESv1_CM_nvidia.so.${PORTVERSION} libGLESv1_CM_nvidia.so.1 \ libGLESv2_nvidia.so.${PORTVERSION} libGLESv2_nvidia.so.2 \ - libGLX.so.0 libGLX.so \ libGLX_nvidia.so.${PORTVERSION} libGLX_nvidia.so.0 \ libGLX_nvidia.so.${PORTVERSION} libGLX_indirect.so.0 \ libnvidia-ptxjitcompiler.so.${PORTVERSION} libnvidia-ptxjitcompiler.so.1 \ libnvidia-ptxjitcompiler.so.${PORTVERSION} libnvidia-ptxjitcompiler.so LINUX32_LIBS+= libGLESv1_CM_nvidia.so.${PORTVERSION} \ libGLESv2_nvidia.so.${PORTVERSION} \ - libGLX.so.0 \ libGLX_nvidia.so.${PORTVERSION} \ libnvidia-fatbinaryloader.so.${PORTVERSION} \ libnvidia-ptxjitcompiler.so.${PORTVERSION} LINUX32_LINKS+= libGLESv1_CM_nvidia.so.${PORTVERSION} libGLESv1_CM_nvidia.so.1 \ libGLESv2_nvidia.so.${PORTVERSION} libGLESv2_nvidia.so.2 \ - libGLX.so.0 libGLX.so \ libGLX_nvidia.so.${PORTVERSION} libGLX_nvidia.so.0 \ libGLX_nvidia.so.${PORTVERSION} libGLX_indirect.so.0 \ libnvidia-ptxjitcompiler.so.${PORTVERSION} libnvidia-ptxjitcompiler.so.1 \ libnvidia-ptxjitcompiler.so.${PORTVERSION} libnvidia-ptxjitcompiler.so .else PLIST_RE+= '\,${LINUXBASE}.*libGLESv(1_CM|2)_nvidia\.so,d' \ - '\,${LINUXBASE}.*libGLX(_nvidia|_indirect)?\.so,d' \ + '\,${LINUXBASE}.*libGLX_(nvidia|indirect)\.so,d' \ '\,${LINUXBASE}.*libnvidia-fatbinaryloader\.so,d' \ '\,${LINUXBASE}.*libnvidia-ptxjitcompiler\.so,d' .endif -.if ${NVVERSION} >= 355.006 -LINUX_LIBS+= libGLdispatch.so.0 \ - libOpenGL.so.0 -LINUX_LINKS+= libOpenGL.so.0 libOpenGL.so -LINUX32_LIBS+= libGLdispatch.so.0 \ - libOpenGL.so.0 -LINUX32_LINKS+= libOpenGL.so.0 libOpenGL.so -.else -PLIST_RE+= '\,${LINUXBASE}.*libGLdispatch\.so,d' \ - '\,${LINUXBASE}.*libOpenGL\.so,d' -.endif .if ${NVVERSION} >= 387.012 LINUX_LIBS+= libnvidia-egl-wayland.so.1.0.2 LINUX_LINKS+= libnvidia-egl-wayland.so.1.0.2 libnvidia-egl-wayland.so.1 PLIST_RE+= '\,${LINUXBASE},s/(libnvidia-egl-wayland\.so)\.X/\1.1.0.2/' .elif ${NVVERSION} >= 378.013 LINUX_LIBS+= libnvidia-egl-wayland.so.1.0.1 LINUX_LINKS+= libnvidia-egl-wayland.so.1.0.1 libnvidia-egl-wayland.so.1 PLIST_RE+= '\,${LINUXBASE},s/(libnvidia-egl-wayland\.so)\.X/\1.1.0.1/' .elif ${NVVERSION} >= 378.009 LINUX_LIBS+= libnvidia-egl-wayland.so.1.0.0 LINUX_LINKS+= libnvidia-egl-wayland.so.1.0.0 libnvidia-egl-wayland.so.1 PLIST_RE+= '\,${LINUXBASE},s/(libnvidia-egl-wayland\.so)\.X/\1.1.0.0/' .elif ${NVVERSION} >= 364.012 LINUX_LIBS+= libnvidia-egl-wayland.so.${PORTVERSION} LINUX_LINKS+= libnvidia-egl-wayland.so.${PORTVERSION} libnvidia-egl-wayland.so.1 PLIST_RE+= '\,${LINUXBASE},s/(libnvidia-egl-wayland\.so)\.X/\1.${PORTVERSION}/' .else PLIST_RE+= '\,${LINUXBASE}.*libnvidia-egl-wayland\.so,d' .endif .if ${NVVERSION} >= 331.013 LINUX_LIBS+= libnvidia-eglcore.so.${PORTVERSION} \ libnvidia-fbc.so.${PORTVERSION} \ libnvidia-glsi.so.${PORTVERSION} \ libnvidia-ifr.so.${PORTVERSION} LINUX_LINKS+= libnvidia-fbc.so.${PORTVERSION} libnvidia-fbc.so.1 \ libnvidia-fbc.so.${PORTVERSION} libnvidia-fbc.so \ libnvidia-ifr.so.${PORTVERSION} libnvidia-ifr.so.1 \ libnvidia-ifr.so.${PORTVERSION} libnvidia-ifr.so LINUX32_LIBS+= libnvidia-eglcore.so.${PORTVERSION} \ libnvidia-fbc.so.${PORTVERSION} \ libnvidia-glsi.so.${PORTVERSION} \ libnvidia-ifr.so.${PORTVERSION} LINUX32_LINKS+= libnvidia-fbc.so.${PORTVERSION} libnvidia-fbc.so.1 \ libnvidia-fbc.so.${PORTVERSION} libnvidia-fbc.so \ libnvidia-ifr.so.${PORTVERSION} libnvidia-ifr.so.1 \ libnvidia-ifr.so.${PORTVERSION} libnvidia-ifr.so .else PLIST_RE+= '\,${LINUXBASE}.*libnvidia-(eglcore|fbc|glsi|ifr),d' .endif .if ${NVVERSION} >= 310.014 LINUX_LIBS+= libnvidia-encode.so.${PORTVERSION} LINUX_LINKS+= libnvidia-encode.so.${PORTVERSION} libnvidia-encode.so.1 \ libnvidia-encode.so.${PORTVERSION} libnvidia-encode.so LINUX32_LIBS+= libnvidia-encode.so.${PORTVERSION} LINUX32_LINKS+= libnvidia-encode.so.${PORTVERSION} libnvidia-encode.so.1 \ libnvidia-encode.so.${PORTVERSION} libnvidia-encode.so PLIST_RE+= '\,${LINUXBASE}.*libXvMCNVIDIA,d' .else LINUX_LIBS+= libXvMCNVIDIA.so.${PORTVERSION} LINUX_LINKS+= libXvMCNVIDIA.so.${PORTVERSION} libXvMCNVIDIA_dynamic.so.1 \ libXvMCNVIDIA.so.${PORTVERSION} libXvMCNVIDIA_dynamic.so PLIST_RE+= '\,${LINUXBASE}.*libnvidia-encode,d' .endif .if ${NVVERSION} >= 346.016 LINUX_LIBS+= libnvidia-gtk2.so.${PORTVERSION} \ libnvidia-gtk3.so.${PORTVERSION} .else PLIST_RE+= '\,${LINUXBASE}.*libnvidia-gtk(2|3)\.so,d' .endif .if ${NVVERSION} >= 331.049 && ${NVVERSION} < 352.009 LINUX_DATA+= monitoring.conf /usr/share/nvidia \ ${WRKSRC}/pci.ids /usr/share/nvidia .else PLIST_RE+= '\,${LINUXBASE}.*monitoring\.conf,d' \ '\,${LINUXBASE}.*pci\.ids,d' .endif .if ${NVVERSION} >= 334.016 LINUX_DATA+= nvidia-application-profiles-${PORTVERSION}-key-documentation /usr/share/nvidia .else PLIST_RE+= '\,${LINUXBASE}.*application-profiles-${PORTVERSION}-key-documentation,d' .endif .if ${NVVERSION} >= 319.012 LINUX_DATA+= nvidia-application-profiles-${PORTVERSION}-rc /usr/share/nvidia .else PLIST_RE+= '\,${LINUXBASE}.*share/nvidia,d' .endif .if ${NVVERSION} >= 319.017 LINUX_PROGS+= nvidia-cuda-mps-control nvidia-cuda-mps-server \ nvidia-persistenced LINUX_MANS+= nvidia-cuda-mps-control nvidia-persistenced .else LINUX_PROGS+= nvidia-cuda-proxy-control nvidia-cuda-proxy-server LINUX_MANS+= nvidia-cuda-proxy-control PLIST_RE+= '\,${LINUXBASE},s/cuda-mps/cuda-proxy/' \ '\,${LINUXBASE}.*nvidia-persistenced,d' .endif .if ${NVVERSION} >= 364.012 LINUX_DATA+= nvidia_icd.json /etc/vulkan/icd.d .else PLIST_RE+= '\,${LINUXBASE}/etc/vulkan,d' .endif PLIST_SUB+= LINUXBASE=${LINUXBASE} \ LINUX_LIBDIR=${LINUX_LIBDIR} \ SHLIB_VERSION=${PORTVERSION} \ MODULESDIR=${MODULESDIR} + +.include + +.if ${PORT_OPTIONS:MLINUX} +.if ${NVVERSION} >= 390.042 && ${LINUX_DEFAULT:S/_64//} == c7 +USE_LINUX+= libglvnd +PLIST_RE+= '\,${LINUXBASE}.*libEGL\.so,d' \ + '\,${LINUXBASE}.*libGL\.so,d' \ + '\,${LINUXBASE}.*libGLESv(1_CM|2)\.so,d' \ + '\,${LINUXBASE}.*libGLX\.so,d' \ + '\,${LINUXBASE}.*libGLdispatch\.so,d' \ + '\,${LINUXBASE}.*libOpenGL\.so,d' +.else +.if ${NVVERSION} >= 390.042 +LINUX_LIBS+= libEGL.so.1.1.0 +LINUX_LINKS+= libEGL.so.1.1.0 libEGL.so.1 +LINUX32_LIBS+= libEGL.so.1.1.0 +LINUX32_LINKS+= libEGL.so.1.1.0 libEGL.so.1 +PLIST_RE+= '\,${LINUXBASE},s/(libEGL\.so)\.X/\1.1.1.0/' +.elif ${NVVERSION} >= 355.006 +LINUX_LIBS+= libEGL.so.1 +LINUX32_LIBS+= libEGL.so.1 +PLIST_RE+= '\,${LINUXBASE}.*libEGL\.so\.X,d' +.elif ${NVVERSION} >= 331.013 +LINUX_LIBS+= libEGL.so.${PORTVERSION} +LINUX_LINKS+= libEGL.so.${PORTVERSION} libEGL.so.1 +LINUX32_LIBS+= libEGL.so.${PORTVERSION} +LINUX32_LINKS+= libEGL.so.${PORTVERSION} libEGL.so.1 +PLIST_RE+= '\,${LINUXBASE},s/(libEGL\.so)\.X/\1.${PORTVERSION}/' +.else +PLIST_RE+= '\,${LINUXBASE}.*libEGL\.so,d' +.endif +.if ${NVVERSION} >= 390.042 +LINUX_LIBS+= libGL.so.1.7.0 +LINUX_LINKS+= libGL.so.1.7.0 libGL.so.1 +LINUX32_LIBS+= libGL.so.1.7.0 +LINUX32_LINKS+= libGL.so.1.7.0 libGL.so.1 +PLIST_RE+= '\,${LINUXBASE},s/(libGL\.so)\.X/\1.1.7.0/' +.elif ${NVVERSION} >= 361.028 +LINUX_LIBS+= libGL.so.1.0.0 +LINUX_LINKS+= libGL.so.1.0.0 libGL.so.1 +LINUX32_LIBS+= libGL.so.1.0.0 +LINUX32_LINKS+= libGL.so.1.0.0 libGL.so.1 +PLIST_RE+= '\,${LINUXBASE},s/(libGL\.so)\.X/\1.1.0.0/' +.elif ${NVVERSION} >= 361.016 +LINUX_LIBS+= libGL.so.1 +LINUX32_LIBS+= libGL.so.1 +PLIST_RE+= '\,${LINUXBASE}.*libGL\.so\.X,d' +.else +LINUX_LIBS+= libGL.so.${PORTVERSION} +LINUX_LINKS+= libGL.so.${PORTVERSION} libGL.so.1 +LINUX32_LIBS+= libGL.so.${PORTVERSION} +LINUX32_LINKS+= libGL.so.${PORTVERSION} libGL.so.1 +PLIST_RE+= '\,${LINUXBASE},s/(libGL\.so)\.X/\1.${PORTVERSION}/' +.endif +.if ${NVVERSION} >= 390.042 +LINUX_LIBS+= libGLESv1_CM.so.1.2.0 \ + libGLESv2.so.2.1.0 +LINUX_LINKS+= libGLESv1_CM.so.1.2.0 libGLESv1_CM.so.1 \ + libGLESv2.so.2.1.0 libGLESv2.so.2 +LINUX32_LIBS+= libGLESv1_CM.so.1.2.0 \ + libGLESv2.so.2.1.0 +LINUX32_LINKS+= libGLESv1_CM.so.1.2.0 libGLESv1_CM.so.1 \ + libGLESv2.so.2.1.0 libGLESv2.so.2 +PLIST_RE+= '\,${LINUXBASE},s/(libGLESv1_CM\.so)\.X/\1.1.2.0/' \ + '\,${LINUXBASE},s/(libGLESv2\.so)\.X/\1.2.1.0/' +.elif ${NVVERSION} >= 361.016 +LINUX_LIBS+= libGLESv1_CM.so.1 \ + libGLESv2.so.2 +LINUX32_LIBS+= libGLESv1_CM.so.1 \ + libGLESv2.so.2 +PLIST_RE+= '\,${LINUXBASE}.*GLESv(1_CM|2)\.so\.X,d' +.elif ${NVVERSION} >= 331.013 +LINUX_LIBS+= libGLESv1_CM.so.${PORTVERSION} \ + libGLESv2.so.${PORTVERSION} +LINUX_LINKS+= libGLESv1_CM.so.${PORTVERSION} libGLESv1_CM.so.1 \ + libGLESv2.so.${PORTVERSION} libGLESv2.so.2 +LINUX32_LIBS+= libGLESv1_CM.so.${PORTVERSION} \ + libGLESv2.so.${PORTVERSION} +LINUX32_LINKS+= libGLESv1_CM.so.${PORTVERSION} libGLESv1_CM.so.1 \ + libGLESv2.so.${PORTVERSION} libGLESv2.so.2 +PLIST_RE+= '\,${LINUXBASE},s/(libGLESv(1_CM|2)\.so)\.X/\1.${PORTVERSION}/' +.else +PLIST_RE+= '\,${LINUXBASE}.*libGLESv(1_CM|2)\.so,d' +.endif +.if ${NVVERSION} >= 361.016 +LINUX_LIBS+= libGLX.so.0 +LINUX32_LIBS+= libGLX.so.0 +.else +PLIST_RE+= '\,${LINUXBASE}.*libGLX\.so,d' +.endif +.if ${NVVERSION} >= 355.006 +LINUX_LIBS+= libGLdispatch.so.0 \ + libOpenGL.so.0 +LINUX32_LIBS+= libGLdispatch.so.0 \ + libOpenGL.so.0 +.else +PLIST_RE+= '\,${LINUXBASE}.*libGLdispatch\.so,d' \ + '\,${LINUXBASE}.*libOpenGL\.so,d' +.endif +.endif # ${NVVERSION} >= 390.042 && ${LINUX_DEFAULT:S/_64//} == c7 +.endif # ${PORT_OPTIONS:MLINUX} .include .if ${NVVERSION} >= 310.014 LINUX32_LIBS+= libnvcuvid.so.${PORTVERSION} LINUX32_LINKS+= libnvcuvid.so.${PORTVERSION} libnvcuvid.so.1 \ libnvcuvid.so.${PORTVERSION} libnvcuvid.so .elif "${LINUX_ARCH}" == "x86_64" PLIST_RE+= '\,${LINUXBASE}/usr/lib/libnvcuvid\.so,d' .endif .if "${LINUX_ARCH}" == "x86_64" PLIST_SUB+= LINUX32="" .else PLIST_SUB+= LINUX32="@comment " .endif post-extract-LINUX-on: @(cd ${WRKDIR} && ${SH} \ ${DISTDIR}/NVIDIA-Linux-${LINUX_ARCH_SUFX}-${DISTVERSION}.run \ --extract-only > /dev/null) pre-patch: .for p in ${SUB_PATCHES} @${SED} 's/%%NVSRC%%/${NVSRC}/g' ${PATCHDIR}/${p}.in > ${WRKDIR}/${p} .endfor .for p in ${SUB_PATCHES} EXTRA_PATCHES+= ${WRKDIR}/${p} .endfor post-patch: .SILENT # We should support -CURRENT: kill the check ${REINPLACE_CMD} -e '24,26d' ${WRKSRC}/src/${NVSRC}/nv-freebsd.h # Adjust Linux headers #include's after FreeBSD src r246085 ${REINPLACE_CMD} -E '/#include "machine\/\.\.\/linux(32)?\/linux.h"/ \ { x ; s/.*/#include "machine\/..\/..\/compat\/linux\/linux_ioctl.h"/ ; H ; x ; }' \ ${WRKSRC}/src/${NVSRC}/nvidia_linux.c # Fix bogus memset() call ${REINPLACE_CMD} -e '/memset/s/sizeof(ci/sizeof(*ci/' \ ${WRKSRC}/src/${NVSRC}/nvidia_subr.c # Chase `sys/capability.h' rename to `sys/capsicum.h' in FreeBSD src r263232 ${REINPLACE_CMD} -e 's:sys/capability\.h:sys/capsicum.h:' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .if ${NVVERSION} >= 358.009 ${REINPLACE_CMD} -e 's:sys/capability\.h:sys/capsicum.h:' \ ${WRKSRC}/src/nvidia-modeset/nvidia-modeset-freebsd.c .endif # KPI of kmem_alloc_contig(),kmem_free() changed in FreeBSD src r338143,r338318 .if ${OSVERSION} >= 1200079 ${REINPLACE_CMD} \ -e 's/kmem_alloc_contig(kmem_arena, /kmem_alloc_contig(/' \ -e 's/kmem_free(kmem_arena, /kmem_free(/' \ ${WRKSRC}/src/${NVSRC}/nvidia_subr.c .endif # Pull the right header after FreeBSD src r347984 .if ${OSVERSION} >= 1300029 && ${NVVERSION} >= 358.009 ${REINPLACE_CMD} -e '/^#include/s:lock\.h:mutex.h:' \ ${WRKSRC}/src/nvidia-modeset/nvidia-modeset-freebsd.c .endif # Disable installation of Linux libraries ${REINPLACE_CMD} -e 's/exists(\/.*/& \&\& 0/' \ ${WRKSRC}/lib/Makefile # Do not install VDPAU libraries which are provided by `multimedia/libvdpau' # port for a while now ${REINPLACE_CMD} -e '/libvdpau[[:blank:]_][^n]/d ; \ s/name libvdpau/&_nvidia/' ${WRKSRC}/lib/Makefile # Do not build any binaries (native nvidia-settings and nvidia-xconfig are # provided by corresponding ports) and manual pages ${REINPLACE_CMD} -E 's/(extension).*/\1/' ${WRKSRC}/x11/Makefile ${REINPLACE_CMD} -e '/bin/d ; /man/d' ${WRKSRC}/x11/Makefile # Also do not install libnvidia-gtk* libraries which are for nvidia-settings .if ${NVVERSION} >= 346.016 ${REINPLACE_CMD} -e '/libnvidia-gtk/d' ${WRKSRC}/lib/Makefile .endif # Adjust installation path of a conflicting file (shared between # nvidia-driver and xorg-server) to ease package manager work ${REINPLACE_CMD} -e '/LIBDIR/s:xorg/modules/extensions:&/.nvidia:' \ ${WRKSRC}/x11/extension/Makefile # Do not execute afterinstall target (prevent automatic module registration # and "smart" installation of conflicting files heuristics) ${REINPLACE_CMD} -e 's/afterinstall/&_dontexecute/' ${WRKSRC}/Makefile ${REINPLACE_CMD} -e 's/beforeinstall/&_dontexecute/' \ ${WRKSRC}/lib/Makefile ${WRKSRC}/src/${NVSRC}/Makefile # /usr/share/nvidia path is hardcoded in libGL and nvidia-settings, but we # won't adhere to this stupidity and install nvidia-application-profiles-* # files as part of documentation .if ${NVVERSION} >= 334.016 ${REINPLACE_CMD} -e 's,/usr/share/nvidia,${STAGEDIR}${DOCSDIR},' \ ${WRKSRC}/lib/libGL/Makefile ${WRKSRC}/doc/Makefile .endif # Finally, process OPTIONS .if ${PORT_OPTIONS:MFREEBSD_AGP} ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_OS_AGP)/define \1/' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif .if ${PORT_OPTIONS:MACPI_PM} ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_ACPI_PM)/define \1/' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif .if ! ${PORT_OPTIONS:MLINUX} ${REINPLACE_CMD} -E 's/define (NV_SUPPORT_LINUX_COMPAT)/undef \1/' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h . if ${NVVERSION} >= 358.009 ${REINPLACE_CMD} -E 's/define (NVKMS_SUPPORT_LINUX_COMPAT)/undef \1/' \ ${WRKSRC}/src/nvidia-modeset/nvidia-modeset-freebsd.c . endif .endif .if ${PORT_OPTIONS:MPAE} ${REINPLACE_CMD} -E 's/undef (NV_SUPPORT_PAE)/define \1/' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif .if ${PORT_OPTIONS:MWBINVD} ${REINPLACE_CMD} -E 's/undef (NV_USE_WBINVD)/define \1/' \ ${WRKSRC}/src/${NVSRC}/nv-freebsd.h .endif # Conditionally install documentation (but you generally want it) .if ! ${PORT_OPTIONS:MDOCS} ${REINPLACE_CMD} -E 's/(x11).*/\1/ ; /doc/d' ${WRKSRC}/Makefile .endif post-patch-LINUX-on: .if ${NVVERSION} >= 384.047 @${SED} 's/__NV_VK_ICD__/libGLX_nvidia.so.0/' \ ${LINUX_WRKSRC}/nvidia_icd.json.template > \ ${LINUX_WRKSRC}/nvidia_icd.json .endif pre-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${MODULESDIR}/drivers \ ${STAGEDIR}${PREFIX}/${MODULESDIR}/extensions post-install: .SILENT ${INSTALL_SCRIPT} ${WRKSRC}/obj/nvidia-bug-report.sh \ ${STAGEDIR}${PREFIX}/bin # pkg-plist is already overbloated, so use these hacks instead of PLIST_SUB's .if ${NVVERSION} >= 304.128 && ${NVVERSION} < 310.019 || ${NVVERSION} >= 361.016 ${REINPLACE_CMD} -E '\,${LINUXBASE},!{/libvdpau(_trace)?\.so/d;}' \ ${TMPPLIST} .endif .if ${NVVERSION} >= 310.019 ${REINPLACE_CMD} -e '\,${LINUXBASE},!{/libXvMCNVIDIA/d;}' ${TMPPLIST} .else # some applications need this symlink (see PR ports/72877) ${LN} -sf libXvMCNVIDIA.so.1 \ ${STAGEDIR}${PREFIX}/lib/libXvMCNVIDIA_dynamic.so.1 .endif .if ${NVVERSION} < 331.013 || ${ARCH} == amd64 && ${NVVERSION} < 334.016 ${REINPLACE_CMD} -E '\,${LINUXBASE},!{/lib(nvidia-)?(EGL|eglcore|GLESv|glsi)/d;}' \ ${TMPPLIST} .endif .if ${NVVERSION} < 352.009 ${REINPLACE_CMD} -E '\,${LINUXBASE},!{/(lib)?nvidia-(debugdump|smi|ml)/d;}' \ ${TMPPLIST} .endif .if ${NVVERSION} < 355.006 ${REINPLACE_CMD} -E '\,${LINUXBASE},!{/(libEGL_nvidia|GLdispatch|OpenGL)/d;}' \ ${TMPPLIST} .else ${REINPLACE_CMD} '\,${LINUXBASE},!s/libEGL\.so\.${PORTVERSION}/libEGL.so/' \ ${TMPPLIST} .endif .if ${NVVERSION} < 358.009 ${REINPLACE_CMD} '/nvidia-modeset.ko/d' ${TMPPLIST} .endif .if ${NVVERSION} >= 361.028 ${REINPLACE_CMD} -E '\,${LINUXBASE},!{/(EGL_nvidia\.so|GLESv[12](_CM)?(\.so\.[0-9]+\.[0-9]+))$$/d;}' \ ${TMPPLIST} .else ${REINPLACE_CMD} -E '\,${LINUXBASE},!{/\/lib\/libGLESv[12](_CM)?(\.so)?(_nvidia.so(\.[0-9]|\.[0-9]+\.[0-9]+)?)?$$/d ; \ /libEGL_nvidia\.so\.${PORTVERSION}/d;}' ${TMPPLIST} .endif ${REINPLACE_CMD} -E ${PLIST_RE:S/^/-e /} ${TMPPLIST} # Rename some libraries and install a libmap file to resolve conflict with # Mesa libraries. ${LN} -sf libGL-NVIDIA.so.1 \ ${STAGEDIR}${PREFIX}/lib/libGL-NVIDIA.so ${MV} -f ${STAGEDIR}${PREFIX}/lib/libGL.so.1 \ ${STAGEDIR}${PREFIX}/lib/libGL-NVIDIA.so.1 ${RM} -f ${STAGEDIR}${PREFIX}/lib/libGL.so .if ${NVVERSION} >= 331.013 ${LN} -sf libEGL-NVIDIA.so.1 \ ${STAGEDIR}${PREFIX}/lib/libEGL-NVIDIA.so ${MV} -f ${STAGEDIR}${PREFIX}/lib/libEGL.so.1 \ ${STAGEDIR}${PREFIX}/lib/libEGL-NVIDIA.so.1 ${RM} -f ${STAGEDIR}${PREFIX}/lib/libEGL.so ${LN} -sf libGLESv2-NVIDIA.so.2 \ ${STAGEDIR}${PREFIX}/lib/libGLESv2-NVIDIA.so ${MV} -f ${STAGEDIR}${PREFIX}/lib/libGLESv2.so.2 \ ${STAGEDIR}${PREFIX}/lib/libGLESv2-NVIDIA.so.2 ${RM} -f ${STAGEDIR}${PREFIX}/lib/libGLESv2.so .endif @${MKDIR} ${STAGEDIR}${PREFIX}/etc/libmap.d/ ${INSTALL_DATA} ${WRKDIR}/nvidia.conf \ ${STAGEDIR}${PREFIX}/etc/libmap.d/ post-install-LINUX-on: .for f d in ${LINUX_DATA} ${MKDIR} ${STAGEDIR}${LINUXBASE}${d} ${INSTALL_DATA} ${LINUX_WRKSRC}/${f} ${STAGEDIR}${LINUXBASE}${d} .endfor ${MKDIR} ${STAGEDIR}${LINUXBASE}/usr/bin ${INSTALL_SCRIPT} ${LINUX_WRKSRC}/nvidia-bug-report.sh \ ${STAGEDIR}${LINUXBASE}/usr/bin .for p in ${LINUX_PROGS} ${INSTALL_PROGRAM} ${LINUX_WRKSRC}/${p} ${STAGEDIR}${LINUXBASE}/usr/bin .endfor ${MKDIR} ${STAGEDIR}${LINUXBASE}/usr/share/man/man1 .for m in ${LINUX_MANS} ${INSTALL_MAN} ${LINUX_WRKSRC}/${m}.1.gz \ ${STAGEDIR}${LINUXBASE}/usr/share/man/man1 .endfor ${MKDIR} ${STAGEDIR}${LINUXBASE}${LINUX_LIBDIR}/tls ${MKDIR} ${STAGEDIR}${LINUXBASE}${LINUX_LIBDIR}/vdpau .for l in ${LINUX_LIBS} ${INSTALL_LIB} ${LINUX_WRKSRC}/${l} \ ${STAGEDIR}${LINUXBASE}${LINUX_LIBDIR}/${l} .endfor .for s t in ${LINUX_LINKS} ${RLN} ${STAGEDIR}${LINUXBASE}${LINUX_LIBDIR}/${s} \ ${STAGEDIR}${LINUXBASE}${LINUX_LIBDIR}/${t} .endfor .if "${LINUX_ARCH}" == "x86_64" ${MKDIR} ${STAGEDIR}${LINUXBASE}/usr/lib/tls ${MKDIR} ${STAGEDIR}${LINUXBASE}/usr/lib/vdpau .for l in ${LINUX32_LIBS} ${INSTALL_LIB} ${LINUX_WRKSRC}/32/${l} \ ${STAGEDIR}${LINUXBASE}/usr/lib/${l} .endfor .for s t in ${LINUX32_LINKS} ${RLN} ${STAGEDIR}${LINUXBASE}/usr/lib/${s} \ ${STAGEDIR}${LINUXBASE}/usr/lib/${t} .endfor .endif # Target below can be used instead of standard `makesum' to correctly # update distinfo (i.e., keeping other driver version entries intact) .if ${.TARGETS:Mupdate-distinfo} DISTINFO_FILE= ${MASTERDIR}/distinfo.new .endif update-distinfo: makesum .SILENT ${REINPLACE_CMD} -e '/${ARCH_SUFX}-${NVVERSION:R}/s/^/~/' \ ${MASTERDIR}/distinfo ${REINPLACE_CMD} -e '/^~SHA256/r ${DISTINFO_FILE}' -e '/^~/d' \ ${MASTERDIR}/distinfo ${RM} ${DISTINFO_FILE} ${MASTERDIR}/distinfo.bak .include Index: head/x11/nvidia-driver/pkg-plist =================================================================== --- head/x11/nvidia-driver/pkg-plist (revision 503721) +++ head/x11/nvidia-driver/pkg-plist (revision 503722) @@ -1,204 +1,214 @@ bin/nvidia-bug-report.sh bin/nvidia-debugdump bin/nvidia-smi etc/libmap.d/nvidia.conf lib/libGL-NVIDIA.so lib/libGL-NVIDIA.so.1 lib/libEGL-NVIDIA.so lib/libEGL-NVIDIA.so.1 lib/libGLESv1_CM.so lib/libGLESv1_CM.so.1 lib/libGLESv2-NVIDIA.so lib/libGLESv2-NVIDIA.so.2 lib/libXvMCNVIDIA.a lib/libXvMCNVIDIA.so lib/libXvMCNVIDIA.so.1 lib/libXvMCNVIDIA_dynamic.so.1 lib/libnvidia-cfg.so lib/libnvidia-cfg.so.1 lib/libnvidia-eglcore.so lib/libnvidia-eglcore.so.1 lib/libnvidia-glcore.so lib/libnvidia-glcore.so.1 lib/libnvidia-glsi.so lib/libnvidia-glsi.so.1 lib/libnvidia-ml.so lib/libnvidia-ml.so.1 lib/libnvidia-tls.so lib/libnvidia-tls.so.1 lib/libvdpau_nvidia.so lib/vdpau/libvdpau_nvidia.so.1 man/man1/nvidia-smi.1.gz %%MODULESDIR%%/drivers/nvidia_drv.so %%MODULESDIR%%/extensions/.nvidia/libglx.so %%MODULESDIR%%/extensions/.nvidia/libglx.so.1 /%%KMODDIR%%/nvidia.ko /%%KMODDIR%%/nvidia-modeset.ko %%LINUX%%%%LINUXBASE%%/etc/OpenCL/vendors/nvidia.icd %%LINUX%%%%LINUXBASE%%/etc/vulkan/icd.d/nvidia_icd.json %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-bug-report.sh %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-cuda-mps-control %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-cuda-mps-server %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-debugdump %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-persistenced %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-settings %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-smi %%LINUX%%%%LINUXBASE%%/usr/bin/nvidia-xconfig %%LINUX32%%%%LINUXBASE%%/usr/lib/libEGL.so.1 -%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libEGL.so.1.0.0 ] || ln -sf libEGL.so.1.0.0 %%LINUXBASE%%/usr/lib/libEGL.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libEGL.so.X +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libEGL.so.1.0.0 ] || ln -sf libEGL.so.1.0.0 %%LINUXBASE%%/usr/lib/libEGL.so.1 +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libEGL.so.1.1.0 ] || ln -sf libEGL.so.1.1.0 %%LINUXBASE%%/usr/lib/libEGL.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so.0 %%LINUX32%%%%LINUXBASE%%/usr/lib/libEGL_nvidia.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libGL.so.1 -%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libGL.so.1.2.0 ] || ln -sf libGL.so.1.2.0 %%LINUXBASE%%/usr/lib/libGL.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGL.so.X -%%LINUX32%%%%LINUXBASE%%/usr/lib/libGLdispatch.so.0 +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libGL.so.1.2.0 ] || ln -sf libGL.so.1.2.0 %%LINUXBASE%%/usr/lib/libGL.so.1 +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libGL.so.1.7.0 ] || ln -sf libGL.so.1.7.0 %%LINUXBASE%%/usr/lib/libGL.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv1_CM.so.X +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libGLESv1_CM.so.1.2.0 ] || ln -sf libGLESv1_CM.so.1.2.0 %%LINUXBASE%%/usr/lib/libGLESv1_CM.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv1_CM_nvidia.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv1_CM_nvidia.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv2.so.2 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv2.so.X +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libGLESv2.so.2.1.0 ] || ln -sf libGLESv2.so.2.1.0 %%LINUXBASE%%/usr/lib/libGLESv2.so.2 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv2_nvidia.so.2 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLESv2_nvidia.so.%%SHLIB_VERSION%% -%%LINUX32%%%%LINUXBASE%%/usr/lib/libGLX.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLX.so.0 +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libGLX.so.0.0.0 ] || ln -sf libGLX.so.0.0.0 %%LINUXBASE%%/usr/lib/libGLX.so.0 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLX_indirect.so.0 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLX_nvidia.so.0 %%LINUX32%%%%LINUXBASE%%/usr/lib/libGLX_nvidia.so.%%SHLIB_VERSION%% -%%LINUX32%%%%LINUXBASE%%/usr/lib/libOpenGL.so +%%LINUX32%%%%LINUXBASE%%/usr/lib/libGLdispatch.so.0 +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libGLdispatch.so.0.0.0 ] || ln -sf libGLdispatch.so.0.0.0 %%LINUXBASE%%/usr/lib/libGLdispatch.so.0 %%LINUX32%%%%LINUXBASE%%/usr/lib/libOpenGL.so.0 +%%LINUX32%%@postunexec [ ! -e %%LINUXBASE%%/usr/lib/libOpenGL.so.0.0.0 ] || ln -sf libOpenGL.so.0.0.0 %%LINUXBASE%%/usr/lib/libOpenGL.so.0 %%LINUX32%%%%LINUXBASE%%/usr/lib/libcuda.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libcuda.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libcuda.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvcuvid.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvcuvid.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvcuvid.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-compiler.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-eglcore.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-encode.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-encode.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-encode.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-fatbinaryloader.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-fbc.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-fbc.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-fbc.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-glcore.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-glsi.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ifr.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ifr.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ifr.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ml.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ml.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ml.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-opencl.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-opencl.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ptxjitcompiler.so %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ptxjitcompiler.so.1 %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-ptxjitcompiler.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libnvidia-tls.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/libvdpau_nvidia.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/tls/libnvidia-tls.so.%%SHLIB_VERSION%% %%LINUX32%%%%LINUXBASE%%/usr/lib/vdpau/libvdpau_nvidia.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.1 -%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.1.0.0 ] || ln -sf libEGL.so.1.0.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.X +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.1.0.0 ] || ln -sf libEGL.so.1.0.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.1 +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.1.1.0 ] || ln -sf libEGL.so.1.1.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL_nvidia.so.0 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libEGL_nvidia.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.1 -%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.1.2.0 ] || ln -sf libGL.so.1.2.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.X -%%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLdispatch.so.0 +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.1.2.0 ] || ln -sf libGL.so.1.2.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.1 +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.1.7.0 ] || ln -sf libGL.so.1.7.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libGL.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv1_CM.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv1_CM.so.X +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv1_CM.so.1.2.0 ] || ln -sf libGLESv1_CM.so.1.2.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv1_CM.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv1_CM_nvidia.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv1_CM_nvidia.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv2.so.2 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv2.so.X +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv2.so.2.1.0 ] || ln -sf libGLESv2.so.2.1.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv2.so.2 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv2_nvidia.so.2 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLESv2_nvidia.so.%%SHLIB_VERSION%% -%%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLX.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLX.so.0 +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLX.so.0.0.0 ] || ln -sf libGLX.so.0.0.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLX.so.0 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLX_indirect.so.0 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLX_nvidia.so.0 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLX_nvidia.so.%%SHLIB_VERSION%% -%%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libOpenGL.so +%%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libGLdispatch.so.0 +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLdispatch.so.0.0.0 ] || ln -sf libGLdispatch.so.0.0.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libGLdispatch.so.0 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libOpenGL.so.0 +%%LINUX%%@postunexec [ ! -e %%LINUXBASE%%%%LINUX_LIBDIR%%/libOpenGL.so.0.0.0 ] || ln -sf libOpenGL.so.0.0.0 %%LINUXBASE%%%%LINUX_LIBDIR%%/libOpenGL.so.0 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libXvMCNVIDIA.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libXvMCNVIDIA_dynamic.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libXvMCNVIDIA_dynamic.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libcuda.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libcuda.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libcuda.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvcuvid.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvcuvid.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvcuvid.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-cfg.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-cfg.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-cfg.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-compiler.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-egl-wayland.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-egl-wayland.so.X %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-eglcore.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-encode.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-encode.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-encode.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-fatbinaryloader.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-fbc.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-fbc.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-fbc.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-glcore.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-glsi.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-gtk2.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-gtk3.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ifr.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ifr.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ifr.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ml.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ml.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ml.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-opencl.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-opencl.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ptxjitcompiler.so %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ptxjitcompiler.so.1 %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-ptxjitcompiler.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libnvidia-tls.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/libvdpau_nvidia.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/tls/libnvidia-tls.so.%%SHLIB_VERSION%% %%LINUX%%%%LINUXBASE%%%%LINUX_LIBDIR%%/vdpau/libvdpau_nvidia.so.1 %%LINUX%%%%LINUXBASE%%/usr/share/egl/egl_external_platform.d/10_nvidia_wayland.json %%LINUX%%%%LINUXBASE%%/usr/share/glvnd/egl_vendor.d/10_nvidia.json %%LINUX%%%%LINUXBASE%%/usr/share/man/man1/nvidia-cuda-mps-control.1.gz %%LINUX%%%%LINUXBASE%%/usr/share/man/man1/nvidia-persistenced.1.gz %%LINUX%%%%LINUXBASE%%/usr/share/man/man1/nvidia-settings.1.gz %%LINUX%%%%LINUXBASE%%/usr/share/man/man1/nvidia-smi.1.gz %%LINUX%%%%LINUXBASE%%/usr/share/man/man1/nvidia-xconfig.1.gz %%LINUX%%%%LINUXBASE%%/usr/share/nvidia/monitoring.conf %%LINUX%%%%LINUXBASE%%/usr/share/nvidia/nvidia-application-profiles-%%SHLIB_VERSION%%-key-documentation %%LINUX%%%%LINUXBASE%%/usr/share/nvidia/nvidia-application-profiles-%%SHLIB_VERSION%%-rc %%LINUX%%%%LINUXBASE%%/usr/share/nvidia/pci.ids %%LINUX%%@postexec %%LINUXBASE%%/sbin/ldconfig %%LINUX%%@postunexec %%LINUXBASE%%/sbin/ldconfig %%LINUX%%@dir %%LINUXBASE%%/etc/OpenCL/vendors %%LINUX%%@dir %%LINUXBASE%%/etc/OpenCL %%LINUX%%@dir %%LINUXBASE%%/etc/vulkan/icd.d %%LINUX%%@dir %%LINUXBASE%%/etc/vulkan %%LINUX%%@dir %%LINUXBASE%%/etc %%LINUX%%@dir %%LINUXBASE%%/usr/bin %%LINUX32%%@dir %%LINUXBASE%%/usr/lib/tls %%LINUX32%%@dir %%LINUXBASE%%/usr/lib/vdpau %%LINUX32%%@dir %%LINUXBASE%%/usr/lib %%LINUX%%@dir %%LINUXBASE%%%%LINUX_LIBDIR%%/tls %%LINUX%%@dir %%LINUXBASE%%%%LINUX_LIBDIR%%/vdpau %%LINUX%%@dir %%LINUXBASE%%%%LINUX_LIBDIR%% %%LINUX%%@dir %%LINUXBASE%%/usr/share/egl/egl_external_platform.d %%LINUX%%@dir %%LINUXBASE%%/usr/share/egl %%LINUX%%@dir %%LINUXBASE%%/usr/share/glvnd/egl_vendor.d %%LINUX%%@dir %%LINUXBASE%%/usr/share/glvnd %%LINUX%%@dir %%LINUXBASE%%/usr/share/man/man1 %%LINUX%%@dir %%LINUXBASE%%/usr/share/man %%LINUX%%@dir %%LINUXBASE%%/usr/share/nvidia %%LINUX%%@dir %%LINUXBASE%%/usr/share %%LINUX%%@dir %%LINUXBASE%%/usr %%LINUX%%@dir %%LINUXBASE%% %%LINUX%%@dir /compat Index: head/x11/nvidia-driver-304/Makefile =================================================================== --- head/x11/nvidia-driver-304/Makefile (revision 503721) +++ head/x11/nvidia-driver-304/Makefile (revision 503722) @@ -1,11 +1,11 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ DISTVERSION= 304.137 # Explicitly set PORTREVISION as it can be overridden by the master port -PORTREVISION= 3 +PORTREVISION= 4 MASTERDIR= ${.CURDIR}/../nvidia-driver PKGNAMESUFFIX= -304 .include "${MASTERDIR}/Makefile" Index: head/x11/nvidia-driver-340/Makefile =================================================================== --- head/x11/nvidia-driver-340/Makefile (revision 503721) +++ head/x11/nvidia-driver-340/Makefile (revision 503722) @@ -1,11 +1,11 @@ # Created by: Alexey Dokuchaev # $FreeBSD$ DISTVERSION= 340.107 # Explicitly set PORTREVISION as it can be overridden by the master port -PORTREVISION= 3 +PORTREVISION= 4 MASTERDIR= ${.CURDIR}/../nvidia-driver PKGNAMESUFFIX= -340 .include "${MASTERDIR}/Makefile" Index: head/x11-fonts/linux-c7-fontconfig/Makefile =================================================================== --- head/x11-fonts/linux-c7-fontconfig/Makefile (revision 503721) +++ head/x11-fonts/linux-c7-fontconfig/Makefile (revision 503722) @@ -1,32 +1,32 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= fontconfig -PORTVERSION= 2.10.95 -PORTREVISION= 3 +PORTVERSION= 2.13.0 CATEGORIES= x11-fonts linux MAINTAINER= emulation@FreeBSD.org COMMENT= XML-based font configuration API for X Windows (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 11.el7 +RPMVERSION= 4.3.el7 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= expat +USE_LINUX= expat freetype USE_LINUX_RPM= yes -OPTIONS_DEFINE= DOCS +OPTIONS_DEFINE= DOCS NLS +OPTIONS_SUB= yes post-patch: - @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/share/fonts \ - ${WRKSRC}/usr/share/fontconfig ${WRKSRC}/var + @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/lib/fontconfig \ + ${WRKSRC}/usr/share/fontconfig post-install: ${MKDIR} ${STAGEDIR}${PREFIX}/etc ${LN} -s ${LOCALBASE}/etc/fonts ${STAGEDIR}${PREFIX}/etc/ ${MKDIR} ${STAGEDIR}${PREFIX}/var/db/fontconfig .include Index: head/x11-fonts/linux-c7-fontconfig/distinfo =================================================================== --- head/x11-fonts/linux-c7-fontconfig/distinfo (revision 503721) +++ head/x11-fonts/linux-c7-fontconfig/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507317997 -SHA256 (centos/fontconfig-2.10.95-11.el7.i686.rpm) = 81073a3d0e3a3be990615e6db546f55651bdf04f24dd44248c7875d73d63b246 -SIZE (centos/fontconfig-2.10.95-11.el7.i686.rpm) = 235900 -SHA256 (centos/fontconfig-2.10.95-11.el7.x86_64.rpm) = ba7d28d5326f02ce46d6c26b6ae902858124768420b3600494ccdd805e99c8fd -SIZE (centos/fontconfig-2.10.95-11.el7.x86_64.rpm) = 234724 -SHA256 (centos/fontconfig-2.10.95-11.el7.src.rpm) = 644b249ea56a5ee6967f1b3ab5cafc107b43db535a9c5f3af5d6483ce6167ac9 -SIZE (centos/fontconfig-2.10.95-11.el7.src.rpm) = 1569980 +TIMESTAMP = 1556530645 +SHA256 (centos/fontconfig-2.13.0-4.3.el7.i686.rpm) = 3a9ad39e24733b7d4053ed51800ff55d5a71dae19889c1c9624d9c1fa0e3270d +SIZE (centos/fontconfig-2.13.0-4.3.el7.i686.rpm) = 261088 +SHA256 (centos/fontconfig-2.13.0-4.3.el7.x86_64.rpm) = adf21042079dd4754a2d77f5ddf83b8537407081e95edeb553b1b0e8130aa558 +SIZE (centos/fontconfig-2.13.0-4.3.el7.x86_64.rpm) = 260512 +SHA256 (centos/fontconfig-2.13.0-4.3.el7.src.rpm) = a9aab224f56ccb32f6c2ce57670d792dfeae8cd7b5ee18046cade1ae0ca3f0b2 +SIZE (centos/fontconfig-2.13.0-4.3.el7.src.rpm) = 1750590 Index: head/x11-fonts/linux-c7-fontconfig/pkg-plist.amd64 =================================================================== --- head/x11-fonts/linux-c7-fontconfig/pkg-plist.amd64 (revision 503721) +++ head/x11-fonts/linux-c7-fontconfig/pkg-plist.amd64 (revision 503722) @@ -1,32 +1,40 @@ etc/fonts usr/bin/fc-cache +usr/bin/fc-cache-32 +usr/bin/fc-cache-64 usr/bin/fc-cat +usr/bin/fc-conflist usr/bin/fc-list usr/bin/fc-match usr/bin/fc-pattern usr/bin/fc-query usr/bin/fc-scan usr/bin/fc-validate usr/lib/libfontconfig.so.1 -usr/lib/libfontconfig.so.1.7.0 +usr/lib/libfontconfig.so.1.11.1 usr/lib64/libfontconfig.so.1 -usr/lib64/libfontconfig.so.1.7.0 +usr/lib64/libfontconfig.so.1.11.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/fontconfig-user.html %%PORTDOCS%%%%DOCSDIR%%/fontconfig-user.txt +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo usr/share/man/man1/fc-cache.1.gz usr/share/man/man1/fc-cat.1.gz +usr/share/man/man1/fc-conflist.1.gz usr/share/man/man1/fc-list.1.gz usr/share/man/man1/fc-match.1.gz usr/share/man/man1/fc-pattern.1.gz usr/share/man/man1/fc-query.1.gz usr/share/man/man1/fc-scan.1.gz usr/share/man/man1/fc-validate.1.gz usr/share/man/man5/fonts-conf.5.gz usr/share/xml/fontconfig/fonts.dtd -@rmtry var/db/fontconfig/*-le64.cache-4 +@rmtry var/db/fontconfig/*-le32d4.cache-7 +@rmtry var/db/fontconfig/*-le64.cache-7 @rmtry var/db/fontconfig/CACHEDIR.TAG @dir var/db/fontconfig -@postexec %D/usr/bin/fc-cache -f -s +@postexec %D/usr/bin/fc-cache-32 -f -s +@postexec %D/usr/bin/fc-cache-64 -f -s Index: head/x11-fonts/linux-c7-fontconfig/pkg-plist.i386 =================================================================== --- head/x11-fonts/linux-c7-fontconfig/pkg-plist.i386 (revision 503721) +++ head/x11-fonts/linux-c7-fontconfig/pkg-plist.i386 (revision 503722) @@ -1,30 +1,35 @@ etc/fonts usr/bin/fc-cache +usr/bin/fc-cache-32 usr/bin/fc-cat +usr/bin/fc-conflist usr/bin/fc-list usr/bin/fc-match usr/bin/fc-pattern usr/bin/fc-query usr/bin/fc-scan usr/bin/fc-validate usr/lib/libfontconfig.so.1 -usr/lib/libfontconfig.so.1.7.0 +usr/lib/libfontconfig.so.1.11.1 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/README %%PORTDOCS%%%%DOCSDIR%%/fontconfig-user.html %%PORTDOCS%%%%DOCSDIR%%/fontconfig-user.txt +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig-conf.mo +%%NLS%%usr/share/locale/zh_CN/LC_MESSAGES/fontconfig.mo usr/share/man/man1/fc-cache.1.gz usr/share/man/man1/fc-cat.1.gz +usr/share/man/man1/fc-conflist.1.gz usr/share/man/man1/fc-list.1.gz usr/share/man/man1/fc-match.1.gz usr/share/man/man1/fc-pattern.1.gz usr/share/man/man1/fc-query.1.gz usr/share/man/man1/fc-scan.1.gz usr/share/man/man1/fc-validate.1.gz usr/share/man/man5/fonts-conf.5.gz usr/share/xml/fontconfig/fonts.dtd -@rmtry var/db/fontconfig/*-le32d4.cache-4 +@rmtry var/db/fontconfig/*-le32d4.cache-7 @rmtry var/db/fontconfig/CACHEDIR.TAG @dir var/db/fontconfig -@postexec %D/usr/bin/fc-cache -f -s +@postexec %D/usr/bin/fc-cache-32 -f -s Index: head/x11-toolkits/linux-c7-openmotif/Makefile =================================================================== --- head/x11-toolkits/linux-c7-openmotif/Makefile (revision 503721) +++ head/x11-toolkits/linux-c7-openmotif/Makefile (revision 503722) @@ -1,27 +1,27 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= motif PORTVERSION= 2.3.4 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org COMMENT= Motif toolkit libraries (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../open-${PORTNAME}/pkg-descr -RPMVERSION= 12.el7_4 +RPMVERSION= 14.el7_5 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= xorglibs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS post-patch: @${RM} -r ${WRKSRC}/etc ${WRKSRC}/usr/bin ${WRKSRC}/usr/include \ ${WRKSRC}/usr/share/X11 ${WRKSRC}/usr/share/man .include Index: head/x11-toolkits/linux-c7-openmotif/distinfo =================================================================== --- head/x11-toolkits/linux-c7-openmotif/distinfo (revision 503721) +++ head/x11-toolkits/linux-c7-openmotif/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1517257436 -SHA256 (centos/motif-2.3.4-12.el7_4.i686.rpm) = fb3bb2355c9f82bf742fe8198d289c0586094050c232ed59ab3020ac81a90ee6 -SIZE (centos/motif-2.3.4-12.el7_4.i686.rpm) = 1463444 -SHA256 (centos/motif-2.3.4-12.el7_4.x86_64.rpm) = d5599721ed87539652fc16c4fefece0df278923847cc6dd122644b3a576577d3 -SIZE (centos/motif-2.3.4-12.el7_4.x86_64.rpm) = 1480080 -SHA256 (centos/motif-2.3.4-12.el7_4.src.rpm) = 40515bad1058c7190bdda09027115ae6d772601744d695d035bd2ec5f68cddcb -SIZE (centos/motif-2.3.4-12.el7_4.src.rpm) = 9461686 +TIMESTAMP = 1530727330 +SHA256 (centos/motif-2.3.4-14.el7_5.i686.rpm) = 78c7b5d734ab7c13f9d5952d5092688d23e63c0bbb98d213bb5987256d5ceece +SIZE (centos/motif-2.3.4-14.el7_5.i686.rpm) = 1464372 +SHA256 (centos/motif-2.3.4-14.el7_5.x86_64.rpm) = 950633f31606d55596dcc947861948599ce32890309a8bba8908fde3e5bcd406 +SIZE (centos/motif-2.3.4-14.el7_5.x86_64.rpm) = 1479976 +SHA256 (centos/motif-2.3.4-14.el7_5.src.rpm) = a4c4628356aeb45483a800519ec3faa7ed6da5b244b82d6a784519b8e65fca87 +SIZE (centos/motif-2.3.4-14.el7_5.src.rpm) = 9463442 Index: head/x11-toolkits/linux-c7-pango/Makefile =================================================================== --- head/x11-toolkits/linux-c7-pango/Makefile (revision 503721) +++ head/x11-toolkits/linux-c7-pango/Makefile (revision 503722) @@ -1,22 +1,22 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= pango -PORTVERSION= 1.40.4 +PORTVERSION= 1.42.4 CATEGORIES= x11-toolkits linux MAINTAINER= emulation@FreeBSD.org COMMENT= Pango library (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-${PORTNAME}-[0-9]* DESCR= ${.CURDIR}/../${PORTNAME}/pkg-descr -RPMVERSION= 1.el7 +RPMVERSION= 2.el7_6 USES= linux:c7 USE_LDCONFIG= yes -USE_LINUX= cairo fontconfig harfbuzz libthai xorglibs +USE_LINUX= cairo fontconfig freetype fribidi harfbuzz libthai xorglibs USE_LINUX_RPM= yes OPTIONS_DEFINE= DOCS .include Index: head/x11-toolkits/linux-c7-pango/distinfo =================================================================== --- head/x11-toolkits/linux-c7-pango/distinfo (revision 503721) +++ head/x11-toolkits/linux-c7-pango/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1507318361 -SHA256 (centos/pango-1.40.4-1.el7.i686.rpm) = d3d34c1646237ffb9b4cca53a77cc5efeb5db4781f8820ce06a1be1fba8617f0 -SIZE (centos/pango-1.40.4-1.el7.i686.rpm) = 281384 -SHA256 (centos/pango-1.40.4-1.el7.x86_64.rpm) = ec86f26ffe7fe23307ebbd958e62775da52e02eac966f29c410729cc3d2cd120 -SIZE (centos/pango-1.40.4-1.el7.x86_64.rpm) = 281272 -SHA256 (centos/pango-1.40.4-1.el7.src.rpm) = e34b0905fc08b9d8328abd822a912d131b3b7cf510551bba86d98ade3d9a8e93 -SIZE (centos/pango-1.40.4-1.el7.src.rpm) = 1100679 +TIMESTAMP = 1559401456 +SHA256 (centos/pango-1.42.4-2.el7_6.i686.rpm) = 7b5a6fc50bc8275994f811b047643572b6355353fd2224ac4d42e5e758f0c38c +SIZE (centos/pango-1.42.4-2.el7_6.i686.rpm) = 287872 +SHA256 (centos/pango-1.42.4-2.el7_6.x86_64.rpm) = 4d7d465674aeabb2d809fe1ca1012e7ec3daeca8e76ddbc9422e6b60c396b3f4 +SIZE (centos/pango-1.42.4-2.el7_6.x86_64.rpm) = 286984 +SHA256 (centos/pango-1.42.4-2.el7_6.src.rpm) = 5f27373c7de242946c3d3a7a1b3cbff497caf7908b7c76b571b18a4e9b8ba5fa +SIZE (centos/pango-1.42.4-2.el7_6.src.rpm) = 872886 Index: head/x11-toolkits/linux-c7-pango/pkg-plist.amd64 =================================================================== --- head/x11-toolkits/linux-c7-pango/pkg-plist.amd64 (revision 503721) +++ head/x11-toolkits/linux-c7-pango/pkg-plist.amd64 (revision 503722) @@ -1,31 +1,33 @@ +usr/bin/pango-list +usr/bin/pango-querymodules-32 +usr/bin/pango-querymodules-64 usr/bin/pango-view usr/lib/girepository-1.0/Pango-1.0.typelib usr/lib/girepository-1.0/PangoCairo-1.0.typelib usr/lib/girepository-1.0/PangoFT2-1.0.typelib usr/lib/girepository-1.0/PangoXft-1.0.typelib usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.4000.4 +usr/lib/libpango-1.0.so.0.4200.3 usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.4000.4 +usr/lib/libpangocairo-1.0.so.0.4200.3 usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.4000.4 +usr/lib/libpangoft2-1.0.so.0.4200.3 usr/lib/libpangoxft-1.0.so.0 -usr/lib/libpangoxft-1.0.so.0.4000.4 +usr/lib/libpangoxft-1.0.so.0.4200.3 usr/lib64/girepository-1.0/Pango-1.0.typelib usr/lib64/girepository-1.0/PangoCairo-1.0.typelib usr/lib64/girepository-1.0/PangoFT2-1.0.typelib usr/lib64/girepository-1.0/PangoXft-1.0.typelib usr/lib64/libpango-1.0.so.0 -usr/lib64/libpango-1.0.so.0.4000.4 +usr/lib64/libpango-1.0.so.0.4200.3 usr/lib64/libpangocairo-1.0.so.0 -usr/lib64/libpangocairo-1.0.so.0.4000.4 +usr/lib64/libpangocairo-1.0.so.0.4200.3 usr/lib64/libpangoft2-1.0.so.0 -usr/lib64/libpangoft2-1.0.so.0.4000.4 +usr/lib64/libpangoft2-1.0.so.0.4200.3 usr/lib64/libpangoxft-1.0.so.0 -usr/lib64/libpangoxft-1.0.so.0.4000.4 +usr/lib64/libpangoxft-1.0.so.0.4200.3 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/HELLO.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/pango-1.40.4/COPYING +usr/share/licenses/pango-1.42.4/COPYING usr/share/man/man1/pango-view.1.gz Index: head/x11-toolkits/linux-c7-pango/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-c7-pango/pkg-plist.i386 (revision 503721) +++ head/x11-toolkits/linux-c7-pango/pkg-plist.i386 (revision 503722) @@ -1,19 +1,20 @@ +usr/bin/pango-list +usr/bin/pango-querymodules-32 usr/bin/pango-view usr/lib/girepository-1.0/Pango-1.0.typelib usr/lib/girepository-1.0/PangoCairo-1.0.typelib usr/lib/girepository-1.0/PangoFT2-1.0.typelib usr/lib/girepository-1.0/PangoXft-1.0.typelib usr/lib/libpango-1.0.so.0 -usr/lib/libpango-1.0.so.0.4000.4 +usr/lib/libpango-1.0.so.0.4200.3 usr/lib/libpangocairo-1.0.so.0 -usr/lib/libpangocairo-1.0.so.0.4000.4 +usr/lib/libpangocairo-1.0.so.0.4200.3 usr/lib/libpangoft2-1.0.so.0 -usr/lib/libpangoft2-1.0.so.0.4000.4 +usr/lib/libpangoft2-1.0.so.0.4200.3 usr/lib/libpangoxft-1.0.so.0 -usr/lib/libpangoxft-1.0.so.0.4000.4 +usr/lib/libpangoxft-1.0.so.0.4200.3 %%PORTDOCS%%%%DOCSDIR%%/AUTHORS -%%PORTDOCS%%%%DOCSDIR%%/HELLO.txt %%PORTDOCS%%%%DOCSDIR%%/NEWS %%PORTDOCS%%%%DOCSDIR%%/README -usr/share/licenses/pango-1.40.4/COPYING +usr/share/licenses/pango-1.42.4/COPYING usr/share/man/man1/pango-view.1.gz Index: head/x11-toolkits/linux-c7-qt-x11/Makefile =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/Makefile (revision 503721) +++ head/x11-toolkits/linux-c7-qt-x11/Makefile (revision 503722) @@ -1,28 +1,27 @@ # Created by: Piotr Kubaj # $FreeBSD$ PORTNAME= qt -PORTVERSION= 4.8.5 -PORTREVISION= 4 +PORTVERSION= 4.8.7 CATEGORIES= x11-toolkits linux PKGNAMESUFFIX= -x11 LIB_DISTNAMES= ${LINUXNAME}-${DISTVERSIONFULL} MAINTAINER= emulation@FreeBSD.org COMMENT= Cross-platform application and UI framework (Linux CentOS ${LINUX_DIST_VER}) CONFLICTS= linux-c6-qt47-x11-[0-9]* DATADIR= ${PREFIX}/usr/share/${PORTNAME}4 DESCR= ${.CURDIR}/../../devel/linux-c6-qt47/pkg-descr LINUXNAME= ${PORTNAME}${PKGNAMESUFFIX} -RPMVERSION= 15.el7_4 +RPMVERSION= 2.el7 USES= linux:c7 USE_LDCONFIG= yes USE_LINUX= alsalib dri fontconfig jpeg openssl png qt tiff xorglibs USE_LINUX_RPM= yes post-patch: @${RM} -r ${WRKSRC}/usr/share/icons .include Index: head/x11-toolkits/linux-c7-qt-x11/distinfo =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/distinfo (revision 503721) +++ head/x11-toolkits/linux-c7-qt-x11/distinfo (revision 503722) @@ -1,7 +1,7 @@ -TIMESTAMP = 1509045007 -SHA256 (centos/qt-x11-4.8.5-15.el7_4.i686.rpm) = 597b8d5f66780e2820e72c5d83399cd9be950a51d9a30b2cb94b9023bcf3f2d8 -SIZE (centos/qt-x11-4.8.5-15.el7_4.i686.rpm) = 13461768 -SHA256 (centos/qt-x11-4.8.5-15.el7_4.x86_64.rpm) = 37319db1f813f573af2246bf860f450bcf4571d215e3d83ad4f3bceb761ed234 -SIZE (centos/qt-x11-4.8.5-15.el7_4.x86_64.rpm) = 13201932 -SHA256 (centos/qt-4.8.5-15.el7_4.src.rpm) = a6f6b081646c7e2c90a8534df978fba380f8fde0b794643d0fd8a5e0b5fc2da3 -SIZE (centos/qt-4.8.5-15.el7_4.src.rpm) = 240687863 +TIMESTAMP = 1530379389 +SHA256 (centos/qt-x11-4.8.7-2.el7.i686.rpm) = ee2c42e0b7dd14130b64193675f5312dfbe6d3b4ddf0f6157b71f1aa2cf3c6ff +SIZE (centos/qt-x11-4.8.7-2.el7.i686.rpm) = 13365148 +SHA256 (centos/qt-x11-4.8.7-2.el7.x86_64.rpm) = 8378cd23e89aef1968c485998ca31b0515ee2ac5134bb4e2bca4a643b0bbb03b +SIZE (centos/qt-x11-4.8.7-2.el7.x86_64.rpm) = 13107460 +SHA256 (centos/qt-4.8.7-2.el7.src.rpm) = 63a3e15d926037bd00b37fb3cb2fc5c81c35e2bbfd339f8fd138743ffa0248b1 +SIZE (centos/qt-4.8.7-2.el7.src.rpm) = 240443274 Index: head/x11-toolkits/linux-c7-qt-x11/pkg-plist.amd64 =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/pkg-plist.amd64 (revision 503721) +++ head/x11-toolkits/linux-c7-qt-x11/pkg-plist.amd64 (revision 503722) @@ -1,187 +1,189 @@ -usr/bin/qmlviewer usr/lib/libQt3Support.so.4 usr/lib/libQt3Support.so.4.8 -usr/lib/libQt3Support.so.4.8.5 +usr/lib/libQt3Support.so.4.8.7 usr/lib/libQtCLucene.so.4 usr/lib/libQtCLucene.so.4.8 -usr/lib/libQtCLucene.so.4.8.5 +usr/lib/libQtCLucene.so.4.8.7 usr/lib/libQtDeclarative.so.4 usr/lib/libQtDeclarative.so.4.8 -usr/lib/libQtDeclarative.so.4.8.5 +usr/lib/libQtDeclarative.so.4.8.7 usr/lib/libQtDesigner.so.4 usr/lib/libQtDesigner.so.4.8 -usr/lib/libQtDesigner.so.4.8.5 +usr/lib/libQtDesigner.so.4.8.7 usr/lib/libQtDesignerComponents.so.4 usr/lib/libQtDesignerComponents.so.4.8 -usr/lib/libQtDesignerComponents.so.4.8.5 +usr/lib/libQtDesignerComponents.so.4.8.7 usr/lib/libQtGui.so.4 usr/lib/libQtGui.so.4.8 -usr/lib/libQtGui.so.4.8.5 +usr/lib/libQtGui.so.4.8.7 usr/lib/libQtHelp.so.4 usr/lib/libQtHelp.so.4.8 -usr/lib/libQtHelp.so.4.8.5 +usr/lib/libQtHelp.so.4.8.7 usr/lib/libQtMultimedia.so.4 usr/lib/libQtMultimedia.so.4.8 -usr/lib/libQtMultimedia.so.4.8.5 +usr/lib/libQtMultimedia.so.4.8.7 usr/lib/libQtOpenGL.so.4 usr/lib/libQtOpenGL.so.4.8 -usr/lib/libQtOpenGL.so.4.8.5 +usr/lib/libQtOpenGL.so.4.8.7 usr/lib/libQtScriptTools.so.4 usr/lib/libQtScriptTools.so.4.8 -usr/lib/libQtScriptTools.so.4.8.5 +usr/lib/libQtScriptTools.so.4.8.7 usr/lib/libQtSvg.so.4 usr/lib/libQtSvg.so.4.8 -usr/lib/libQtSvg.so.4.8.5 -usr/lib/qt4/bin/qmlviewer +usr/lib/libQtSvg.so.4.8.7 usr/lib/qt4/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so usr/lib/qt4/imports/Qt/labs/folderlistmodel/qmldir usr/lib/qt4/imports/Qt/labs/gestures/libqmlgesturesplugin.so usr/lib/qt4/imports/Qt/labs/gestures/qmldir usr/lib/qt4/imports/Qt/labs/particles/libqmlparticlesplugin.so usr/lib/qt4/imports/Qt/labs/particles/qmldir usr/lib/qt4/imports/Qt/labs/shaders/libqmlshadersplugin.so usr/lib/qt4/imports/Qt/labs/shaders/qmldir usr/lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so usr/lib/qt4/plugins/accessible/libqtaccessiblewidgets.so usr/lib/qt4/plugins/bearer/libqconnmanbearer.so usr/lib/qt4/plugins/bearer/libqgenericbearer.so usr/lib/qt4/plugins/bearer/libqnmbearer.so usr/lib/qt4/plugins/codecs/libqcncodecs.so usr/lib/qt4/plugins/codecs/libqjpcodecs.so usr/lib/qt4/plugins/codecs/libqkrcodecs.so usr/lib/qt4/plugins/codecs/libqtwcodecs.so usr/lib/qt4/plugins/designer/libarthurplugin.so usr/lib/qt4/plugins/designer/libcontainerextension.so usr/lib/qt4/plugins/designer/libcustomwidgetplugin.so usr/lib/qt4/plugins/designer/libqdeclarativeview.so usr/lib/qt4/plugins/designer/libqt3supportwidgets.so usr/lib/qt4/plugins/designer/libtaskmenuextension.so usr/lib/qt4/plugins/designer/libworldtimeclockplugin.so usr/lib/qt4/plugins/graphicssystems/libqglgraphicssystem.so usr/lib/qt4/plugins/graphicssystems/libqtracegraphicssystem.so usr/lib/qt4/plugins/iconengines/libqsvgicon.so usr/lib/qt4/plugins/imageformats/libqgif.so usr/lib/qt4/plugins/imageformats/libqico.so usr/lib/qt4/plugins/imageformats/libqjpeg.so usr/lib/qt4/plugins/imageformats/libqmng.so usr/lib/qt4/plugins/imageformats/libqsvg.so usr/lib/qt4/plugins/imageformats/libqtga.so usr/lib/qt4/plugins/imageformats/libqtiff.so usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so usr/lib/qt4/plugins/qmltooling/libqmldbg_inspector.so usr/lib/qt4/plugins/qmltooling/libqmldbg_tcp.so usr/lib/qt4/plugins/script/libqtscriptdbus.so usr/lib64/libQt3Support.so.4 usr/lib64/libQt3Support.so.4.8 -usr/lib64/libQt3Support.so.4.8.5 +usr/lib64/libQt3Support.so.4.8.7 usr/lib64/libQtCLucene.so.4 usr/lib64/libQtCLucene.so.4.8 -usr/lib64/libQtCLucene.so.4.8.5 +usr/lib64/libQtCLucene.so.4.8.7 usr/lib64/libQtDeclarative.so.4 usr/lib64/libQtDeclarative.so.4.8 -usr/lib64/libQtDeclarative.so.4.8.5 +usr/lib64/libQtDeclarative.so.4.8.7 usr/lib64/libQtDesigner.so.4 usr/lib64/libQtDesigner.so.4.8 -usr/lib64/libQtDesigner.so.4.8.5 +usr/lib64/libQtDesigner.so.4.8.7 usr/lib64/libQtDesignerComponents.so.4 usr/lib64/libQtDesignerComponents.so.4.8 -usr/lib64/libQtDesignerComponents.so.4.8.5 +usr/lib64/libQtDesignerComponents.so.4.8.7 usr/lib64/libQtGui.so.4 usr/lib64/libQtGui.so.4.8 -usr/lib64/libQtGui.so.4.8.5 +usr/lib64/libQtGui.so.4.8.7 usr/lib64/libQtHelp.so.4 usr/lib64/libQtHelp.so.4.8 -usr/lib64/libQtHelp.so.4.8.5 +usr/lib64/libQtHelp.so.4.8.7 usr/lib64/libQtMultimedia.so.4 usr/lib64/libQtMultimedia.so.4.8 -usr/lib64/libQtMultimedia.so.4.8.5 +usr/lib64/libQtMultimedia.so.4.8.7 usr/lib64/libQtOpenGL.so.4 usr/lib64/libQtOpenGL.so.4.8 -usr/lib64/libQtOpenGL.so.4.8.5 +usr/lib64/libQtOpenGL.so.4.8.7 usr/lib64/libQtScriptTools.so.4 usr/lib64/libQtScriptTools.so.4.8 -usr/lib64/libQtScriptTools.so.4.8.5 +usr/lib64/libQtScriptTools.so.4.8.7 usr/lib64/libQtSvg.so.4 usr/lib64/libQtSvg.so.4.8 -usr/lib64/libQtSvg.so.4.8.5 -usr/lib64/qt4/bin/qmlviewer +usr/lib64/libQtSvg.so.4.8.7 usr/lib64/qt4/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so usr/lib64/qt4/imports/Qt/labs/folderlistmodel/qmldir usr/lib64/qt4/imports/Qt/labs/gestures/libqmlgesturesplugin.so usr/lib64/qt4/imports/Qt/labs/gestures/qmldir usr/lib64/qt4/imports/Qt/labs/particles/libqmlparticlesplugin.so usr/lib64/qt4/imports/Qt/labs/particles/qmldir usr/lib64/qt4/imports/Qt/labs/shaders/libqmlshadersplugin.so usr/lib64/qt4/imports/Qt/labs/shaders/qmldir usr/lib64/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so usr/lib64/qt4/plugins/accessible/libqtaccessiblewidgets.so usr/lib64/qt4/plugins/bearer/libqconnmanbearer.so usr/lib64/qt4/plugins/bearer/libqgenericbearer.so usr/lib64/qt4/plugins/bearer/libqnmbearer.so usr/lib64/qt4/plugins/codecs/libqcncodecs.so usr/lib64/qt4/plugins/codecs/libqjpcodecs.so usr/lib64/qt4/plugins/codecs/libqkrcodecs.so usr/lib64/qt4/plugins/codecs/libqtwcodecs.so usr/lib64/qt4/plugins/designer/libarthurplugin.so usr/lib64/qt4/plugins/designer/libcontainerextension.so usr/lib64/qt4/plugins/designer/libcustomwidgetplugin.so usr/lib64/qt4/plugins/designer/libqdeclarativeview.so usr/lib64/qt4/plugins/designer/libqt3supportwidgets.so usr/lib64/qt4/plugins/designer/libtaskmenuextension.so usr/lib64/qt4/plugins/designer/libworldtimeclockplugin.so usr/lib64/qt4/plugins/graphicssystems/libqglgraphicssystem.so usr/lib64/qt4/plugins/graphicssystems/libqtracegraphicssystem.so usr/lib64/qt4/plugins/iconengines/libqsvgicon.so usr/lib64/qt4/plugins/imageformats/libqgif.so usr/lib64/qt4/plugins/imageformats/libqico.so usr/lib64/qt4/plugins/imageformats/libqjpeg.so usr/lib64/qt4/plugins/imageformats/libqmng.so usr/lib64/qt4/plugins/imageformats/libqsvg.so usr/lib64/qt4/plugins/imageformats/libqtga.so usr/lib64/qt4/plugins/imageformats/libqtiff.so usr/lib64/qt4/plugins/inputmethods/libqimsw-multi.so usr/lib64/qt4/plugins/qmltooling/libqmldbg_inspector.so usr/lib64/qt4/plugins/qmltooling/libqmldbg_tcp.so usr/lib64/qt4/plugins/script/libqtscriptdbus.so %%DATADIR%%/translations/assistant_cs.qm %%DATADIR%%/translations/assistant_da.qm %%DATADIR%%/translations/assistant_de.qm +%%DATADIR%%/translations/assistant_eu.qm %%DATADIR%%/translations/assistant_fr.qm %%DATADIR%%/translations/assistant_hu.qm %%DATADIR%%/translations/assistant_ja.qm %%DATADIR%%/translations/assistant_ko.qm %%DATADIR%%/translations/assistant_pl.qm %%DATADIR%%/translations/assistant_ru.qm %%DATADIR%%/translations/assistant_sl.qm %%DATADIR%%/translations/assistant_uk.qm %%DATADIR%%/translations/assistant_zh_CN.qm %%DATADIR%%/translations/assistant_zh_TW.qm %%DATADIR%%/translations/qt_help_cs.qm %%DATADIR%%/translations/qt_help_da.qm %%DATADIR%%/translations/qt_help_de.qm +%%DATADIR%%/translations/qt_help_eu.qm %%DATADIR%%/translations/qt_help_fr.qm %%DATADIR%%/translations/qt_help_gl.qm %%DATADIR%%/translations/qt_help_hu.qm %%DATADIR%%/translations/qt_help_ja.qm %%DATADIR%%/translations/qt_help_ko.qm %%DATADIR%%/translations/qt_help_pl.qm %%DATADIR%%/translations/qt_help_ru.qm %%DATADIR%%/translations/qt_help_sl.qm %%DATADIR%%/translations/qt_help_uk.qm %%DATADIR%%/translations/qt_help_zh_CN.qm %%DATADIR%%/translations/qt_help_zh_TW.qm +%%DATADIR%%/translations/qtconfig_eu.qm +%%DATADIR%%/translations/qtconfig_he.qm %%DATADIR%%/translations/qtconfig_hu.qm %%DATADIR%%/translations/qtconfig_ja.qm %%DATADIR%%/translations/qtconfig_ko.qm %%DATADIR%%/translations/qtconfig_pl.qm %%DATADIR%%/translations/qtconfig_ru.qm %%DATADIR%%/translations/qtconfig_sl.qm %%DATADIR%%/translations/qtconfig_uk.qm %%DATADIR%%/translations/qtconfig_zh_CN.qm %%DATADIR%%/translations/qtconfig_zh_TW.qm +%%DATADIR%%/translations/qtscript_eu.qm @dir usr/lib/qt4/plugins/gui_platform @dir usr/lib/qt4/plugins/phonon_backend @dir usr/lib/qt4/plugins/styles @dir usr/lib64/qt4/plugins/gui_platform @dir usr/lib64/qt4/plugins/phonon_backend @dir usr/lib64/qt4/plugins/styles Index: head/x11-toolkits/linux-c7-qt-x11/pkg-plist.i386 =================================================================== --- head/x11-toolkits/linux-c7-qt-x11/pkg-plist.i386 (revision 503721) +++ head/x11-toolkits/linux-c7-qt-x11/pkg-plist.i386 (revision 503722) @@ -1,112 +1,110 @@ -usr/bin/qmlviewer usr/lib/libQt3Support.so.4 usr/lib/libQt3Support.so.4.8 -usr/lib/libQt3Support.so.4.8.5 +usr/lib/libQt3Support.so.4.8.7 usr/lib/libQtCLucene.so.4 usr/lib/libQtCLucene.so.4.8 -usr/lib/libQtCLucene.so.4.8.5 +usr/lib/libQtCLucene.so.4.8.7 usr/lib/libQtDeclarative.so.4 usr/lib/libQtDeclarative.so.4.8 -usr/lib/libQtDeclarative.so.4.8.5 +usr/lib/libQtDeclarative.so.4.8.7 usr/lib/libQtDesigner.so.4 usr/lib/libQtDesigner.so.4.8 -usr/lib/libQtDesigner.so.4.8.5 +usr/lib/libQtDesigner.so.4.8.7 usr/lib/libQtDesignerComponents.so.4 usr/lib/libQtDesignerComponents.so.4.8 -usr/lib/libQtDesignerComponents.so.4.8.5 +usr/lib/libQtDesignerComponents.so.4.8.7 usr/lib/libQtGui.so.4 usr/lib/libQtGui.so.4.8 -usr/lib/libQtGui.so.4.8.5 +usr/lib/libQtGui.so.4.8.7 usr/lib/libQtHelp.so.4 usr/lib/libQtHelp.so.4.8 -usr/lib/libQtHelp.so.4.8.5 +usr/lib/libQtHelp.so.4.8.7 usr/lib/libQtMultimedia.so.4 usr/lib/libQtMultimedia.so.4.8 -usr/lib/libQtMultimedia.so.4.8.5 +usr/lib/libQtMultimedia.so.4.8.7 usr/lib/libQtOpenGL.so.4 usr/lib/libQtOpenGL.so.4.8 -usr/lib/libQtOpenGL.so.4.8.5 +usr/lib/libQtOpenGL.so.4.8.7 usr/lib/libQtScriptTools.so.4 usr/lib/libQtScriptTools.so.4.8 -usr/lib/libQtScriptTools.so.4.8.5 +usr/lib/libQtScriptTools.so.4.8.7 usr/lib/libQtSvg.so.4 usr/lib/libQtSvg.so.4.8 -usr/lib/libQtSvg.so.4.8.5 -usr/lib/qt4/bin/qmlviewer +usr/lib/libQtSvg.so.4.8.7 usr/lib/qt4/imports/Qt/labs/folderlistmodel/libqmlfolderlistmodelplugin.so usr/lib/qt4/imports/Qt/labs/folderlistmodel/qmldir usr/lib/qt4/imports/Qt/labs/gestures/libqmlgesturesplugin.so usr/lib/qt4/imports/Qt/labs/gestures/qmldir usr/lib/qt4/imports/Qt/labs/particles/libqmlparticlesplugin.so usr/lib/qt4/imports/Qt/labs/particles/qmldir usr/lib/qt4/imports/Qt/labs/shaders/libqmlshadersplugin.so usr/lib/qt4/imports/Qt/labs/shaders/qmldir usr/lib/qt4/plugins/accessible/libqtaccessiblecompatwidgets.so usr/lib/qt4/plugins/accessible/libqtaccessiblewidgets.so usr/lib/qt4/plugins/bearer/libqconnmanbearer.so usr/lib/qt4/plugins/bearer/libqgenericbearer.so usr/lib/qt4/plugins/bearer/libqnmbearer.so usr/lib/qt4/plugins/codecs/libqcncodecs.so usr/lib/qt4/plugins/codecs/libqjpcodecs.so usr/lib/qt4/plugins/codecs/libqkrcodecs.so usr/lib/qt4/plugins/codecs/libqtwcodecs.so usr/lib/qt4/plugins/designer/libarthurplugin.so usr/lib/qt4/plugins/designer/libcontainerextension.so usr/lib/qt4/plugins/designer/libcustomwidgetplugin.so usr/lib/qt4/plugins/designer/libqdeclarativeview.so usr/lib/qt4/plugins/designer/libqt3supportwidgets.so usr/lib/qt4/plugins/designer/libtaskmenuextension.so usr/lib/qt4/plugins/designer/libworldtimeclockplugin.so usr/lib/qt4/plugins/graphicssystems/libqglgraphicssystem.so usr/lib/qt4/plugins/graphicssystems/libqtracegraphicssystem.so usr/lib/qt4/plugins/iconengines/libqsvgicon.so usr/lib/qt4/plugins/imageformats/libqgif.so usr/lib/qt4/plugins/imageformats/libqico.so usr/lib/qt4/plugins/imageformats/libqjpeg.so usr/lib/qt4/plugins/imageformats/libqmng.so usr/lib/qt4/plugins/imageformats/libqsvg.so usr/lib/qt4/plugins/imageformats/libqtga.so usr/lib/qt4/plugins/imageformats/libqtiff.so usr/lib/qt4/plugins/inputmethods/libqimsw-multi.so usr/lib/qt4/plugins/qmltooling/libqmldbg_inspector.so usr/lib/qt4/plugins/qmltooling/libqmldbg_tcp.so usr/lib/qt4/plugins/script/libqtscriptdbus.so %%DATADIR%%/translations/assistant_cs.qm %%DATADIR%%/translations/assistant_da.qm %%DATADIR%%/translations/assistant_de.qm %%DATADIR%%/translations/assistant_fr.qm %%DATADIR%%/translations/assistant_hu.qm %%DATADIR%%/translations/assistant_ja.qm %%DATADIR%%/translations/assistant_ko.qm %%DATADIR%%/translations/assistant_pl.qm %%DATADIR%%/translations/assistant_ru.qm %%DATADIR%%/translations/assistant_sl.qm %%DATADIR%%/translations/assistant_uk.qm %%DATADIR%%/translations/assistant_zh_CN.qm %%DATADIR%%/translations/assistant_zh_TW.qm %%DATADIR%%/translations/qt_help_cs.qm %%DATADIR%%/translations/qt_help_da.qm %%DATADIR%%/translations/qt_help_de.qm %%DATADIR%%/translations/qt_help_fr.qm %%DATADIR%%/translations/qt_help_gl.qm %%DATADIR%%/translations/qt_help_hu.qm %%DATADIR%%/translations/qt_help_ja.qm %%DATADIR%%/translations/qt_help_ko.qm %%DATADIR%%/translations/qt_help_pl.qm %%DATADIR%%/translations/qt_help_ru.qm %%DATADIR%%/translations/qt_help_sl.qm %%DATADIR%%/translations/qt_help_uk.qm %%DATADIR%%/translations/qt_help_zh_CN.qm %%DATADIR%%/translations/qt_help_zh_TW.qm %%DATADIR%%/translations/qtconfig_hu.qm %%DATADIR%%/translations/qtconfig_ja.qm %%DATADIR%%/translations/qtconfig_ko.qm %%DATADIR%%/translations/qtconfig_pl.qm %%DATADIR%%/translations/qtconfig_ru.qm %%DATADIR%%/translations/qtconfig_sl.qm %%DATADIR%%/translations/qtconfig_uk.qm %%DATADIR%%/translations/qtconfig_zh_CN.qm %%DATADIR%%/translations/qtconfig_zh_TW.qm @dir usr/lib/qt4/plugins/gui_platform @dir usr/lib/qt4/plugins/phonon_backend @dir usr/lib/qt4/plugins/styles