Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2012 13:50:14 GMT
From:      Boris Samorodov <bsam@passap.ru>
To:        gnome@FreeBSD.org
Subject:   Re: ports/166630: [patch] devel/xdg-utils: add RUN_DEPENDS upon misc/hicolor-icon-theme
Message-ID:  <201204161350.q3GDoEvD082549@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR ports/166630; it has been noted by GNATS.

From: Boris Samorodov <bsam@passap.ru>
To: Jeremy Messenger <mezz.freebsd@gmail.com>
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/166630: [patch] devel/xdg-utils: add RUN_DEPENDS upon misc/hicolor-icon-theme
Date: Mon, 16 Apr 2012 17:47:22 +0400

 This is a multi-part message in MIME format.
 --------------010800000909020808020405
 Content-Type: text/plain; charset=ISO-8859-1; format=flowed
 Content-Transfer-Encoding: 7bit
 
 On 16.04.2012 17:33, Jeremy Messenger wrote:
 > Can you send me a patch of graphics/djview4 that you are working on?
 
 Yes, attached.
 
 -- 
 WBR, Boris Samorodov (bsam)
 FreeBSD Committer, http://www.FreeBSD.org The Power To Serve
 
 --------------010800000909020808020405
 Content-Type: text/plain;
  name="djview4.diff"
 Content-Transfer-Encoding: 7bit
 Content-Disposition: attachment;
  filename="djview4.diff"
 
 Index: Makefile
 ===================================================================
 RCS file: /home/pcvs/ports/graphics/djview4/Makefile,v
 retrieving revision 1.27
 diff -u -r1.27 Makefile
 --- Makefile	16 Jan 2012 18:31:15 -0000	1.27
 +++ Makefile	16 Apr 2012 13:44:05 -0000
 @@ -7,6 +7,7 @@
  
  PORTNAME=	djview
  PORTVERSION=	4.8
 +PORTREVISION=	1
  CATEGORIES=	graphics
  MASTER_SITES=	SF/djvu/DjView/${PORTVERSION}
  
 @@ -54,8 +55,11 @@
  		${WRKSRC}/nsdejavu/Makefile.in
  
  post-install:
 +	@${ECHO_CMD} "@unexec ${PREFIX}/share/djvu/djview4/desktop/register-djview-menu uninstall" >> ${TMPPLIST}
  	@${FIND} -ds ${PREFIX}/share/djvu/djview4/ ! -type d | \
  		${SED} 's,${PREFIX}/,,' >> ${TMPPLIST}
 +	@${ECHO_CMD} "@exec ${PREFIX}/share/djvu/djview4/desktop/register-djview-menu install" >> ${TMPPLIST}
 +	@${PREFIX}/share/djvu/djview4/desktop/register-djview-menu install
  
  	@${ECHO_CMD} "@dirrm share/djvu/djview4/desktop" >> ${TMPPLIST}
  	@${ECHO_CMD} "@dirrm share/djvu/djview4" >> ${TMPPLIST}
 
 --------------010800000909020808020405--



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