Date: Sat, 11 Mar 2000 20:12:04 +0100 (CET) From: Anders Nordby <anders@fix.no> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/17324: Update port: graphics/hppsmtools Message-ID: <20000311191204.CFADE5742@totem.fix.no>
next in thread | raw e-mail | index | archive | help
>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 <signal.h> - #include "psmget.h" - --#ifdef PSM_GLIBC - #include <errno.h> - #include <termios.h> --#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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000311191204.CFADE5742>