aboutsummaryrefslogtreecommitdiff
path: root/games/hedgewars-server
Commit message (Collapse)AuthorAgeFilesLines
* In wrapper scripts, use $@ instead of $* to correctly pass arguments to the ↵Gleb Popov2019-06-201-1/+1
| | | | | | | | | | real program PR: 238719 Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=504637
* For ports with USES=cabal install a wrapper shell script instead of a realGleb Popov2019-06-131-0/+1
| | | | | | | | | | | | | | | executable into /bin/, that sets some environment variables to workaround https://github.com/haskell/cabal/issues/5997 While there, update bunch of Haskell ports, install their data files. PR: 237878 Reviewed by: tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D20556 Notes: svn path=/head/; revision=504093
* games/hedgewars-server: Unbreak build by adding missing dependencies. Set ↵Gleb Popov2019-05-112-8/+29
| | | | | | | | | MAINTAINER to haskell@ Approved by: tcberner(mentor, implicit) Notes: svn path=/head/; revision=501242
* Mark BROKEN: fails to buildAntoine Brodin2019-05-111-0/+2
| | | | | | | | | | | | | | cabal: Could not resolve dependencies: [__0] trying: MissingH-1.4.1.0 (user goal) [__1] unknown package: random (dependency of MissingH) [__1] fail (backjumping, conflict set: MissingH, random) After searching the rest of the dependency tree exhaustively, these were the goals I've had most trouble fulfilling: MissingH, random Reported by: pkg-fallout Notes: svn path=/head/; revision=501233
* Introduce USES=cabal and use it to build Haskell applications.Gleb Popov2019-05-093-0/+146
PR: 230186 Reviewed by: mat, tcberner Approved by: tcberner (mentor) Differential Revision: https://reviews.freebsd.org/D19730 Notes: svn path=/head/; revision=501101