aboutsummaryrefslogtreecommitdiff
path: root/x11/gdm
Commit message (Collapse)AuthorAgeFilesLines
* Support LIBS like LDFLAGS.Tijl Coosemans2014-06-111-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV. - Add an option helper for LIBS. - Adjust all ports that already use LIBS. Also remove references to PTHREAD_CFLAGS and PTHREAD_LIBS while here. - Some ports did not support having a LIBS environment variable and required additional patches. Somewhat simplified a linker command line looks like: ${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS} where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and LIBS can be controlled by us. If possible -L and -l flags need to be added to LIBS to make sure they appear after any -L and -l flags set by upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this may appear too early on the command line causing installed libraries to be linked in instead of freshly built ones. Additional changes: benchmarks/netio: Replace WITH_IPV6 with an IPV6 option. comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC. graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR. graphics/visionworkbench: Remove FreeBSD 7 support. multimedia/libmovtar: New LIB_DEPENDS syntax. multimedia/opencinematools: Use standard do-build. net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins) net-mgmt/nagios: Remove -fPIC. net-mgmt/nagios4: Remove -fPIC. print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036. security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test in configure that falsely detects pthread_mutexattr_init in our libc. sysutils/dar: Fix iconv detection. x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD hack and use $CXX as linker as on other platforms. PR: 190592 Exp-run by: antoine Approved by: portmgr (antoine) Notes: svn path=/head/; revision=357486
* Bump PORTREVISIONs for r350704 (liferea), r350914 (libxklavier),Tijl Coosemans2014-04-141-1/+1
| | | | | | | | | | | | r350957 (glade3). gnome-control-center, gnome-settings-daemon, gnome-screensaver: - Staging. - New LIB_DEPENDS syntax. - USES=tar:bzip2. Notes: svn path=/head/; revision=351252
* Fix last leftoverBaptiste Daroussin2014-04-111-0/+1
| | | | Notes: svn path=/head/; revision=350989
* Avoid code duplication between pkg-install and plistBaptiste Daroussin2014-04-113-15/+21
| | | | | | | Fix leftovers Notes: svn path=/head/; revision=350941
* Stageify libxkalvierBaptiste Daroussin2014-04-112-25/+24
| | | | | | | | | | | | USES libtool Chase libxklavier shlib change On all ports depending on libxklavier: - Support stage - USES=libtool when possible to reduce overlinking - Support packaging as a user Notes: svn path=/head/; revision=350914
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | | | | x11) Notes: svn path=/head/; revision=327777
* Add an explicit dependency on pkgconfBaptiste Daroussin2013-09-031-2/+1
| | | | Notes: svn path=/head/; revision=326151
* - fix OPTIONS spellingOlli Hauer2013-06-061-1/+1
| | | | Notes: svn path=/head/; revision=320125
* - Convert USE_GETTEXT to USES (part 4)Alex Kozlov2013-04-261-2/+1
| | | | | | | Approved by: portmgr (bapt) Notes: svn path=/head/; revision=316596
* Convert almost all gnome@ ports to OptionsNG, trim header, use USES=pathfixKoop Mast2013-03-196-98/+49
| | | | | | | | | | instead of gnomehack and pet portlint. Add conflicts with future gnome3 versions. Reviewed by: miwi, bapt Notes: svn path=/head/; revision=314632
* - update png to 1.5.10Dirk Meyer2012-06-011-1/+1
| | | | Notes: svn path=/head/; revision=297915
* Fix the rc.d script:Jeremy Messenger2012-03-162-12/+17
| | | | | | | | | | | | | | | | | | | | | 1. If gnome_enable is not set, gdm_enable will remain undefined. 2. Change the order of calling load_rc_config() and setting the default variables to the typical order for ports 3. Not only is the checkyesno for gdm_enable in gdm_start() not needed, it causes problems if, for example the user does '/usr/local/etc/rc.d/gdm onestart' from the command line. 4. Switch to using 'unlink' instead of 'rm -f' 5. If lshal does not exist, error out instead of looping 6. Mark a variable local Bump the PORTREVISION. PR: ports/159391 Submitted by: dougb Feature safe: yes Notes: svn path=/head/; revision=293396
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | literal name_enable wherever possible, and ${name}_enable when it's not, to prepare for the demise of set_rcvar(). In cases where I had to hand-edit unusual instances also modify formatting slightly to be more uniform (and in some cases, correct). This includes adding some $FreeBSD$ tags, and most importantly moving rcvar= to right after name= so it's clear that one is derived from the other. Notes: svn path=/head/; revision=289156
* Make sure to exit if there is a problem setting up the desktop session.Joe Marcus Clarke2012-01-022-9/+10
| | | | | | | | | If not, the user would be dropped in as root. PR: 159721 Notes: svn path=/head/; revision=288432
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)Dmitry Marakasov2011-09-231-3/+3
| | | | | | | | | | | | - Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav Notes: svn path=/head/; revision=282282
* Before, the setusercontext(3) call in gdm is missing a few flags. ReplaceJeremy Messenger2011-06-252-12/+9
| | | | | | | | | | | | those LOGIN_* to LOGIN_SETALL to enable all but not LOGIN_SETGROUP. It fixes the rctl resource limits. Note that, the MAC framework is untest with it. Bump the PORTREVISION. PR: ports/158174 Submitted by: trasz Notes: svn path=/head/; revision=276371
* Fix privilege escalation vulnerability.Koop Mast2011-03-292-6/+49
| | | | | | | | Obtained from: upstream git Security: c6fbd447-59ed-11e0-8d04-0015f2db7bde Notes: svn path=/head/; revision=271975
* - Get Rid MD5 supportMartin Wilke2011-03-191-1/+0
| | | | Notes: svn path=/head/; revision=271305
* Presenting GNOME 2.32.1 for FreeBSD. The offical release notes for thisKoop Mast2010-11-201-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.32/ This will be the last release of the GNOME 2.x series, mainly a bugfix and bridge release to the first release of the GNOME 3.x series. This release features commits by avl, marcus, mezz and myself. The FreeBSD GNOME Team would like to thank the following contributors and testers for there help with this release: Zane C.B. <vvelox@vvelox.net> romain@ Olaf Seibert <O.Seibert@cs.ru.nl> DomiX Bapt <baptiste.daroussin@gmail.com> jsa@ miwi@ Sergio de Almeida Lenzi <lenzi.sergio@gmail.com> Maxim Samsonov <xors@mne.ru> Kris Moore And pav@ for 2 exp-runs PR: ports/152255 ports/143260 ports/141033 ports/149629 ports/150350 ports/151523 With hat: gnome@ Notes: svn path=/head/; revision=264837
* Update to 2.30.5.Koop Mast2010-08-153-4/+7
| | | | Notes: svn path=/head/; revision=259315
* Presenting GNOME 2.30.2. for FreeBSD.Koop Mast2010-07-257-37/+26
| | | | Notes: svn path=/head/; revision=258246
* Bounce PORTREVISION for gettext-related ports. Have fun, ya'll.Ade Lovett2010-05-311-0/+1
| | | | Notes: svn path=/head/; revision=255371
* Presenting GNOME 2.30.1 for FreeBSD. The offical release notes for thisKoop Mast2010-05-1016-637/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.30/ . This release brings initial PackageKit support, Upower (replaces power management part of hal), cuse4bsd integration with HAL and cheese, and a faster Evolution. Sadly GNOME 2.30.x will be the last release with FreeBSD 6.X support. This will also be the last of the 2.x releases. The next release will be the highly-anticipated GNOME 3.0 which will bring with it a new UI experience. Currently, there are a few bugs with GNOME 2.30 that may be of note for our users. Be sure to consult the UPGRADING note or the 2.30 upgrade FAQ at http://www.freebsd.org/gnome/docs/faq230.html for specific upgrading instructions, and the up-to-date list of known issues. This release features commits by avl, ahze, bland, marcus, mezz, and myself. The FreeBSD GNOME Team would like to thank Anders F Bjorklund for doing the initual packagekit porting. And the following contributors & testers for there help with this release: Eric L. Chen Vladimir Grebenschikov Sergio de Almeida Lenzi DomiX walder crsd Kevin Oberman Michal Varga Pavel Plesov Bapt kevin and ITetcu for two exp-run PR: ports/143852 ports/145347 ports/144980 ports/145830 ports/145511 Notes: svn path=/head/; revision=254099
* - update to 1.4.1Dirk Meyer2010-03-281-1/+1
| | | | | | | | Reviewed by: exp8 run on pointyhat Supported by: miwi Notes: svn path=/head/; revision=251605
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - update to jpeg-8Dirk Meyer2010-02-051-1/+1
| | | | Notes: svn path=/head/; revision=249285
* Add a missing BUILD_DEPENDS on iso-codes. This will ensure that languageJoe Marcus Clarke2010-01-071-2/+5
| | | | | | | | | information can be loaded. Reported by: Joseph S. Atkinson <jsa.bsd@gmail.com> Notes: svn path=/head/; revision=247355
* * Update to 2.28.2.Joe Marcus Clarke2009-12-195-28/+73
| | | | | | | | | | * Properly add support for reading keyboard invariants from hal. [1] PR: 141143 [1] Submitted by: Andreas Wetzel <mickey242@gmx.net> [1] Notes: svn path=/head/; revision=246214
* This patch was actually meant for gdm-2.26. Remove it.Joe Marcus Clarke2009-12-071-40/+0
| | | | Notes: svn path=/head/; revision=245315
* Remove a bogus empty line to fix patching.Joe Marcus Clarke2009-12-071-1/+0
| | | | Notes: svn path=/head/; revision=245314
* Add keyboard invariant support to GDM.Joe Marcus Clarke2009-12-062-1/+42
| | | | | | | | PR: 141143 Submitted by: Andreas Wetzel <mickey242@gmx.net> Notes: svn path=/head/; revision=245307
* Fix the language list in GDM.Joe Marcus Clarke2009-12-063-20/+2
| | | | | | | | PR: 141136 Submitted by: MOROHOSHI Akihiko <moro@remus.dti.ne.jp> Notes: svn path=/head/; revision=245306
* Presenting GNOME 2.28.1 for FreeBSD. The official release notes for thisJoe Marcus Clarke2009-11-2815-128/+351
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | release can be found at http://library.gnome.org/misc/release-notes/2.28/ . Officially, this is mostly a polishing release in preparation for GNOME 3.0 due in about a year. On the FreeBSD front, though, a lot went into this release. Major thanks goes to kwm and avl who did a lot of the porting work for this release. In particular, kwm brought in Evolution MAPI support for better Microsoft Exchange integration. Avl made sure that the new gobject introspection repository ports were nicely compartmentalized so that large dependencies aren't brought in wholesale. But, every GNOME team member (ahze, avl, bland, kwm, mezz, and myself) contributed to this release. Other major improvements include an updated HAL with better volume probing code, ufsid integration, and support for volume names containing spaces (big thanks to J.R. Oldroyd); a new WebKit; updated AbiWord; an updated Gimp; and a preview of the new GNOME Shell project (thanks to Pawel Worach). The FreeBSD GNOME Team would like to that the following additional contributors to this release whose patches and testing really helped make it a success: Andrius Morkunas Dominique Goncalves Eric L. Chen J.R. Oldroyd Joseph S. Atkinson Li Pawel Worach Romain Tartière Thomas Vogt Yasuda Keisuke Rui Paulo Martin Wilke (and an extra shout out to miwi and pav for pointyhat runs) We would like to send this release out to Alexander Loginov (avl) in hopes that he feels better soon. PR: 136676 136967 138872 (obsolete with new epiphany-webkit) 139160 134737 139941 140097 140838 140929 Notes: svn path=/head/; revision=244923
* Add support to create users and groups from information stored in UIDs/GIDsFlorent Thoumie2009-09-062-31/+4
| | | | | | | | | | | | | files. Users and groups won't be deleted at deinstall time as we're lacking a refcount to know if any port is using them. Also convert a few ports while I'm here. PR: ports/108514 Submitted by: mm, self Notes: svn path=/head/; revision=240964
* On ia64, gdm (indirectly) uses log10 and ceil. Add libm to theMarcel Moolenaar2009-08-251-0/+1
| | | | | | | | | list of libraries to link against. Ok'd by: marcus Notes: svn path=/head/; revision=240298
* - bump all port that indirectly depends on libjpeg and have not yet been ↵Dirk Meyer2009-07-311-1/+1
| | | | | | | | | bumped or updated Requested by: edwin Notes: svn path=/head/; revision=238701
* Add a missing dependency on gnome-session.Joe Marcus Clarke2009-06-061-2/+3
| | | | | | | PR: 135242 Notes: svn path=/head/; revision=235326
* Fix a problem with GConf paths.Joe Marcus Clarke2009-06-011-2/+3
| | | | Notes: svn path=/head/; revision=234997
* * Fix hardcoded use of /usr/local.Joe Marcus Clarke2009-05-313-11/+75
| | | | | | | | | | * Re-add support for reading /etc/login.conf. [1] PR: 133793 [1] Submitted by: thomas [1] Notes: svn path=/head/; revision=234937
* Correct path to file.Joe Marcus Clarke2009-05-171-1/+1
| | | | Notes: svn path=/head/; revision=234046
* Whoops, add two more hunks to complete XDMCP support.Joe Marcus Clarke2009-05-162-1/+21
| | | | Notes: svn path=/head/; revision=234018
* * Fix XDMCP support with gdm. Note: that for IPv4 support to work, oneJoe Marcus Clarke2009-05-166-12/+230
| | | | | | | | | must rebuild gdm after disabling IPV6 support in the OPTIONS menu. * Set IPV6 support to DISABLED by default. * Add support for '&' in the gecos field. Notes: svn path=/head/; revision=234017
* Add an explicit dependency on hal.Joe Marcus Clarke2009-05-031-1/+2
| | | | Notes: svn path=/head/; revision=233145
* * Add support for a gdm_lang rc.conf macro to control the locale used byJoe Marcus Clarke2009-05-034-1/+181
| | | | | | | | | | | | | the GDM greeter [1] * Add a patch from Fedora to support reading the keyboard layout from hal [2] PR: 131533 [2] Obtained from: Fedora CVS [2] Submitted by: daichi [1] Andreas Wetzel <mickey242@gmx.net> [2] Notes: svn path=/head/; revision=233140
* Presenting GNOME 2.26.1 for FreeBSD.Koop Mast2009-04-245-7/+19
| | | | | | | Approved by: portmgr (marcus) Notes: svn path=/head/; revision=232642
* Presenting GNOME 2.26 for FreeBSD. SeeJoe Marcus Clarke2009-04-107-107/+36
| | | | | | | | | | | | | | | | http://library.gnome.org/misc/release-notes/2.26/ for a list of what's new. On the FreeBSD front, we introduced a port of libxul 1.9 as an alternative for Firefox 2.0 as a Gecko provider. Almost all of the Gecko consumers can make use of this provider by setting: WITH_GECKO=libxul The GNOME 2.26 port was done by ahze, kwm, marcus, and mezz with contributions by Joseph S. Atkinson, Peter Wemm, Eric L. Chen, Martin Matuska, Craig Butler, and Pawel Worach. Notes: svn path=/head/; revision=231972
* Take a stab at working around the hald/gdm race. After we loop waitingJoe Marcus Clarke2009-01-312-1/+9
| | | | | | | for the getty, loop waiting for hald to be ready. Notes: svn path=/head/; revision=227296
* Depend on hald when starting up so that we have a better chance of findingJoe Marcus Clarke2009-01-262-2/+2
| | | | | | | all necessary input devices. Notes: svn path=/head/; revision=226910
* Don't bother registering GConf files. The pkg-install will take care of thisJoe Marcus Clarke2009-01-111-3/+1
| | | | | | | for us. Notes: svn path=/head/; revision=225737
* Cleanup the gdm home directory.Joe Marcus Clarke2009-01-112-1/+4
| | | | | | | Reported by: pointyhat via pav Notes: svn path=/head/; revision=225735