From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Jun 9 04:30:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8BE1C16A4D1 for ; Wed, 9 Jun 2004 04:30:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7131443D58 for ; Wed, 9 Jun 2004 04:30:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i594UOmw038746 for ; Wed, 9 Jun 2004 04:30:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i594UOpA038743; Wed, 9 Jun 2004 04:30:24 GMT (envelope-from gnats) Resent-Date: Wed, 9 Jun 2004 04:30:24 GMT Resent-Message-Id: <200406090430.i594UOpA038743@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, 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 ; 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 ; 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: ports/67736: Maintainer update for Ted word processor X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Jun 2004 04:30:24 -0000 >Number: 67736 >Category: ports >Synopsis: >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 --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