Author: sls Date: Mon Oct 26 09:38:53 2009 GMT Module: packages Tag: HEAD ---- Log message: - added gcc4.patch - more ac/am regeneration
---- Files affected: packages/t1utils: t1utils.spec (1.47 -> 1.48) , gcc4.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/t1utils/t1utils.spec diff -u packages/t1utils/t1utils.spec:1.47 packages/t1utils/t1utils.spec:1.48 --- packages/t1utils/t1utils.spec:1.47 Sun Jan 13 17:56:06 2008 +++ packages/t1utils/t1utils.spec Mon Oct 26 10:38:48 2009 @@ -8,8 +8,10 @@ Group: Applications/File Source0: http://www.lcdf.org/~eddietwo/type/%{name}-%{version}.tar.gz # Source0-md5: a8d9dad4eab239357dd045275770eb8f +Patch0: gcc41.patch URL: http://www.lcdf.org/~eddietwo/type/#t1utils BuildRequires: autoconf +BuildRequires: automake BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %description @@ -29,8 +31,11 @@ %prep %setup -q +%patch0 -p1 %build +%{__aclocal} +%{__automake} %{__autoconf} %configure %{__make} @@ -56,6 +61,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.48 2009/10/26 09:38:48 sls +- added gcc4.patch +- more ac/am regeneration + Revision 1.47 2008/01/13 16:56:06 qboosh - updated to 1.33 (fixes memory corruption bug) ================================================================ Index: packages/t1utils/gcc4.patch diff -u /dev/null packages/t1utils/gcc4.patch:1.1 --- /dev/null Mon Oct 26 10:38:53 2009 +++ packages/t1utils/gcc4.patch Mon Oct 26 10:38:48 2009 @@ -0,0 +1,29 @@ +--- t1utils-1.33/t1asm.c.orig 2009-10-26 08:56:13.235492544 +0100 ++++ t1utils-1.33/t1asm.c 2009-10-26 08:59:48.720682736 +0100 +@@ -280,7 +280,7 @@ + the newline is put into line[]. When terminated by '{', the '{' is not put + into line[], and the flag start_charstring is set to 1. */ + +-static void getline() ++static void t1u_getline() + { + int c; + char *p = line; +@@ -721,7 +721,7 @@ + without /Subrs sections and provided a patch. */ + + while (!feof(ifp) && !ferror(ifp)) { +- getline(); ++ t1u_getline(); + + if (!ever_active) { + if (strncmp(line, "currentfile eexec", 17) == 0 && isspace(line[17])) { +@@ -792,7 +792,7 @@ + + /* There may be additional code. */ + while (!feof(ifp) && !ferror(ifp)) { +- getline(); ++ t1u_getline(); + eexec_string(line); + } + ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/t1utils/t1utils.spec?r1=1.47&r2=1.48&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
