Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jun 2004 07:44:20 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/68092: [PATCH] print/auctex : Remove run-time dependency on print/teTeX
Message-ID:  <20040618224420.53136316@sugar.home.utahime.org>
Resent-Message-ID: <200406182250.i5IMoQqp075586@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         68092
>Category:       ports
>Synopsis:       [PATCH] print/auctex : Remove run-time dependency on print/teTeX
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jun 18 22:50:26 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.10-RELEASE i386
>Organization:
>Environment:
System: FreeBSD sugar.home.utahime.org 4.10-RELEASE FreeBSD 4.10-RELEASE #0: Sat May 29 08:35:39 JST 2004 root@sugar.home.utahime.org:/usr/obj/am/eastasia/usr1/cvsup/releng_4_10/src/sys/SUGAR i386


	
>Description:
	

	AUC TeX has abilities to run external command within Emacs
        to format/preview/print document, and it is configurable
        which command is invoked in each case. On the other hand,
        FreeBSD ports collections have several variants which 
        format/preview/print TeX documents, and some of them conflicts
        each other. So it is better to remove run-time dependency on
        any specific formatter/previewer/printing utility and to let
	each user select what he uses.

>How-To-Repeat:
	
>Fix:

	

--- auctex.patch begins here ---
diff -ruN auctex.dist/Makefile auctex/Makefile
--- auctex.dist/Makefile	Mon May 24 08:47:11 2004
+++ auctex/Makefile	Sat Jun 19 07:07:50 2004
@@ -7,6 +7,7 @@
 
 PORTNAME=		auctex
 PORTVERSION=		11.14
+PORTREVISION=		1
 CATEGORIES=		print elisp
 MASTER_SITES=		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}/${PORTVERSION}
@@ -14,9 +15,8 @@
 MAINTAINER=		ports@FreeBSD.org
 COMMENT=	Integrated environment for writing LaTeX using GNU Emacs
 
-RUN_DEPENDS=	latex:${PORTSDIR}/print/teTeX
-
 EMACS_PORT_NAME?=	emacs21
+
 EMACS_NO_RUN_DEPENDS=	yes
 LISPDIR=	${EMACS_SITE_LISPDIR}
 ALL_TARGET=	all contrib
--- auctex.patch ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040618224420.53136316>