1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Chase the checksum and make this compile again.

PR:		8507
This commit is contained in:
Steve Price 1998-11-02 04:15:38 +00:00
parent a10a7b97d7
commit 150924d776
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=14295
2 changed files with 8 additions and 24 deletions

View File

@ -1 +1 @@
MD5 (jbigkit-1.0.tar.gz) = 9f954ef0071ea222e11ab241c5e818c4
MD5 (jbigkit-1.0.tar.gz) = 97676df72cd5a1f4b589c28cccf58162

View File

@ -1,7 +1,6 @@
--- Makefile.orig Fri Apr 10 20:34:54 1998
+++ Makefile Wed Sep 16 16:53:36 1998
@@ -2,13 +2,14 @@
# $Id: Makefile,v 1.5 1998-04-11 02:34:53+01 mgk25 Rel $
--- Makefile.orig Mon Oct 12 11:12:48 1998
+++ Makefile Sun Nov 1 22:16:26 1998
@@ -3,11 +3,12 @@
# Select an ANSI/ISO C compiler here, GNU gcc is recommended
-CC = gcc
@ -16,25 +15,10 @@
+CFLAGS += -I../libjbig
+
all: lib pbm
@echo "Enter 'make test' in order to start some automatic tests."
@@ -19,9 +20,9 @@
pbm: lib
(cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)")
-test:
- (cd libjbig; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test)
- (cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test)
+#test:
+# (cd libjbig; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test)
+# (cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test)
clean:
rm -f *~ core
@@ -31,3 +32,25 @@
distribution: clean
rm -f libjbig/libjbig.a
(cd ..; tar -c -v --exclude RCS -f jbigkit.tar jbigkit)
VERSION=1.0
@@ -46,2 +47,24 @@
$(DISTUID)@$(DISTHOST):$(DISTPATH)/jbigkit-$(VERSION)-announce.txt
mv ../jbigkit-$(VERSION).tar.gz $(HOME)/.www/download/
+
+install:
+ mkdir -p ${PREFIX}/bin