Index: head/x11-fonts/fontconfig/Makefile =================================================================== --- head/x11-fonts/fontconfig/Makefile (revision 463940) +++ head/x11-fonts/fontconfig/Makefile (revision 463941) @@ -1,79 +1,79 @@ # Created by: Joe Marcus Clarke # $FreeBSD$ PORTNAME= fontconfig PORTVERSION= 2.12.1 -PORTREVISION?= 0 +PORTREVISION?= 1 PORTEPOCH?= 1 CATEGORIES= x11-fonts MASTER_SITES= http://www.freedesktop.org/software/fontconfig/release/ MAINTAINER= gnome@FreeBSD.org COMMENT= XML-based font configuration API for X Windows LICENSE= MIT LICENSE_FILE= ${WRKSRC}/COPYING USES= tar:bzip2 .if !defined(REFERENCE_PORT) LIB_DEPENDS= libfreetype.so:print/freetype2 \ libexpat.so:textproc/expat2 USES+= cpe gmake libtool pathfix pkgconfig CPE_VENDOR= fontconfig_project USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-configdir=${PREFIX}/etc/fonts/conf.d \ --with-templatedir=${PREFIX}/etc/fonts/conf.avail \ --with-xmldir=${PREFIX}/etc/fonts \ --with-expat-includes=${LOCALBASE}/include \ --with-expat-lib=${LOCALBASE}/lib \ --with-default-hinting=${PREFERRED_HINTING} \ --with-default-fonts=${PREFIX}/share/fonts \ --with-add-fonts=${LOCALBASE}/lib/X11/fonts \ --with-cache-dir=/var/db/fontconfig \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig \ --disable-docs # D6155: static linked library linking added to support statically linked # applications, e.g. x11/xforward static option CONFIGURE_ARGS+= --enable-static # Python is not required, because fc-blanks.h is available in distfile CONFIGURE_ENV= PYTHON=":" PKGINSTALL= ${WRKDIR}/pkg-install INSTALL_TARGET=install-strip PLIST_SUB= PREFERRED_HINTING=${PREFERRED_HINTING} PORTDOCS= fontconfig-user.html fontconfig-user.pdf fontconfig-user.txt OPTIONS_DEFINE= DOCS OPTIONS_SINGLE= HINTING HINTING_DESC= Preferred pixel hinting configuration .for opt in NONE SLIGHT MEDIUM FULL OPTIONS_SINGLE_HINTING+= HINTING_${opt} HINTING_${opt}_DESC= ${opt:tl} HINTING_${opt}_VARS= PREFERRED_HINTING=${opt:tl} .endfor OPTIONS_DEFAULT= HINTING_SLIGHT post-install: ${INSTALL_MAN} ${WRKSRC}/fc-*/*.1 \ ${STAGEDIR}${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/*.5 \ ${STAGEDIR}${PREFIX}/man/man5 ${INSTALL_DATA} ${WRKSRC}/fonts.conf \ ${STAGEDIR}${PREFIX}/etc/fonts/fonts.conf.sample @${SED} -e 's|%%PREFIX%%|${PREFIX}| ; \ s|%%LOCALBASE%%|${LOCALBASE}|' < ${FILESDIR}/pkg-install.in \ > ${PKGINSTALL} post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/doc/|} ${STAGEDIR}${DOCSDIR} .include .endif Index: head/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in =================================================================== --- head/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in (nonexistent) +++ head/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in (revision 463941) @@ -0,0 +1,10 @@ +--- conf.d/Makefile.in.orig 2018-03-09 08:02:13 UTC ++++ conf.d/Makefile.in +@@ -364,6 +364,7 @@ CONF_LINKS = \ + 65-fonts-persian.conf \ + 65-nonlatin.conf \ + 69-unifont.conf \ ++ 70-no-bitmaps.conf \ + 80-delicious.conf \ + 90-synthetic.conf + Property changes on: head/x11-fonts/fontconfig/files/patch-conf.d_Makefile.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property