summaryrefslogtreecommitdiffstats
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* * Make gdm read set the user environment from login.conf [1]marcus2002-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>
* Add patch to support XFree86-4-libraries and -clients on sparc64anholt2002-09-194-6/+46
| | | | Submitted by: tmm
* Add missing dependency on gnomecanvas.marcus2002-09-181-1/+1
| | | | Submitted by: bento
* Add missing dependency on libghttp.marcus2002-09-181-1/+1
|
* Fix patchs to DATADIR and GNOME_ICONDIR. This should restore the mixermarcus2002-09-184-4/+56
| | | | applet icon in the panel.
* Actually remove these files.anholt2002-09-183-0/+0
|
* Update XFree86-4-* ports which share XFree86-4-libraries's patches:anholt2002-09-1821-342/+431
| | | | | | | | - Reduce build times by not rebuilding some programs/libraries in each port. - Move some files from -clients to -libraries and from -libraries to -server. - Make package-building in XFree86-4 more intuitive PR: 41606 (package building)
* Update to 1.4.2.sobomax2002-09-163-5/+4
|
* Update to 1.4.2.sobomax2002-09-162-2/+2
|
* Readd Galeon when building with mozilla-devel. Bump PORTREVISION.marcus2002-09-152-6/+6
|
* Update to 2.0.3.marcus2002-09-156-8/+30
|
* Due to popular demant into each port which might be inserted into dependencysobomax2002-09-143-2/+12
| | | | | | | | | | list by bsd.port.mk insert anti foot-shooting device, which prevents infinite fork loop when the user defines corresponding USE_XXX in global make.conf, command line or environment. Similar devices should probably be inserted into ports that might be inserted into dependency list by others bsd.foo.mk files (bsd.ruby.mk, bsd.python.mk and so on.)
* Use KDE_DIST_VERSION.alane2002-09-122-4/+6
|
* Added KDE_DIST_VERSION var, set to KDE_VERSION by default.alane2002-09-122-0/+6
|
* add xautomation 0.86ijliao2002-09-116-0/+41
| | | | Control X from the command line for scripts
* Fix stupid error in dist subdir.alane2002-09-112-2/+2
| | | | Submitted by: Adam Weinberger <adam@vectors.cx>
* SECURITY FIX: UPDATE TO 3.0.3a.alane2002-09-116-20/+10
| | | | | | | There is a KHTML/KJS cross-site scripting vulnerability in kdelibs-3.0.3. This update fixes that, as well as merges some other fixes from KDE's CVS. PLEASE! UPDATE YOUR KDELIBS3 PORT INSTALLATION NOW!
* texas chainsaw kde2 massacrealane2002-09-101-3/+0
|
* texas chainsaw kde2 massacrealane2002-09-1020-3388/+0
|
* Make fam an optional dependency. It may be having some gcc related problemsalane2002-09-102-2/+8
| | | | on -current, so we'll not require it.
* Add wmoldmenu2new 20020609,obraun2002-09-097-0/+57
| | | | | | | | script to convert WindowMaker RootMenu menus to new PropList format. PR: ports/42474 Submitted by: Bruce M Simpson <bms@spc.org>
* Update to 2.0.5.marcus2002-09-092-2/+2
|
* KDE2 is dead. The source is no longer available.alane2002-09-0926-4379/+0
|
* Fix things after the GNOMENG commit.marcus2002-09-091-3/+4
|
* Add a missing dependency on gdkpixbuf.marcus2002-09-091-1/+1
| | | | | PR: 42571 Submitted by: Tilman Linneweh <tilman@arved.de>
* Add a missing dependency on gnomecanvas.marcus2002-09-081-1/+1
| | | | Submitted by: bento
* Check to see if /usr/include/security/pam_misc.h exists. If it does,marcus2002-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
* Add a missing dependency on libglade.marcus2002-09-081-1/+1
| | | | Submitted by: bento
* Relinquish all my ports.ade2002-09-072-2/+2
|
* Update to 2.0.4.marcus2002-09-063-2/+3
|
* Update to 1.0.6.marcus2002-09-063-2/+5
|
* Update to 2.0.7.marcus2002-09-064-4/+4
|
* Update to 2.0.9.marcus2002-09-064-4/+4
|
* Update to 2.0.8.marcus2002-09-066-4/+6
|
* Set maintainership to ports@.obraun2002-09-052-2/+2
|
* Update XFree86-4-clients, -Servers, and -libraries to 4.2.1.anholt2002-09-055-51/+28
| | | | | The most notable update is fixing what appears to be possible privelege escalation with libX11 and setuid clients (xterm is one).
* Add a knob to allow building of mozilla-devel instead of mozilla. By default,marcus2002-09-032-6/+16
| | | | | | the stable release of Mozilla will be installed. Requested by: John Merryweather Cooper <john_m_cooper@yahoo.com>
* o Drop PERL in favor of REINPLACE_CMDlioux2002-09-032-19/+11
| | | | | | | | o Turn patch into a Makefile regexp o CC/CFLAGS safeness fixes o libjpeg is not needed as dependency Submitted by: maintainer
* Update to 0.50.1perky2002-09-023-3/+2
| | | | | PR: 42334 Submitted by: maintainer
* Update to the repacked 0.30 and call it 0.30p1.knu2002-09-024-4/+4
| | | | | | There were a couple of bugfixes and document updates. Noted by: Rong-en Fan <rafan@infor.org>
* Update MASTER_SITES.knu2002-09-021-1/+1
|
* Deploy USE_GNOMENG infrastructurelioux2002-09-021-1/+2
| | | | | PR: 42305 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* ${PERL} -> ${REINPLACE_CMD}dwcjr2002-09-015-7/+12
| | | | | | PR: 40784 Submitted by: corecode@corecode.ath.cx Reviewed by: flynn@energyhq.homeip.net
* Deploy USE_GNOMENG infrastructurelioux2002-09-0116-21/+36
| | | | | PR: 42283 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update WWW.knu2002-09-011-2/+1
|
* Update the Ruby/GNOME suite to 0.30.knu2002-09-016-4/+30
|
* Add back FreeBSD locales. Bump PORTREVISION.marcus2002-08-312-0/+90
| | | | Reported by: Martin Klaffenboeck <martin.klaffenboeck@gmx.at>
* Update to 2.4.0.11.marcus2002-08-312-2/+2
|
* Update MASTER_SITES.naddy2002-08-291-1/+3
| | | | | PR: 42149 Submitted by: Kimura Fuyuki <fuyuki@hadaly.org>
* Update to 2.0.3.marcus2002-08-293-3/+4
|
OpenPOWER on IntegriCloud