pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/auctex * Note that auctex requires the base emac...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9db8e46cf494
branches:  trunk
changeset: 510886:9db8e46cf494
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Thu Apr 06 03:32:50 2006 +0000

description:
* Note that auctex requires the base emacs packages to be present.
* Move the info files to the PLIST and honor EMACS_INFOPREFIX.
* Remove some unused variables that are clearly just leftovers from an
  older version of this package.

Bump the PKGREVISION to 3.

diffstat:

 print/auctex/Makefile |  17 ++++++-----------
 print/auctex/PLIST    |   3 ++-
 2 files changed, 8 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 421e1c72ad5f -r 9db8e46cf494 print/auctex/Makefile
--- a/print/auctex/Makefile     Thu Apr 06 03:20:54 2006 +0000
+++ b/print/auctex/Makefile     Thu Apr 06 03:32:50 2006 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.28 2006/03/04 21:30:28 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2006/04/06 03:32:50 jlam Exp $
 
 DISTNAME=              auctex-11.82
 PKGNAME=               ${EMACS_PKGNAME_PREFIX}${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=           3
 CATEGORIES=            print
 MASTER_SITES=          http://ftp.gnu.org/pub/gnu/auctex/
 
@@ -10,25 +10,20 @@
 HOMEPAGE=              http://www.nongnu.org/auctex/
 COMMENT=               Enhanced LaTeX mode for Emacs
 
+EMACS_MODULES=         base
+
 .include "../../mk/emacs.mk"
 
 USE_TOOLS+=            gmake
 GNU_CONFIGURE=         YES
 
-TEX_PREFIX_DEFAULT=    ${LOCALBASE}
-EVAL_PREFIX+=          TEX_PREFIX=teTeX
-
 .if ${EMACS_FLAVOR} == "xemacs"
 CONFIGURE_ARGS+=       --with-packagedir=${EMACS_LISPPREFIX:C|/lisp||}
 .endif
 CONFIGURE_ARGS+=       --disable-preview
 
 MAKEFLAGS+=            EMACS=${EMACS_BIN:Q}
-
-LISPDIR=               ${EMACS_LISPPREFIX}
-INFO_FILES=    auctex.info
-
-PLIST_SUBST+=          INFODIR=${INFODIR:Q}
-MESSAGE_SUBST+=                LISPDIR=${LISPDIR:Q}
+MESSAGE_SUBST+=                LISPDIR=${EMACS_LISPPREFIX:Q}
+INFO_FILES=            # PLIST
 
 .include "../../mk/bsd.pkg.mk"
diff -r 421e1c72ad5f -r 9db8e46cf494 print/auctex/PLIST
--- a/print/auctex/PLIST        Thu Apr 06 03:20:54 2006 +0000
+++ b/print/auctex/PLIST        Thu Apr 06 03:32:50 2006 +0000
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST,v 1.9 2006/01/13 22:59:44 tonio Exp $
+@comment $NetBSD: PLIST,v 1.10 2006/04/06 03:32:50 jlam Exp $
+${EMACS_INFOPREFIX}/auctex.info
 ${EMACS_LISPPREFIX}/auctex.el
 ${EMACS_LISPPREFIX}/auctex/bib-cite.el
 ${EMACS_LISPPREFIX}/auctex/bib-cite.elc



Home | Main Index | Thread Index | Old Index