Commit graph

4423 commits

Author SHA1 Message Date
Pav Lucistnik
d131f646df - Remove virtual category offix from all ports
PR:		ports/88751 (part of)
Approved by:	linimon (portmgr hat)
2005-12-18 00:56:20 +00:00
Kris Kennaway
b7824eaf6e BROKEN: Unfetchable 2005-12-17 18:33:36 +00:00
Alexey Dokuchaev
5937b8a28a Update to version 1.0-8174, the latest from nVidia. Release highlights:
- Fixed GeForce 7800 GTX clocking problem that affected 3D performance
  - Added support for new GPUs such as the GeForce 6100 and GeForce 6150
  - Added support for Stereo Digital Flat Panels such as the SeeReal and
    Sharp3D DFPs
  - Added support for static Rotation; see the "Rotate" X config option in
    the README
2005-12-15 12:53:50 +00:00
Volker Stolz
59720404e1 Unbreak on 4.x by using plain GCC. Tested with mozilla and thunderbird.
Approved by: silence on -gnome
2005-12-15 10:55:50 +00:00
Joe Marcus Clarke
1fb1561ae3 Update to 0.0.22. 2005-12-15 03:27:37 +00:00
Alexander Nedotsukov
9792487dc4 - Track yet another in-place release (regular bunch fixes and features
update).
- Build libXNVCtrl.a library and therefore drop for i386 only restriction.
- Minor comment tweak.
2005-12-14 15:35:14 +00:00
Alexey Dokuchaev
ffa05628cf Use smarter regexps. 2005-12-14 10:39:55 +00:00
Alexey Dokuchaev
ac327e0777 Fix missing misc/compat5x dependency in WITH_LEGACY_GPU_SUPPORT case.
PR:		ports/90304
Submitted by:	Bjoern Koenig <bkoenig(at)cs.tu-berlin.de>
2005-12-14 10:32:18 +00:00
Andrej Zverev
49eed4e322 - Update to version 1.8
PR:		ports/90356
Submitted by:	Serge Gagnon <serge.gagnon@b2b2c.ca>
2005-12-14 08:57:17 +00:00
Jeremy Messenger
7eae006de2 Update to 2.1.
Reminded by:	edwin's "FreeBSD Ports Version Check" script
2005-12-13 07:04:11 +00:00
Michael Johnson
5a04baf126 - Mark broken on 4.x
Reported by:	kris via pointyhat
2005-12-13 03:46:35 +00:00
Bruce M Simpson
5879dd9aaa Drop maintainership for ports which I sadly no longer have
the time, hardware, or resources to maintain.
2005-12-12 21:53:40 +00:00
Edwin Groothuis
5d5a063ca2 xlockmore port improvements patch
Some time ago I send PR about PAM support in xlockmore. Now
	I spend some time to work on xlockmore. I found that PAM
	works fine by default (with --enable-pam), but only with
	modules that does not requires root rights to authenticate.
	But almost all PAM configurations ends with pam_unix call.
	Here is the trouble. xlock drops root privileges after
	startup. I use BAD_PAM again to wrap this setuid().  IMHO,
	usage of BAD_PAM is right in this case. Also abort trap was
	fixed. Here was error in PAM_conv function. I'll send
	explanations of changes and situation to xlock-discuss
	mailing list later. May be fixes will be committed into
	next release of xlockmore.

	Here is attached diff against xlockmore port. It makes some
	changes in Makefile and drops two patches to files dir.

	New knobs added to Makefile and some old changed. Here is the
	description:
	- OPTIONS added for interactive configuration of xlockmore
	(make config).
	- WITH_PAM - enable common PAM support in xlock, but does not define
	BAD_PAM. So PAM modules that does not require root rights can be used
	(pam_pwdfile e.g.).
	- WITH_BAD_PAM - enable WITH_PAM and define BAD_PAM in config.h after
	'configure'. So all PAM modules can be used, including pam_unix.
	- WITH_NICE_ONLY - enable only low-CPU modes. Good for old machines.
	- WITH_BLANK_ONLY - enable only 'blank' mode. Can be useful in some
	cases.

PR:		ports/90276
Submitted by:	Yuri Y. Bushmelev <jay-dev@simcom.ru>
2005-12-12 21:18:26 +00:00
Peter Pentchev
8541481a0b On second thoughts, maybe we don't really need Xaw3d support by default. 2005-12-12 17:25:29 +00:00
Peter Pentchev
f92c3ff59c OPTIONS'ify and let all three knobs be enabled by default.
Bump PORTREVISION for the change in the default behavior.

Requested by:	Satoshi Kimura <satosi.kimura@nifty.com>
2005-12-12 17:18:22 +00:00
Simon Barner
64b75e399a - Fix WWW-sites
- Remove two dead WWW sites
2005-12-12 08:40:45 +00:00
Alexander Nedotsukov
d86ca93fa5 Add nvidia-xconfig 1.0, tool to manipulate X configuration files for the
NVidia driver.
2005-12-10 08:48:37 +00:00
Joe Marcus Clarke
1d8370170d Correct a problem setting GNOME keyboard layout options at login time.
Obtained from:	http://bugzilla.gnome.org/show_bug.cgi?id=322955
Reported by:	many
2005-12-10 05:08:59 +00:00
Thomas Gellekum
0b2670a6a1 Update MASTER_SITES; add SHA256 checksum. 2005-12-09 21:28:46 +00:00
Joe Marcus Clarke
26c89a38e0 Update to 0.0.21. 2005-12-07 02:20:17 +00:00
Jean-Yves Lefort
9c82e09108 - Add support for man section n (Tcl/Tk functions)
- Remove unused startup scripts
2005-12-06 16:33:20 +00:00
Emanuel Haupt
402a2c2da7 Add tilda, a Drop down x11 terminal with transparency support
PR:		89995
Submitted by:	Vlad V. Teterya <vlad@vlad.uz.ua>
2005-12-05 23:10:43 +00:00
Joe Marcus Clarke
0d3c3f29c7 Seems -CURRENT needs a few tweaks to get gdm starting correctly. First,
we need to depend on LOGIN and cleanvar in our rc.d script, plus, we need
to enable VTAllocation.
2005-12-05 21:57:48 +00:00
Alexander Leidinger
87ae49a071 Update to a more recent version of the distfile (is carried by more
master sites).

Requested by:	fenner
2005-12-03 14:11:53 +00:00
Vanilla I. Shu
d7e56e8c34 Upgrade to latest version. 2005-12-02 07:04:48 +00:00
Tim Bishop
f5fc18ddd5 - Change maintainer to my @FreeBSD.org address.
- Add SHA256 checksum.

Approved by:	clement (mentor)
2005-12-01 16:50:07 +00:00
Michael Nottebrock
6ed3352d86 Add a patch to fix KDE Bug 114385 (kdm segfaults on XDMCP request). 2005-12-01 05:30:18 +00:00
Joe Marcus Clarke
6262e31562 Presenting GNOME 2.12.2 for FreeBSD. 2005-12-01 00:56:03 +00:00
Pav Lucistnik
42c6f63dad - Update to 0.7.5
PR:		ports/89673
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe> (maintainer)
2005-11-30 17:58:45 +00:00
MANTANI Nobutaka
b2f9d34f45 Move japanese/uim port to textproc category after repocopy.
PR:		ports/89725
Submitted by:	nobutaka
2005-11-30 16:32:14 +00:00
Emanuel Haupt
6229fea156 Add SHA256 hashes to my ports 2005-11-30 14:01:14 +00:00
Alexey Dokuchaev
000931d3c9 Add SHA256 hashes to my ports. 2005-11-30 13:35:03 +00:00
Eric Anholt
8820f44d68 Fix the build in the presence of NVIDIA libGL by using the GLX 1.3
glXGetProcAddressARB instead of glXGetProcAddress.

PR:		ports/76257
Submitted by:	Jose Alonso Cardenas Marquez <acardenas@bsdperu.org> / many
Obtained from:	X.Org CVS
2005-11-30 01:24:21 +00:00
Michael Johnson
649c478b25 - Convert to using USE_GECKO
- No longer install the startup script.
2005-11-29 21:30:12 +00:00
Florent Thoumie
0788b1b045 - Add WITH_NICE_ONLY knob to enable only low-cpu modes.
PR:		ports/76358
Submitted by:	Yuri Y. Bushmelev <jay-dev@simcom.ru>
2005-11-29 18:24:50 +00:00
Joe Marcus Clarke
9c2e4a6f90 Update to 2.8.0.7. 2005-11-29 05:48:29 +00:00
Jeremy Messenger
165bfe668f Update to 2.12.2. 2005-11-28 22:20:02 +00:00
Joe Marcus Clarke
e4d06ee431 Update to 2.12.2. 2005-11-28 19:26:52 +00:00
Joe Marcus Clarke
5b9becdeaf Update to 2.12.2. 2005-11-28 06:30:45 +00:00
Maho Nakata
9b8f482f36 Add SHA256 2005-11-28 06:19:47 +00:00
Jeremy Messenger
c699e6557e Update to 2.12.2. 2005-11-27 23:14:33 +00:00
Mark Linimon
0450bbbdc8 With portmgr hat on, reset inactive maintainer. There have been several
maintainer-timeouts.
2005-11-27 04:17:17 +00:00
Mark Linimon
56f38789bf Mark deprecated; no longer available from mastersites. 2005-11-27 03:23:38 +00:00
Mark Linimon
0354d01610 Mark as deprecated since mastersite disappeared.
PR:		ports/89565
Submitted by:	former maintainer
2005-11-26 05:17:30 +00:00
Pav Lucistnik
eddbc6a905 - Respect PREFIX
PR:		ports/89557
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2005-11-26 00:56:48 +00:00
Pav Lucistnik
1147b2e433 - Update MASTER_SITES, add SHA256
PR:		ports/89554
Submitted by:	Matthew D.Fuller <fullermd@over-yonder.net> (maintainer)
2005-11-26 00:48:31 +00:00
Pav Lucistnik
108960064a - Add SHA256 2005-11-25 19:09:52 +00:00
Pav Lucistnik
ab436d2a41 - Drop old checksum
- Add SHA256, SIZE
2005-11-25 19:08:02 +00:00
Joe Marcus Clarke
ce896004f2 Remove shutdown keyword from the rcNG script since GDM will kill itself at
shutdown.

Reported by:	Stefan Thurner <stefan.thurner@mb.tu-chemnitz.de>
2005-11-25 18:34:34 +00:00
Sergei Kolobov
a66a28cbd3 - Add SHA256 checksums to my ports 2005-11-25 14:05:38 +00:00