Date: Wed, 3 Oct 2018 12:28:03 +0000 (UTC) From: =?UTF-8?Q?Dag-Erling_Sm=c3=b8rgrav?= <des@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r481157 - head/graphics/sam2p/files Message-ID: <201810031228.w93CS3qC058122@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: des Date: Wed Oct 3 12:28:03 2018 New Revision: 481157 URL: https://svnweb.freebsd.org/changeset/ports/481157 Log: Rename patches as per current convention. Added: head/graphics/sam2p/files/patch-ps__tiny.c - copied unchanged from r481156, head/graphics/sam2p/files/patch-ps_tiny.c head/graphics/sam2p/files/patch-pts__defl.c - copied unchanged from r481156, head/graphics/sam2p/files/patch-pts_defl.c head/graphics/sam2p/files/patch-pts__lzw.c - copied unchanged from r481156, head/graphics/sam2p/files/patch-pts_lzw.c Deleted: head/graphics/sam2p/files/patch-ps_tiny.c head/graphics/sam2p/files/patch-pts_defl.c head/graphics/sam2p/files/patch-pts_lzw.c Copied: head/graphics/sam2p/files/patch-ps__tiny.c (from r481156, head/graphics/sam2p/files/patch-ps_tiny.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sam2p/files/patch-ps__tiny.c Wed Oct 3 12:28:03 2018 (r481157, copy of r481156, head/graphics/sam2p/files/patch-ps_tiny.c) @@ -0,0 +1,13 @@ +--- ps_tiny.c.orig 2005-02-22 08:22:22.000000000 +0900 ++++ ps_tiny.c 2010-03-19 05:54:19.000000000 +0900 +@@ -1,10 +1,3 @@ +-#define DUMMY \ +-set -ex; \ +-gcc -O3 -s -DNDEBUG=1 -DNO_CONFIG=1 -ansi -pedantic -Wunused \ +- -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline \ +- -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \ +- -Wmissing-declarations ps_tiny.c -o ps_tiny; \ +-exit + /* ps_tiny.c -- read .pin files, write short PostScript code + * by pts@fazekas.hu at Sat Aug 24 12:46:14 CEST 2002 + * -- Sat Aug 24 18:23:08 CEST 2002 Copied: head/graphics/sam2p/files/patch-pts__defl.c (from r481156, head/graphics/sam2p/files/patch-pts_defl.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sam2p/files/patch-pts__defl.c Wed Oct 3 12:28:03 2018 (r481157, copy of r481156, head/graphics/sam2p/files/patch-pts_defl.c) @@ -0,0 +1,13 @@ +--- pts_defl.c.orig 2008-08-29 05:16:47.000000000 +0900 ++++ pts_defl.c 2010-03-19 05:54:55.000000000 +0900 +@@ -1,10 +1,3 @@ +-#define DUMMY \ +-set -ex; \ +-"${CC:-gcc}" -DNDEBUG=1 -DPTS_DEFL_MAIN -O3 -ansi \ +- -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline \ +- -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \ +- -Wmissing-declarations pts_defl.c -o flateenc; \ +-exit + /* + * pts_defl.c -- C source file ZIP compression ripped from linux-2.6.8.1 + * by pts@fazekas.hu at Tue Jan 18 15:19:06 CET 2005 Copied: head/graphics/sam2p/files/patch-pts__lzw.c (from r481156, head/graphics/sam2p/files/patch-pts_lzw.c) ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/graphics/sam2p/files/patch-pts__lzw.c Wed Oct 3 12:28:03 2018 (r481157, copy of r481156, head/graphics/sam2p/files/patch-pts_lzw.c) @@ -0,0 +1,13 @@ +--- pts_lzw.c.orig 2002-12-12 01:43:08.000000000 +0900 ++++ pts_lzw.c 2010-03-19 05:56:24.000000000 +0900 +@@ -1,10 +1,3 @@ +-#define DUMMY \ +-set -ex; \ +-g++ -DNDEBUG=1 -O3 -ansi -pedantic \ +- -Wall -W -Wstrict-prototypes -Wtraditional -Wnested-externs -Winline \ +- -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wmissing-prototypes \ +- -Wmissing-declarations pts_lzw.c -c; \ +-exit + /* pts_lzw.c -- a real, effective implementation of PostScript + * LanguageLevel2 and PDF /LZWEncode and /LZWDecode filters (same as the LZW + * compression used in TIFF raster image files)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810031228.w93CS3qC058122>