From owner-freebsd-ports Wed Mar 3 10:16:50 1999 Delivered-To: freebsd-ports@freebsd.org Received: from bachue.usc.unal.edu.co (bachue.usc.unal.edu.co [168.176.3.20]) by hub.freebsd.org (Postfix) with ESMTP id 054FF155AA for ; Wed, 3 Mar 1999 10:16:46 -0800 (PST) (envelope-from pfgiffun@bachue.usc.unal.edu.co) Received: from bachue.usc.unal.edu.co ([168.176.3.31]) by bachue.usc.unal.edu.co (Netscape Messaging Server 3.0) with ESMTP id AAA27834 for ; Mon, 1 Mar 1999 22:59:50 -0500 Message-ID: <36DB6236.1FBC5986@bachue.usc.unal.edu.co> Date: Mon, 01 Mar 1999 22:59:50 -0500 From: "Pedro F. Giffuni" Organization: U. Nacional de Colombia X-Mailer: Mozilla 4.05 [en] (X11; U; FreeBSD 2.2.7-RELEASE i386) MIME-Version: 1.0 To: freebsd-ports@FreeBSD.org Subject: Thoteditor was incompletely updated Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Howdy; I just found that thoteditor fetches the files for version 2.1e but it extracts the file for version 2.1b ! I was going to send a PR, but I don't have the time to fix the details. The following patch should avoid this situation from now on, but I don't claim it will build Thoteditor (hope my mailer doesn't break it). cheers, Pedro. *** Makefile.orig Mon Mar 1 21:06:09 1999 --- Makefile Mon Mar 1 21:24:03 1999 *************** *** 1,12 **** # New ports collection makefile for: thot ! # Version required: 2.1b # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # # $Id: Makefile,v 1.7 1999/02/12 23:52:49 obrien Exp $ # ! DISTNAME= Thot PKGNAME= thoteditor-2.1e CATEGORIES= editors www MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ --- 1,12 ---- # New ports collection makefile for: thot ! # Version required: 2.1e # Date created: 1 Aug 1997 # Whom: Pedro Giffuni (orig) # # $Id: Makefile,v 1.7 1999/02/12 23:52:49 obrien Exp $ # ! DISTNAME= thoteditor PKGNAME= thoteditor-2.1e CATEGORIES= editors www MASTER_SITES= ftp://ftp.inrialpes.fr/pub/opera/sources/thot/ \ *************** *** 16,27 **** ftp://ftp.netlab.is.tsukuba.ac.jp/pub/editors/opera.inrialpes.fr/sources/thot/ \ ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/ MASTER_SITE_SUBDIR= apps/editors/X/thot ! DISTFILES= thot-src-2.1e.tar.gz \ ! thoteditor-src-2.1e.tar.gz MAINTAINER= ports@FreeBSD.org ! EXTRACT_ONLY= thot-src-2.1b.tar.gz REQUIRES_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin --- 16,29 ---- ftp://ftp.netlab.is.tsukuba.ac.jp/pub/editors/opera.inrialpes.fr/sources/thot/ \ ftp://ftp.agix.net/pub/infosystems/www/clients/amaya/thot/ MASTER_SITE_SUBDIR= apps/editors/X/thot ! DISTFILES= $(THOT_SRC) $(EDITOR_SRC) MAINTAINER= ports@FreeBSD.org ! THOT_SRC= thot-src-2.1e.tar.gz ! EDITOR_SRC= thoteditor-src-2.1e.tar.gz ! ! EXTRACT_ONLY= $(THOT_SRC) REQUIRES_MOTIF= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-thot --enable-plugin *************** *** 29,35 **** ALL_TARGET= all schemas post-extract: ! ($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/thoteditor-src-2.1b.tar.gz ${EXTRACT_AFTER_ARGS} -C $(WRKSRC)) post-install: ${MKDIR} ${PREFIX}/share/thot/doc --- 31,37 ---- ALL_TARGET= all schemas post-extract: ! ($(EXTRACT_CMD) $(EXTRACT_BEFORE_ARGS) $(DISTDIR)/$(EDITOR_SRC) ${EXTRACT_AFTER_ARGS} -C $(WRKSRC)) post-install: ${MKDIR} ${PREFIX}/share/thot/doc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message