Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 Aug 2004 12:52:21 +0900 (JST)
From:      KIMURA Yasuhiro <yasu@utahime.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/70754: [PATCH] print/auctex : Contrib files are not installed after update to 11.51
Message-ID:  <20040821035221.2887B31A@sugar.home.utahime.org>
Resent-Message-ID: <200408210400.i7L40t2Q020978@freefall.freebsd.org>

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

>Number:         70754
>Category:       ports
>Synopsis:       [PATCH] print/auctex : Contrib files are not installed after update to 11.51
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 21 04:00:55 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     KIMURA Yasuhiro
>Release:        FreeBSD 4.10-RELEASE-p2 i386
>Organization:
>Environment:
System: FreeBSD sugar.home.utahime.org 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #0: Thu Jul 1 18:39:51 JST 2004 root@sugar.home.utahime.org:/usr/obj/am/eastasia/usr1/cvsup/releng_4_10/src/sys/SUGAR i386


	
>Description:
	

	Contrib files are removed from install target after update to 11.51.
	Add them again unless there are any reason to remove them from it.
>How-To-Repeat:
	
>Fix:

	

--- auctex.patch begins here ---
diff -ruN auctex.dist/Makefile auctex/Makefile
--- auctex.dist/Makefile	Sat Aug 21 04:42:59 2004
+++ auctex/Makefile	Sat Aug 21 12:27:01 2004
@@ -7,7 +7,7 @@
 
 PORTNAME=		auctex
 PORTVERSION=		11.51
-PORTREVISION=		0
+PORTREVISION=		1
 CATEGORIES=		print elisp
 MASTER_SITES=		${MASTER_SITE_GNU}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -20,6 +20,8 @@
 		--with-auto-dir=${PREFIX}/${LISPDIR}/auctex/auto
 EMACS_PORT_NAME?=	emacs21
 LISPDIR=	${EMACS_VERSION_SITE_LISPDIR}
+ALL_TARGET=	all contrib
+INSTALL_TARGET=	install install-contrib
 
 PLIST_SUB+=	LISPDIR=${LISPDIR}
 INFO=		auctex
diff -ruN auctex.dist/pkg-plist auctex/pkg-plist
--- auctex.dist/pkg-plist	Sat Aug 21 04:42:59 2004
+++ auctex/pkg-plist	Sat Aug 21 12:22:07 2004
@@ -13,6 +13,9 @@
 %%LISPDIR%%/auctex/context-en.el
 %%LISPDIR%%/auctex/context-nl.el
 %%LISPDIR%%/auctex/tex-fold.el
+%%LISPDIR%%/auctex/bib-cite.el
+%%LISPDIR%%/auctex/tex-fptex.el
+%%LISPDIR%%/auctex/tex-jp.el
 %%LISPDIR%%/auctex/auto/.nosearch
 %%LISPDIR%%/auctex/style/.nosearch
 %%LISPDIR%%/auctex/style/prosper.el
@@ -164,6 +167,9 @@
 %%LISPDIR%%/auctex/context-en.elc
 %%LISPDIR%%/auctex/context-nl.elc
 %%LISPDIR%%/auctex/tex-fold.elc
+%%LISPDIR%%/auctex/bib-cite.elc
+%%LISPDIR%%/auctex/tex-fptex.elc
+%%LISPDIR%%/auctex/tex-jp.elc
 @dirrm %%LISPDIR%%/auctex/style
 @dirrm %%LISPDIR%%/auctex/auto
 @dirrm %%LISPDIR%%/auctex
--- 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?20040821035221.2887B31A>