Mmucl - Mark's MUd CLient (pronounced muckle) is a MUD client written in TCL and distributed under the GNU GPL. This client supports a powerful aliasing system using TCL as well as three different interfaces that can be used. This client also has the advantage of being able to run on any platform that supports TCL/TK. WWW: http://mmucl.sourceforge.net Matt Heckaman matt@LUCIDA.CA .org/~lantw44/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/hs-xmonad-contrib/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* lang/ghc: Update to 8.6.4 and bump PORTREVISIONs for Haskell ports.arrowd2019-06-021-1/+1
| | | | | | | While there, fix build with DOCS=off. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20464
* Merge lang/ghcXXX ports into lang/ghc.arrowd2019-05-281-1/+1
| | | | | | | | | | Remove OPTIONS support from library Haskell ports. Do not install documentation by library Haskell ports. Remove deprecation notice from library ports, that still needed. PR: 224083 Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20247
* Mark almost all Haskell ports for expiration by mid Apriltcberner2019-03-311-1/+0
| | | | | | | | | | | | Ports for Haskell *libraries* are going to be removed from the ports tree. Haskell *applications* are going to be statically linked with all dependencies ( https://reviews.freebsd.org/D19730 ), so there is no reason to keep Haskell libraries in tree. If you think a port is wrongly marked and should stay, please contact haskell@ Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D19244
* lang/ghc: Update to 8.6.3 and bump PORTREVISION's of all Haskell ports.arrowd2019-01-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc # pkg install -y `cat ghc-pkgs.txt` During update some hs-* ports got two PORTREVISION bumps in a row. Other ports got a PORTVERSION update together with one PORTREVISION bump. This is caused by bulk-bumping PORTREVISION of all hs-* ports. There are a lot of them updated, so figuring out which ones require a bump and which are not is too tedious. Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D18707
* x11-wm/hs-xmonad and x11-wm/hs-xmonad-contrib: Update to 0.15.arrowd2018-10-061-1/+1
| | | | | | PR: 231987 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: tcberner (mentor)
* x11-wm/hs-xmonad-contrib: Update to 0.14.arrowd2018-09-271-2/+1
| | | | | | PR: 231751 Submitted by: Kevin Zheng <kevinz5000@gmail.com> Approved by: tcberner (mentor)
* lang/ghc: Update to 8.4.3 and bump PORTREVISION's of all Haskell ports.arrowd2018-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | As usual, it is recommended to rebuild or reinstall all the dependent ports and the lang/ghc port itself in one of the following ways: # portmaster -w -r ghc or # portupgrade -fr lang/ghc In case of pkg(8), it is probably safer to remove all the GHC-dependent packages along with GHC and reinstall everything from scratch. For example: # pkg query "%ro" ghc > ghc-pkgs.txt # pkg delete -y lang/ghc In ghc-pkgs.txt, check and remove all the packages that have been moved on the update, then use this command: # pkg install -y `cat ghc-pkgs.txt` Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D16038
* Update lang/ghc 8.4.2 and the hs-* ports the newer versionstcberner2018-05-261-2/+2
| | | | | | | | | | | | | | * Update lang/ghc to 8.4.2 * Update the boostrap compiler to 8.4.1 * Update the many hs-* ports * Bump the rest Thanks a lot to arrowd for doing all the heavy lifting :) PR: 227968 Exp-run by: antoine Submitted by: arrowd Differential Revision: https://reviews.freebsd.org/D15005
* Switch C compiler used to compile GHC to base Clang.tcberner2018-02-10