diff options
author | jedgar <jedgar@FreeBSD.org> | 2000-03-21 00:25:33 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 2000-03-21 00:25:33 +0000 |
commit | 8f08a93b778f9f2f15a1e04cbd5c6b7eeddd6d98 (patch) | |
tree | 6ea449edd1469e480caee9fb3c407174455e140b /graphics/hppsmtools | |
parent | 4a9a77bf0ed0e4e5ffe27a3c72fbcccf5c8cb630 (diff) | |
download | FreeBSD-ports-8f08a93b778f9f2f15a1e04cbd5c6b7eeddd6d98.zip FreeBSD-ports-8f08a93b778f9f2f15a1e04cbd5c6b7eeddd6d98.tar.gz |
Update port to 1.0
PR: 17324
Submitted by: Maintainer
Diffstat (limited to 'graphics/hppsmtools')
-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 ce8eb8e..b46155a 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 79dbe96..09f3798 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 d227734..aa1fc2b 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 \ |