Commit graph

103 commits

Author SHA1 Message Date
Joe Marcus Clarke
840b90d6ac Update to 2.4.4.7. 2003-12-31 22:18:49 +00:00
Joe Marcus Clarke
bee749709e Update to 2.4.4.6. 2003-12-30 05:08:16 +00:00
Joe Marcus Clarke
7c14075150 Remove a leftover directory.
Reported by:	adamw
2003-12-24 18:53:44 +00:00
Joe Marcus Clarke
32cb708d44 Remove a left-over directory.
Spotted by:	adamw
2003-11-20 23:45:01 +00:00
Trevor Johnson
b3ba3ae427 USE_REINPLACE need be defined only when REINPLACE_CMD is used. 2003-11-17 12:29:10 +00:00
Joe Marcus Clarke
562cf6f2eb Update to 2.4.4.5. 2003-10-17 19:17:58 +00:00
Joe Marcus Clarke
b1db53530f Update to 2.4.4.4. This fixes a few DoS problems, so upgraded is definitely
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).
2003-10-16 18:42:38 +00:00
Joe Marcus Clarke
b0f13371ee Use the new-style locale names since the old ISO_8859 names are obsolete
on -CURRENT.
2003-10-06 01:02:27 +00:00
Alexander Nedotsukov
87036f7370 Update to 2.4.4.3 2003-09-26 12:55:37 +00:00
Adam Weinberger
0043945a54 Update to 2.4.4.2. 2003-09-25 05:43:08 +00:00
Joe Marcus Clarke
9c0caae1c2 Update to GNOME 2.4.0. For all the goodies on what's changed, known issues,
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
2003-09-18 06:49:37 +00:00
Joe Marcus Clarke
8114511a9f Update to 2.4.1.6. 2003-08-08 19:34:14 +00:00
Joe Marcus Clarke
c0882f57ad Fix a typo.
PR:		55174
Submitted by:	Alexander Nedotsukov <bland@mail.ru>
2003-08-02 04:35:29 +00:00
Joe Marcus Clarke
75251fad3d Correct the ltmain.sh patch to fix hangs on 5.x.
Submitted by:	Glenn Johnson <gjohnson@srrc.ars.usda.gov>
Pointy hat to:	me
2003-08-01 19:57:31 +00:00
Joe Marcus Clarke
ed43a62294 Update to 2.4.1.5. 2003-08-01 03:08:52 +00:00
Adam Weinberger
5a1964dbcd Remove REINPLACE commands that were rolled into gnomehack. 2003-06-12 09:46:09 +00:00
Jimmy Olgeni
63ca844fca Rewrite tests so that they never return false to pkg_add (which would issue
a warning).

Approved by:	marcus
2003-06-06 20:45:56 +00:00
Joe Marcus Clarke
da8e6d4792 Add a patch to allow -lc_r to be linked in on -CURRENT. Not having this caused
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.
2003-05-11 06:31:55 +00:00
Joe Marcus Clarke
fce65928b3 Update to 2.4.1.4. 2003-05-06 01:55:28 +00:00
Joe Marcus Clarke
0874a46409 Convert to new GNOME infrastructure. 2003-04-22 04:46:36 +00:00
Joe Marcus Clarke
b33eaf3276 Remove USE_GNOMENG. 2003-04-20 19:54:55 +00:00
Joe Marcus Clarke
02a11b7d22 Remove a patch that was causing fonts not to display correctly. 2003-04-14 14:12:34 +00:00
Adam Weinberger
f58a6b926a Fix checks in the pkg-plist.
Submitted by:	olgeni
2003-04-08 13:52:20 +00:00
Ade Lovett
3195b6f71c Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:36:20 +00:00
Joe Marcus Clarke
b2525184a3 Properly install the config files when installing from package. 2003-02-20 01:44:59 +00:00
Joe Marcus Clarke
336b31c394 Update to GNOME 2.2.
This is Phase I.  All existing ports have been updated to their GNOME 2.2
counterparts.
2003-02-07 18:42:25 +00:00
Joe Marcus Clarke
90bdfa7667 Remove etc/pam.d.
Reported by:	bento
2003-02-02 04:46:48 +00:00
Joe Marcus Clarke
dd54fd4e90 One more pass at the gdm's. This time, allow the gdm user and group to
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.
2003-01-21 16:16:02 +00:00
Joe Marcus Clarke
3b85e78755 Correct last commit. PKG_PREFIX is only set by pkg_add, thus when building the
port, the variable does not exist.

Spotted by:	Mark Hannon <markhannon@optusnet.com.au>
2003-01-19 22:50:09 +00:00
Joe Marcus Clarke
cf8fa641fe * Use which -s instead of command -v to test for certain programs [1]
* Make sure directory permissions are correctly set when installing from
  package

PR:	45991 [1]
Submitted by:	Joe Kelsey <joek@zircon.staff.flyingcroc.net> [1]
2003-01-19 19:49:31 +00:00
Joe Marcus Clarke
f32147b2fd Remove ${X11BASE}/sbin if it exists and is not empty.
Reported by:	bento
2003-01-13 16:49:03 +00:00
Joe Marcus Clarke
e80f209107 Revert last commit. This is now taken care of in misc/gnomehier. 2003-01-13 03:35:46 +00:00
Joe Marcus Clarke
f16db9f5b9 Remove share/gnome/capplets if it exists and is empty.
Reported by:	bento
2003-01-13 03:27:31 +00:00
Joe Marcus Clarke
1a15139d2a Apparently, gcc-3.2.1 on Alpha doesn't like our little libtool recipe when it
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
2003-01-03 05:30:39 +00:00
Joe Marcus Clarke
c59671f678 Update to 2.4.0.12. 2002-11-20 22:46:04 +00:00
Joe Marcus Clarke
163ebbcb83 When shutting down from gdm, try to power down the machine instead of just
halting it.

PR:		44018
Submitted by:	Keith Jones <kmjones@blueyonder.co.uk>
2002-10-13 18:46:57 +00:00
Joe Marcus Clarke
608d07abf7 Add a bit I forgot in my last commit. 2002-10-13 16:49:51 +00:00
Joe Marcus Clarke
0729bb92bd Disable automatic vty allocation. This only works on Linux, and breaks
GDM out-of-the-box.

PR:		44012
Submitted by:	Keith Jones <kmjones@blueyonder.co.uk>
2002-10-13 15:56:40 +00:00
Joe Marcus Clarke
59deb69012 GNOME has just changed the layout of their FTP site. This resulted in
making all the distfiles unfetachable.  Update all GNOME ports that fetch
from MASTER_SITE_GNOME to fetch from the correct location.
2002-09-20 17:07:51 +00:00
Joe Marcus Clarke
ac2fb56c99 * Make gdm read set the user environment from login.conf [1]
* 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>
2002-09-19 02:23:54 +00:00
Joe Marcus Clarke
8d3685529d Check to see if /usr/include/security/pam_misc.h exists. If it does,
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
2002-09-08 19:25:54 +00:00
Joe Marcus Clarke
ba5d446ffb Add back FreeBSD locales. Bump PORTREVISION.
Reported by:	Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
2002-08-31 18:35:39 +00:00
Joe Marcus Clarke
aa22b1ab78 Update to 2.4.0.11. 2002-08-31 02:30:14 +00:00
Joe Marcus Clarke
7b7a53a2ed Update to 2.4.0.10. 2002-08-29 05:26:28 +00:00
Joe Marcus Clarke
79f841ec09 Update to 2.4.0.9. 2002-08-25 18:12:34 +00:00
Joe Marcus Clarke
40dfb78e73 Update to 2.4.0.8. 2002-08-20 21:17:04 +00:00
Joe Marcus Clarke
45803d45a4 * Update to 2.4.0.7.
* 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)
2002-08-09 22:13:43 +00:00
Joe Marcus Clarke
1c1f88d47a Update to 2.4.0.5 and add USE_GNOMENG. Unfortunately, starting gdm2 from
/etc/ttys is still broken.  Hopefully this will be addressed soon.
2002-07-31 03:14:55 +00:00
Joe Marcus Clarke
bb362bc0d9 Update to 2.4.0.4. 2002-07-24 21:39:33 +00:00
Joe Marcus Clarke
e592a7ef62 Update to 2.4.0.3. 2002-07-24 20:32:53 +00:00