summaryrefslogtreecommitdiff
path: root/graphics/hppsmtools
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>2000-02-01 00:02:23 +0000
committerMichael Haro <mharo@FreeBSD.org>2000-02-01 00:02:23 +0000
commit49f8519cd2687c98f1062b37bce6a2768acc4ed7 (patch)
tree3a3b060def20e4c3c435c5496cb1abfe89ace192 /graphics/hppsmtools
parentupgrade to 5.2.4 (diff)
upgrade to 0.92
PR: 16479 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=25372
Diffstat (limited to 'graphics/hppsmtools')
-rw-r--r--graphics/hppsmtools/Makefile2
-rw-r--r--graphics/hppsmtools/distinfo2
-rw-r--r--graphics/hppsmtools/files/patch-aa44
3 files changed, 30 insertions, 18 deletions
diff --git a/graphics/hppsmtools/Makefile b/graphics/hppsmtools/Makefile
index 338004f06777..ce8eb8e0b405 100644
--- a/graphics/hppsmtools/Makefile
+++ b/graphics/hppsmtools/Makefile
@@ -6,7 +6,7 @@
# $FreeBSD$
#
-DISTNAME= hppsmtools-0.3
+DISTNAME= hppsmtools-0.92
CATEGORIES= graphics
MASTER_SITES= http://unimut.fsk.uni-heidelberg.de/unimut/photosmart/ \
http://www.freenix.no/~anders/ \
diff --git a/graphics/hppsmtools/distinfo b/graphics/hppsmtools/distinfo
index e00efb8327c6..79dbe96c9195 100644
--- a/graphics/hppsmtools/distinfo
+++ b/graphics/hppsmtools/distinfo
@@ -1 +1 @@
-MD5 (hppsmtools-0.3.tar.gz) = 55a5a81016c7f8f1f257dd34322d6936
+MD5 (hppsmtools-0.92.tar.gz) = 2e24ddfd036ee02ca8cfbcde39526f41
diff --git a/graphics/hppsmtools/files/patch-aa b/graphics/hppsmtools/files/patch-aa
index ef8000e5e6d5..d2277344301a 100644
--- a/graphics/hppsmtools/files/patch-aa
+++ b/graphics/hppsmtools/files/patch-aa
@@ -1,16 +1,28 @@
-*** psmget.c.orig Wed Sep 1 23:04:53 1999
---- psmget.c Wed Sep 1 23:06:41 1999
-***************
-*** 13,23 ****
- #include <sys/poll.h>
- #include <sys/ioctl.h>
-
-- #ifdef PSM_GLIBC
- #include <errno.h>
-- #include <termbits.h>
- #include <termios.h>
-- #endif
-
- typedef unsigned char uchar;
-
---- 13,20 ----
+--- Makefile.orig Sun Jan 30 17:23:28 2000
++++ Makefile Sun Jan 30 17:24:52 2000
+@@ -7,21 +7,20 @@
+
+
+ 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)