Date: Wed, 4 May 2016 02:45:00 +0000 (UTC) From: Cy Schubert <cy@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r414575 - head/x11-fonts/fontconfig Message-ID: <201605040245.u442j09n090772@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: cy Date: Wed May 4 02:45:00 2016 New Revision: 414575 URL: https://svnweb.freebsd.org/changeset/ports/414575 Log: Link static library. Note to those who follow: The statically linked library will be used by the next commit of x11/xforward for use on firewall/gateway machines without a full-blown X install. Differential Revision: D6155 Modified: head/x11-fonts/fontconfig/Makefile head/x11-fonts/fontconfig/pkg-plist Modified: head/x11-fonts/fontconfig/Makefile ============================================================================== --- head/x11-fonts/fontconfig/Makefile Wed May 4 01:59:03 2016 (r414574) +++ head/x11-fonts/fontconfig/Makefile Wed May 4 02:45:00 2016 (r414575) @@ -31,6 +31,11 @@ CONFIGURE_ARGS= --with-configdir=${PREFI --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 + MAKE_ENV= LC_ALL=C PKGINSTALL= ${WRKDIR}/pkg-install INSTALL_TARGET=install-strip Modified: head/x11-fonts/fontconfig/pkg-plist ============================================================================== --- head/x11-fonts/fontconfig/pkg-plist Wed May 4 01:59:03 2016 (r414574) +++ head/x11-fonts/fontconfig/pkg-plist Wed May 4 02:45:00 2016 (r414575) @@ -56,6 +56,7 @@ etc/fonts/fonts.dtd include/fontconfig/fcfreetype.h include/fontconfig/fcprivate.h include/fontconfig/fontconfig.h +lib/libfontconfig.a lib/libfontconfig.so lib/libfontconfig.so.1 lib/libfontconfig.so.1.8.0
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605040245.u442j09n090772>