Date: Mon, 01 Mar 1999 22:59:50 -0500 From: "Pedro F. Giffuni" <pfgiffun@bachue.usc.unal.edu.co> To: freebsd-ports@FreeBSD.org Subject: Thoteditor was incompletely updated Message-ID: <36DB6236.1FBC5986@bachue.usc.unal.edu.co>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?36DB6236.1FBC5986>