ports/184945: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED)
Alphons Fonz van Werven
freebsd at skysmurf.nl
Tue Dec 17 20:00:00 UTC 2013
>Number: 184945
>Category: ports
>Synopsis: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED)
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: update
>Submitter-Id: current-users
>Arrival-Date: Tue Dec 17 20:00:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Alphons "Fonz" van Werven
>Release:
>Organization:
>Environment:
>Description:
Upon build + install (at least during a Portmaster run) pkg-message is displayed TWICE. The attached patch removes an explicit @${CAT} ${PKGMESSAGE} from the Makefile, which is now obsolete and was probably missed during the stagifying process.
Trivial problem, trivial fix.
>How-To-Repeat:
# portmaster multimedia/mplayer
>Fix:
See patch :-)
Patch attached with submission follows:
--- Makefile.orig 2013-12-17 20:39:58.000000000 +0100
+++ Makefile 2013-12-17 20:40:07.000000000 +0100
@@ -180,6 +180,5 @@
@(cd ${STAGEDIR}${MAN1PREFIX}/man/man1 && ${LN} -sf mplayer.1.gz gmplayer.1.gz)
${CP} -f ${WRKSRC}/etc/mplayer256x256.png ${STAGEDIR}${LOCALBASE}/share/pixmaps/mplayer.png
.endif
- @${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list