Date: Mon, 28 Jul 2014 22:15:05 +0000 (UTC) From: Adam Weinberger <adamw@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363265 - in head/korean: ami/files h2ps/files Message-ID: <201407282215.s6SMF5YN040555@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: adamw Date: Mon Jul 28 22:15:05 2014 New Revision: 363265 URL: http://svnweb.freebsd.org/changeset/ports/363265 QAT: https://qat.redports.org/buildarchive/r363265/ Log: Rename korean/ patch-xy patches to reflect the files they modify. Added: head/korean/ami/files/patch-hanjadic_Makefile.in - copied unchanged from r363257, head/korean/ami/files/patch-ca head/korean/h2ps/files/patch-h2ps.c - copied unchanged from r363257, head/korean/h2ps/files/patch-aa Deleted: head/korean/ami/files/patch-ca head/korean/h2ps/files/patch-aa Copied: head/korean/ami/files/patch-hanjadic_Makefile.in (from r363257, head/korean/ami/files/patch-ca) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/korean/ami/files/patch-hanjadic_Makefile.in Mon Jul 28 22:15:05 2014 (r363265, copy of r363257, head/korean/ami/files/patch-ca) @@ -0,0 +1,11 @@ +--- hanjadic/Makefile.in.orig Mon Feb 17 20:16:11 2003 ++++ hanjadic/Makefile.in Mon Feb 17 20:17:13 2003 +@@ -114,7 +114,7 @@ + cflags_set = @cflags_set@ + cxxflags_set = @cxxflags_set@ + +-CFLAGS = -g -O2 `glib-config --cflags` `glib-config --libs` ++CFLAGS = -g -O2 `${GLIB_CONFIG} --cflags` `${GLIB_CONFIG} --libs` + + bin_PROGRAMS = hanja_hwp2ami + Copied: head/korean/h2ps/files/patch-h2ps.c (from r363257, head/korean/h2ps/files/patch-aa) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/korean/h2ps/files/patch-h2ps.c Mon Jul 28 22:15:05 2014 (r363265, copy of r363257, head/korean/h2ps/files/patch-aa) @@ -0,0 +1,15 @@ +--- h2ps.c.bak Sun Sep 13 17:59:29 1998 ++++ h2ps.c Sun Sep 13 18:02:18 1998 +@@ -233,6 +233,12 @@ + fputs("%%Creator: h2ps\n", out); + fprintf(out, "%%%%CreationDate: %s\n", date_str); + fputs("%%Pages: (atend)\n", out); ++ fputs("%%PageOrder: Ascend\n", out); ++ fputs("%%DocumentData: Clean7Bit\n", out); ++ if (page_width==595) /* A4-sized */ ++ fputs("%%DocumentPaperSizes: A4\n", out); ++ if (page_width==612) /* Letter-sized */ ++ fputs("%%DocumentPaperSizes: Letter\n", out); + fputs("%%EndComments\n", out); + + npsr_insert_resource(out, NPSR_FONT, "n3f-5");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407282215.s6SMF5YN040555>