aboutsummaryrefslogtreecommitdiffstats
path: root/print/mpage/files
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-11-07 19:32:01 +0800
committerijliao <ijliao@FreeBSD.org>2002-11-07 19:32:01 +0800
commitf47fbb32446ca0fb5767ef925fd5fd4c04995c25 (patch)
treede34fba103ae9f0ba5dca478d40ed7fe1596280e /print/mpage/files
parent753350036c76e50eef0b06ea0c950e68eca763fc (diff)
downloadfreebsd-ports-gnome-f47fbb32446ca0fb5767ef925fd5fd4c04995c25.tar.gz
freebsd-ports-gnome-f47fbb32446ca0fb5767ef925fd5fd4c04995c25.tar.zst
freebsd-ports-gnome-f47fbb32446ca0fb5767ef925fd5fd4c04995c25.zip
upgrade to 2.5.3
PR: 44977 Submitted by: Ports Fury
Diffstat (limited to 'print/mpage/files')
-rw-r--r--print/mpage/files/patch-aa12
-rw-r--r--print/mpage/files/patch-args.c13
2 files changed, 6 insertions, 19 deletions
diff --git a/print/mpage/files/patch-aa b/print/mpage/files/patch-aa
index 4e62db8c327c..6193c5573c3c 100644
--- a/print/mpage/files/patch-aa
+++ b/print/mpage/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Thu Jan 24 20:12:59 2002
-+++ Makefile Sun Apr 14 03:46:23 2002
+--- Makefile.orig Mon Oct 21 03:46:44 2002
++++ Makefile Sat Nov 2 16:41:52 2002
@@ -24,7 +24,6 @@
# Set this to an ANSI compatible C compiler (preferably gcc)
# See also system specific settings below
@@ -13,15 +13,15 @@
# PREFIX=e:/usr # OS/2 type
-PREFIX=/usr/local
+ #PREFIX=/usr
BINDIR=$(PREFIX)/bin
LIBDIR=$(PREFIX)/share
- MANDIR=$(PREFIX)/man/man1
-@@ -101,8 +99,11 @@
+@@ -106,8 +104,11 @@
# Choose one of the following CFLAGS/CC definitions:
# If you are using gcc, you probably don't need to change anything here.
+# FreeBSD:
-+CFLAGS+= -s $(DEFS)
++CFLAGS += $(DEFS)
+
# Linux:
-CFLAGS = -O2 -s $(DEFS) -Wall
@@ -29,7 +29,7 @@
# AIX (xlC on aix 4):
#CFLAGS = -O2 -s $(DEFS)
-@@ -170,7 +171,6 @@
+@@ -177,7 +178,6 @@
if [ ! -d $(LIBDIR)/mpage ] ; then mkdir -p $(LIBDIR)/mpage ; fi
if [ ! -d $(BINDIR) ] ; then mkdir -p $(BINDIR) ; fi
if [ ! -d $(MANDIR) ] ; then mkdir -p $(MANDIR) ; fi
diff --git a/print/mpage/files/patch-args.c b/print/mpage/files/patch-args.c
deleted file mode 100644
index 32b1df52ecba..000000000000
--- a/print/mpage/files/patch-args.c
+++ /dev/null
@@ -1,13 +0,0 @@
-
-$FreeBSD$
-
---- args.c.orig Fri Aug 2 13:16:25 2002
-+++ args.c Fri Aug 2 13:17:06 2002
-@@ -442,7 +442,6 @@
- libdir = env;
-
- if ((env = getenv("MPAGE")) != NULL) {
-- strcpy(copy, env);
- if ((copy = strdup(env)) == NULL) {
- fprintf(stderr, "%s: Unable to alloc memory for environment args\n",
- MPAGE);