Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Feb 2005 23:00:15 +0900
From:      KATO Tsuguru <tkato432@yahoo.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/77965: Update port: editors/zile to 2.0.1
Message-ID:  <20050223230015.2004f136.tkato432@yahoo.com>
Resent-Message-ID: <200502231410.j1NEAJUe014259@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         77965
>Category:       ports
>Synopsis:       Update port: editors/zile to 2.0.1
>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:   Wed Feb 23 14:10:19 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 2.0.1

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/editors/zile/Makefile editors/zile/Makefile
--- /usr/ports/editors/zile/Makefile	Wed Feb  4 18:58:14 2004
+++ editors/zile/Makefile	Tue Feb 15 18:22:16 2005
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	zile
-PORTVERSION=	1.6.2
-PORTREVISION=	2
+PORTVERSION=	2.0.1
 CATEGORIES=	editors
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
@@ -15,19 +14,27 @@
 MAINTAINER=	ports@FreeBSD.org
 COMMENT=	Small emacs-like text editor
 
+USE_GCC=	3.4
+USE_REINPLACE=	yes
 USE_GMAKE=	yes
-GNU_CONFIGURE=	yes
+USE_AUTOMAKE_VER=	19
+USE_AUTOCONF_VER=	259
 CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
-CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
-		LDFLAGS="-L${LOCALBASE}/lib"
 
 MAN1=		zile.1
 INFO=		zile
+PLIST_FILES=	bin/zile %%DATADIR%%/AUTODOC %%DATADIR%%/FAQ %%DATADIR%%/HELP \
+		%%DATADIR%%/TUTORIAL %%DATADIR%%/zilerc.sample
 
 post-extract:
 	@${RM} -f ${WRKSRC}/doc/zile.info
 
-post-install:
-	install-info ${PREFIX}/info/zile.info ${PREFIX}/info/dir
+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 Jan 29 20:24:46 2004
+++ editors/zile/distinfo	Tue Feb 15 18:18:11 2005
@@ -1,2 +1,2 @@
-MD5 (zile-1.6.2.tar.gz) = 7bb34d180c9de83f54cf079c694fcf9b
-SIZE (zile-1.6.2.tar.gz) = 254162
+MD5 (zile-2.0.1.tar.gz) = 4cc182d72699611dfcfc9ed04588ece1
+SIZE (zile-2.0.1.tar.gz) = 339755
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	Sun Nov 16 23:36:15 2003
+++ editors/zile/files/patch-doc::zile.texi	Wed Feb  9 00:08:29 2005
@@ -1,13 +1,25 @@
---- doc/zile.texi.orig	Mon Apr 15 00:35:14 2002
-+++ doc/zile.texi	Wed Nov 12 18:56:00 2003
+--- 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 Editors
++@dircategory Text editors
 +@direntry
-+* Zile: (zile).		A customizable, self-documenting real-time display editor.
++* 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/pkg-plist editors/zile/pkg-plist
--- /usr/ports/editors/zile/pkg-plist	Mon Nov 17 02:03:04 2003
+++ editors/zile/pkg-plist	Wed Feb 23 18:35:14 2005
@@ -3,10 +3,6 @@
 %%DATADIR%%/AUTODOC
 %%DATADIR%%/FAQ
 %%DATADIR%%/HELP
-%%DATADIR%%/LATEST_VERSION
-%%DATADIR%%/MINIHELP1
-%%DATADIR%%/MINIHELP2
-%%DATADIR%%/MINIHELP3
 %%DATADIR%%/TUTORIAL
 %%DATADIR%%/zilerc.sample
 @dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
>Unformatted:



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