From 29f121162297502f724577ed28d70dc4c9a7b988 Mon Sep 17 00:00:00 2001 From: Adam Weinberger Date: Sat, 23 Aug 2014 19:40:21 +0000 Subject: libjpeg-turbo installs its own unique library (libturbojpeg.so) and a drop-in replacement for libjpeg.so. This commit splits them apart into two ports: graphics/libjpeg-turbo which installs only libturbojpeg.so graphics/jpeg-turbo which installs the libjpeg.so replacement This will allow ports to depend on libturbojpeg.so without causing pkg conflicts. Approved by: maintainer --- UPDATING | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'UPDATING') diff --git a/UPDATING b/UPDATING index 2122ed8fc4e8..e6c9dc4b9b5c 100644 --- a/UPDATING +++ b/UPDATING @@ -5,6 +5,19 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20140823 + AFFECTS: users of graphics/libjpeg-turbo + AUTHOR: adamw@FreeBSD.org + + libjpeg-turbo installs its own unique library (libturbojpeg.so) and + a drop-in replacement for libjpeg.so. The drop-in replacement has been + split off into graphics/jpeg-turbo; libjpeg-turbo now installs only + libturbojpeg.so. + + If you were using the libjpeg.so from graphics/libjpeg-turbo, you + should install graphics/jpeg-turbo AFTER upgrading the libjpeg-turbo + port. + 20140823 AFFECTS: users of TeXLive AUTHOR: hrs@FreeBSD.org -- cgit v1.2.3