summaryrefslogtreecommitdiff
path: root/x11/gdm2 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update to 2.4.4.5.Joe Marcus Clarke2003-10-173-2/+3
| | | | Notes: svn path=/head/; revision=91526
* Update to 2.4.4.4. This fixes a few DoS problems, so upgraded is definitelyJoe Marcus Clarke2003-10-164-26/+15
| | | | | | | | | | | | recommended: - Fixed CAN-2003-0793, a local DoS, the socket connection is now non-blocking and limitted to the number of commands - Fixed CAN-2003-0794, a local DoS, the line length is limitted to 4096 bytes (note, this was not a buffer overrun). Notes: svn path=/head/; revision=91444
* Use the new-style locale names since the old ISO_8859 names are obsoleteJoe Marcus Clarke2003-10-062-25/+26
| | | | | | | on -CURRENT. Notes: svn path=/head/; revision=90331
* Update to 2.4.4.3Alexander Nedotsukov2003-09-262-2/+2
| | | | Notes: svn path=/head/; revision=89448
* Update to 2.4.4.2.Adam Weinberger2003-09-254-5/+16
| | | | Notes: svn path=/head/; revision=89313
* Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,Joe Marcus Clarke2003-09-1817-312/+112
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | future plans, etc., please see http://www.gnome.org/start/2.4/. This commit represents work done by adamw, bland, and myself as well as many other contributers: Koop Mast <einekoai@chello.nl> Akifyev Sergey <asa@gascom.ru> Franz Klammer <klammer@webonaut.com> Øyvind Kolbu <oyvind@kebab.gaffel.nu> Thomas E. Zander <riggs@rrr.de> Jeremy Messenger <mezz7@cox.net> Without these contirbuters, and our faithful users, GNOME 2.4.0 would not be possible. Please check the FreeBSD GNOME site for any FreeBSD gotchas, as well as general FAQs and documentation (GNOME 2.4 updates to be posted soon). The best way to upgrade so that you get all shared library dependencies is: portupgrade -rf -m BATCH=yes atk portupgrade -R -m BATCH=yes gnome2 Approved by: portmgr (kris, will, myself implicitly) Requested by: re as well as many other users Notes: svn path=/head/; revision=89023
* Update to 2.4.1.6.Joe Marcus Clarke2003-08-082-3/+2
| | | | Notes: svn path=/head/; revision=86606
* Fix a typo.Joe Marcus Clarke2003-08-021-1/+1
| | | | | | | | PR: 55174 Submitted by: Alexander Nedotsukov <bland@mail.ru> Notes: svn path=/head/; revision=86174
* Correct the ltmain.sh patch to fix hangs on 5.x.Joe Marcus Clarke2003-08-012-10/+11
| | | | | | | | Submitted by: Glenn Johnson <gjohnson@srrc.ars.usda.gov> Pointy hat to: me Notes: svn path=/head/; revision=86150
* Update to 2.4.1.5.Joe Marcus Clarke2003-08-014-21/+22
| | | | Notes: svn path=/head/; revision=86091
* Remove REINPLACE commands that were rolled into gnomehack.Adam Weinberger2003-06-121-4/+0
| | | | Notes: svn path=/head/; revision=82858
* Rewrite tests so that they never return false to pkg_add (which would issueJimmy Olgeni2003-06-061-9/+9
| | | | | | | | | a warning). Approved by: marcus Notes: svn path=/head/; revision=82397
* Add a patch to allow -lc_r to be linked in on -CURRENT. Not having this causedJoe Marcus Clarke2003-05-112-0/+52
| | | | | | | | | | | | | gdm to lock up when started. Special thanks goes to Glenn Johnson <gjohnson@srrc.ars.usda.gov> for tracking this down. Apparently, newer versions of libtool have code to prevent -lc_r from being passed to the linker on _all_ versions of FreeBSD. Since ${PTHREAD_LIBS} is set to -lc_r for 5.x, this causes massive problems with threaded applications. Notes: svn path=/head/; revision=80652
* Update to 2.4.1.4.Joe Marcus Clarke2003-05-067-20/+55
| | | | Notes: svn path=/head/; revision=80197
* Convert to new GNOME infrastructure.Joe Marcus Clarke2003-04-221-5/+1
| | | | Notes: svn path=/head/; revision=79435
* Remove USE_GNOMENG.Joe Marcus Clarke2003-04-201-1/+0
| | | | Notes: svn path=/head/; revision=79368
* Remove a patch that was causing fonts not to display correctly.Joe Marcus Clarke2003-04-142-9/+1
| | | | Notes: svn path=/head/; revision=78961
* Fix checks in the pkg-plist.Adam Weinberger2003-04-081-9/+9
| | | | | | | Submitted by: olgeni Notes: svn path=/head/; revision=78598
* 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
* Update to GNOME 2.2.Joe Marcus Clarke2003-02-078-125/+118
| | | | | | | | This is Phase I. All existing ports have been updated to their GNOME 2.2 counterparts. Notes: svn path=/head/; revision=75035
* Remove etc/pam.d.Joe Marcus Clarke2003-02-021-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=74455
* 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
* * Use which -s instead of command -v to test for certain programs [1]Joe Marcus Clarke2003-01-196-11/+59
| | | | | | | | | | | * Make sure directory permissions are correctly set when installing from package PR: 45991 [1] Submitted by: Joe Kelsey <joek@zircon.staff.flyingcroc.net> [1] Notes: svn path=/head/; revision=73532
* 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
* Revert last commit. This is now taken care of in misc/gnomehier.Joe Marcus Clarke2003-01-131-1/+0
| | | | Notes: svn path=/head/; revision=72999
* Remove share/gnome/capplets if it exists and is empty.Joe Marcus Clarke2003-01-131-0/+1
| | | | | | | Reported by: bento Notes: svn path=/head/; revision=72995
* Apparently, gcc-3.2.1 on Alpha doesn't like our little libtool recipe when itJoe Marcus Clarke2003-01-032-9/+1
| | | | | | | | | | | | | | | | comes to gdm2. Change USE_LIBTOOL back to GNU_CONFIGURE, and remove the associated configure hack. This fixes an ld crash on Alpha, and doesn't seem to have any adverse effects on x86, either. Special thanks to Aaron Schroeder <Aaron.Schroeder@qg.com> for letting me use his Alpha workstation to track this down. The RELEASE_5_0_0 tag should be adjusted to take this change. Reported by: bento Notes: svn path=/head/; revision=72335
* Update to 2.4.0.12.Joe Marcus Clarke2002-11-203-3/+3
| | | | Notes: svn path=/head/; revision=70618
* When shutting down from gdm, try to power down the machine instead of justJoe Marcus Clarke2002-10-132-3/+12
| | | | | | | | | | halting it. PR: 44018 Submitted by: Keith Jones <kmjones@blueyonder.co.uk> Notes: svn path=/head/; revision=67982
* Add a bit I forgot in my last commit.Joe Marcus Clarke2002-10-131-1/+1
| | | | Notes: svn path=/head/; revision=67980
* Disable automatic vty allocation. This only works on Linux, and breaksJoe Marcus Clarke2002-10-132-4/+10
| | | | | | | | | | GDM out-of-the-box. PR: 44012 Submitted by: Keith Jones <kmjones@blueyonder.co.uk> Notes: svn path=/head/; revision=67979
* 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
* * Make gdm read set the user environment from login.conf [1]Joe Marcus Clarke2002-09-194-13/+26
| | | | | | | | | | * Fix the en_US locale (how could I miss this) * Add a -m to the killall line in the RC script [1] Requested by: [1] Glenn Johnson <glennpj@charter.net> Notes: svn path=/head/; revision=66659
* Check to see if /usr/include/security/pam_misc.h exists. If it does,Joe Marcus Clarke2002-09-082-3/+11
| | | | | | | | | | | | | then gdmaskpass will be built (i.e. on -stable). If not, then gdmaskpass will not be built, and the plist needs to be updated accordingly. Unfortunately, there doesn't appear to be a __FreeBSD_version that coincides with OpenPAM. Submitted by: bento Notes: svn path=/head/; revision=65848
* Add back FreeBSD locales. Bump PORTREVISION.Joe Marcus Clarke2002-08-312-0/+90
| | | | | | | Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> Notes: svn path=/head/; revision=65389
* Update to 2.4.0.11.Joe Marcus Clarke2002-08-312-2/+2
| | | | Notes: svn path=/head/; revision=65344
* Update to 2.4.0.10.Joe Marcus Clarke2002-08-292-2/+2
| | | | Notes: svn path=/head/; revision=65218
* Update to 2.4.0.9.Joe Marcus Clarke2002-08-253-24/+15
| | | | Notes: svn path=/head/; revision=64988
* Update to 2.4.0.8.Joe Marcus Clarke2002-08-205-52/+56
| | | | Notes: svn path=/head/; revision=64716
* * Update to 2.4.0.7.Joe Marcus Clarke2002-08-099-24/+181
| | | | | | | | | | | | * Apply patch so gdm finds chown when installing a new theme. * Do not overwrite config files. * Mention that gdm2 cannot be started from /etc/ttys, and include an RC script to do the job instead. Submitted by: Franz Klammer <klammer@webonaut.com> (chown patch) Notes: svn path=/head/; revision=64303
* Update to 2.4.0.5 and add USE_GNOMENG. Unfortunately, starting gdm2 fromJoe Marcus Clarke2002-07-313-14/+5
| | | | | | | /etc/ttys is still broken. Hopefully this will be addressed soon. Notes: svn path=/head/; revision=63771
* Update to 2.4.0.4.Joe Marcus Clarke2002-07-242-2/+2
| | | | Notes: svn path=/head/; revision=63499
* Update to 2.4.0.3.Joe Marcus Clarke2002-07-247-38/+14
| | | | Notes: svn path=/head/; revision=63495
* Update to 2.4.0.2.Joe Marcus Clarke2002-07-174-71/+7
| | | | Notes: svn path=/head/; revision=63151
* Update to 2.4.0.1.Joe Marcus Clarke2002-07-103-7/+12
| | | | Notes: svn path=/head/; revision=62742
* The FreeBSD GNOME team is proud to present GNOME 2.0 Release.Joe Marcus Clarke2002-06-301-1/+1
| | | | Notes: svn path=/head/; revision=62233
* Don't redefine size_t. This lets gdm build on -stable again.Joe Marcus Clarke2002-06-271-4/+13
| | | | | | | Reported by: Sean McNeil <sean@mcneil.com> Notes: svn path=/head/; revision=62066
* Update to GNOME 2.0 RC2.Joe Marcus Clarke2002-06-261-1/+1
| | | | Notes: svn path=/head/; revision=62009