Bug 210396 - [PATCH] security/stegdetect: Unbreak fetch
Summary: [PATCH] security/stegdetect: Unbreak fetch
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: freebsd-ports-bugs (Nobody)
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2016-06-20 00:44 UTC by lightside
Modified: 2016-06-20 13:36 UTC (History)
0 users

See Also:


Attachments
Proposed patch (since 417134 revision) (946 bytes, patch)
2016-06-20 00:44 UTC, lightside
no flags Details | Diff
The poudriere testport log (FreeBSD 10.2 amd64, with X11=on) (69.14 KB, text/plain)
2016-06-20 00:45 UTC, lightside
no flags Details
The poudriere testport log (FreeBSD 10.2 amd64, with X11=off) (57.32 KB, text/plain)
2016-06-20 00:46 UTC, lightside
no flags Details
Proposed patch (since 417134 revision) (988 bytes, patch)
2016-06-20 00:52 UTC, lightside
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description lightside 2016-06-20 00:44:53 UTC
Created attachment 171587 [details]
Proposed patch (since 417134 revision)

Patch to unbreak fetch for security/stegdetect port.

- Unbreak fetch
- Add x11, xext, xi to USE_XORG for X11 case
- Add gettext-runtime to USES for X11 case

The distfile is available at different location:
% curl -sLI http://www.sourcefiles.org/Graphics/Tools/Miscellaneous/stegdetect-0.6.tar.gz
HTTP/1.1 200 OK
Date: Sun, 19 Jun 2016 17:17:44 GMT
Server: Apache/2.2.3 (Fedora)
Last-Modified: Sun, 18 Mar 2007 01:58:21 GMT
ETag: "91005-135d09-cea2e940"
Accept-Ranges: bytes
Content-Length: 1269001
Connection: close
Content-Type: application/x-gzip
Comment 1 lightside 2016-06-20 00:45:39 UTC
Created attachment 171588 [details]
The poudriere testport log (FreeBSD 10.2 amd64, with X11=on)
Comment 2 lightside 2016-06-20 00:46:00 UTC
Created attachment 171589 [details]
The poudriere testport log (FreeBSD 10.2 amd64, with X11=off)
Comment 3 lightside 2016-06-20 00:52:42 UTC
Created attachment 171590 [details]
Proposed patch (since 417134 revision)

Possible to bump PORTREVISION, because of USE_XORG and USES changes.

- Bump PORTREVISION
Comment 4 commit-hook freebsd_committer freebsd_triage 2016-06-20 06:30:11 UTC
A commit references this bug:

Author: bapt
Date: Mon Jun 20 06:29:43 UTC 2016
New revision: 417141
URL: https://svnweb.freebsd.org/changeset/ports/417141

Log:
  Provide a new MASTER_SITES
  Add explicit xorg dependencies

  PR:		210396
  Submitted by:	lightside@gmx.com

Changes:
  head/security/stegdetect/Makefile
Comment 5 lightside 2016-06-20 13:36:08 UTC
(In reply to comment #4)
You are right, there is no need to add X11_USES=gettext-runtime, because this is indirect dependency, which configured in x11-toolkits/gtk12 port.

Thanks for commit.