Bug 173443 - [PATCH] graphics/feh: OptionsNG, removed not needed patch
Summary: [PATCH] graphics/feh: OptionsNG, removed not needed patch
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Niclas Zeising
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-11-07 14:00 UTC by nemysis
Modified: 2012-11-08 21:43 UTC (History)
1 user (show)

See Also:


Attachments
feh-2.7.patch (821 bytes, patch)
2012-11-07 14:00 UTC, nemysis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description nemysis 2012-11-07 14:00:00 UTC
Makefile changed:
+.include <bsd.port.options.mk>

Removed because is in cam/gen-cam-menu already #!/bin/sh
-	@${REINPLACE_CMD} 's#/bin/bash#/bin/sh#' ${WRKSRC}/cam/gen-cam-menu
# changed to more usuall |

+.if ${PORT_OPTIONS:MDOCS}
+	${MKDIR} ${DOCSDIR}
+	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}

Port maintainer (zeising@FreeBSD.org) is cc'd.

Generated and tested manually, tested with port test and with RedPorts (all RELEASES, CLANG), sent with FreeBSD Port Tools 0.99_6 (mode: change, diff: ports)

How-To-Repeat: 
portlint -A
looks usual.

port test: clean

Build log

https://redports.org/buildarchive/20121107013753-61480/
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-11-07 14:00:07 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zeising

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Niclas Zeising freebsd_committer freebsd_triage 2012-11-08 21:43:13 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!