Building of the port textproc/tth is broken at pointyhat: http://pointyhat.freebsd.org/errorlogs/i386-errorlogs/e.4.2005092302/tth-3.71.log The error is "size mismatch". The author is using a static filename for the distribution tarball and a new version is released. Changes between versions 3.71 and 3.72 ______________________________________ Implement -i switch for ttm to force even multicharacter sequences to be italic in mathml. 27 Dec 05. Fix: Update to the new version and the error should disappear. The patch is relative to the port: # cd /usr/ports/textproc # patch -p0 < _the_patch_ <delete tth/*.orig files> WBR -- bsam--cjkVXzMWFANqwB5DGehSYYpGNTt2c1mx4Qgjni3rMxWOLmMQ Content-Type: text/plain; name="tth.patch" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="tth.patch" diff -ruN tth.orig/Makefile tth/Makefile --- tth.orig/Makefile Thu Jan 19 09:46:17 2006 +++ tth/Makefile Thu Jan 19 09:53:11 2006 @@ -6,7 +6,7 @@ # PORTNAME= tth -PORTVERSION= 3.71 +PORTVERSION= 3.72 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ DISTNAME= tth_C @@ -17,8 +17,6 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ppmtogif:${PORTSDIR}/graphics/netpbm - -BROKEN= Size mismatch USE_GHOSTSCRIPT_RUN= yes diff -ruN tth.orig/distinfo tth/distinfo --- tth.orig/distinfo Thu Jan 19 09:46:17 2006 +++ tth/distinfo Thu Jan 19 09:51:00 2006 @@ -1,3 +1,3 @@ -MD5 (tth_C.tgz) = cd256700c429953422aaf3360a53ff27 -SHA256 (tth_C.tgz) = bff3f6748f4a5ef1e74cd788ca62ba5998bd2eb41c06bcfc7de847a90486cc36 -SIZE (tth_C.tgz) = 321622 +MD5 (tth_C.tgz) = 2ba8597af0eb3f5667c95fffa18a8fd1 +SHA256 (tth_C.tgz) = 7af43d7d4aa213a1a87213cbb95999eb3c77b8e53d8a882b7cb10dd51495a056 +SIZE (tth_C.tgz) = 316519
Responsible Changed From-To: freebsd-ports-bugs->anray I'll take it.
State Changed From-To: open->feedback Now size mismatch too. Please correct it.
Grrr, those static tarball filenames... Maybe it was cached somewhere on its way. Sorry for that. Thanks for cooperation. Here is the needed patch. diff -ruN tth.orig/Makefile tth/Makefile --- tth.orig/Makefile Thu Jan 19 09:46:17 2006 +++ tth/Makefile Thu Jan 19 09:53:11 2006 @@ -6,7 +6,7 @@ # PORTNAME= tth -PORTVERSION= 3.71 +PORTVERSION= 3.72 CATEGORIES= textproc MASTER_SITES= http://hutchinson.belmont.ma.us/tth/tth-noncom/ DISTNAME= tth_C @@ -17,8 +17,6 @@ RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ ppmtogif:${PORTSDIR}/graphics/netpbm - -BROKEN= Size mismatch USE_GHOSTSCRIPT_RUN= yes diff -ruN tth.orig/distinfo tth/distinfo --- tth.orig/distinfo Thu Jan 19 09:46:17 2006 +++ tth/distinfo Thu Jan 19 15:52:10 2006 @@ -1,3 +1,3 @@ -MD5 (tth_C.tgz) = cd256700c429953422aaf3360a53ff27 -SHA256 (tth_C.tgz) = bff3f6748f4a5ef1e74cd788ca62ba5998bd2eb41c06bcfc7de847a90486cc36 -SIZE (tth_C.tgz) = 321622 +MD5 (tth_C.tgz) = 93e8cc66dea10938bcc83f288488ca50 +SHA256 (tth_C.tgz) = 361ca476f70ce661eba574d6410c3608b8fe8c1e52f84165d9429177fefd68ad +SIZE (tth_C.tgz) = 321728 WBR -- bsam
State Changed From-To: feedback->closed Committed. Thanks!