aboutsummaryrefslogtreecommitdiff
path: root/x11
Commit message (Collapse)AuthorAgeFilesLines
* - rename GPuzzle2 to JigsawDirk Meyer2007-08-071-2/+2
| | | | Notes: svn path=/head/; revision=197267
* 1. Update to version 4.12.Doug Barton2007-08-074-17/+7
| | | | | | | | | | | | | 2. Remove now-spurious USE_X_PREFIX and CFLAGS variables 3. Remove leading A from COMMENT 4. Make CONFIGURE_ARGS += instead of = (this isn't GNU configure, but it can't hurt just in case). 5. One hunk from patch-Makefile.common was adopted upstream. GMTA by: Maintainer (ports@fsck.ch) Notes: svn path=/head/; revision=197264
* Update to 3.01Lars Engels2007-08-044-21/+16
| | | | | | | | | PR: ports/114744 Submitted by: KATO Tsuguru <tkato432 (AT) yahoo.com> Approved by: miwi (mentor) Notes: svn path=/head/; revision=197086
* - bsd.qt.mk:Michael Nottebrock2007-08-024-10/+6
| | | | | | | | | | | | | | | QT_COMPONENTS can now be depended on at runtime or buildtime only by specifiying them as <component>_build or <component>_run, respectively. Specifying <component> without any suffix will depend on the component at both build- and runtime just like before. - Convert Qt core ports to use the new dependency switches. - Add a patch to corelib to fix Qt4 on ARM, submitted by: Björn König <bkoenig@alpha-tierchen.de> Notes: svn path=/head/; revision=196993
* Enable AfterImage's support by default.Thierry Thomas2007-08-021-6/+8
| | | | Notes: svn path=/head/; revision=196992
* Fix build on 64bit platformsTilman Keskinoz2007-08-021-0/+11
| | | | Notes: svn path=/head/; revision=196955
* Upgrade to 8.3.Thierry Thomas2007-08-012-11/+16
| | | | | | | | | Changelog at <http://dist.schmorp.de/rxvt-unicode/Changes>. TODO: ugrade libAfterImage to 1.15 when it will be released. Notes: svn path=/head/; revision=196920
* Update to 2.18.4.Joe Marcus Clarke2007-08-012-4/+4
| | | | Notes: svn path=/head/; revision=196873
* Retire obsolete PARALLEL_PACKAGE_BUILD in favour of PACKAGE_BUILDING.Kris Kennaway2007-07-293-5/+5
| | | | Notes: svn path=/head/; revision=196627
* - Fix build on 5.x by using texinfo from portsRong-En Fan2007-07-281-2/+9
| | | | | | | Reported by: pointyhat via kris Notes: svn path=/head/; revision=196529
* BROKEN: Incomplete pkg-plistKris Kennaway2007-07-281-0/+2
| | | | Notes: svn path=/head/; revision=196521
* - Install a symlink from PREFIX/share/xkb/compiled to /var/lib/compiled.Pav Lucistnik2007-07-272-0/+3
| | | | | | | | | | | | Fixes a lot of runtime problems for a lot of people PR: ports/114876, ports/114924 Submitted by: Henrik Brix Andersen <henrik@brixandersen.dk> Reported by: Craig Boston <craig@yekse.gank.org>, Antoine Vu-Ngoc <antoine@cleopatre.homeip.net> and many more Notes: svn path=/head/; revision=196378
* Update to version 228.Kirill Ponomarev2007-07-253-5/+4
| | | | | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_228 Notes: svn path=/head/; revision=196285
* - Update to 1.0Pav Lucistnik2007-07-244-18/+11
| | | | | | | Approved by: x11 (flz) Notes: svn path=/head/; revision=196208
* More cleanups:Alexey Dokuchaev2007-07-242-66/+14
| | | | | | | | | | - Simplify SHLIB_VERSION handling, it's not that bad after all - Better and cleaner PORTDOCS handling, less hacks in Makefile - Fix non-root installation (use pre-su-install) - Miscellaneous Makefile nits Notes: svn path=/head/; revision=196175
* - Make plist substitution knobs named coherently with X system used,Alexey Dokuchaev2007-07-233-12/+11
| | | | | | | | | | | | | | | previously they were somewhat misleading (logic remains the same) [1] - Take xorg-server-snap into account, previously having it installed would break pkg-list logic (libglx.so wasn't backed up/restored properly) [2] - Utilize DOCSDIR macro in pkg-message.in - Drop currently noop USE_X_PREFIX Discussed with: flz [1] Suggested by: flz [2] Notes: svn path=/head/; revision=196136
* Reset PORTREVISIONs while no one notices.Alexey Dokuchaev2007-07-234-0/+4
| | | | Notes: svn path=/head/; revision=196122
* In sight of upcoming update, overhaul things slightly:Alexey Dokuchaev2007-07-237-39/+55
| | | | | | | | | | | | | | | | | | | | | | - NVVERSION is no longer user settable. nVidia changed their versioning scheme, which made my life a bit harder. Since this is master port and cares about legacy version slaves as well, derive NVVERSION from DIST- VERSION as doing so required less intrusive changes. Update the comment accordingly. UPDATING note will be committed separately - Retire OSVERSION hack since it's no longer needed. PORTREVISION are now set in all three nvidia-driver ports independently. Previously it was not really safe because NVVERSION was user settable variable - Introduce new variable, SHLIB_VERSION, and use it in PLIST_SUB, because it's not always equal to NVVERSION these days - Mute MKDIR along the way For slave ports: - Rename port directory names to reflect future reality: their versions going to bump as well. No repo copy since there's no history to preserve Notes: svn path=/head/; revision=196120
* - Set --mandir and --infodir in CONFIGURE_ARGS if the configure scriptRong-En Fan2007-07-238-11/+4
| | | | | | | | | | | | | | | | | | | | | supports them. This is determined by running ``configure --help'' in do-configure target and set the shell variable _LATE_CONFIGURE_ARGS which is then passed to CONFIGURE_ARGS. - Remove --mandir and --infodir in ports' Makefile where applicable Few ports use REINPLACE_CMD to achieve the same effect, remove them too. - Correct some manual pages location from PREFIX/man to MANPREFIX/man - Define INFO_PATH where necessary - Document that .info files are installed in a subdirectory relative to PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and subdirectory detection. PR: ports/111470 Approved by: portmgr Discussed with: stas (Mk/*), gerald (info related stuffs) Tested by: pointyhat exp run Notes: svn path=/head/; revision=196111
* Fix plist.Kirill Ponomarev2007-07-201-0/+5
| | | | | | | Submitted by: pav Notes: svn path=/head/; revision=195961
* - Update to 1.3.0 [1]Rong-En Fan2007-07-198-80/+55
| | | | | | | | | | | | | | - Respect PREFIX [1] - Remove 4.x check [1] - Allow slim starting from /etc/ttys [2] PR: ports/114708 [1], ports/114366 [2] Submitted by: Tobias Roth <ports at fsck.ch> (maintainer) [1], Nikos Ntarmos <ntarmos at ceid.upatras.gr> [2] Approved by: maintainer [2] Notes: svn path=/head/; revision=195904
* Update to version 227Kirill Ponomarev2007-07-182-5/+4
| | | | | | | ChangeLog: http://invisible-island.net/xterm/xterm.log.html#xterm_227 Notes: svn path=/head/; revision=195870
* Update to 5.03, with a few bug fixes (bsod, PAM USB-dongle auth, trackDoug Barton2007-07-173-7/+15
| | | | | | | recent Google Images and Flickr changes) and 4 new screensavers. Notes: svn path=/head/; revision=195815
* Update to Qt 4.3.0, introduce bsd.qt.mk.Michael Nottebrock2007-07-165-46/+24
| | | | | | | Approved by: portmgr (bsd.port.mk changes) Notes: svn path=/head/; revision=195715
* - databases/gdl2 moved from System to LocalDirk Meyer2007-07-161-1/+1
| | | | Notes: svn path=/head/; revision=195702
* - Update to 20070705Martin Wilke2007-07-142-4/+9
| | | | | | | | PR: 114589 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=195634
* - Update to 20070713Martin Wilke2007-07-142-4/+4
| | | | | | | | PR: 114590 Submitted by: Wesley Shields <wxs@atarininja.org> (maintainer) Notes: svn path=/head/; revision=195632
* xinit: Add a patch to generate the magic cookie for authenticationEric Anholt2007-07-132-0/+49
| | | | | | | | | | | This should fix many authentication issues (sometimes manifesting as a plain root weave and cursor but no apps on startx), particularly when ssh X11 forwarding is involved. This issue appears to have existed since XFree86 4.3. Notes: svn path=/head/; revision=195537
* bump PORTREVISION for the depends changeOliver Lehmann2007-07-131-1/+1
| | | | Notes: svn path=/head/; revision=195533
* remove not needed dependencies to panel and utilOliver Lehmann2007-07-131-1/+1
| | | | | | | Noted by: flz Notes: svn path=/head/; revision=195521
* Change e-mail address of my ports to my FreeBSD.org one.Lars Engels2007-07-122-2/+2
| | | | | | | Approved by: miwi (mentor) Notes: svn path=/head/; revision=195490
* Add the latest KDE patches for Qt plus a patch for Konsole in kdebase.Michael Nottebrock2007-07-1114-7/+1155
| | | | | | | | | | Together, they fix a regression in Kicker's taskbar applet which would no longer group Konsole windows in 3.5.7. Reported by: Dwayne MacKinnon <dmk@ncf.ca> Notes: svn path=/head/; revision=195437
* - Update to 0.6.5Rong-En Fan2007-07-113-45/+10
| | | | | | | | | | - Use macro from bsd.sites.mk PR: ports/114418 Submitted by: KATO Tsuguru <tkato432 at yahoo.com> Notes: svn path=/head/; revision=195396
* Fix path to Xserver after move of X11BASE to /usr/localTilman Keskinoz2007-07-091-2/+2
| | | | | | | | PR: 114374 Reported by: leres@ee.lbl.gov (Craig Leres) Notes: svn path=/head/; revision=195293
* Fix the build when docbook is installed.Joe Marcus Clarke2007-07-081-1/+3
| | | | Notes: svn path=/head/; revision=195234
* Only one dev.cpu.X.freq sysctl is instantiated (instance 0) so trying toJoe Marcus Clarke2007-07-063-4/+4
| | | | | | | | | | monitor or change other instances will result in a crash. For the time being, force all monitoring to happen on instance 0. Reported by: barbara <barbara.xxx175@libero.it> Notes: svn path=/head/; revision=195102
* Let LOCALBASE be overriden. /usr/X11R6 should be hardcoded here though.Dejan Lesjak2007-07-061-1/+1
| | | | | | | | Pointed out by: sat Pointy hat to: lesi Notes: svn path=/head/; revision=195038
* dyeske at yahoo dot com -> dyeske at gmail dot comEdwin Groothuis2007-07-054-6/+6
| | | | Notes: svn path=/head/; revision=195037
* Don't mess with /etc files in pkg-install when PACKAGE_BUILDING. The createdDejan Lesjak2007-07-051-0/+2
| | | | | | | | | package will do that. Submitted by: marcus Notes: svn path=/head/; revision=195034
* - Change maintainer addressBeech Rintoul2007-07-051-4/+3
| | | | | | | | | | - Cleanup master_sites Requested by: Yinghong Liu <relaxbsd@gmail.com> (maintainer) Approved by: sat (mentor) Notes: svn path=/head/; revision=194988
* Presenting GNOME 2.18.3 for FreeBSD.Joe Marcus Clarke2007-07-042-3/+3
| | | | Notes: svn path=/head/; revision=194953
* Update to KDE 3.5.7 / KOffice 1.6.3Michael Nottebrock2007-07-0473-1611/+3747
| | | | Notes: svn path=/head/; revision=194883
* Reset jsellens@generalconcepts.com due to a maintainer timeout and noMark Linimon2007-07-041-1/+1
| | | | | | | response to email. Notes: svn path=/head/; revision=194846
* Update to 2.18.3.Jeremy Messenger2007-07-032-6/+5
| | | | Notes: svn path=/head/; revision=194811
* -Update to 2.18.3.Jeremy Messenger2007-07-032-7/+5
| | | | | | | -Get rid of X11BASE. Notes: svn path=/head/; revision=194804
* -Update to 2.18.3.Jeremy Messenger2007-07-032-7/+6
| | | | | | | | -Get rid of X11BASE. -Remove --mandir=, taken care by gnomeprefix. Notes: svn path=/head/; revision=194802
* - Fix the build with GCC 4.2 on i386 [1]Alexey Dokuchaev2007-07-031-2/+5
| | | | | | | | | - Reindent comments for better reading Reported by: pointyhat via pav [1] Notes: svn path=/head/; revision=194794
* Update to 2.18.3.Joe Marcus Clarke2007-07-033-4/+7
| | | | Notes: svn path=/head/; revision=194757
* Update to 2.18.3.Joe Marcus Clarke2007-07-032-4/+4
| | | | Notes: svn path=/head/; revision=194755
* Quickly and easily select a piece of the screen using a minimal number ofRong-En Fan2007-07-034-0/+34
| | | | | | | | | | | | keystrokes. WWW: http://www.semicomplete.com/projects/keynav/ PR: ports/114217 Submitted by: Wesley Shields <wxs at atarininja.org> Notes: svn path=/head/; revision=194746