Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Dec 2017 14:27:08 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r457055 - in head/editors/yui: . files
Message-ID:  <201712231427.vBNER8qk004672@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201712231427.vBNER8qk004672>