summaryrefslogtreecommitdiff
path: root/Mk/Uses/jpeg.mk (follow)
Commit message (Collapse)AuthorAgeFilesLines
* framework: Remove $FreeBSD$Mathieu Arnold2021-04-061-2/+0
| | | | Where appropriate fiddle with a few other things.
* Remove graphics/jpeg which has expired in favor of graphics/jpeg-turboRene Ladan2020-12-011-1/+1
| | | | | | | | Update qa checks and add a note to UPDATING to help users migrate. Differential Revision: https://reviews.freebsd.org/D27425 Notes: svn path=/head/; revision=556784
* Remove the now unneeded ${PORTSDIR} from dependency definition inBaptiste Daroussin2016-03-271-5/+5
| | | | | | | | | | | The infrastructure Makefiles PR: 206569 Exp run by: antoine Differential Revision: D5047 Notes: svn path=/head/; revision=411970
* Readd PORTSDIR for now we will only start removing them after 2016Q1 is branchedBaptiste Daroussin2015-10-151-5/+5
| | | | | | | | This gives more time for tools to get updated, available in packages etc before bothering users Notes: svn path=/head/; revision=399326
* Drop the necessity to add ${PORTSDIR} to dependency lineBaptiste Daroussin2015-10-141-5/+5
| | | | | | | | | | | | | | Modify make describe to automatically prepend ${PORTSDIR} if the path for the port is not absolute Checked with poudriere, portmaster, portupgrade PR: 203685 Exp-run by: antoine Differential Revision: https://reviews.freebsd.org/D3866 Notes: svn path=/head/; revision=399278
* - Update jpeg-turbo to 1.4.1 and grab maintainership after several timeoutsAntoine Brodin2015-09-161-1/+6
| | | | | | | | | | - Change default jpeg implementation from jpeg to jpeg-turbo Reviewed by: bapt, mat Differential Revision: https://reviews.freebsd.org/D2884 Notes: svn path=/head/; revision=397084
* Add USES=jpeg, to handle dependency on a jpeg libraryAntoine Brodin2015-06-221-0/+33
Differential Revision: https://reviews.freebsd.org/D1582 Reviewed by: bapt, mat Notes: svn path=/head/; revision=390308