diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:32:01 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:32:01 +0000 |
commit | 673b54fee9ebc8c475b3ef56d627717a53a6f0bd (patch) | |
tree | 66f05214fb789e98e3851849a798bff3d32318b8 /print/mpage | |
parent | d93188829091f923d4e6697a29d1fce0afa5afb6 (diff) | |
download | ports-673b54fee9ebc8c475b3ef56d627717a53a6f0bd.tar.gz ports-673b54fee9ebc8c475b3ef56d627717a53a6f0bd.zip |
Notes
Diffstat (limited to 'print/mpage')
-rw-r--r-- | print/mpage/Makefile | 3 | ||||
-rw-r--r-- | print/mpage/distinfo | 2 | ||||
-rw-r--r-- | print/mpage/files/patch-aa | 12 | ||||
-rw-r--r-- | print/mpage/files/patch-args.c | 13 |
4 files changed, 8 insertions, 22 deletions
diff --git a/print/mpage/Makefile b/print/mpage/Makefile index b3bafa6a7940..497f7554a07e 100644 --- a/print/mpage/Makefile +++ b/print/mpage/Makefile @@ -6,8 +6,7 @@ # PORTNAME= mpage -PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTVERSION= 2.5.3 CATEGORIES= print MASTER_SITES= ftp://ftp.mesa.nl/pub/mpage/ EXTRACT_SUFX= .tgz diff --git a/print/mpage/distinfo b/print/mpage/distinfo index e72495a0a213..310bc1067cf3 100644 --- a/print/mpage/distinfo +++ b/print/mpage/distinfo @@ -1 +1 @@ -MD5 (mpage-2.5.2.tgz) = a79ac73c3bfe19e6cb72dcbd90a2fccc +MD5 (mpage-2.5.3.tgz) = 4724dcba203100384b4611be8adc900c 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); |