From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 14 21:30:18 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 CA5DF16A41F for ; Mon, 14 Nov 2005 21:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0D53343D45 for ; Mon, 14 Nov 2005 21:30:18 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id jAELUHoa079725 for ; Mon, 14 Nov 2005 21:30:17 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id jAELUH5p079709; Mon, 14 Nov 2005 21:30:17 GMT (envelope-from gnats) Resent-Date: Mon, 14 Nov 2005 21:30:17 GMT Resent-Message-Id: <200511142130.jAELUH5p079709@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, "Boris B. Samorodov" Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 34CD216A41F for ; Mon, 14 Nov 2005 21:29:44 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (gw.ipt.ru [80.253.10.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 77B2F43D45 for ; Mon, 14 Nov 2005 21:29:43 +0000 (GMT) (envelope-from bsam@mi.ipt.ru) Received: from mi.ipt.ru (localhost [127.0.0.1]) by mi.ipt.ru (8.13.4/8.13.4) with ESMTP id jAELSsxg016395 for ; Tue, 15 Nov 2005 00:28:54 +0300 (MSK) (envelope-from bsam@mi.ipt.ru) Received: (from bsam@localhost) by mi.ipt.ru (8.13.4/8.13.3/Submit) id jAELSsfB016394; Tue, 15 Nov 2005 00:28:54 +0300 (MSK) (envelope-from bsam) Message-Id: <200511142128.jAELSsfB016394@mi.ipt.ru> Date: Tue, 15 Nov 2005 00:28:54 +0300 (MSK) From: "Boris B. Samorodov" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/89035: [patch] textproc/tth: update to new version 3.70, unbreak port (size mismatch) X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Boris B. Samorodov" List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 14 Nov 2005 21:30:19 -0000 >Number: 89035 >Category: ports >Synopsis: [patch] textproc/tth: update to new version 3.70, unbreak port (size mismatch) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Nov 14 21:30:17 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Boris B. Samorodov >Release: FreeBSD 6.0-STABLE i386 >Organization: InPharmTech, Co. http://www.ipt.ru >Environment: System: FreeBSD mi.ipt.ru 6.0-STABLE FreeBSD 6.0-STABLE #0: Wed Nov 2 17:58:38 MSK 2005 bsam@mi.ipt.ru:/usr/obj/usr/src/sys/PROBA1 i386 >Description: The port is marked as broken due to size mismatch. The author is using only filename tth_C.tgz for all his releases. Current version is http://hutchinson.belmont.ma.us/tth/Version Thus every new version will break the port... >How-To-Repeat: >Fix: The patch is relative to the port: # cd /usr/ports/textxtproc # patch -p0 < _the_patch_ --- tth.patch begins here --- diff -u tth.orig/Makefile tth/Makefile --- tth.orig/Makefile Sat Oct 8 22:30:56 2005 +++ tth/Makefile Tue Nov 15 00:14:32 2005 @@ -6,7 +6,7 @@ # PORTNAME= tth -PORTVERSION= 3.59 +PORTVERSION= 3.70 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ DISTNAME= tth_C @@ -15,8 +15,6 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A TeX to HTML translator -BROKEN= Size mismatch - USE_GHOSTSCRIPT_RUN= yes RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ @@ -24,7 +22,7 @@ MAN1= tth.1 -PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth +PLIST_FILES= bin/latex2gif bin/ps2gif bin/ps2png bin/tth bin/Xfonts.fix PORTDOCS= license.txt tth_manual.html pre-everything:: @@ -43,6 +41,7 @@ ${INSTALL_SCRIPT} ${WRKSRC}/latex2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2gif ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/ps2png ${PREFIX}/bin + ${INSTALL_SCRIPT} ${WRKSRC}/Xfonts.fix ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/tth.1 ${PREFIX}/man/man1 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} diff -u tth.orig/distinfo tth/distinfo --- tth.orig/distinfo Thu Mar 25 20:18:41 2004 +++ tth/distinfo Tue Nov 15 00:10:41 2005 @@ -1,2 +1,3 @@ -MD5 (tth_C.tgz) = 2ba8597af0eb3f5667c95fffa18a8fd1 -SIZE (tth_C.tgz) = 316519 +MD5 (tth_C.tgz) = ec6474f52a7586a7890ceaf2c3c7c0d8 +SHA256 (tth_C.tgz) = bfe1152a7d2773169d9214a87ced8a85acb00f4ee0f4bddc178a87e0653512ce +SIZE (tth_C.tgz) = 320882 --- tth.patch ends here --- WBR -- bsam >Release-Note: >Audit-Trail: >Unformatted: