Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 09 Jun 2004 04:28:04 +0000
From:      j.e.drews@att.net
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/67736: Maintainer update for Ted word processor
Message-ID:  <060920040428.6178.40C691D4000489FB0000182221602807489C990A9D0BD20AD206@att.net>
Resent-Message-ID: <200406090430.i594UOpA038743@freefall.freebsd.org>

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

>Number:         67736
>Category:       ports
>Synopsis:       <synopsis of the problem (one line)>
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jun 09 04:30:23 GMT 2004
>Closed-Date:
>Last-Modified:
>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:
>Unformatted:
 --NextPart_Webmail_9m3u9jl4l_6178_1086755284_0
 Content-Type: text/plain
 Content-Transfer-Encoding: 8bit
 



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