[Bug 191152] [NEW PORT] x11-fonts/hasklig

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Jun 20 10:54:34 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191152

Raphael Kubo da Costa <rakuco at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rakuco at FreeBSD.org

--- Comment #1 from Raphael Kubo da Costa <rakuco at FreeBSD.org> ---
> DISTNAME=Hasklig-${PORTVERSION}

Missing a tab here.

> BUILD_DEPENDS=fc-cache:${PORTSDIR}/x11-fonts/fontconfig
> RUN_DEPENDS:=	${BUILD_DEPENDS}

I believe fontconfig can be declared as a runtime dependency only, as it is
only invoked when the port is installed and deinstalled. In any case, the
second assignment could be a normal one, since nothing else changes
BUILD_DEPENDS.

> @unexec /bin/rm %D/%%FONTSDIR%%/fonts.cache-1 2>/dev/null || /usr/bin/true
> @dirrm %%FONTSDIR%%
> @exec %%LOCALBASE%%/bin/fc-cache -f -v %D/%%FONTSDIR%% || /usr/bin/true

Please use the @fc keyword instead:
http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/plist-keywords.html

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list