| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
remove their dependency on DOCS.
|
|
|
|
|
|
|
|
| |
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix a runtime crash (segfault) due to `MasterDirectory dirbuf' if-block
local variable being used after it went out of scope by making it local
to the LoadPicture() function instead
- Add the HEXEN option which brings better Hexen support to Yadex (duh).
Unfortunately, it depends on the SEARCH patch and conflicts with the
LAPTOP_KEYS patch (which is the reason why I didn't introduce it years
ago: we did not have IMPLIES/PREVENTS back then, but we do now)
- Building with 3D Render option requires USE_CXXSTD=c++98 due to infamous
"in-class initializer for static data member of type 'const double'
requires 'constexpr' specifier" error in `src/r_render.cc'. Actually,
we could get away with c++03, but GCC 4.2, which is still used on e.g.
powerpc and sparc64, does not support it. Enable it unconditionally so
the port is always built against the same C++ standard regardless of the
selected options
- Reword option descriptions to avoid using verbs, per our conventions
|
| |
|
|
|
|
|
| |
the address suitable for paste-and-go in the web browser
- Use option helpers to construct PATCHFILES list and during post-patch
|
|
|
|
|
|
| |
- While here, adjust COMMENT: Hexen support is limited
PR: 224989
|
|
|
|
| |
PR: ports/195494
|
|
|
|
|
|
| |
missing $(DESTDIR) prefix in destination directories. While here, convert
post-installation banner to pkg-message (guard it with `ifndef DESTDIR' to
prevent it from showing up in the build logs twice).
|
|
|
|
| |
games)
|
|
|
|
|
|
| |
- Perform some minor cleanups whenever appropriate
Submitted by: az
|
|
|
|
|
| |
- Tighten OPTIONS knobs descriptions, reindent
- Remove some black magic from PATCH_PREFIX
|
|
|
|
|
| |
- Drop an article from COMMENT
- Convert to OptionsNG
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
|
|
|
|
| |
- Minor spelling nit
|
|
|
|
|
|
| |
- Replace USE_X_PREFIX with USE_XLIB
Reported by: pointyhat via pav [1]
|
|
|
|
|
| |
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
|
| |
|
| |
|
| |
|
|
|
|
| |
Approved by: krion@
|
| |
|
|
|
|
|
|
|
| |
compilation dependency problem is always applied.
PR: ports/86092
Submitted by: Johan van Selst <johans(at)stack.nl>
|
| |
|
|
|
|
|
|
| |
the help in the past.
Approved by: maintainer
|
|
|
|
| |
at that time and no PRs have been submitted to fix it.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Unbreak on 64-bit archs [1]
- Install documentation
- Throw in a bunch of useful patches
- Utilize OPTIONS
- Augment mirror list
Approved by: maintainer timeout
PR: ports/77810 [1]
Submitted by: anholt [1]
Tested on: panther, beast, sledge [1]
|
| |
|
| |
|
|
|
|
| |
(Part 2)
|
| |
|
| |
|
|
|
|
|
|
|
| |
PKG-PLIST
PR: 28793
Submitted by: maintainer
|
|
|
|
|
| |
PR: 28786
Submitted by: maintainer
|
|
PR: 28249
Submitted by: Jordan DeLong <fracture@allusion.net>
|