Bug 36013

Summary: --enable-maxmem for libjpeg port
Product: Ports & Packages Reporter: Seva Gluschenko <gvs>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Seva Gluschenko 2002-03-17 17:20:01 UTC
	Working on with libjpeg I found that FreeBSD port does not provide
	any usage of --enable-maxmem configure option. The proposed patch
	solves this issue.

Fix: Apply this patch to port Makefile:

	cd /usr/ports/graphics/jpeg
	patch < /path/to/this/file

	Then use "make J_MAXMEM=nn" to limit memory usage to nn MBytes.
How-To-Repeat: 	Try to make libjpeg from ports with maxmem limit. You won't be able
	to do this without digging into Makefile.
Comment 1 Ying-Chieh Liao freebsd_committer freebsd_triage 2002-03-18 03:36:51 UTC
State Changed
From-To: open->closed

committed, thanks