Date: Tue, 5 Nov 2002 09:16:39 -0500 From: Brian Minard <bminard@certicom.com> To: ports@FreeBSD.org Subject: teTeX-1.0 Message-ID: <15815.53959.639233.94683@ce00182.certicom.com>
next in thread | raw e-mail | index | archive | help
Hi, I'm using FreeBSD 4.7-STABLE (Fri Nov 1 06:57:15 EST 2002) and am trying to rebuild teTeX. The distinfo for the version of the port I am using is: MD5 (teTeX/teTeX-src-1.0.7.tar.gz) = 2c6da2a45096c2fdc41b8de6a8af1a52 MD5 (teTeX/teTeX-texmf-1.0.2.tar.gz) = 7811ed356cca07b16ea8422f00c3cd34 The attached patch seems to correct the problem. Thanks, Brian *** /usr/ports/print/teTeX/work/teTeX-1.0/texk/web2c/web2c/web2c.y Tue Dec 9 05:41:52 1997 --- web2c.y Tue Nov 5 08:40:44 2002 *************** *** 135,140 **** --- 135,141 ---- /* program statement. Ignore any files. */ PROGRAM_HEAD: program_tok undef_id_tok PROGRAM_FILE_PART ';' + ; PROGRAM_FILE_PART: '(' PROGRAM_FILE_LIST ')' 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?15815.53959.639233.94683>