[BACK]Return to Makefile.common CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / editors / xemacs

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/editors/xemacs/Makefile.common between version 1.31 and 1.32

version 1.31, 2019/10/08 12:40:54 version 1.32, 2019/10/11 12:36:44
Line 18  PATCHDIR=  ${.CURDIR}/../../editors/xema
Line 18  PATCHDIR=  ${.CURDIR}/../../editors/xema
 DISTINFO_FILE=          ${.CURDIR}/../../editors/xemacs/distinfo  DISTINFO_FILE=          ${.CURDIR}/../../editors/xemacs/distinfo
 PLIST_SRC=              ${.CURDIR}/../../editors/xemacs/PLIST  PLIST_SRC=              ${.CURDIR}/../../editors/xemacs/PLIST
   
 USE_TOOLS+=     makeinfo perl  USE_TOOLS+=             patch makeinfo perl
   
 HAS_CONFIGURE=          yes  HAS_CONFIGURE=          yes
   
Line 28  FILES_SUBST+=  DISTNAME=${DISTNAME}
Line 28  FILES_SUBST+=  DISTNAME=${DISTNAME}
 MESSAGE_SUBST+=         DISTNAME=${DISTNAME}  MESSAGE_SUBST+=         DISTNAME=${DISTNAME}
 INFO_FILES=             yes  INFO_FILES=             yes
   
   # NetBSD ships with makeinfo v4 in base, and v6 format is not compatible
   MAKEINFO_4_PATCHES=     patch-man_lispref_debugging.texi \
                           patch-man_xemacs_custom.texi \
                           patch-man_lispref_intro.texi
   
 .if defined(MANZ)  .if defined(MANZ)
 PLIST_SUBST+=           ELSUFX='.gz'  PLIST_SUBST+=           ELSUFX='.gz'
 .else  .else
Line 96  INSTALL_MAKE_FLAGS+= sitemoduledir=${DES
Line 101  INSTALL_MAKE_FLAGS+= sitemoduledir=${DES
 post-extract:  post-extract:
         cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s/          cp ${FILESDIR}/dragonfly.h ${WRKSRC}/src/s/
   
   .if (${OPSYS} == "NetBSD")
   post-patch:
   .for xpatch in ${MAKEINFO_4_PATCHES}
           cd ${WRKSRC} && ${PATCH} ${PATCH_ARGS} < ${FILESDIR}/${xpatch}
   .endfor
   .endif
   
 pre-build:  pre-build:
         rm -f ${WRKSRC}/etc/ctags.1.orig          rm -f ${WRKSRC}/etc/ctags.1.orig
         rm -f ${WRKSRC}/lisp/gui.el.orig          rm -f ${WRKSRC}/lisp/gui.el.orig

Legend:
Removed from v.1.31  
changed lines
  Added in v.1.32

CVSweb <webmaster@jp.NetBSD.org>