Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 15:16:30 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44977: Update port: print/mpage to 2.5.3
Message-ID:  <200211052316.gA5NGUeR061990@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         44977
>Category:       ports
>Synopsis:       Update port: print/mpage to 2.5.3
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 15:20:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.5.3

Remove file:
files/patch-args.c

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/print/mpage/Makefile print/mpage/Makefile
--- /usr/ports/print/mpage/Makefile	Tue Sep 10 20:25:25 2002
+++ print/mpage/Makefile	Sat Nov  2 16:35:46 2002
@@ -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 -urN /usr/ports/print/mpage/distinfo print/mpage/distinfo
--- /usr/ports/print/mpage/distinfo	Sun Apr 14 10:56:41 2002
+++ print/mpage/distinfo	Sat Nov  2 16:36:30 2002
@@ -1 +1 @@
-MD5 (mpage-2.5.2.tgz) = a79ac73c3bfe19e6cb72dcbd90a2fccc
+MD5 (mpage-2.5.3.tgz) = 4724dcba203100384b4611be8adc900c
diff -urN /usr/ports/print/mpage/files/patch-aa print/mpage/files/patch-aa
--- /usr/ports/print/mpage/files/patch-aa	Sun Apr 14 10:56:41 2002
+++ print/mpage/files/patch-aa	Sat Nov  2 16:42:51 2002
@@ -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 -urN /usr/ports/print/mpage/files/patch-args.c print/mpage/files/patch-args.c
--- /usr/ports/print/mpage/files/patch-args.c	Fri Aug  2 20:25:11 2002
+++ print/mpage/files/patch-args.c	Thu Jan  1 09:00:00 1970
@@ -1,13 +0,0 @@
-
-$FreeBSD: ports/print/mpage/files/patch-args.c,v 1.1 2002/08/02 11:25:11 naddy Exp $
-
---- 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);

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211052316.gA5NGUeR061990>