diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-21 00:25:33 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 2000-03-21 00:25:33 +0000 |
commit | 0915e1328f73aed4a360a36ba4d1b22e0e01093e (patch) | |
tree | 98a5950fcde533ccf0a60f305d1b14bff182839b /graphics | |
parent | 1901efed8dcac9a9a11a585956ed4154a8a29266 (diff) | |
download | ports-0915e1328f73aed4a360a36ba4d1b22e0e01093e.tar.gz ports-0915e1328f73aed4a360a36ba4d1b22e0e01093e.zip |
Update port to 1.0
PR: 17324
Submitted by: Maintainer
Notes
Notes:
svn path=/head/; revision=26881
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/hppsmtools/Makefile | 2 | ||||
-rw-r--r-- | graphics/hppsmtools/distinfo | 2 | ||||
-rw-r--r-- | graphics/hppsmtools/files/patch-aa | 40 |
3 files changed, 14 insertions, 30 deletions
diff --git a/graphics/hppsmtools/Makefile b/graphics/hppsmtools/Makefile index ce8eb8e0b405..b46155a9884d 100644 --- a/graphics/hppsmtools/Makefile +++ b/graphics/hppsmtools/Makefile @@ -6,7 +6,7 @@ # $FreeBSD$ # -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 --git a/graphics/hppsmtools/distinfo b/graphics/hppsmtools/distinfo index 79dbe96c9195..09f3798ffad2 100644 --- a/graphics/hppsmtools/distinfo +++ b/graphics/hppsmtools/distinfo @@ -1 +1 @@ -MD5 (hppsmtools-0.92.tar.gz) = 2e24ddfd036ee02ca8cfbcde39526f41 +MD5 (hppsmtools-1.0.tar.gz) = 5ff36dfa7f187ecd70d839870d9d1e79 diff --git a/graphics/hppsmtools/files/patch-aa b/graphics/hppsmtools/files/patch-aa index d2277344301a..aa1fc2becf9e 100644 --- a/graphics/hppsmtools/files/patch-aa +++ b/graphics/hppsmtools/files/patch-aa @@ -1,28 +1,12 @@ ---- 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) +--- Makefile.orig Wed Mar 1 09:23:12 2000 ++++ Makefile Mon Mar 20 19:23:54 2000 +@@ -6,8 +6,7 @@ + # Set this to your liking + PREFIX=/usr/local + +-COPTS=$(ADDIT_DEFS) -Wall -pedantic +-CC=gcc ++COPTS=$(ADDIT_DEFS) -Wall -pedantic $(CFLAGS) + + FILES= psm.h psm.c \ + exif.h exifparse.c \ |