Date: Fri, 30 Sep 2005 07:29:29 +0900 (JST) From: KIMURA Yasuhiro <yasu@utahime.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: hrs@FreeBSD.org Subject: ports/86734: [PATCH] print/auctex add missing dependency and files Message-ID: <20050929222929.A7EB854D4@eastasia.home.utahime.org> Resent-Message-ID: <200509292230.j8TMUEQD017199@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 86734 >Category: ports >Synopsis: [PATCH] print/auctex add missing dependency and files >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Sep 29 22:30:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KIMURA Yasuhiro >Release: FreeBSD 4.11-RELEASE-p12 i386 >Organization: >Environment: System: FreeBSD xxxx 4.11-RELEASE-p12 FreeBSD 4.11-RELEASE-p12 #0: Thu Sep 8 03:03:39 JST 2005 xxxx i386 >Description: - New version requires ghostscript. So add dependency on it. - Add unlisted files and directories to pkg-plist. There are some directories that I couldn't dicide if they are created at the installation of this port and that are not add to pkg-plist. So please double check before commiting it. >How-To-Repeat: >Fix: --- patch-auctex begins here --- Index: Makefile =================================================================== RCS file: /net/freebsd/cvsroot/ports/print/auctex/Makefile,v retrieving revision 1.23 diff -u -r1.23 Makefile --- Makefile 28 Sep 2005 06:54:45 -0000 1.23 +++ Makefile 29 Sep 2005 21:27:48 -0000 @@ -7,7 +7,7 @@ PORTNAME= auctex PORTVERSION= 11.81 -PORTREVISION= 0 +PORTREVISION= 1 CATEGORIES= print elisp MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,11 +18,12 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-lispdir=${PREFIX}/${LISPDIR} \ --with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto +USE_GHOSTSCRIPT= yes EMACS_PORT_NAME?= emacs21 LISPDIR= ${EMACS_VERSION_SITE_LISPDIR} PLIST_SUB+= LISPDIR=${LISPDIR} -INFO= auctex +INFO= auctex preview-latex NOT_FOR_ARCHS= ia64 Index: pkg-plist =================================================================== RCS file: /net/freebsd/cvsroot/ports/print/auctex/pkg-plist,v retrieving revision 1.11 diff -u -r1.11 pkg-plist --- pkg-plist 28 Sep 2005 06:54:45 -0000 1.11 +++ pkg-plist 29 Sep 2005 21:44:01 -0000 @@ -1,4 +1,6 @@ @comment $FreeBSD: ports/print/auctex/pkg-plist,v 1.11 2005/09/28 06:54:45 hrs Exp $ +%%LISPDIR%%/auctex.el +%%LISPDIR%%/preview-latex.el %%LISPDIR%%/tex-site.el %%LISPDIR%%/auctex/.nosearch %%LISPDIR%%/auctex/tex.el @@ -236,7 +238,24 @@ %%LISPDIR%%/auctex/images/prvwrk20.xpm %%LISPDIR%%/auctex/images/prvwrk24.xbm %%LISPDIR%%/auctex/images/prvwrk24.xpm +%%LISPDIR%%/preview/preview.el +%%LISPDIR%%/preview/preview.elc +%%LISPDIR%%/preview/prv-emacs.el +%%LISPDIR%%/preview/prv-emacs.elc +share/texmf/doc/latex/styles/preview.dvi +share/texmf/tex/latex/preview/prauctex.cfg +share/texmf/tex/latex/preview/prauctex.def +share/texmf/tex/latex/preview/prcounters.def +share/texmf/tex/latex/preview/preview.sty +share/texmf/tex/latex/preview/prfootnotes.def +share/texmf/tex/latex/preview/prlyx.def +share/texmf/tex/latex/preview/prshowbox.def +share/texmf/tex/latex/preview/prshowlabels.def +share/texmf/tex/latex/preview/prtightpage.def +share/texmf/tex/latex/preview/prtracingall.def @dirrm %%LISPDIR%%/auctex/style @dirrm %%LISPDIR%%/auctex/auto @dirrm %%LISPDIR%%/auctex/images @dirrm %%LISPDIR%%/auctex +@dirrm %%LISPDIR%%/preview +@dirrm share/texmf/tex/latex/preview --- patch-auctex ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050929222929.A7EB854D4>