From owner-freebsd-ports Sat Mar 11 11:20:24 2000 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B70ED37BCC8 for ; Sat, 11 Mar 2000 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA72440; Sat, 11 Mar 2000 11:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from totem.fix.no (totem.freenix.no [195.0.166.42]) by hub.freebsd.org (Postfix) with ESMTP id BF1D737BCBD for ; Sat, 11 Mar 2000 11:12:06 -0800 (PST) (envelope-from anders@totem.fix.no) Received: by totem.fix.no (Postfix, from userid 1000) id CFADE5742; Sat, 11 Mar 2000 20:12:04 +0100 (CET) Message-Id: <20000311191204.CFADE5742@totem.fix.no> Date: Sat, 11 Mar 2000 20:12:04 +0100 (CET) From: Anders Nordby Reply-To: Anders Nordby To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/17324: Update port: graphics/hppsmtools Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 17324 >Category: ports >Synopsis: Update port: graphics/hppsmtools >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: Sat Mar 11 11:20:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Anders Nordby >Release: FreeBSD 3.4-STABLE i386 >Organization: Fluxpod Information eXchange >Environment: FreeBSD eggsilo.bsdonline.org 3.4-STABLE FreeBSD 3.4-STABLE #5: Fri Mar 10 23:44:03 CET 2000 root@eggsilo.bsdonline.org:/usr/src/sys/compile/EGGSILO i386 >Description: Updates the port to version 1.0. Removes patch-ab. >How-To-Repeat: >Fix: diff -Nur hppsmtools.old/Makefile hppsmtools/Makefile --- hppsmtools.old/Makefile Tue Feb 1 19:04:36 2000 +++ hppsmtools/Makefile Sat Mar 11 15:19:53 2000 @@ -6,7 +6,7 @@ # $FreeBSD: ports/graphics/hppsmtools/Makefile,v 1.2 2000/02/01 00:02:21 mharo Exp $ # -DISTNAME= hppsmtools-0.92 +DISTNAME= hppsmtools-1.0 CATEGORIES= graphics MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ \ http://www.freenix.no/~anders/ \ diff -Nur hppsmtools.old/files/md5 hppsmtools/files/md5 --- hppsmtools.old/files/md5 Tue Feb 1 19:04:36 2000 +++ hppsmtools/files/md5 Sat Mar 11 15:20:18 2000 @@ -1 +1 @@ -MD5 (hppsmtools-0.92.tar.gz) = 2e24ddfd036ee02ca8cfbcde39526f41 +MD5 (hppsmtools-1.0.tar.gz) = 5ff36dfa7f187ecd70d839870d9d1e79 diff -Nur hppsmtools.old/patches/patch-aa hppsmtools/patches/patch-aa --- hppsmtools.old/patches/patch-aa Tue Feb 1 19:04:36 2000 +++ hppsmtools/patches/patch-aa Sat Mar 11 15:23:11 2000 @@ -1,28 +1,10 @@ ---- Makefile.orig Sun Jan 30 17:23:28 2000 -+++ Makefile Sun Jan 30 17:24:52 2000 -@@ -7,21 +7,20 @@ +--- Makefile.orig Sat Mar 11 15:21:52 2000 ++++ Makefile Sat Mar 11 15:22:55 2000 +@@ -7,7 +7,6 @@ + PREFIX=/usr/local + COPTS=$(ADDIT_DEFS) -Wall -pedantic +-CC=gcc - COPTS=-g $(ADDIT_DEFS) -Wall --CC=gcc $(COPTS) - - .c.o: -- $(CC) -c $< -+ $(CC) $(COPTS) -c $< - - DESTDIR=hppsmtools-$(PSM_VERSION) - - psmget: psmget.o -- $(CC) psmget.o -o psmget -+ $(CC) $(COPTS) psmget.o -o psmget - - psmget.o: psmget.c psmget.h -- $(CC) -c psmget.c -DPSM_VERSION=\"$(PSM_VERSION)\" -+ $(CC) $(COPTS) -c psmget.c -DPSM_VERSION=\"$(PSM_VERSION)\" - - crcguess: crcguess.o crc32.o -- gcc crcguess.o crc32.o -o crcguess -+ $(CC) crcguess.o crc32.o -o crcguess - - distri: - -mkdir $(DESTDIR) + FILES= psm.h psm.c \ + exif.h exifparse.c \ diff -Nur hppsmtools.old/patches/patch-ab hppsmtools/patches/patch-ab --- hppsmtools.old/patches/patch-ab Tue Feb 1 19:04:36 2000 +++ hppsmtools/patches/patch-ab Thu Jan 1 01:00:00 1970 @@ -1,13 +0,0 @@ ---- psmget.c.orig Sun Jan 30 17:23:34 2000 -+++ psmget.c Sun Jan 30 17:25:33 2000 -@@ -42,10 +42,8 @@ - #include - #include "psmget.h" - --#ifdef PSM_GLIBC - #include - #include --#endif - - int _camgetc_cache = -1; - int byte_count = 0; >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message