From j.e.drews@att.net  Wed Jun  9 04:28:09 2004
Return-Path: <j.e.drews@att.net>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 4A3B916A4CE
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Jun 2004 04:28:09 +0000 (GMT)
Received: from mtiwmhc13.worldnet.att.net (mtiwmhc13.worldnet.att.net [204.127.131.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 8CC6C43D41
	for <FreeBSD-gnats-submit@freebsd.org>; Wed,  9 Jun 2004 04:28:08 +0000 (GMT)
	(envelope-from j.e.drews@att.net)
Received: from 204.127.135.40 ([204.127.135.40])
          by worldnet.att.net (mtiwmhc13) with SMTP
          id <20040609042805113001mjaae>; Wed, 9 Jun 2004 04:28:05 +0000
Received: from [64.105.56.145] by 204.127.135.40;
	Wed, 09 Jun 2004 04:28:04 +0000
Message-Id: <060920040428.6178.40C691D4000489FB0000182221602807489C990A9D0BD20AD206@att.net>
Date: Wed, 09 Jun 2004 04:28:04 +0000
From: j.e.drews@att.net
To: FreeBSD-gnats-submit@freebsd.org
Subject: Maintainer update for Ted word processor

>Number:         67736
>Category:       ports
>Synopsis:       Maintainer update for Ted word processor editors/ted
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 09 04:30:23 GMT 2004
>Closed-Date:    Thu Jun 10 03:51:30 GMT 2004
>Last-Modified:  Thu Jun 10 03:51:30 GMT 2004
>Originator:     Jonathan
>Release:        FreeBSD 5.2-CURRENT i386
>Organization:
N/A
>Environment:
System: FreeBSD notebook.silbsd.org 5.2-CURRENT FreeBSD 5.2-CURRENT #0: Tue Jun 8 01:10:58 CDT 2004
        root@notebook.silbsd.org:/usr/obj/usr/src/sys/NOTEBOOK i386

>Description:
Update to gsfonts-8.11 required changes to Ted's Makefile

>How-To-Repeat:
 No bug in particular; this is just an update to accomodate new fonts port.

>Fix:

Apply the attached patches. Note for the committer:
Ted was tested in accordance with section 3.4 "Testing the port" and passed all 7 tests. Hardcopies were
printed consisting of tables, footnotes, images and Math symbols. All the hardcopies were OK.
 portlint -Av showed only two minor warnings.

--NextPart_Webmail_9m3u9jl4l_6178_1086755284_0
Content-Type: application/octet-stream; name="Makefile.diff"
Content-Transfer-Encoding: 7bit

--- Makefile.orig	Mon Jun  7 20:48:39 2004
+++ Makefile.new2	Tue Jun  8 23:01:12 2004
@@ -18,7 +18,7 @@
 LIB_DEPENDS=	png.5:${PORTSDIR}/graphics/png \
 		jpeg.9:${PORTSDIR}/graphics/jpeg \
 		tiff.4:${PORTSDIR}/graphics/tiff
-RUN_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/Fontmap:${PORTSDIR}/print/gsfonts
+RUN_DEPENDS=	${LOCALBASE}/share/ghostscript/fonts/COPYING:${PORTSDIR}/print/gsfonts
 
 WRKSRC=		${WRKDIR}/Ted-${PORTVERSION}
 CONFIGURE_WRKSRC=	${WRKSRC}/Ted
@@ -31,12 +31,11 @@
 CONFIGURE_ENV=	CC="${CC}" CFLAGS="${CFLAGS}"
 MAKE_ENV=	DEF_AFMDIR="-DAFMDIR=\"\\\"${AFMDIR}\\\"\"" \
 		DEF_INDDIR="-DINDDIR=\"\\\"${INDDIR}\\\"\"" \
-		DEF_DOCUMENT_DIR="-DDOCUMENT_DIR=\"\\\"${INFODIR}/\\\"\""
+		DEF_DOCUMENT_DIR="-DDOCUMENT_DIR=\"\\\"${DOCSDIR}/\\\"\""
 ALL_TARGET=	compile.shared
 
 AFMDIR=		${PREFIX}/share/Ted/afm
 INDDIR=		${PREFIX}/share/Ted/ind
-INFODIR=	${PREFIX}/share/doc/Ted
 
 post-extract:
 	cd ${WRKSRC}/tedPackage && ${TAR} xf TedBindist.tar
@@ -59,7 +58,10 @@
 	${INSTALL_DATA} ${WRKSRC}/tedPackage/afm/* ${AFMDIR}
 	@${MKDIR} ${INDDIR}
 	${INSTALL_DATA} ${WRKSRC}/tedPackage/ind/US_English.ind ${INDDIR}
-	@${MKDIR} ${INFODIR}
-	${INSTALL_DATA} ${WRKSRC}/tedPackage/Ted/TedDocument-en_US.rtf ${INFODIR}
 
+post-install:
+.if !defined(NOPORTDOCS)
+	${MKDIR}  ${DOCSDIR}
+	${INSTALL_MAN} ${WRKSRC}/tedPackage/Ted/TedDocument-en_US.rtf ${DOCSDIR}
+.endif
 .include <bsd.port.mk>

--NextPart_Webmail_9m3u9jl4l_6178_1086755284_0
Content-Type: application/octet-stream; name="pkg-plist"
Content-Transfer-Encoding: 7bit

bin/Ted
share/Ted/afm/Courier-Bold.afm
share/Ted/afm/Courier-BoldOblique.afm
share/Ted/afm/Courier-Oblique.afm
share/Ted/afm/Courier.afm
share/Ted/afm/Helvetica-Bold.afm
share/Ted/afm/Helvetica-BoldOblique.afm
share/Ted/afm/Helvetica-Oblique.afm
share/Ted/afm/Helvetica.afm
share/Ted/afm/Symbol.afm
share/Ted/afm/Times-Bold.afm
share/Ted/afm/Times-BoldItalic.afm
share/Ted/afm/Times-Italic.afm
share/Ted/afm/Times-Roman.afm
share/Ted/ind/US_English.ind
%%PORTDOCS%%%%DOCSDIR%%/TedDocument-en_US.rtf
%%PORTDOCS%%@dirrm %%DOCSDIR%%
@dirrm share/Ted/ind
@dirrm share/Ted/afm
@dirrm share/Ted

--NextPart_Webmail_9m3u9jl4l_6178_1086755284_0--
>Release-Note:
>Audit-Trail:

From: j.e.drews@att.net
To: freebsd-gnats-submit@FreeBSD.org
Cc:  
Subject: Re: ports/67736: <synopsis of the problem (one line)>
Date: Wed, 09 Jun 2004 04:58:44 +0000

 --NextPart_Webmail_9m3u9jl4l_20052_1086757124_0
 Content-Type: text/plain
 Content-Transfer-Encoding: 8bit
 
 
 
 --NextPart_Webmail_9m3u9jl4l_20052_1086757124_0
 Content-Type: application/octet-stream; name="pkg-plist.diff"
 Content-Transfer-Encoding: 7bit
 
 --- pkg-plist.orig	Tue Jun  8 23:47:22 2004
 +++ pkg-plist	Tue Jun  8 23:06:09 2004
 @@ -13,8 +13,8 @@
  share/Ted/afm/Times-Italic.afm
  share/Ted/afm/Times-Roman.afm
  share/Ted/ind/US_English.ind
 -share/doc/Ted/TedDocument-en_US.rtf
 -@dirrm share/doc/Ted
 +%%PORTDOCS%%%%DOCSDIR%%/TedDocument-en_US.rtf
 +%%PORTDOCS%%@dirrm %%DOCSDIR%%
  @dirrm share/Ted/ind
  @dirrm share/Ted/afm
  @dirrm share/Ted
 
 --NextPart_Webmail_9m3u9jl4l_20052_1086757124_0--
State-Changed-From-To: open->closed 
State-Changed-By: will 
State-Changed-When: Thu Jun 10 03:51:21 GMT 2004 
State-Changed-Why:  
committed, thanks 

http://www.freebsd.org/cgi/query-pr.cgi?pr=67736 
>Unformatted:
 --NextPart_Webmail_9m3u9jl4l_6178_1086755284_0
 Content-Type: text/plain
 Content-Transfer-Encoding: 8bit
 
