diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-02 14:05:22 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-10-02 14:05:22 +0000 |
commit | d5e41939a1b852c5b0517f269cd2e698056bd619 (patch) | |
tree | 1bc619be2044805af4ba537d4283b577159d9198 /graphics/jpeg-mmx | |
parent | Remove kludge to work around ncftp's inability to fetch .tar.gz files (diff) |
Do not build regular objects with -fpic
Build complete .so set
Upgrade to version 6
Notes
Notes:
svn path=/head/; revision=2212
Diffstat (limited to 'graphics/jpeg-mmx')
-rw-r--r-- | graphics/jpeg-mmx/Makefile | 11 | ||||
-rw-r--r-- | graphics/jpeg-mmx/distinfo | 2 | ||||
-rw-r--r-- | graphics/jpeg-mmx/pkg-comment | 2 | ||||
-rw-r--r-- | graphics/jpeg-mmx/pkg-descr | 12 | ||||
-rw-r--r-- | graphics/jpeg-mmx/pkg-plist | 4 |
5 files changed, 17 insertions, 14 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile index 6a67ba54dde3..89cf66d86b1e 100644 --- a/graphics/jpeg-mmx/Makefile +++ b/graphics/jpeg-mmx/Makefile @@ -1,19 +1,20 @@ # New ports collection makefile for: jpeg -# Version required: 5b +# Version required: 6 # Date created: 6 November 1994 # Whom: smace # -# $Id: Makefile,v 1.7 1995/04/16 02:14:19 asami Exp $ +# $Id: Makefile,v 1.8 1995/06/24 11:38:03 asami Exp $ # -DISTNAME= jpegsrc.v5b -PKGNAME= jpeg-5b +DISTNAME= jpegsrc.v6 +PKGNAME= jpeg-6 CATEGORIES+= graphics MASTER_SITES= ftp://ftp.uu.net/graphics/jpeg/ \ ftp://ftp.netcom.com/pub/tgl/uunet/ -WRKSRC= ${WRKDIR}/jpeg-5b +WRKSRC= ${WRKDIR}/jpeg-6 GNU_CONFIGURE= yes +INSTALL_TARGET= install install-lib post-install: ldconfig -m ${PREFIX}/lib diff --git a/graphics/jpeg-mmx/distinfo b/graphics/jpeg-mmx/distinfo index 409fb7a56e10..d13fc96e74bd 100644 --- a/graphics/jpeg-mmx/distinfo +++ b/graphics/jpeg-mmx/distinfo @@ -1 +1 @@ -MD5 (jpegsrc.v5b.tar.gz) = 1272aa5cbf9974abed348e4b7ba2f55d +MD5 (jpegsrc.v6.tar.gz) = 035d116de05631d7d5f41b9946789177 diff --git a/graphics/jpeg-mmx/pkg-comment b/graphics/jpeg-mmx/pkg-comment index 01a1319aeb85..62ca538f1085 100644 --- a/graphics/jpeg-mmx/pkg-comment +++ b/graphics/jpeg-mmx/pkg-comment @@ -1 +1 @@ -IJG's jpeg compresion utilities version 5b +IJG's jpeg compresion utilities version 6 diff --git a/graphics/jpeg-mmx/pkg-descr b/graphics/jpeg-mmx/pkg-descr index b864b478cb15..a804f2ad48d8 100644 --- a/graphics/jpeg-mmx/pkg-descr +++ b/graphics/jpeg-mmx/pkg-descr @@ -1,10 +1,10 @@ The Independent JPEG Group's JPEG software ========================================== -README for release 5b of 15-Mar-95 -================================== +README for release 6 of 2-Aug-95 +================================ -This distribution contains the fifth public release of the Independent JPEG +This distribution contains the sixth public release of the Independent JPEG Group's free JPEG software. You are welcome to redistribute this software and to use it for any purpose, subject to the conditions under LEGAL ISSUES, below. @@ -14,7 +14,7 @@ our electronic mailing list. Mailing list members are notified of updates and have a chance to participate in technical discussions, etc. This software is the work of Tom Lane, Philip Gladstone, Luis Ortiz, Jim -Boucher, Lee Crocker, George Phillips, Davide Rossi, Ge' Weijers, and other -members of the Independent JPEG Group. +Boucher, Lee Crocker, Julian Minguillon, George Phillips, Davide Rossi, +Ge' Weijers, and other members of the Independent JPEG Group. -IJG is not associated with the official ISO JPEG standards committee. +IJG is not affiliated with the official ISO JPEG standards committee. diff --git a/graphics/jpeg-mmx/pkg-plist b/graphics/jpeg-mmx/pkg-plist index b89c6b68dfff..8ab81f2ed9c2 100644 --- a/graphics/jpeg-mmx/pkg-plist +++ b/graphics/jpeg-mmx/pkg-plist @@ -1,16 +1,18 @@ @cwd /usr/local bin/cjpeg bin/djpeg +bin/jpegtran bin/rdjpgcom bin/wrjpgcom man/man1/cjpeg.1 man/man1/djpeg.1 +man/man1/jpegtran.1 man/man1/rdjpgcom.1 man/man1/wrjpgcom.1 include/jconfig.h include/jpeglib.h include/jmorecfg.h include/jerror.h -lib/libjpeg.so.5.1 +lib/libjpeg.so.6.0 @exec ldconfig -m %B lib/libjpeg.a |