Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Dec 2013 19:50:24 GMT
From:      Alphons "Fonz" van Werven <freebsd@skysmurf.nl>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/184945: [multimedia/mplayer] pkg-message displayed twice (PATCH INCLUDED)
Message-ID:  <201312171950.rBHJoOtc076013@oldred.freebsd.org>
Resent-Message-ID: <201312172000.rBHK00Qc089468@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312171950.rBHJoOtc076013>