svn commit: r529074 - head/graphics/xpdf4

Mathieu Arnold mat at FreeBSD.org
Wed Mar 25 08:33:01 UTC 2020


On Wed, Mar 25, 2020 at 03:11:10AM +0000, Cy Schubert wrote:
> -OPTIONS_DEFINE=		TYPE1 LIBPAPER PRINT GUI
> +OPTIONS_DEFINE=		TYPE1 LIBPAPER PRINT GUI NO_FONTCONFIG

Options are "positive" things, they express the need for something to be
enabled.  You never *enable* an option to *disable* a feature.  Please
switch to a FONTCONFIG option that is enabled by default.

>  OPTIONS_DEFAULT=	TYPE1 PRINT GUI
>  OPTIONS_SUB=		yes
>  
> @@ -59,6 +59,10 @@ PRINT_CMAKE_OFF=	-DXPDFWIDGET_PRINTING:BOOL=OFF -DCUPS
>  PRINT_DESC=		Print support (CUPS dependency)
>  PRINT_LDFLAGS=		-L${LOCALBASE}/lib
>  PRINT_LIB_DEPENDS=	libcups.so:print/cups
> +
> +NO_FONTCONFIG_DESC=		Disable use of libfontconfig (XFCE)
> +NO_FONTCONFIG_IMPLIES=		GUI
> +NO_FONTCONFIG_CMAKE_BOOL=	NO_FONTCONFIG
>  
>  post-install:
>  		@cd ${STAGEDIR}${PREFIX}; \
> 

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20200325/47e623a7/attachment-0001.sig>


More information about the svn-ports-all mailing list