# Created by: Joe Marcus Clarke # $FreeBSD$ # $MCom: ports/x11/gdm/Makefile,v 1.192 2012/09/03 16:28:28 mezz Exp $ PORTNAME= gdm PORTVERSION= 2.30.7 PORTREVISION= 3 CATEGORIES= x11 gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org COMMENT= GNOME 2 version of xdm display manager BUILD_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes LIB_DEPENDS= libck-connector.so:${PORTSDIR}/sysutils/consolekit \ libpolkit-gtk-1.so:${PORTSDIR}/sysutils/polkit-gnome \ libexecinfo.so:${PORTSDIR}/devel/libexecinfo \ libupower-glib.so:${PORTSDIR}/sysutils/upower \ libxklavier.so:${PORTSDIR}/x11/libxklavier \ libcanberra-gtk.so:${PORTSDIR}/audio/libcanberra RUN_DEPENDS= zenity:${PORTSDIR}/x11/zenity \ ${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \ gnome-session:${PORTSDIR}/x11/gnome-session \ ${LOCALBASE}/libdata/pkgconfig/iso-codes.pc:${PORTSDIR}/misc/iso-codes CONFLICTS= gdm-3.[0-9]* USERS= gdm GROUPS= gdm USE_LDCONFIG= yes USE_XORG= dmx dmxproto INSTALLS_ICONS= yes USE_RC_SUBR= gdm USE_GNOME_SUBR= yes USES= pathfix gettext gmake pkgconfig tar:xz USE_GNOME= intlhack gnomehier gconf2 librsvg2 \ gnomedocutils gnomeprefix gnomepanel GCONF_SCHEMAS= gdm-simple-greeter.schemas GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-working-directory=${PREFIX}/etc/gdm/home \ --with-at-spi-registryd-directory=${LOCALBASE}/libexec CONFIGURE_ENV= GTKDOC="false" CPPFLAGS+= -I${LOCALBASE}/include -DHAS_SA_LEN LIBS+= -L${LOCALBASE}/lib -lm SUB_FILES+= gdm.pam GDMDIR?= ${PREFIX}/etc/gdm PKGMESSAGE= ${WRKDIR}/pkg-message GNOME_LOCALSTATEDIR= /var OPTIONS_DEFINE= IPV6 KEYRING OPTIONS_DEFAULT=KEYRING KEYRING_DESC= GnomeKeyring/PAM integration .include .if ${PORT_OPTIONS:MKEYRING} LIB_DEPENDS+= libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring SUB_LIST+= PAM_KEYRING= .else SUB_LIST+= PAM_KEYRING=\# .endif .if ${PORT_OPTIONS:MIPV6} CONFIGURE_ARGS+= --enable-ipv6 .else CONFIGURE_ARGS+= --disable-ipv6 .endif post-patch: @${REINPLACE_CMD} -e '/root:/d; s/1640/0640/g' \ ${WRKSRC}/data/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \ -e 's|%%LOCALBASE%%|${LOCALBASE}|g' \ ${WRKSRC}/daemon/gdm-session-worker.c \ ${WRKSRC}/data/gconf.path @${REINPLACE_CMD} -e 's|/bin/true|/usr/bin/true|g' \ ${WRKSRC}/data/session-setup.entries @${REINPLACE_CMD} -e 's|/usr/X11R6|${LOCALBASE}|g' \ ${WRKSRC}/configure ${WRKSRC}/daemon/*.c ${WRKSRC}/po/*.po @${REINPLACE_CMD} -e 's|/usr/lib|${LOCALBASE}/lib|g' \ ${WRKSRC}/data/greeter-autostart/*.desktop.in* post-install: ${INSTALL_DATA} ${WRKSRC}/data/gconf.path \ ${STAGEDIR}${PREFIX}/share/gdm/gconf.path ${INSTALL_DATA} ${WRKSRC}/data/session-setup.entries \ ${STAGEDIR}${PREFIX}/share/gdm/session-setup.entries ${INSTALL_DATA} ${WRKSRC}/data/gdm.conf-custom \ ${STAGEDIR}${PREFIX}/etc/gdm/custom.conf.default ${MKDIR} ${STAGEDIR}${PREFIX}/share/xsessions ${INSTALL_DATA} ${WRKDIR}/gdm.pam ${STAGEDIR}${PREFIX}/etc/pam.d/gdm @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' < ${PKGDIR}/pkg-message \ | /usr/bin/fmt 75 79 > ${PKGMESSAGE} ${RM} -rf ${STAGEDIR}${ETCDIR}/home/.gconf* ${RM} -f ${STAGEDIR}${ETCDIR}/custom.conf ${MKDIR} ${STAGEDIR}${PREFIX}/etc/gdm/Sessions ${STAGEDIR}${PREFIX}/etc/dm/Sessions .include _yarn/devel/electron6/files/lodash-4.17.19'>dependabot/npm_and_yarn/devel/electron6/files/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 0.74sunpoet2018-11-292-36/+33
* Use real PORTVERSION and update dependent portssunpoet2018-11-021-1/+1
* Fix every instance of RUN_DEPENDS:=${BUILD_DEPENDS} in p5 ports, exceptdes2018-10-061-2/+2
* Update WWWsunpoet2018-05-281-1/+1
* Fix license information for portgs that use "the same license as Perl".mat2017-09-151-1/+1
* Update to 0.72sunpoet2017-02-283-42/+39
* Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-29/+29
* - Reassign milki@'s ports after his commit bit was taken in for safekeepingculot2016-01-201-1/+1
* Make it so that the default Perl is always called perl5.mat2015-09-141-1/+1
* Change the way Perl modules are installed, update the default Perl to 5.18.mat2014-11-262-9/+1
* Remove indefinite articles and trailing periods from COMMENT, plusolgeni2014-08-031-1/+1
* - Remove outdated PERL_LEVEL checksunpoet2014-03-071-8/+1
* * Convert to stagingmat2014-01-212-21/+18
* Update maintainer email addressmilki2014-01-211-1/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Convert to new perl frameworkbapt2013-09-171-1/+2
* - perl 5.10 is gone. Fix PERL_CONFIGURE.az2013-04-251-1/+1
* - Fix required perl versionswills2013-04-251-3/+2
* - adopt optionsNGjgh2013-03-211-11/+7
* - Set default perl version for ports which currently usingaz2012-12-161-1/+1
* - Add missing DEPENDSswills2012-04-121-3/+5
* - Revert ports/165605 as requested by portmgr@pgollucci2012-03-141-1/+1
* - Remove ports that only work with < perl 5.12 (devel/p5-B-Size, devel/p5-Dev...pgollucci2012-03-091-1/+1
* - Update to 0.70sunpoet2011-09-204-19/+6