1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

upgrade to 0.92

PR:		16479
Submitted by:	maintainer
This commit is contained in:
Michael Haro 2000-02-01 00:02:23 +00:00
parent 547027d19d
commit 49f8519cd2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=25372
3 changed files with 30 additions and 18 deletions

View File

@ -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/ \

View File

@ -1 +1 @@
MD5 (hppsmtools-0.3.tar.gz) = 55a5a81016c7f8f1f257dd34322d6936
MD5 (hppsmtools-0.92.tar.gz) = 2e24ddfd036ee02ca8cfbcde39526f41

View File

@ -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)