Patches must not be changed by the vcs, this includes the
svn:keyword expansion. Set fbsd:nokeywords to a couple of patches.
With hat: portmgr
Sponsored by: Absolight
When appropriate:
- Try to use DISTVERSION{SUF,PRE}FIX
- Replace PORTNAME-PORTVERSION by DISTNAME
- Convert MASTER_SITES to use macros
- Other light cleanup
With hat: portmgr
Sponsored by: Absolight
* Update to the latest jnethack patch
* Remove BROKEN flag
* Add staging support (inspired by games/nethack)
* Use base compiler instead of gcc
* Quick fix for bug 192743 (chown and chmod)
* marino: Use SUB_FILES instead of roll-your-own pkg-deinstall
* marino: Remove unnecessary loop for REINPLACE_CMD
* marino: Simplify docs installation, remove two loops
* marino: Unmask configure commands
* marino: Use parentheses and "&&" instead of just ";" on compounds
* marino: Beef up pkg-descr for those unfamiliar with NetHack
PR: 193206
Submitted by: WATANABE Kazuhiro
With clang:
gmake[3]: Entering directory `/wrkdirs/usr/ports/japanese/nethack34/work/nethack-3.4.3/src'
touch ../src/config.h-t
gcc -W -g -O -I../include -c monst.c
gmake[3]: gcc: Command not found
With gcc:
gcc -W -g -O -I../include -c ../sys/unix/unixmain.c
../sys/unix/unixmain.c:24:25: error: X11/Xlocale.h: No such file or directory
../sys/unix/unixmain.c: In function 'main':
../sys/unix/unixmain.c:69: error: 'LC_ALL' undeclared (first use in this function)
Reported by: pkg-fallout
With hat: portmgr
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt)
It brings bison as a build dependency in case it is set the following way:
USES= bison or USES= bison:build
it brings bison as a run dependency in case it is set the following way:
USES= bison:run
it brings bison both as a run and build dependency in case it the set the following way:
USES= bison:both
While here trim some headers
Convert some USE_GNOME= gnomehack to USES= pathfix
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
- 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)
- Don't pretend we are SysV. We are BSD.
- Make the install directory and the program name configurable.
We'll change the defaults in future so one can install
multiple versions of nethack at a time.
- Do not mercilessly remove non-empty logfile and record on
deinstallation.