Bug 205650

Summary: security/steghide : add support for JPEG
Product: Ports & Packages Reporter: Rene Ladan <rene>
Component: Individual Port(s)Assignee: Tilman Keskinoz <arved>
Status: Closed FIXED    
Severity: Affects Only Me Flags: bugzilla: maintainer-feedback? (arved)
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch to add JPEG support
none
poudriere log for FreeBSD 11-amd64 none

Description Rene Ladan freebsd_committer freebsd_triage 2015-12-27 19:19:43 UTC
Created attachment 164734 [details]
patch to add JPEG support

Currently the security/steghide port does not support JPEG files because the port does not depend on the JPEG package and consequently its configure script does not enable it. This patch adds a dependency on the JPEG package.

The patch also pets portlint:
- in Makefile, move LICENSE variables up to prevent a FATAL error
- in pkg-plist, replace hardcoded "share/doc/steghide" by %%DOCSDIR%%

Bump PORTREVISION
Comment 1 Rene Ladan freebsd_committer freebsd_triage 2015-12-27 19:58:14 UTC
Created attachment 164735 [details]
poudriere log for FreeBSD 11-amd64
Comment 2 Tilman Keskinoz freebsd_committer freebsd_triage 2015-12-28 11:57:14 UTC
committed, thanks
Comment 3 commit-hook freebsd_committer freebsd_triage 2015-12-28 11:58:03 UTC
A commit references this bug:

Author: arved
Date: Mon Dec 28 11:57:00 UTC 2015
New revision: 404622
URL: https://svnweb.freebsd.org/changeset/ports/404622

Log:
  * add support for JPEG

  PR:		205650
  Submitted by:	rene

  * while here, add Option to disable NLS

Changes:
  head/security/steghide/Makefile
  head/security/steghide/pkg-plist