From mark@aeris.kyne.com.au  Thu Apr 12 23:52:55 2001
Return-Path: <mark@aeris.kyne.com.au>
Received: from hamster.kyne.com.au (kyneso.lnk.telstra.net [139.130.137.83])
	by hub.freebsd.org (Postfix) with ESMTP id 017AE37B443
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 12 Apr 2001 23:52:53 -0700 (PDT)
	(envelope-from mark@aeris.kyne.com.au)
Received: from aeris.kyne.com.au (root@aeris.kyne.com.au [203.38.180.166])
	by hamster.kyne.com.au (8.9.3/8.9.3) with ESMTP id QAA06991
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 13 Apr 2001 16:22:50 +0930
Received: (from mark@localhost)
	by aeris.kyne.com.au (8.11.1/8.11.1) id f3D6uu876599;
	Fri, 13 Apr 2001 16:26:56 +0930 (CST)
	(envelope-from mark)
Message-Id: <200104130656.f3D6uu876599@aeris.kyne.com.au>
Date: Fri, 13 Apr 2001 16:26:56 +0930 (CST)
From: mark@kyne.com.au
Reply-To: mark@kye.com.au
To: FreeBSD-gnats-submit@freebsd.org
Subject: New port: editors/ted: An easy to use rich text editor
X-Send-Pr-Version: 3.2

>Number:         26530
>Category:       ports
>Synopsis:       New port: editors/ted: An easy to use rich text editor
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    markp
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Fri Apr 13 00:00:01 PDT 2001
>Closed-Date:    Wed Aug 29 05:50:55 PDT 2001
>Last-Modified:  Wed Aug 29 05:52:08 PDT 2001
>Originator:     Mark Pulford
>Release:        FreeBSD 4.2-STABLE i386
>Organization:
none
>Environment:

>Description:

Ted is a rich text processor for X. Ted was developed as an easy to
use WYSIWYG word processor. It uses RTF as its native file format and
contains a spell checker.

>How-To-Repeat:

>Fix:
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	ted
#	ted/distinfo
#	ted/Makefile
#	ted/pkg-descr
#	ted/files
#	ted/files/patch-Makefile
#	ted/pkg-plist
#	ted/pkg-comment
#
echo c - ted
mkdir -p ted > /dev/null 2>&1
echo x - ted/distinfo
sed 's/^X//' >ted/distinfo << 'END-of-ted/distinfo'
XMD5 (ted-2.10.src.tar.gz) = 32758a4b0dd6d5cd3926960859cc8d54
END-of-ted/distinfo
echo x - ted/Makefile
sed 's/^X//' >ted/Makefile << 'END-of-ted/Makefile'
X# New ports collection makefile for:	ted
X# Date created:			Apr 13, 2001
X# Whom:				Mark Pulford <mark@kyne.com.au>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	ted
XPORTVERSION=	2.10
XCATEGORIES=	editors
XMASTER_SITES=	ftp://ftp.nluug.nl/pub/editors/ted/
XEXTRACT_SUFX=	.src.tar.gz
X
XMAINTAINER=	mark@kyne.com.au
X
XLIB_DEPENDS=	png.4:${PORTSDIR}/graphics/png \
X		tiff.4:${PORTSDIR}/graphics/tiff
X
XUSE_MOTIF=	yes
XWRKSRC=		${WRKDIR}/Ted-${PORTVERSION}
XALL_TARGET=	compile
XMAKE_ARGS=	PREFIX="${PREFIX}"
XCFLAGS+=	${PTHREAD_CFLAGS} -DAFMDIR=\"\\\"${PREFIX}/share/ted/afm\\\"\" -DINDDIR=\"\\\"${PREFIX}/share/ted/ind\\\"\" -DINFODIR=\"\\\"${PREFIX}/share/ted/info\\\"\"
XMAKE_ENV+=	LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
X
Xdo-install:
X	${INSTALL_PROGRAM} ${WRKSRC}/Ted/Ted ${PREFIX}/bin
X	${MKDIR} ${PREFIX}/share/ted
X	${TAR} xf ${WRKSRC}/tedPackage/TedBindist.tar -C ${PREFIX}/share/ted afm ind info
X
X.include <bsd.port.mk>
END-of-ted/Makefile
echo x - ted/pkg-descr
sed 's/^X//' >ted/pkg-descr << 'END-of-ted/pkg-descr'
XTed is a rich text processor for X. Ted was developed as an easy to
Xuse WYSIWYG word processor. It uses RTF as its native file format and
Xcontains a spell checker.
X
XWWW: http://www.nllgg.nl/Ted/
END-of-ted/pkg-descr
echo c - ted/files
mkdir -p ted/files > /dev/null 2>&1
echo x - ted/files/patch-Makefile
sed 's/^X//' >ted/files/patch-Makefile << 'END-of-ted/files/patch-Makefile'
X--- Makefile.orig	Fri Apr 13 14:50:32 2001
X+++ Makefile	Fri Apr 13 14:50:43 2001
X@@ -33,7 +33,7 @@
X ####					experimental)
X ####
X 
X-CONFIGURE_OPTIONS=--with-MOTIF
X+CONFIGURE_OPTIONS=--with-MOTIF --prefix=${PREFIX}
X 
X compile:	tedlibs		\
X 		Ted/Ted		\
END-of-ted/files/patch-Makefile
echo x - ted/pkg-plist
sed 's/^X//' >ted/pkg-plist << 'END-of-ted/pkg-plist'
Xbin/Ted
Xshare/ted/afm/Courier-Bold.afm
Xshare/ted/afm/Courier-BoldOblique.afm
Xshare/ted/afm/Courier-Oblique.afm
Xshare/ted/afm/Courier.afm
Xshare/ted/afm/Helvetica-Bold.afm
Xshare/ted/afm/Helvetica-BoldOblique.afm
Xshare/ted/afm/Helvetica-Oblique.afm
Xshare/ted/afm/Helvetica.afm
Xshare/ted/afm/Symbol.afm
Xshare/ted/afm/Times-Bold.afm
Xshare/ted/afm/Times-BoldItalic.afm
Xshare/ted/afm/Times-Italic.afm
Xshare/ted/afm/Times-Roman.afm
Xshare/ted/ind/US_English.ind
Xshare/ted/info/Ted.ad.sample
Xshare/ted/info/TedDocument.rtf
X@dirrm share/ted/afm
X@dirrm share/ted/ind
X@dirrm share/ted/info
X@dirrm share/ted
END-of-ted/pkg-plist
echo x - ted/pkg-comment
sed 's/^X//' >ted/pkg-comment << 'END-of-ted/pkg-comment'
XAn easy to use rich text processor
END-of-ted/pkg-comment
exit

>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->analyzed 
State-Changed-By: will 
State-Changed-When: Tue Apr 17 10:56:35 PDT 2001 
State-Changed-Why:  
Problem encountered: 

[ at the end of the build ... ] 
/usr/X11R6/lib/libXt.a(Initialize.o): In function `_Xpw_copyPasswd': 
Initialize.o(.text+0x0): multiple definition of `_Xpw_copyPasswd' 
/usr/X11R6/lib/libXp.a(XpJob.o)(.text+0x0): first defined here 
../lib/appFrame.a(appDocument.o): In function `appPrintDocument': 
appDocument.o(.text+0x3db): warning: tmpnam() possibly used unsafely; consider using mkstemp() 
*** Error code 1 

Stop in /net/puck/will/ports/editors/ted/work/Ted-2.10/Ted. 
*** Error code 1 


http://www.freebsd.org/cgi/query-pr.cgi?pr=26530 

From: Mark Pulford <mark@kyne.com.au>
To: will@FreeBSD.ORG
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/26530: New port: editors/ted: An easy to use rich text editor
Date: Wed, 18 Apr 2001 12:50:52 +0930

 Hi Will,
 
 This port compiles fine on my system (albeit with tmpnam() warnings).
 My libXt.a and libXp.a libraries don't contain the _Xpw_copyPasswd
 symbol and so they don't conflict. I think the problem might lie
 elsewhere.
 
 I'm using XFree 3.3.6/Lesstif on 4.2-STABLE. What did you use to
 compile?
 
 Regards,
 Mark

From: Will Andrews <will@physics.purdue.edu>
To: Mark Pulford <mark@kyne.com.au>
Cc: will@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: ports/26530: New port: editors/ted: An easy to use rich text editor
Date: Tue, 17 Apr 2001 23:10:53 -0500

 On Wed, Apr 18, 2001 at 12:50:52PM +0930, Mark Pulford wrote:
 > This port compiles fine on my system (albeit with tmpnam() warnings).
 > My libXt.a and libXp.a libraries don't contain the _Xpw_copyPasswd
 > symbol and so they don't conflict. I think the problem might lie
 > elsewhere.
 > 
 > I'm using XFree 3.3.6/Lesstif on 4.2-STABLE. What did you use to
 > compile?
 
 XFree 4.0.2_6/OpenMotif on 4.3-RC (as of last Sunday).
 
 -- 
 wca
Responsible-Changed-From-To: freebsd-ports->markp 
Responsible-Changed-By: markp 
Responsible-Changed-When: Mon Jun 11 07:22:46 PDT 2001 
Responsible-Changed-Why:  
My port 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26530 
State-Changed-From-To: analyzed->closed 
State-Changed-By: markp 
State-Changed-When: Wed Aug 29 05:50:55 PDT 2001 
State-Changed-Why:  
Recently added by kris 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26530 
>Unformatted:
