ports/166630: [patch] devel/xdg-utils: add RUN_DEPENDS upon
misc/hicolor-icon-theme
Boris Samorodov
bsam at passap.ru
Mon Apr 16 13:50:15 UTC 2012
The following reply was made to PR ports/166630; it has been noted by GNATS.
From: Boris Samorodov <bsam at passap.ru>
To: Jeremy Messenger <mezz.freebsd at gmail.com>
Cc: bug-followup at 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--
More information about the freebsd-gnome
mailing list