Summary: | New Port:games/prboom-plus A fork of the original prboom . | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | thiagohero501 | ||||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||||
Status: | Closed FIXED | ||||||||||
Severity: | Affects Only Me | CC: | adamw, marino | ||||||||
Priority: | Normal | ||||||||||
Version: | Latest | ||||||||||
Hardware: | Any | ||||||||||
OS: | Any | ||||||||||
Attachments: |
|
Description
thiagohero501
2014-04-24 01:10:00 UTC
Hi, if you are still interested in having this port in FreeBSD, it may (or may not) need to be reworked to support stage, and it may need updating to other newer conventions such as "USES" which is expanding all time. For staging, see http://lists.freebsd.org/pipermail/freebsd-ports-announce/2014-May/000080.html Additionally, you need to provide some sort of quality assurance. In order of preference, we are looking for: 1) "poudriere testport" or "poudriere bulk -t" logs 2) Redports or tinderbox logs 3) at least this: https://www.freebsd.org/doc/en/books/porters-handbook/porting-testing.html Please provide an updated shar file and attach a test log. Alternatively, please indicate if you are no longer interested in having this software in the Ports Collection and that we can close the PR. Thanks! Created attachment 145726 [details]
prboom-plus shar file revision-1
are test logs / output coming as well? A commit references this bug: Author: adamw Date: Sat Aug 23 14:04:14 UTC 2014 New revision: 365735 URL: http://svnweb.freebsd.org/changeset/ports/365735 Log: Add games/prboom-plus, a fork of games/prboom. A fork of PrBoom with uncapped framerate, variable gamespeed, re-record, walkcam, chasecam, full mouselook, fov and other features without loss of compatibility with original DOOM. WWW: http://prboom-plus.sourceforge.net/ PR: 188932 Submitted by: thiagohero501@gmail.com Changes: head/games/Makefile head/games/prboom-plus/ head/games/prboom-plus/Makefile head/games/prboom-plus/Makefile.include head/games/prboom-plus/distinfo head/games/prboom-plus/pkg-descr head/games/prboom-plus/pkg-plist Committed with substantial modifications. Mostly I changed the paths so that things install in more common locations. Either way, your pkg-message.in had "/usr/local" hardcoded into it. Why is there a Makefile.include here? Are any other ports going to use it? Half the stuff in there isn't even used by this port. Created attachment 146211 [details]
prboom-plus patch
Removed line CONFLICTS= prboom-[2]* from Makefile.
Done. A commit references this bug: Author: adamw Date: Sun Aug 24 15:32:08 UTC 2014 New revision: 365950 URL: http://svnweb.freebsd.org/changeset/ports/365950 Log: Remove CONFLICTS on games/prboom. PR: 188932 Submitted by: maintainer Changes: head/games/prboom-plus/Makefile |