svn commit: r438928 - head/japanese/tex-ptex

Hiroki Sato hrs at FreeBSD.org
Thu Apr 20 07:38:37 UTC 2017


Author: hrs
Date: Thu Apr 20 07:38:36 2017
New Revision: 438928
URL: https://svnweb.freebsd.org/changeset/ports/438928

Log:
  Add --without-x unconditionally to CONFIGURE_ARGS because a build
  failure occurs at the configure stage when X11 is not installed.
  The actual build process does not change by --with-x or --without-x.
  
  PR:	204860

Modified:
  head/japanese/tex-ptex/Makefile

Modified: head/japanese/tex-ptex/Makefile
==============================================================================
--- head/japanese/tex-ptex/Makefile	Thu Apr 20 06:31:39 2017	(r438927)
+++ head/japanese/tex-ptex/Makefile	Thu Apr 20 07:38:36 2017	(r438928)
@@ -73,7 +73,8 @@ CONFIGURE_ARGS=	${EXCLUDE_ENGINES:S/^/--
 		--enable-eptex \
 		--enable-uptex \
 		--enable-euptex \
-		--with-system-zlib
+		--with-system-zlib \
+		--without-x
 .for L in kpathsea ptexenc
 CONFIGURE_ARGS+=--with-system-$L \
 		--with-$L-include=${LOCALBASE}/include \


More information about the svn-ports-all mailing list