Date: Tue, 12 Jul 2005 02:00:09 +0900 From: KATO Tsuguru <tkato432@yahoo.com> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/83267: Update port: editors/zile to 2.2.0 Message-ID: <20050712020009.54b574ec.tkato432@yahoo.com> Resent-Message-ID: <200507111710.j6BHACIb058557@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 83267 >Category: ports >Synopsis: Update port: editors/zile to 2.2.0 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Jul 11 17:10:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: KATO Tsuguru >Release: FreeBSD 4.11-RELEASE-p11 i386 >Organization: >Environment: >Description: - Update to version 2.2.0 New file: files/patch-doc::zile.text Remove file: files/patch-configure >How-To-Repeat: >Fix: diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile --- /usr/ports/editors/zile/Makefile Thu Jun 23 17:44:06 2005 +++ editors/zile/Makefile Mon Jul 11 23:30:50 2005 @@ -6,7 +6,7 @@ # PORTNAME= zile -PORTVERSION= 2.0.7 +PORTVERSION= 2.2.0 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,28 +14,17 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Small emacs-like text editor -USE_GCC= 3.4 +USE_GETOPT_LONG= yes USE_REINPLACE= yes USE_GMAKE= yes -USE_AUTOMAKE_VER= 19 -USE_AUTOCONF_VER= 259 +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +CONFIGURE_ARGS= --disable-allegro --disable-epocemx MAN1= zile.1 INFO= zile PLIST_FILES= bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \ - %%DATADIR%%/TUTORIAL %%DATADIR%%/zilerc.sample + %%DATADIR%%/TUTORIAL %%DATADIR%%/dotzile.sample PLIST_DIRS= %%DATADIR%% - -post-extract: - @${RM} -f ${WRKSRC}/doc/zile.info - -post-patch: - @${REINPLACE_CMD} -e '/^BFD_CC_FOR_BUILD/d' ${WRKSRC}/configure.ac - @${GREP} -lR "Makefile.am" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \ - 's|_FOR_BUILD||g' - -pre-configure: - @cd ${CONFIGURE_WRKSRC} && ${ACLOCAL} .include <bsd.port.mk> diff -urN /usr/ports/editors/zile/distinfo editors/zile/distinfo --- /usr/ports/editors/zile/distinfo Thu Jun 23 17:44:06 2005 +++ editors/zile/distinfo Mon Jul 11 23:09:39 2005 @@ -1,2 +1,2 @@ -MD5 (zile-2.0.7.tar.gz) = f0243074ba36ab807be83a3ad9923f61 -SIZE (zile-2.0.7.tar.gz) = 340356 +MD5 (zile-2.2.0.tar.gz) = 1847cfd4e2ba83ff0b1b007c27d6f4a2 +SIZE (zile-2.2.0.tar.gz) = 333120 diff -urN /usr/ports/editors/zile/files/patch-configure editors/zile/files/patch-configure --- /usr/ports/editors/zile/files/patch-configure Thu Jan 1 09:00:00 1970 +++ editors/zile/files/patch-configure Mon Jul 11 23:26:03 2005 @@ -0,0 +1,21 @@ +--- configure.orig Mon Jul 11 15:17:20 2005 ++++ configure Mon Jul 11 23:25:52 2005 +@@ -2933,8 +2933,7 @@ + echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5 + echo "${ECHO_T}$bfd_cv_build_exeext" >&6 + EXEEXT_FOR_BUILD="" +- test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeex +-t} ++ test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext} + fi + + # Find a good install program. We prefer a C program (faster), +@@ -3995,7 +3994,7 @@ + + + if test "$GCC" = "yes"; then +- CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -pedantic" ++ CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion" + fi + + diff -urN /usr/ports/editors/zile/files/patch-doc::zile.texi editors/zile/files/patch-doc::zile.texi --- /usr/ports/editors/zile/files/patch-doc::zile.texi Sat Feb 26 15:56:09 2005 +++ editors/zile/files/patch-doc::zile.texi Thu Jan 1 09:00:00 1970 @@ -1,25 +0,0 @@ ---- doc/zile.texi.orig Sun Feb 6 17:44:33 2005 -+++ doc/zile.texi Wed Feb 9 00:07:44 2005 -@@ -1,6 +1,10 @@ - \input texinfo @c -*-texinfo-*- - @setfilename zile.info - @settitle The Zile Manual -+@dircategory Text editors -+@direntry -+* Zile: (zile). Zile emacs clone text editor. -+@end direntry - - @c If "finalout" is commented out, the printed output will show - @c black boxes that mark lines that are too long. Thus, it is -@@ -18,11 +22,6 @@ - @subtitle Edition 2.0 for Zile version 2.0 - @subtitle December 2004 - @author Sandro Sigala and Reuben Thomas -- --@dircategory Text editors --@direntry --* Zile: (zile). Zile emacs clone text editor. --@end direntry - - @page - @vskip 0pt plus 1filll diff -urN /usr/ports/editors/zile/files/patch-src-vasprintf.c editors/zile/files/patch-src-vasprintf.c --- /usr/ports/editors/zile/files/patch-src-vasprintf.c Thu Jan 1 09:00:00 1970 +++ editors/zile/files/patch-src-vasprintf.c Mon Jul 11 23:24:48 2005 @@ -0,0 +1,13 @@ +--- src/vasprintf.c.orig Sat May 21 19:01:50 2005 ++++ src/vasprintf.c Mon Jul 11 23:23:19 2005 +@@ -78,6 +78,10 @@ + #include <ctype.h> + #include <limits.h> + ++#ifndef va_copy ++#define va_copy(to,fr) ((to)=(fr)) ++#endif ++ + #define ALLOC_CHUNK 2048 + #define ALLOC_SECURITY_MARGIN 1024 /* big value because some platforms have very big 'G' exponent */ + #if ALLOC_CHUNK < ALLOC_SECURITY_MARGIN >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050712020009.54b574ec.tkato432>