Index: head/editors/yui/Makefile =================================================================== --- head/editors/yui/Makefile (revision 457054) +++ head/editors/yui/Makefile (revision 457055) @@ -1,40 +1,38 @@ # Created by: Rashid N. Achilov # $FreeBSD$ PORTNAME= yui PORTVERSION= 3.2.06 CATEGORIES= editors MASTER_SITES= http://www.sheltonsoft.ru/fileZ/software/ \ http://www.askd.ru/~shelton/design/ MAINTAINER= ports@FreeBSD.org COMMENT= Rich-featured multi-windows console text editor LICENSE= BSD3CLAUSE LICENSE_FILE= ${WRKSRC}/COPYRIGHT BROKEN_aarch64= fails to compile: cast from pointer to smaller type loses information BROKEN_armv6= fails to link: undefined reference to HTAnchor_physical BROKEN_armv7= fails to link: undefined reference to HTAnchor_physical BROKEN_mips64= fails to compile: cast from unsigned char* to unsigned int loses precision 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 post-install: ${LN} -sf help_eng.html ${STAGEDIR}${PREFIX}/lib/yui/yhelp.html post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for file in BUGS CHANGES TODO THANKS ${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR} .endfor .include Index: head/editors/yui/files/patch-configure.in =================================================================== --- head/editors/yui/files/patch-configure.in (nonexistent) +++ head/editors/yui/files/patch-configure.in (revision 457055) @@ -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) Property changes on: head/editors/yui/files/patch-configure.in ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property