1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
Commit Graph

86 Commits

Author SHA1 Message Date
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
Joe Marcus Clarke
42365b7150 Update to 2.4.0.2. 2002-07-17 21:58:31 +00:00
Joe Marcus Clarke
0bf7bb8309 Update to 2.4.0.1. 2002-07-10 05:47:02 +00:00
Joe Marcus Clarke
58d11a98d4 The FreeBSD GNOME team is proud to present GNOME 2.0 Release. 2002-06-30 22:20:44 +00:00
Joe Marcus Clarke
b7c60f7ebf Don't redefine size_t. This lets gdm build on -stable again.
Reported by:	Sean McNeil <sean@mcneil.com>
2002-06-27 00:31:17 +00:00
Joe Marcus Clarke
58d6153c1e Update to GNOME 2.0 RC2. 2002-06-26 09:18:37 +00:00
Joe Marcus Clarke
515147d6b6 Update to GNOME 2.0 Release Candidate 1...the "Fever Pitch" release. 2002-06-15 09:05:13 +00:00
Joe Marcus Clarke
b93b4ad73e Fix up patches from previous commit. 2002-06-12 00:20:39 +00:00
Joe Marcus Clarke
9f04edac18 Update to the latest GNOME 2 snapshot. 2002-06-12 00:18:21 +00:00
Joe Marcus Clarke
1aadf412fd Update to the latest GNOME 2.0 snapshot, the "Stay on target!" release. 2002-05-28 16:08:26 +00:00
Joe Marcus Clarke
058b72b9c6 Correct DISTNAME. 2002-05-21 18:14:44 +00:00
Joe Marcus Clarke
bdc248a3e9 Add gdm2 after repo copy from gdm. Gdm is the GNOME 2.0 version of the
X11 display manager.

Not tested by:	me
2002-05-21 06:36:29 +00:00
Norikatsu Shigemura
d22fe6866e add missing files.
Not objected to by:	gnome
Reviewed by:		knu (mentor)
2002-04-28 16:03:28 +00:00
Jimmy Olgeni
59699d3026 Do not show the security warning dialog if BATCH is set (it causes
sysinstall to hang).
2002-04-24 21:26:08 +00:00
Maxim Sobolev
34f0ba70ac Update to 2.2.5.5. 2002-03-14 00:07:41 +00:00
Maxim Sobolev
b9d6df2dc1 Add missed IS_INTERACTIVE=yes when not building on bento.
PR:		35236
Submitted by:	Simon 'corecode' Schubert <corecode@corecode.ath.cx>
2002-03-06 10:03:46 +00:00
Maxim Sobolev
5049ba00ba Make face browser working.
PR:		34429
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-31 08:48:14 +00:00
Maxim Sobolev
5cee31d262 Fix installation when /usr/sbin not in the PATH.
PR:		34289
Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
2002-01-28 17:50:11 +00:00