summaryrefslogtreecommitdiff
path: root/app-doc/psmark/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-doc/psmark/files
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-doc/psmark/files')
-rw-r--r--app-doc/psmark/files/psmark-2.1-Makefile-QA.patch19
-rw-r--r--app-doc/psmark/files/psmark-2.1-string.patch15
2 files changed, 0 insertions, 34 deletions
diff --git a/app-doc/psmark/files/psmark-2.1-Makefile-QA.patch b/app-doc/psmark/files/psmark-2.1-Makefile-QA.patch
deleted file mode 100644
index 30a81498bf6d..000000000000
--- a/app-doc/psmark/files/psmark-2.1-Makefile-QA.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Makefile.original 2009-10-04 19:06:09.000000000 -0600
-+++ Makefile 2009-10-04 19:08:25.000000000 -0600
-@@ -3,14 +3,13 @@
- all:
- make clean
- make psmark
-
- psmark:
-- gcc $(CFLAGS) -o psmark psmark.c
-- strip psmark
-+ $(CC) $(CFLAGS) $(LDFLAGS) -o psmark psmark.c
-
- clean:
- rm -f *.o psmark
-
- install:
-- install -s psmark /usr/bin/
-+ install psmark /usr/bin/
- install psmark.1 /usr/man/man1/
diff --git a/app-doc/psmark/files/psmark-2.1-string.patch b/app-doc/psmark/files/psmark-2.1-string.patch
deleted file mode 100644
index f520f8b5e6de..000000000000
--- a/app-doc/psmark/files/psmark-2.1-string.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- psmark.c.orig 2006-06-06 23:43:19.000000000 -0700
-+++ psmark.c 2006-06-06 23:44:27.000000000 -0700
-@@ -97,9 +97,9 @@
- progname);
- fprintf(stderr,"example:\n %s -i test.ps -o output.ps -b 0.4 -s 15 \"vertical label\""
- "\n\n",progname);
-- fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but
-- they are not in sync with the page corner: some fiddling is required
-- to get text to appear right in the corner.\n"
-+ fprintf(stderr,"Notes: The offsets are measured from the bottom left hand corner, but\n"
-+ "they are not in sync with the page corner: some fiddling is required\n"
-+ "to get text to appear right in the corner.\n"
- );
-
- exit(error ? EXIT_FAILURE : EXIT_SUCCESS);