summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-10-02 14:05:22 +0000
committerache <ache@FreeBSD.org>1995-10-02 14:05:22 +0000
commit29fc429dc738030798505815104ad381c18d88a1 (patch)
treeabd007299f0c89e42bbc09bdac32d375ec1e9d82
parente3cc1254170cfa6431aaf42b9fe836829c3ca92c (diff)
downloadFreeBSD-ports-29fc429dc738030798505815104ad381c18d88a1.zip
FreeBSD-ports-29fc429dc738030798505815104ad381c18d88a1.tar.gz
Do not build regular objects with -fpic
Build complete .so set Upgrade to version 6
-rw-r--r--graphics/jpeg-mmx/Makefile11
-rw-r--r--graphics/jpeg-mmx/distinfo2
-rw-r--r--graphics/jpeg-mmx/pkg-comment2
-rw-r--r--graphics/jpeg-mmx/pkg-descr12
-rw-r--r--graphics/jpeg-mmx/pkg-plist4
-rw-r--r--graphics/jpeg/Makefile11
-rw-r--r--graphics/jpeg/distinfo2
-rw-r--r--graphics/jpeg/pkg-comment2
-rw-r--r--graphics/jpeg/pkg-descr12
-rw-r--r--graphics/jpeg/pkg-plist4
10 files changed, 34 insertions, 28 deletions
diff --git a/graphics/jpeg-mmx/Makefile b/graphics/jpeg-mmx/Makefile
index 6a67ba5..89cf66d 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 409fb7a..d13fc96 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 01a1319..62ca538 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 b864b47..a804f2a 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 b89c6b6..8ab81f2 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
diff --git a/graphics/jpeg/Makefile b/graphics/jpeg/Makefile
index 6a67ba5..89cf66d 100644
--- a/graphics/jpeg/Makefile
+++ b/graphics/jpeg/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/distinfo b/graphics/jpeg/distinfo
index 409fb7a..d13fc96 100644
--- a/graphics/jpeg/distinfo
+++ b/graphics/jpeg/distinfo
@@ -1 +1 @@
-MD5 (jpegsrc.v5b.tar.gz) = 1272aa5cbf9974abed348e4b7ba2f55d
+MD5 (jpegsrc.v6.tar.gz) = 035d116de05631d7d5f41b9946789177
diff --git a/graphics/jpeg/pkg-comment b/graphics/jpeg/pkg-comment
index 01a1319..62ca538 100644
--- a/graphics/jpeg/pkg-comment
+++ b/graphics/jpeg/pkg-comment
@@ -1 +1 @@
-IJG's jpeg compresion utilities version 5b
+IJG's jpeg compresion utilities version 6
diff --git a/graphics/jpeg/pkg-descr b/graphics/jpeg/pkg-descr
index b864b47..a804f2a 100644
--- a/graphics/jpeg/pkg-descr
+++ b/graphics/jpeg/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/pkg-plist b/graphics/jpeg/pkg-plist
index b89c6b6..8ab81f2 100644
--- a/graphics/jpeg/pkg-plist
+++ b/graphics/jpeg/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
OpenPOWER on IntegriCloud