aboutsummaryrefslogtreecommitdiff
path: root/games/hedgewars-server
Commit message (Collapse)AuthorAgeFilesLines
* games/hedgewars-server: Unbreak build.Gleb Popov2023-03-293-7/+25
| | | | Reported by: pkg-fallout
* games/hedgewars-server: Update to 1.0.2Gleb Popov2023-03-122-159/+241
|
* */*: update MASTER_SITES of ports I no longer host distfiles forDmitry Marakasov2022-12-041-2/+1
|
* Remove WWW entries moved into port MakefilesStefan Eßer2022-09-071-2/+0
| | | | | | | | | | Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
* Add WWW entries to port MakefilesStefan Eßer2022-09-071-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It has been common practice to have one or more URLs at the end of the ports' pkg-descr files, one per line and prefixed with "WWW:". These URLs should point at a project website or other relevant resources. Access to these URLs required processing of the pkg-descr files, and they have often become stale over time. If more than one such URL was present in a pkg-descr file, only the first one was tarnsfered into the port INDEX, but for many ports only the last line did contain the port specific URL to further information. There have been several proposals to make a project URL available as a macro in the ports' Makefiles, over time. This commit implements such a proposal and moves one of the WWW: entries of each pkg-descr file into the respective port's Makefile. A heuristic attempts to identify the most relevant URL in case there is more than one WWW: entry in some pkg-descr file. URLs that are not moved into the Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr files in order to preserve them. There are 1256 ports that had no WWW: entries in pkg-descr files. These ports will not be touched in this commit. The portlint port has been adjusted to expect a WWW entry in each port Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as deprecated. Approved by: portmgr (tcberner)
* Uses/cabal.mk: Rename `EXECUTABLES` to `CABAL_EXECUTABLES`.Gleb Popov2022-08-091-1/+1
| | | | | | Approved by: tcberner Differential Revision: https://reviews.freebsd.org/D36079
* Uses/cabal.mk: Simplify EXTRACT_ONLY setting.Gleb Popov2022-07-271-1/+0
| | | | Adapt ports that were using hacks to set EXTRACT_ONLY.
* games/hedgewars-server: Switch to GHC 8.10.7Gleb Popov2022-07-071-1/+3
|
* devel/libffi: Bump deps PORTREVISION for shlib changeKevin Bowling2022-05-091-1/+1
| | | | | PR: 263764 Reported by: VVD <vvd@unislabs.com>
* Bump USES=cabal ports after 12837690ed0cTobias Kortkamp2021-04-211-1/+1
|
* 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
|
* games/hedgewars-server: Use USES=cabal:nodefault to fix the build.Gleb Popov2021-01-091-2/+2
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=560846
* lang/ghc: Update to 8.10.1.Gleb Popov2020-08-162-26/+46
| | | | | | | As usual, along with the compiler, many Haskell packages are updated as well. Notes: svn path=/head/; revision=545088
* Chanse update of devel/libffiNiclas Zeising2020-07-041-0/+1
| | | | | | | | | | | | | Chase the devel/libffi update Bump portrevision of all dependent ports to chace shard library version bump in libffi. Update LIB_DEPENDS lines where needed to not require a specific version of libffi.so. PR: 247028 (for tracking) Notes: svn path=/head/; revision=541232
* Upgrade lang/ghc to 8.8.3 and many Haskell ports along the way.Gleb Popov2020-05-042-92/+135
| | | | | | | | PR: 244784 Submitted by: Evilham <contact@evilham.com> (some ports) Notes: svn path=/head/; revision=533933
* 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