Date: Fri, 19 Apr 2002 22:26:26 -0700 (PDT) From: KATO Tsuguru <tkato@prontomail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/37275: Update port: graphics/jbigkit to 1.4 Message-ID: <200204200526.g3K5QQP55041@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 37275 >Category: ports >Synopsis: Update port: graphics/jbigkit to 1.4 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Apr 19 22:30:02 PDT 2002 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: 4.4-RELEASE i386 >Organization: >Environment: >Description: - Update to version 1.4 >How-To-Repeat: >Fix: diff -urN /usr/ports/graphics/jbigkit/Makefile graphics/jbigkit/Makefile --- /usr/ports/graphics/jbigkit/Makefile Tue Feb 12 18:51:15 2002 +++ graphics/jbigkit/Makefile Tue Apr 9 22:34:36 2002 @@ -6,7 +6,7 @@ # PORTNAME= jbigkit -PORTVERSION= 1.2 +PORTVERSION= 1.4 CATEGORIES= graphics MASTER_SITES= http://www.cl.cam.ac.uk/~mgk25/download/ diff -urN /usr/ports/graphics/jbigkit/distinfo graphics/jbigkit/distinfo --- /usr/ports/graphics/jbigkit/distinfo Wed Jun 7 01:03:50 2000 +++ graphics/jbigkit/distinfo Tue Apr 9 22:41:08 2002 @@ -1 +1 @@ -MD5 (jbigkit-1.2.tar.gz) = 2175611f9d63632d2043cffae9bb1e8e +MD5 (jbigkit-1.4.tar.gz) = 6e0167e017b4cf7e76bfca6fc6390d4c diff -urN /usr/ports/graphics/jbigkit/files/patch-aa graphics/jbigkit/files/patch-aa --- /usr/ports/graphics/jbigkit/files/patch-aa Sat Jun 10 07:48:25 2000 +++ graphics/jbigkit/files/patch-aa Tue Apr 9 22:47:15 2002 @@ -1,6 +1,7 @@ ---- Makefile.orig Mon Oct 12 11:12:48 1998 -+++ Makefile Sun Nov 1 22:16:26 1998 -@@ -3,11 +3,12 @@ +--- Makefile.orig Tue Apr 9 19:37:13 2002 ++++ Makefile Tue Apr 9 22:45:53 2002 +@@ -2,13 +2,13 @@ + # $Id: Makefile,v 1.12 2002-04-09 11:37:13+01 mgk25 Exp $ # Select an ANSI/ISO C compiler here, GNU gcc is recommended -CC = gcc @@ -13,12 +14,32 @@ -CFLAGS = $(CCFLAGS) -I../libjbig +CFLAGS += -I../libjbig -+ - VERSION=1.0 -@@ -46,2 +47,26 @@ - $(DISTUID)@$(DISTHOST):$(DISTPATH)/jbigkit-$(VERSION)-announce.txt - mv ../jbigkit-$(VERSION).tar.gz $(HOME)/.www/download/ + VERSION=1.4 + +@@ -16,14 +16,14 @@ + @echo "Enter 'make test' in order to start some automatic tests." + + lib: +- (cd libjbig; make "CC=$(CC)" "CFLAGS=$(CFLAGS)") ++ (cd libjbig; $(MAKE) "CC=$(CC)" "CFLAGS=$(CFLAGS)") + + pbm: lib +- (cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)") ++ (cd pbmtools; $(MAKE) "CC=$(CC)" "CFLAGS=$(CFLAGS)") + + test: lib pbm +- (cd libjbig; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) +- (cd pbmtools; make "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) ++ (cd libjbig; $(MAKE) "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) ++ (cd pbmtools; $(MAKE) "CC=$(CC)" "CFLAGS=$(CFLAGS)" test) + + clean: + rm -f *~ core +@@ -36,3 +36,27 @@ + gzip -9f jbigkit-$(VERSION).tar ) + mv ../jbigkit-$(VERSION).tar.gz $(HOME)/public_html/download/ + cp CHANGES $(HOME)/public_html/jbigkit/ + +install: + mkdir -p ${PREFIX}/bin >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200204200526.g3K5QQP55041>