1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

upgrade to 2.5.3

PR:		44977
Submitted by:	Ports Fury
This commit is contained in:
Ying-Chieh Liao 2002-11-07 11:32:01 +00:00
parent d931888290
commit 673b54fee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=69648
4 changed files with 8 additions and 22 deletions

View File

@ -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

View File

@ -1 +1 @@
MD5 (mpage-2.5.2.tgz) = a79ac73c3bfe19e6cb72dcbd90a2fccc
MD5 (mpage-2.5.3.tgz) = 4724dcba203100384b4611be8adc900c

View File

@ -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

View File

@ -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);