aboutsummaryrefslogtreecommitdiffstats
path: root/print/mpage/files
diff options
context:
space:
mode:
authoranders <anders@FreeBSD.org>2002-04-14 09:56:41 +0800
committeranders <anders@FreeBSD.org>2002-04-14 09:56:41 +0800
commita0161f55ce0cfc0de5e35c748713b65934c2417f (patch)
treef8aeb5e7fb4968077aec565b59380fdb2a8f7365 /print/mpage/files
parent768a1ae307e91ca1751e69f313c04bc063ffc999 (diff)
downloadfreebsd-ports-gnome-a0161f55ce0cfc0de5e35c748713b65934c2417f.tar.gz
freebsd-ports-gnome-a0161f55ce0cfc0de5e35c748713b65934c2417f.tar.zst
freebsd-ports-gnome-a0161f55ce0cfc0de5e35c748713b65934c2417f.zip
Update to 2.5.2.
Fix CFLAGS compliance. PR: 36821 Submitted by: Oliver Braun <obraun@informatik.unibw-muenchen.de>
Diffstat (limited to 'print/mpage/files')
-rw-r--r--print/mpage/files/patch-aa38
1 files changed, 22 insertions, 16 deletions
diff --git a/print/mpage/files/patch-aa b/print/mpage/files/patch-aa
index fe94a6cd5d47..4e62db8c327c 100644
--- a/print/mpage/files/patch-aa
+++ b/print/mpage/files/patch-aa
@@ -1,6 +1,6 @@
---- Makefile~ Tue Nov 25 23:16:06 1997
-+++ Makefile Thu Feb 19 15:18:17 1998
-@@ -30,7 +30,6 @@
+--- Makefile.orig Thu Jan 24 20:12:59 2002
++++ Makefile Sun Apr 14 03:46:23 2002
+@@ -24,7 +24,6 @@
# Set this to an ANSI compatible C compiler (preferably gcc)
# See also system specific settings below
#CC=cc
@@ -8,29 +8,35 @@
############################################################################
#
-@@ -55,9 +54,8 @@
+@@ -50,7 +49,6 @@
SPOOL_TYPE=BSD_SPOOLER
# PREFIX=e:/usr # OS/2 type
-PREFIX=/usr/local
BINDIR=$(PREFIX)/bin
--LIBDIR=$(PREFIX)/lib
-+LIBDIR=$(PREFIX)/share
+ LIBDIR=$(PREFIX)/share
MANDIR=$(PREFIX)/man/man1
+@@ -101,8 +99,11 @@
+ # Choose one of the following CFLAGS/CC definitions:
+ # If you are using gcc, you probably don't need to change anything here.
- #
-@@ -168,10 +166,10 @@
-
++# FreeBSD:
++CFLAGS+= -s $(DEFS)
++
+ # Linux:
+-CFLAGS = -O2 -s $(DEFS) -Wall
++#CFLAGS = -O2 -s $(DEFS) -Wall
- #
--# add your proper install stuff
-+# BSD specific install stuff
- #
- install:
+ # AIX (xlC on aix 4):
+ #CFLAGS = -O2 -s $(DEFS)
+@@ -170,7 +171,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
- cp mpage$(E) $(BINDIR)
- cp mpage.1 $(MANDIR)
+- -cp Encodings/* $(LIBDIR)/mpage
+- -chmod 644 $(LIBDIR)/mpage/*
+ $(BSD_INSTALL_PROGRAM) mpage$(E) $(BINDIR)
+ $(BSD_INSTALL_MAN) mpage.1 $(MANDIR)
- if [ ! -d $(LIBDIR)/mpage ] ; then mkdir $(LIBDIR)/mpage ; fi
-- -cp Encodings/* $(LIBDIR)/mpage
+ $(BSD_INSTALL_DATA) Encodings/* $(LIBDIR)/mpage