Bug 205650 - security/steghide : add support for JPEG
Summary: security/steghide : add support for JPEG
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Tilman Keskinoz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-12-27 19:19 UTC by Rene Ladan
Modified: 2015-12-28 11:58 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (arved)


Attachments
patch to add JPEG support (1.59 KB, patch)
2015-12-27 19:19 UTC, Rene Ladan
no flags Details | Diff
poudriere log for FreeBSD 11-amd64 (116.42 KB, text/plain)
2015-12-27 19:58 UTC, Rene Ladan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
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