supports them. This is determined by running ``configure --help'' in
do-configure target and set the shell variable _LATE_CONFIGURE_ARGS
which is then passed to CONFIGURE_ARGS.
- Remove --mandir and --infodir in ports' Makefile where applicable
Few ports use REINPLACE_CMD to achieve the same effect, remove them too.
- Correct some manual pages location from PREFIX/man to MANPREFIX/man
- Define INFO_PATH where necessary
- Document that .info files are installed in a subdirectory relative to
PREFIX/INFO_PATH and slightly change add-plist-info to use INFO_PATH and
subdirectory detection.
PR: ports/111470
Approved by: portmgr
Discussed with: stas (Mk/*), gerald (info related stuffs)
Tested by: pointyhat exp run
It ensures to link with expat when apache isn't built with its own expat
Noticed by: Nik Clayton <nik _at_ crf-consulting _dot_ co _dot_ uk>
PR: ports/71988
- Drop pkg-plist in favour of PLIST_FILES
- Use pkg-message instead of post-install-target
- Synchronize installation from port and package:
The module wasn't enabled after installing from the package
- Create files necessary for locking to work out-of-the-box
Approved by: clement
While playing with mod_dav, I found out that it didn't
follow symlinks properly. Looking through various mailinglists
I found this patch by Mark Montague (markmont@umich.edu)
I do not say we should include this patch by default, but
if a knob called WITH_SYMLINK_PATCH could be made which
adds these patches it would help people already.
PR: ports/59163
Submitted by: Edwin Groothuis <edwin@mavetju.org>
Approved by: maintainer timeout