summaryrefslogtreecommitdiff
path: root/x11/gdm (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Install a rcNG startup script, instead of the old one.Koop Mast2005-04-115-44/+34
| | | | | | | Remove some comment about a bug in pam for FreeBSD < 5.1-Release. Notes: svn path=/head/; revision=132995
* Bump PORTREVISION to chase the glib20 shared lib version change.Joe Marcus Clarke2005-03-121-0/+1
| | | | Notes: svn path=/head/; revision=130974
* - Update WWW: lineMichael Johnson2005-03-091-1/+1
| | | | Notes: svn path=/head/; revision=130707
* Update to 2.6.0.8.Joe Marcus Clarke2005-03-085-21/+25
| | | | Notes: svn path=/head/; revision=130577
* The glibc strftime padding options were MFC'd to 5-STABLE. Let's use them.Joe Marcus Clarke2005-02-201-1/+2
| | | | Notes: svn path=/head/; revision=129422
* Update to 2.6.0.7.Joe Marcus Clarke2005-02-034-5/+10
| | | | Notes: svn path=/head/; revision=127995
* - Move x11/gdm2 to x11/gdmPav Lucistnik2005-01-2412-0/+612
| | | | Notes: svn path=/head/; revision=127239
* Begin the de-orbit burn of the GNOME 1.4 desktop. This is phase I. AllJoe Marcus Clarke2003-07-1519-844/+0
| | | | | | | core desktop components are being removed. Notes: svn path=/head/; revision=84934
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Fix the checks when installing config files.Joe Marcus Clarke2003-04-091-9/+9
| | | | | | | Obtained from: x11/gdm2 Notes: svn path=/head/; revision=78640
* Clear moonlight beckons.Ade Lovett2003-03-072-1/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77047
* Properly install the config files when installing from package.Joe Marcus Clarke2003-02-201-0/+9
| | | | Notes: svn path=/head/; revision=75923
* One more pass at the gdm's. This time, allow the gdm user and group toJoe Marcus Clarke2003-01-212-12/+4
| | | | | | | | | be created even if BATCH is defined. Also, set PKG_PREFIX from the port Makefile so we can take care of directory permissions within the pkg-install script for both the port and package. Notes: svn path=/head/; revision=73723
* Correct last commit. PKG_PREFIX is only set by pkg_add, thus when building theJoe Marcus Clarke2003-01-192-2/+10
| | | | | | | | | port, the variable does not exist. Spotted by: Mark Hannon <markhannon@optusnet.com.au> Notes: svn path=/head/; revision=73568
* Make sure directory permissions are properly set when installing fromJoe Marcus Clarke2003-01-192-6/+4
| | | | | | | package. Notes: svn path=/head/; revision=73533
* Remove ${X11BASE}/sbin if it exists and is not empty.Joe Marcus Clarke2003-01-131-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=73056
* Fix install on -CURRENT.Joe Marcus Clarke2002-10-192-2/+10
| | | | | | | | Submitted by: bento Obtained from: gdm2 Notes: svn path=/head/; revision=68354
* GNOME has just changed the layout of their FTP site. This resulted inJoe Marcus Clarke2002-09-201-1/+1
| | | | | | | | making all the distfiles unfetachable. Update all GNOME ports that fetch from MASTER_SITE_GNOME to fetch from the correct location. Notes: svn path=/head/; revision=66862
* Add a missing dependency on libglade.Joe Marcus Clarke2002-09-081-1/+1
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=65847
* Fix a typo in one of the patches.Joe Marcus Clarke2002-08-251-1/+1
| | | | Notes: svn path=/head/; revision=64986
* * Change the uid:gid for gdm to 92 as mailman already has 91Joe Marcus Clarke2002-08-094-12/+112
| | | | | | | | * Don't overwrite config files * Bump PORTREVISION Notes: svn path=/head/; revision=64304
* Use USE_GNOMENG.Maxim Sobolev2002-07-185-60/+21
| | | | Notes: svn path=/head/; revision=63184
* add missing files.Norikatsu Shigemura2002-04-281-0/+1
| | | | | | | | Not objected to by: gnome Reviewed by: knu (mentor) Notes: svn path=/head/; revision=58258
* Do not show the security warning dialog if BATCH is set (it causesJimmy Olgeni2002-04-241-1/+3
| | | | | | | sysinstall to hang). Notes: svn path=/head/; revision=58077
* Update to 2.2.5.5.Maxim Sobolev2002-03-146-69/+141
| | | | Notes: svn path=/head/; revision=56046
* Add missed IS_INTERACTIVE=yes when not building on bento.Maxim Sobolev2002-03-061-1/+5
| | | | | | | | PR: 35236 Submitted by: Simon 'corecode' Schubert <corecode@corecode.ath.cx> Notes: svn path=/head/; revision=55625
* Make face browser working.Maxim Sobolev2002-01-312-1/+28
| | | | | | | | PR: 34429 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=54071
* Fix installation when /usr/sbin not in the PATH.Maxim Sobolev2002-01-281-4/+5
| | | | | | | | PR: 34289 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=53921
* When building on bento use numeric UID/GID because bento knows nothing aboutMaxim Sobolev2002-01-241-0/+4
| | | | | | | | user gdm and group gdm, so that the build is likely to fail. No PORTREVISION bump because this just unbreaks the build on bento. Notes: svn path=/head/; revision=53693
* Use user name instead of UID when setting owner for the directory withMaxim Sobolev2002-01-231-1/+1
| | | | | | | | | | | config files. This is necessary in the case when user already have gdm user registered in his /etc/passwd, but with different UID. No PORTREVISION bump because package remains the same. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=53645
* Use correct permissions for ${PREFIX}/share/gnome/gdm.Maxim Sobolev2002-01-141-0/+1
| | | | | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=53066
* Remove pkg-req - we don't need it anymore.Maxim Sobolev2002-01-141-21/+0
| | | | | | | Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=53063
* When installing package automagically create required user/group if they don'tMaxim Sobolev2002-01-142-7/+37
| | | | | | | | | | exist. This should make it possible to do unattented installation of pre-built gdm package and gnome meta-package. Bump PORTREVISION. Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=53062
* Kill useless hunk.Maxim Sobolev2002-01-111-10/+0
| | | | Notes: svn path=/head/; revision=52921
* Respect user's settings in /etc/login.conf. Bump PORTREVISION.Maxim Sobolev2002-01-114-0/+200
| | | | | | | | Submitted by: Volker Stolz <stolz@hyperion.informatik.rwth-aachen.de> Reviewed by: Joe Clarke <marcus@marcuscom.com>, sobomax Notes: svn path=/head/; revision=52920
* Sync with reality.Maxim Sobolev2002-01-021-3/+0
| | | | | | | | PR: 33473 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=52501
* Update to 2.2.5.4.Maxim Sobolev2002-01-023-23/+2
| | | | Notes: svn path=/head/; revision=52488
* Set correct group for users' session.Maxim Sobolev2001-12-312-0/+21
| | | | | | | | PR: 33372 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=52446
* Update pkg-message to match reality.Maxim Sobolev2001-12-301-5/+5
| | | | | | | | PR: 33324 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=52391
* Upgrade 2.2.5.3.Maxim Sobolev2001-12-283-3/+8
| | | | | | | | PR: 33250 Submitted by: Joe Marcus Clarke <marcus@marcus.com> Notes: svn path=/head/; revision=52329
* Correct locale names for use on FreeBSD. Bump PORTREVISION.Maxim Sobolev2001-12-203-12/+80
| | | | | | | | PR: 32840 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com> Notes: svn path=/head/; revision=51880
* Backout previous change - it seems that new revision of the patch doesn'tMaxim Sobolev2001-12-201-17/+8
| | | | | | | | | apply everywhere. Submitted by: Todd Punderson <todd@doonga.net> Notes: svn path=/head/; revision=51877
* Don't filter libc_r on 5-CURRENT.Maxim Sobolev2001-12-191-8/+17
| | | | Notes: svn path=/head/; revision=51864
* Update to 2.2.5.2.Maxim Sobolev2001-11-267-54/+50
| | | | Notes: svn path=/head/; revision=50575
* Apply some black cvs magick to readd patch-ar properly.Maxim Sobolev2001-10-161-0/+19
| | | | Notes: svn path=/head/; revision=48836
* Apply some black cvs magick to readd patch-ar properly.Maxim Sobolev2001-10-161-19/+0
| | | | Notes: svn path=/head/; revision=48835
* Fix several incompatibilities with FreeBSD. This makes gdm working, at leastMaxim Sobolev2001-10-163-0/+37
| | | | | | | | | | on my 5-CURRENT with XFree86-3.3.6. PR: 31309 Submitted by: Heath Nielson <heath@cs.byu.edu> Notes: svn path=/head/; revision=48834
* Update to 2.2.4.2Dmitry Sivachenko2001-10-074-31/+2
| | | | Notes: svn path=/head/; revision=48519
* Update to 2.2.4.1.Maxim Sobolev2001-10-0210-79/+161
| | | | | | | | PR: 30955 Submitted by: Stijn Hoop <stjin@win.tue.nl> Notes: svn path=/head/; revision=48344
* Upgrade to 2.2.3.2Dmitry Sivachenko2001-08-166-20/+19
| | | | Notes: svn path=/head/; revision=46323