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
build on ia64 right now, so let's stop bugging Kris and the ports
people with brokenness until either we fix it locally, or we find
out with upstream developers why it's broken.
Reviewed by: kris
* Remove etc/DOC-%%EMACS_VER%%.2 from pkg-plist even if WITHOUT_GTK is defined.
* Use "bootfast" target to recompile necessary emacs lisp files before dump.
PR: ports/111218
Submitted by: NIIMI Satoshi <sa2c_AT_sa2c dot net>
Approved by: maintainer (timeout)
o when WITHOUT_GTK=YES is used (add DOC2 variable to PLIST_SUB
at Makefile and corresponding changes to pkg-plist);
o change some @dirrmtry to @dirrm (for those directories which
belongs to the port);
o remove @dirrmrty for ${DATADIR}/emacs/site-lisp as it listed at
BSD.local.dist.
- fix make patch for 5.x and 4.x [2]
(remove extrapatch if ${OSVERSION} < 600000 -- upsteam is already have it).
PR: 102893 [1], 102906 [2]
Submitted by: bsam (me) [1], [2]
Approved by: keramida__at__ceid.upatras.gr (maintainer timeout 19 days)
- There are two `site-lisp' directories, but only one @dirrm pkg-plist
line. Fix this. [1]
Submitted by: maintainer via email [1]
Reported by: krismail