On 8-Mar-12, at 1:31 PM, Gonzalo L. R. wrote:
thanks for the hint, here is fixed.
Not exactly. You removed the configure patch since there is autoconf
in and that'll result in your patched configure script being
overwritten.
You need to apply the functional equivalent of the original diff to the
configure.ac/configure.in file and/or the macros it calls.
Index: Makefile
===================================================================
RCS file: /cvs/ports/editors/zile/Makefile,v
retrieving revision 1.36
diff -u -p -r1.36 Makefile
--- Makefile 2 Jun 2011 17:09:31 -0000 1.36
+++ Makefile 8 Mar 2012 18:33:23 -0000
@@ -1,10 +1,12 @@
# $OpenBSD: Makefile,v 1.36 2011/06/02 17:09:31 kili Exp $
COMMENT= lightweight Emacs clone
-DISTNAME= zile-2.3.24
+DISTNAME= zile-2.4.6
CATEGORIES= editors
HOMEPAGE= http://www.gnu.org/software/zile/
+MAINTAINER= Gonzalo L. R. <gonz...@x61.com.ar>
+
# GPLv3
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
@@ -13,8 +15,15 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=zile/}
-WANTLIB= c ncursesw
+WANTLIB += c gc ncursesw pthread
+
+LIB_DEPENDS= devel/boehm-gc
+
+AUTOCONF_VERSION=2.68
+CONFIGURE_STYLE=autoconf
+CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include"
+CONFIGURE_ARGS= --with-gc=boehm
-CONFIGURE_STYLE= gnu
.include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /cvs/ports/editors/zile/distinfo,v
retrieving revision 1.31
diff -u -p -r1.31 distinfo
--- distinfo 2 May 2011 20:11:43 -0000 1.31
+++ distinfo 8 Mar 2012 18:33:23 -0000
@@ -1,5 +1,5 @@
-MD5 (zile-2.3.24.tar.gz) = /nfYAbpp4PubSRSgS5/1Bg==
-RMD160 (zile-2.3.24.tar.gz) = qaekvOhX/MG8penRynvEe1szWp4=
-SHA1 (zile-2.3.24.tar.gz) = 5/boPSTWbORvwUqele/TlZ9A+GI=
-SHA256 (zile-2.3.24.tar.gz) =
IYuyr0FMahaBAWVmMaWy2pLyCpZYleEAZljMZYsLfok=
-SIZE (zile-2.3.24.tar.gz) = 953962
+MD5 (zile-2.4.6.tar.gz) = UI0Uo0ENfd6JCI7KBtrWkg==
+RMD160 (zile-2.4.6.tar.gz) = Rjt1PEzRkbrFGD+FIq5E0mBP4lA=
+SHA1 (zile-2.4.6.tar.gz) = HIIC+f++NugIq1kqUhES07/svZk=
+SHA256 (zile-2.4.6.tar.gz) = 2KjmtGJAhJAqmmuRy9bGSpcMDVu+95rLa6y3q/
BcYH0=
+SIZE (zile-2.4.6.tar.gz) = 1257698
Index: pkg/PLIST
===================================================================
RCS file: /cvs/ports/editors/zile/pkg/PLIST,v
retrieving revision 1.7
diff -u -p -r1.7 PLIST
--- pkg/PLIST 26 Mar 2011 18:42:12 -0000 1.7
+++ pkg/PLIST 8 Mar 2012 18:33:23 -0000
@@ -2,6 +2,8 @@
@bin bin/zile
@comment lib/charset.alias
@man man/man1/zile.1
-share/zile/
-share/zile/FAQ
-share/zile/dotzile-extra.el
+share/doc/zile/
+share/doc/zile/AUTHORS
+share/doc/zile/FAQ
+share/doc/zile/NEWS
+share/doc/zile/dotzile.sample
On Thu, 8 Mar 2012 18:13:46 +0000 (UTC), na...@mips.inka.de wrote:
Gonzalo L. R. <gonz...@x61.com.ar> wrote:
There is an update for Zile to version 2.4.6.
I doesn't make sense to have a patch for the configure script and
then to use CONFIGURE_STYLE=autoconf, which will overwrite the
patched script.
--
Sending from my VCR
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.