Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Jul 2002 13:53:09 -0700 (PDT)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/40626: Update port: print/pnm2ppa to 1.10
Message-ID:  <200207152053.g6FKr919082196@www.freebsd.org>

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

>Number:         40626
>Category:       ports
>Synopsis:       Update port: print/pnm2ppa to 1.10
>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:   Mon Jul 15 14:00:06 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.6-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 1.10

>How-To-Repeat:

>Fix:
diff -urN /usr/ports/print/pnm2ppa/Makefile print/pnm2ppa/Makefile
--- /usr/ports/print/pnm2ppa/Makefile	Wed Sep 12 19:55:56 2001
+++ print/pnm2ppa/Makefile	Fri Jul 12 20:39:30 2002
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pnm2ppa
-PORTVERSION=	1.04
+PORTVERSION=	1.10
 CATEGORIES=	print
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
diff -urN /usr/ports/print/pnm2ppa/distinfo print/pnm2ppa/distinfo
--- /usr/ports/print/pnm2ppa/distinfo	Sun Mar  4 06:19:12 2001
+++ print/pnm2ppa/distinfo	Fri Jul 12 20:40:21 2002
@@ -1 +1 @@
-MD5 (pnm2ppa-1.04.tar.gz) = 8db1f0dcdb3cf86d8ccb9a34007b9e21
+MD5 (pnm2ppa-1.10.tar.gz) = 8953f7af96a5c8ca12711756de9d50ba
diff -urN /usr/ports/print/pnm2ppa/files/patch-aa print/pnm2ppa/files/patch-aa
--- /usr/ports/print/pnm2ppa/files/patch-aa	Sun Mar  4 06:19:13 2001
+++ print/pnm2ppa/files/patch-aa	Fri Jul 12 20:48:48 2002
@@ -1,25 +1,23 @@
---- Makefile.orig	Fri Nov  3 03:33:08 2000
-+++ Makefile	Tue Jan 30 21:25:55 2001
-@@ -2,16 +2,16 @@
- # Makefile for pnm2ppa
- #
- 
--INSTALLDIR=/usr/local/bin
--CONFDIR=/etc
--MANDIR=/usr/local/man/man1
-+INSTALLDIR=${PREFIX}/bin
-+CONFDIR=${PREFIX}/etc
-+MANDIR=${PREFIX}/man/man1
+--- Makefile.orig	Tue Feb 12 00:49:11 2002
++++ Makefile	Fri Jul 12 20:48:40 2002
+@@ -5,14 +5,14 @@
+ # paths to locations where the pnm2ppa binary, the configuration file,
+ # and the man page should be installed.   On some systems (like Solaris)
+ # the install command requires the syntax BINDIR="-f /usr/local/bin".
+-BINDIR="/usr/local/bin"
+-CONFDIR="/etc"
+-MANDIR="/usr/local/man/man1"
++BINDIR="${PREFIX}/bin"
++CONFDIR="${PREFIX}/etc"
++MANDIR="${PREFIX}/man/man1"
  
+ #compiler and linker options:
 -CC=gcc
-+CC?=gcc
- INSTALL=install
- 
- # production build
--CFLAGS=-Wall -pedantic -O2 -g -DNDEBUG 
+-CFLAGS=-Wall -pedantic -O2 -g 
 -LDFLAGS=-lm
-+CFLAGS+=-DCONFDIR=\"$(CONFDIR)\" -DNDEBUG -I${LOCALBASE}/include
++CC?=gcc
++CFLAGS+=-DCONFDIR=\"$(CONFDIR)\" -I${LOCALBASE}/include
 +LDFLAGS=-lm -L${LOCALBASE}/lib -lgnugetopt
- OBJS = pnm2ppa.o syslog.o ppa.o image.o dither.o cutswath.o hash_ink.o gamma.o
- SRC =  pnm2ppa.c syslog.c ppa.c image.c dither.c cutswath.c hash_ink.c gamma.c
  
+ INSTALL=install
+ # Install under Linux and other versions with the -b (backup) option

>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?200207152053.g6FKr919082196>