From owner-freebsd-ports Mon Jul 15 14: 1:12 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AD4337B401 for ; Mon, 15 Jul 2002 14:00:14 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE8543E84 for ; Mon, 15 Jul 2002 14:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.4/8.12.4) with ESMTP id g6FL06JU014000 for ; Mon, 15 Jul 2002 14:00:06 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.4/8.12.4/Submit) id g6FL06s8013999; Mon, 15 Jul 2002 14:00:06 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 08DCA37B406 for ; Mon, 15 Jul 2002 13:53:10 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7D51743E42 for ; Mon, 15 Jul 2002 13:53:09 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g6FKr9OT082197 for ; Mon, 15 Jul 2002 13:53:09 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.4/8.12.4/Submit) id g6FKr919082196; Mon, 15 Jul 2002 13:53:09 -0700 (PDT) Message-Id: <200207152053.g6FKr919082196@www.freebsd.org> Date: Mon, 15 Jul 2002 13:53:09 -0700 (PDT) From: KATO Tsuguru To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/40626: Update port: print/pnm2ppa to 1.10 Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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