svn commit: r457055 - in head/editors/yui: . files

Tijl Coosemans tijl at FreeBSD.org
Sat Dec 23 14:27:10 UTC 2017


Author: tijl
Date: Sat Dec 23 14:27:08 2017
New Revision: 457055
URL: https://svnweb.freebsd.org/changeset/ports/457055

Log:
  Convert to USES=autoreconf.

Added:
  head/editors/yui/files/patch-configure.in   (contents, props changed)
Modified:
  head/editors/yui/Makefile

Modified: head/editors/yui/Makefile
==============================================================================
--- head/editors/yui/Makefile	Sat Dec 23 14:16:18 2017	(r457054)
+++ head/editors/yui/Makefile	Sat Dec 23 14:27:08 2017	(r457055)
@@ -20,11 +20,9 @@ BROKEN_mips64=		fails to compile: cast from unsigned c
 BROKEN_sparc64=		fails to compile
 BROKEN_powerpc64=	fails to build: strip: open tyui/y failed: No such file or directory
 
-USES=		tar:bzip2
-USE_AUTOTOOLS=	autoconf aclocal
-
-ACLOCAL_ARGS=	-I m4
+GNU_CONFIGURE=	yes
 MAKE_ENV=	LIBPATH=${PREFIX}/lib
+USES=		autoreconf tar:bzip2
 
 OPTIONS_DEFINE=	DOCS
 

Added: head/editors/yui/files/patch-configure.in
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/editors/yui/files/patch-configure.in	Sat Dec 23 14:27:08 2017	(r457055)
@@ -0,0 +1,10 @@
+--- configure.in.orig	2010-05-04 16:28:05 UTC
++++ configure.in
+@@ -5,6 +5,7 @@ AC_PREREQ(2.59)
+ AC_INIT(yui, 3.2.05, citycat4 at ngs.ru)
+ AC_CONFIG_SRCDIR([tyui/yui1.cc])
+ AC_CONFIG_HEADER([config.h])
++AC_CONFIG_MACRO_DIR([m4])
+ 
+ # Auxilary scripts
+ AC_CONFIG_AUX_DIR(cfgaux)


More information about the svn-ports-all mailing list