Index: head/databases/evolution-data-server/Makefile =================================================================== --- head/databases/evolution-data-server/Makefile (revision 411540) +++ head/databases/evolution-data-server/Makefile (revision 411541) @@ -1,92 +1,93 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= evolution-data-server PORTVERSION= 3.18.5 +PORTREVISION= 1 CATEGORIES= databases gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Data backends for the Evolution integrated mail/PIM suite LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= gcr>=3.11:${PORTSDIR}/security/gcr \ vapigen:${PORTSDIR}/lang/vala LIB_DEPENDS= libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ liboauth.so:${PORTSDIR}/net/liboauth \ libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \ libgdata.so:${PORTSDIR}/devel/libgdata \ libical.so:${PORTSDIR}/devel/libical \ libnss3.so:${PORTSDIR}/security/nss \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring + libsecret-1.so:${PORTSDIR}/security/libsecret PORTSCOUT= limitw:1,even USES= bison gettext gmake gnome gperf libtool pathfix pkgconfig \ sqlite tar:xz # Unbreak mail/evolution with webkit-gtk3 on FreeBSD 8 and 9. Normally # this change would be done there, but it is not a C++ application, so it # does not link directly to libstdc++ and adding the libstdc++ rpath to # the executable does not work at runtime. USES+= compiler:c++11-lib USE_GNOME= gtk30 intltool introspection:build libxml2 USE_OPENLDAP= yes GNU_CONFIGURE= yes USE_BDB= 5 USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static \ --with-openldap=yes \ --disable-uoa \ --enable-vala-bindings \ --disable-gtk-doc \ --with-libdb=${LOCALBASE} CPPFLAGS+= -I${LOCALBASE}/include -I${BDB_INCLUDE_DIR} LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Evolution.DefaultSources.gschema.xml \ org.gnome.evolution.eds-shell.gschema.xml \ org.gnome.evolution-data-server.addressbook.gschema.xml \ org.gnome.evolution-data-server.calendar.gschema.xml \ org.gnome.evolution-data-server.gschema.xml \ org.gnome.evolution.shell.network-config.gschema.xml PLIST_SUB= VERSION="3.18" EVO_VERSION="1.2" OPTIONS_SUB= yes OPTIONS_DEFINE= WEATHER KERBEROS OPTIONS_DEFAULT=WEATHER KERBEROS WEATHER_DESC= Weather calendar backend WEATHER_LIB_DEPENDS= libgweather-3.so:${PORTSDIR}/net/libgweather WEATHER_CONFIGURE_ENABLE= weather .include .if ${PORT_OPTIONS:MKERBEROS} && exists(/usr/bin/krb5-config) CONFIGURE_ARGS+= --with-krb5=/usr KRB5_LIB= `/usr/bin/krb5-config gssapi --libs` .else CONFIGURE_ARGS+= --without-krb5 .endif EDS_BDB_MSG= "!!!WARNING!!!: Berkeley Database version is ${BDB_VER}. If this is an upgrade, you may experience problems if you or any other Evolution-data-server users were previously using BDB_VER 5." pre-everything:: @if [ x"${BDB_VER}" != x"5" ]; then \ ${ECHO_MSG} ${EDS_BDB_MSG} | ${FMT} 75 79 ; \ fi post-patch: @${REINPLACE_CMD} -e 's|-ldb|-l${BDB_LIB_NAME}|g ; \ s|heimlibs=".*"|heimlibs="${KRB5_LIB}"|g ; \ s|-Wl,--no-undefined||g ; \ s|-Wnoexcept||g ; \ s|-Wmissing-include-dirs||g' \ ${WRKSRC}/configure .include Index: head/net/gnome-online-accounts/Makefile =================================================================== --- head/net/gnome-online-accounts/Makefile (revision 411540) +++ head/net/gnome-online-accounts/Makefile (revision 411541) @@ -1,39 +1,39 @@ # Created by: Koop Mast # $FreeBSD$ PORTNAME= gnome-online-accounts PORTVERSION= 3.18.4 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Interface provider to access the user's online accounts BUILD_DEPENDS= docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl LIB_DEPENDS= libwebkit2gtk-4.0.so:${PORTSDIR}/www/webkit2-gtk3 \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib \ libnotify.so:${PORTSDIR}/devel/libnotify \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libsecret-1.so:${PORTSDIR}/security/libsecret \ librest-0.7.so:${PORTSDIR}/devel/librest PORTSCOUT= limitw:1,even USES= gettext gmake gnome libtool pathfix pkgconfig tar:xz USE_GNOME= gtk30 intlhack introspection:build libxslt:build GNU_CONFIGURE= yes USE_LDCONFIG= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CONFIGURE_ARGS= --enable-lastfm GLIB_SCHEMAS= org.gnome.online-accounts.gschema.xml # for webkit2-gtk3 USES+= compiler:c++11-lib .include Index: head/net/vinagre/Makefile =================================================================== --- head/net/vinagre/Makefile (revision 411540) +++ head/net/vinagre/Makefile (revision 411541) @@ -1,58 +1,57 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= vinagre PORTVERSION= 3.18.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VNC client for the GNOME Desktop BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool LIB_DEPENDS= libgtk-vnc-2.0.so:${PORTSDIR}/net/gtk-vnc \ libgdbm.so:${PORTSDIR}/databases/gdbm \ - libsecret-1.so:${PORTSDIR}/security/libsecret \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring + libsecret-1.so:${PORTSDIR}/security/libsecret RUN_DEPENDS= gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme PORTSCOUT= limitw:1,even USES= desktop-file-utils gettext gmake gnome pathfix pkgconfig \ shared-mime-info tar:xz USE_GNOME= gtk30 intlhack libxml2 vte3 GNU_CONFIGURE= yes INSTALLS_ICONS= yes CONFIGURE_ARGS= --enable-ssh CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.Vinagre.gschema.xml OPTIONS_SUB= yes OPTIONS_DEFINE= AVAHI SPICE TELEPATHY RDP DOCS OPTIONS_DEFAULT=AVAHI SPICE TELEPATHY RDP AVAHI_CONFIGURE_WITH= avahi AVAHI_LIB_DEPENDS= libavahi-ui-gtk3.so:${PORTSDIR}/net/avahi-gtk3 SPICE_DESC= SPICE protocol support SPICE_CONFIGURE_ENABLE= spice SPICE_BUILD_DEPENDS= spice-gtk>=0.30_1:${PORTSDIR}/deskutils/spice-gtk SPICE_LIB_DEPENDS= libspice-client-gtk-3.0.so:${PORTSDIR}/deskutils/spice-gtk TELEPATHY_DESC= Telepathy integration TELEPATHY_CONFIGURE_WITH= telepathy TELEPATHY_LIB_DEPENDS= libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib RDP_DESC= MS Windows remote desktop support RDP_CONFIGURE_ENABLE= rdp RDP_BUILD_DEPENDS= xfreerdp:${PORTSDIR}/net/freerdp RDP_RUN_DEPENDS= xfreerdp:${PORTSDIR}/net/freerdp post-install-DOCS-on: ${MKDIR} ${STAGEDIR}${DOCSDIR} .for f in AUTHORS COPYING ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/net/vino/Makefile =================================================================== --- head/net/vino/Makefile (revision 411540) +++ head/net/vino/Makefile (revision 411541) @@ -1,33 +1,34 @@ # Created by: Tom McLaughlin # $FreeBSD$ PORTNAME= vino PORTVERSION= 3.18.1 +PORTREVISION= 1 CATEGORIES= net gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= VNC server that allows for remote access to your GNOME desktop LIB_DEPENDS= libgnutls.so:${PORTSDIR}/security/gnutls \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ libsoup-2.4.so:${PORTSDIR}/devel/libsoup \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ libnotify.so:${PORTSDIR}/devel/libnotify \ libavahi-glib.so:${PORTSDIR}/net/avahi-app PORTSCOUT= limitw:1,even USES= cpe gettext gmake gnome pathfix pkgconfig tar:xz CPE_VENDOR= david_king USE_GNOME= gtk30 intlhack USE_XORG= xdamage xfixes xtst GNU_CONFIGURE= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include -Wno-format-nonliteral LDFLAGS+= -L${LOCALBASE}/lib GLIB_SCHEMAS= org.gnome.Vino.enums.xml org.gnome.Vino.gschema.xml .include Index: head/security/gnome-keyring/Makefile =================================================================== --- head/security/gnome-keyring/Makefile (revision 411540) +++ head/security/gnome-keyring/Makefile (revision 411541) @@ -1,42 +1,42 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= gnome-keyring PORTVERSION= 3.18.3 +PORTREVISION= 1 CATEGORIES= security gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Program that keeps passwords and other secrets BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl \ gcr>=3.5.3:${PORTSDIR}/security/gcr -LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ - libdbus-1.so:${PORTSDIR}/devel/dbus \ +LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ libgcr-3.so:${PORTSDIR}/security/gcr \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ libgcrypt.so:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ pinentry-gnome3:${PORTSDIR}/security/pinentry-gnome3 PORTSCOUT= limitw:1,even USE_GNOME= gtk30 intlhack libxslt:build USES= compiler:c11 cpe gettext gmake gnome libtool pathfix \ pkgconfig tar:xz CPE_VENDOR= gnome INSTALLS_ICONS= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes CONFIGURE_ARGS= --with-pam-dir="${PREFIX}/lib" CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.crypto.cache.gschema.xml SUB_FILES= pkg-message .include Index: head/www/epiphany/Makefile =================================================================== --- head/www/epiphany/Makefile (revision 411540) +++ head/www/epiphany/Makefile (revision 411541) @@ -1,59 +1,60 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= epiphany PORTVERSION= 3.16.3 +PORTREVISION= 1 CATEGORIES= www gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Extremely lightweight and simple web browser for GNOME 3 BUILD_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ itstool:${PORTSDIR}/textproc/itstool \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas LIB_DEPENDS= libwebkit2gtk-4.0.so:${PORTSDIR}/www/webkit2-gtk3 \ libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome \ libgcr-3.so:${PORTSDIR}/security/gcr \ libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libnss3.so:${PORTSDIR}/security/nss \ libavahi-gobject.so:${PORTSDIR}/net/avahi-app \ libnotify.so:${PORTSDIR}/devel/libnotify \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring + libsecret-1.so:${PORTSDIR}/security/libsecret RUN_DEPENDS= iso-codes>=0:${PORTSDIR}/misc/iso-codes \ gsettings-desktop-schemas>=0:${PORTSDIR}/devel/gsettings-desktop-schemas \ gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ gnome-icon-theme>=0:${PORTSDIR}/misc/gnome-icon-theme PORTSCOUT= limitw:1,even USES= cpe desktop-file-utils gettext gmake libtool pathfix \ pkgconfig python:3 sqlite tar:xz CPE_VENDOR= gnome USE_GNOME= gnomedesktop3 intlhack libwnck3 libxml2 libxslt USE_XORG= ice x11 sm INSTALLS_ICONS= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+=\ --with-distributor-name="FreeBSD GNOME Project" # --with-ca-file=${LOCALBASE}/share/certs/ca-root-nss.crt CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.gnome.Epiphany.enums.xml \ org.gnome.epiphany.gschema.xml PLIST_SUB+= EPHY_VERSION=${PORTVERSION:R} CONFIGURE_ARGS+= --enable-compile-warnings=no # for webkit2-gtk3 USES+= compiler:c++11-lib post-patch: @${REINPLACE_CMD} -e 's|execinfo.h|#|g ; s|-ldl"$$|"|g' \ ${WRKSRC}/configure .include Index: head/x11/gdm/Makefile =================================================================== --- head/x11/gdm/Makefile (revision 411540) +++ head/x11/gdm/Makefile (revision 411541) @@ -1,161 +1,153 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= gdm PORTVERSION= 3.16.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 3 version of xdm display manager BUILD_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ itstool:${PORTSDIR}/textproc/itstool \ iso-codes>=0:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libupower-glib.so:${PORTSDIR}/sysutils/upower \ libnss3.so:${PORTSDIR}/security/nss \ libfontconfig.so:${PORTSDIR}/x11-fonts/fontconfig \ libaccountsservice.so:${PORTSDIR}/sysutils/accountsservice \ libcanberra-gtk3.so:${PORTSDIR}/audio/libcanberra-gtk3 RUN_DEPENDS= zenity>=3.0.0:${PORTSDIR}/x11/zenity \ gnome-shell>=3.15.92:${PORTSDIR}/x11/gnome-shell \ gnome-settings-daemon>=3.0.0:${PORTSDIR}/sysutils/gnome-settings-daemon \ gnome-keyring-3:${PORTSDIR}/security/gnome-keyring \ gnome-session>=3.0.0:${PORTSDIR}/x11/gnome-session \ gnome-icon-theme-symbolic>=0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \ polkit-gnome>=0.105:${PORTSDIR}/sysutils/polkit-gnome \ at-spi2-core>=0:${PORTSDIR}/accessibility/at-spi2-core \ iso-codes>=0:${PORTSDIR}/misc/iso-codes # used in scripts RUN_DEPENDS+= xrdb:${PORTSDIR}/x11/xrdb \ setxkbmap:${PORTSDIR}/x11/setxkbmap \ xmodmap:${PORTSDIR}/x11/xmodmap \ xterm:${PORTSDIR}/x11/xterm USERS= gdm GROUPS= gdm PORTSCOUT= limitw:1,even USES= cpe execinfo gettext gmake libtool pathfix pkgconfig tar:xz CPE_VENDOR= gnome CPE_VENDOR= gnome_display_manager USE_GNOME= dconf intlhack introspection librsvg2 USE_LDCONFIG= yes USE_XORG= dmx dmxproto INSTALLS_ICONS= yes USE_RC_SUBR= gdm USE_GNOME_SUBR= yes GNU_CONFIGURE= yes GLIB_SCHEMAS= org.gnome.login-screen.gschema.xml CONFIGURE_ARGS= --disable-static \ --mandir=${PREFIX}/man \ --with-lang-file=${PREFIX}/etc/gdm/locale.conf \ --with-at-spi-registryd-directory=${LOCALBASE}/libexec \ --with-custom-conf=${PREFIX}/etc/gdm/custom.conf \ --with-dbus-sys=${PREFIX}/etc/dbus-1/system.d \ --with-log-dir=/var/log/gdm \ --localstatedir=/var \ --with-console-kit \ --with-working-directory=${PREFIX}/etc/gdm/home \ --with-sysconfsubdir=gdm \ --with-pid-file=/var/run/gdm.pid \ --with-dmconfdir=${LOCALBASE}/share/xsessions \ --with-screenshot-dir=/var/run/gdm/greeter \ --enable-authentication-scheme=pam \ --without-plymouth \ --with-user=gdm \ --with-group=gdm \ --with-initial-vt=09 \ --disable-wayland-support \ --with-systemd=no # this is a hack until we can get our own pam dir and dir in order. CONFIGURE_ARGS+=--with-default-pam-config=redhat CPPFLAGS+= -I${LOCALBASE}/include -DHAS_SA_LEN LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip SUB_FILES+= gdm-launch-environment \ gdm-password \ gdm-autologin \ client.conf \ locale.conf GDMDIR?= ${PREFIX}/etc/gdm PKGMESSAGE= ${WRKDIR}/pkg-message GNOME_LOCALSTATEDIR= /var -OPTIONS_DEFINE= IPV6 KEYRING -OPTIONS_DEFAULT=KEYRING -KEYRING_DESC= Gnomekeyring/PAM integration -KEYRING_LIB_DEPENDS= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring +OPTIONS_DEFINE= IPV6 IPV6_CONFIGURE_ENABLE= ipv6 .include .if defined(WITH_DEBUG) CONFIGURE_ARGS+= --enable-debug -.endif - -.if ${PORT_OPTIONS:MKEYRING} -SUB_LIST+= PAM_KEYRING= -.else -SUB_LIST+= PAM_KEYRING=\# .endif post-patch: @${REINPLACE_CMD} -e 's|root:root|root:wheel|g' \ ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/daemon/gdm-session-worker.c @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ -e 's|/usr/bin/X|${LOCALBASE}/bin/X|g' \ -e 's|/usr/bin/Xorg|${LOCALBASE}/bin/Xorg|g' \ ${WRKSRC}/configure ${WRKSRC}/daemon/*.c ${WRKSRC}/po/*.po @${REINPLACE_CMD} -e 's|/at-spi-registryd|/at-spi2-registryd|g' \ ${WRKSRC}/gui/simple-chooser/gdm-host-chooser.c \ ${WRKSRC}/gui/simple-chooser/chooser-main.c @${REINPLACE_CMD} -e 's|/etc/X11|${LOCALBASE}/etc/X11|g' \ ${WRKSRC}/data/Init.in \ ${WRKSRC}/data/PostLogin \ ${WRKSRC}/data/PostSession.in \ ${WRKSRC}/data/PreSession.in \ ${WRKSRC}/data/Xsession.in @${RM} ${WRKSRC}/data/applications/gdm-simple-greeter.desktop \ ${WRKSRC}/data/applications/gdm-simple-greeter.desktop.in \ ${WRKSRC}/data/applications/gnome-shell.desktop \ post-install: ${INSTALL_DATA} ${WRKSRC}/data/gdm.conf-custom \ ${STAGEDIR}${PREFIX}/etc/gdm/custom.conf.sample @${RM} ${STAGEDIR}${PREFIX}/etc/gdm/custom.conf ${MV} ${STAGEDIR}${PREFIX}/etc/gdm/PostSession/Default \ ${STAGEDIR}${PREFIX}/etc/gdm/PostSession/Default.sample ${MV} ${STAGEDIR}${PREFIX}/etc/gdm/PreSession/Default \ ${STAGEDIR}${PREFIX}/etc/gdm/PreSession/Default.sample ${MKDIR} ${STAGEDIR}${PREFIX}/share/xsessions ${MKDIR} ${STAGEDIR}${PREFIX}/etc/gdm/Sessions ${MKDIR} ${STAGEDIR}${PREFIX}/etc/dm/Sessions ${MKDIR} ${STAGEDIR}${PREFIX}/etc/gdm/home ${MKDIR} ${STAGEDIR}${PREFIX}/etc/gdm/home/.pulse/ ${INSTALL_DATA} ${WRKDIR}/gdm-autologin ${STAGEDIR}${PREFIX}/etc/pam.d/gdm-autologin ${INSTALL_DATA} ${WRKDIR}/gdm-launch-environment ${STAGEDIR}${PREFIX}/etc/pam.d/gdm-launch-environment ${INSTALL_DATA} ${WRKDIR}/gdm-password ${STAGEDIR}${PREFIX}/etc/pam.d/gdm-password ${INSTALL_DATA} ${WRKDIR}/client.conf ${STAGEDIR}${PREFIX}/etc/gdm/home/.pulse/ ${INSTALL_DATA} ${WRKDIR}/locale.conf ${STAGEDIR}${PREFIX}/etc/gdm/ @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ | /usr/bin/fmt 75 79 > ${PKGMESSAGE} .include Index: head/x11/gdm/files/gdm-password.in =================================================================== --- head/x11/gdm/files/gdm-password.in (revision 411540) +++ head/x11/gdm/files/gdm-password.in (revision 411541) @@ -1,15 +1,15 @@ # $OpenBSD: gdm-password,v 1.4 2012/10/10 08:47:14 ajacoutot Exp $ # # gdm-password settings for pam(3) auth include system -auth optional /usr/local/lib/pam_ck_connector.so -%%PAM_KEYRING%%auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so +auth optional %%LOCALBASE%%/lib/pam_ck_connector.so +auth optional %%LOCALBASE%%/lib/pam_gnome_keyring.so account required pam_nologin.so account include system password include system session include system -%%PAM_KEYRING%%session optional %%LOCALBASE%%/lib/pam_gnome_keyring.so auto_start +session optional %%LOCALBASE%%/lib/pam_gnome_keyring.so auto_start Index: head/x11/gnome-shell/Makefile =================================================================== --- head/x11/gnome-shell/Makefile (revision 411540) +++ head/x11/gnome-shell/Makefile (revision 411541) @@ -1,66 +1,66 @@ # Created by: Pawel Worach # $FreeBSD$ PORTNAME= gnome-shell PORTVERSION= 3.18.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 MAINTAINER= gnome@FreeBSD.org COMMENT= Next generation GNOME desktop shell BUILD_DEPENDS= ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \ libcaribou.so:${PORTSDIR}/accessibility/caribou \ libmutter.so:${PORTSDIR}/x11-wm/mutter \ - libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring \ + libsecret-1.so:${PORTSDIR}/security/libsecret \ libgcr-3.so:${PORTSDIR}/security/gcr \ libtelepathy-glib.so:${PORTSDIR}/net-im/telepathy-glib \ libtelepathy-logger.so:${PORTSDIR}/net-im/telepathy-logger \ libfolks.so:${PORTSDIR}/net-im/folks \ libibus-1.0.so:${PORTSDIR}/textproc/ibus \ libpulse.so:${PORTSDIR}/audio/pulseaudio \ libcroco-0.6.so:${PORTSDIR}/textproc/libcroco \ libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \ libclutter-1.0.so:${PORTSDIR}/graphics/clutter \ libgjs.so:${PORTSDIR}/lang/gjs RUN_DEPENDS= py*-dbus>=0:${PORTSDIR}/devel/py-dbus \ gnome-control-center:${PORTSDIR}/sysutils/gnome-control-center \ ca_root_nss>=0:${PORTSDIR}/security/ca_root_nss \ gkbd-keyboard-display:${PORTSDIR}/x11/libgnomekbd PORTSCOUT= limitw:1,even USES= compiler:c11 cpe gettext gmake gnome libtool pathfix \ pkgconfig tar:xz webplugin:native USE_GNOME= evolutiondataserver3 gnomedesktop3 gtk30 intlhack \ introspection USE_XORG= x11 xfixes sm USE_GSTREAMER1= yes GNU_CONFIGURE= yes USE_LDCONFIG= yes WEBPLUGIN_NAME= libgnome-shell-browser-plugin.so WEBPLUGIN_DIR= ${PREFIX}/lib/mozilla/plugins/ WEBPLUGIN_FILES=libgnome-shell-browser-plugin.so CONFIGURE_ARGS+=--enable-compile-warnings=no \ --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt CPPFLAGS+= -I${LOCALASE}/include LDFLAGS+= -L${LOCALBASE}/lib INSTALL_TARGET= install-strip CPE_VENDOR= gnome GLIB_SCHEMAS= org.gnome.shell.gschema.xml post-patch: @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \ ${WRKSRC}/src/shell-app-system.c @${REINPLACE_CMD} -e 's|\-DG_DISABLE_DEPRECATED||g' \ ${WRKSRC}/src/Makefile.in \ ${WRKSRC}/browser-plugin/Makefile.in @${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \ ${WRKSRC}/configure .include