aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/twm
Commit message (Collapse)AuthorAgeFilesLines
* x11-wm/twm: update to 1.0.12Baptiste Daroussin2022-06-292-5/+4
|
* x11-wm/twm: better attribute patches for WM HintsAdriaan de Groot2021-05-093-0/+9
| | | | | | | This affects only the comment / header in the patches, nothing in the patches or the twm package. Reported by: "Matthew D. Fuller" <fullermd@over-yonder.net>
* x11-wm/twm: generate synthetic WM hints when neededAdriaan de Groot2021-05-044-0/+71
| | | | | | | | | | | This is based on a patch from Reddit -- the patch on Reddit is in context-diff form and contains a bunch of cruft, so it's been re-done (in add_window.c ; the util.c part is used unchanged). Tested by running Chrome in previous twm -- no drop-downs at all -- and in this lightly patched one, where it does behave. PR: 252873 Obtained from: Reddit
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* x11-wm/twm: Update to 1.0.11Niclas Zeising2020-06-153-13/+9
| | | | | | | | | | Update x11-wm/twm to 1.0.11 Add LICENSE and LICENSE_FILE Changelog: https://lists.x.org/archives/xorg-announce/2020-June/003047.html Notes: svn path=/head/; revision=539272
* Chase GitLab redirect in PATCH_SITESJan Beich2020-05-241-1/+1
| | | | | | | https://about.gitlab.com/releases/2020/05/06/gitlab-com-13-0-breaking-changes/#removal-of-deprecated-project-paths Notes: svn path=/head/; revision=536383
* Convert GitLab patches to simple diffsJan Beich2020-05-112-3/+3
| | | | | | | | | | | | | GitLab unlike GitHub keeps the footer from git-format-patch(1) which frequently changes on Git version upgrades. So, switch to git-diff(1) which lacks header/footer. Approved by: x11 (zeising via Gitter) MFH: 2020Q2 (avoid bustage over time due to upstream infra upgrades) Differential Revision: https://reviews.freebsd.org/D24810 Notes: svn path=/head/; revision=534935
* x11/twm: fix path to .twmrc in manualNiclas Zeising2020-05-032-1/+7
| | | | | | | | | | | | x11/twm: Pull in an upstream patch to fix the documented path to the system .twmrc file. PR: 246127 Submitted by: grembo Reported by: sjrbulk@gmail.com Notes: svn path=/head/; revision=533777
* Switch all ports to use USES=xorg-catNiclas Zeising2019-11-031-1/+1
| | | | | | | | Change all ports to use USES=xorg-cat instead of the old XORG_CAT Add USES=xorg and USES=gl as needed to x11@ ports Notes: svn path=/head/; revision=516607
* x11-wm/twm: update to 1.0.10Niclas Zeising2018-05-102-4/+5
| | | | | | | | | | | | Add missing dependencies Summary of changes: * Autoconf fixes * Constification * Misc. code fixes Notes: svn path=/head/; revision=469528
* Update twm to 1.0.9.Koop Mast2015-10-202-3/+3
| | | | | | | Obtained from: Xorg devel repo Notes: svn path=/head/; revision=399829
* - Drop @dirrm* from and add empty directories to pkg-plistsDmitry Marakasov2015-01-281-2/+0
| | | | | | | Approved by: portmgr blanket, kwm (for gnome@ ports) Notes: svn path=/head/; revision=378031
* Convert to stagingEitan Adler2013-10-302-3/+1
| | | | Notes: svn path=/head/; revision=332060
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-211-0/+1
| | | | | | | x11-wm) Notes: svn path=/head/; revision=327786
* Update to 1.0.8Niclas Zeising2013-09-082-3/+3
| | | | Notes: svn path=/head/; revision=326719
* The FreeBSD x11 team proudly presentsNiclas Zeising2013-05-251-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | an zeising, kwm, miwi, bapt, eadler production: Xorg 7.7 Starring: xserver 1.12.4 (new xorg only) Mesa 8.0.4, including libGL, libGLU and dri (new xorg only) libX11 1.5.0 libxcb 1.9 libdrm 2.4.42 (new xorg only) freeglut 2.8.1 Also starring: Updates to drivers and other libraries and utilities Additional notes: Change pkgconf to be a build dependency. Add a new USE_XORG, xcb, to depend on libxcb and update all ports to use this. Trim makefile headers. Take maintanership of x11/xcb-proto, ok'd by ashish. If you are running WITH_NEW_XORG=, you need to rebuild all installed drivers, see UPDATING for more information. Various fixes to make ports compile. PR: ports/177942 Exp-run by: miwi Approved by: portmgr (miwi) Thanks to all who helped testing! Notes: svn path=/head/; revision=319055
* - update mkfontscale to 1.0.9Eitan Adler2011-09-182-3/+3
| | | | | | | | | | | | | | | | - update oclock to 1.0.2 - update twm to 1.0.7 - update xmodmap to 1.0.4 - update xorg-macros to 1.15.0 - update xprop to 1.2.1 - update xvinfo to 1.1.1 - update xwininfo to 1.1.2 Approved by: bapt (mentor) Obtained from: xorg-devel repo Notes: svn path=/head/; revision=281942
* - Please welcome Xorg 7.5.1Martin Wilke2011-02-253-6/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | The X-Server has been patched to the latest 1.7.X series, drivers and fonts have been updated to the latest versions. This update includes some components from Xorg 7.6 with a lot of improvements, and it seems that the performance is much better than the old version. Also this Update fix build issues with clang and binutils 2.17.50 in current, remove 6.X gruft and de-author pkg-descr. I would like to thank: Beat Gaetzi Dima Panov Koop Mast Eitan Adler and all Testers. PR: ports/147646 ports/148035 ports/148744 ports/150223 ports/152889 ports/154457 Notes: svn path=/head/; revision=269720
* - Update X.org ports to 7.4+ (few ports are more recent than the katamari).Florent Thoumie2009-01-232-5/+4
| | | | | | | | | | | - Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG). Notes: svn path=/head/; revision=226727
* Clenup share/X11 directory upon deinstall.Dejan Lesjak2007-05-301-0/+1
| | | | | | | Pointed out by: kris Notes: svn path=/head/; revision=192430
* - Welcome X.org 7.2 \o/.Florent Thoumie2007-05-194-0/+31
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}. Notes: svn path=/head/; revision=191544