* Update to 2.2.61. Fixes potential LP64 issues in regex code.
* Removing extra warning flags which trigger lots and lots of warnings from the the included GNU project code.
This commit is contained in:
parent
3e33ca8732
commit
044d6a2607
@ -1,7 +1,7 @@
|
||||
# $OpenBSD: Makefile,v 1.28 2008/05/07 15:28:00 naddy Exp $
|
||||
# $OpenBSD: Makefile,v 1.29 2008/08/20 21:06:10 naddy Exp $
|
||||
|
||||
COMMENT= lightweight Emacs clone
|
||||
DISTNAME= zile-2.2.58
|
||||
DISTNAME= zile-2.2.61
|
||||
CATEGORIES= editors
|
||||
HOMEPAGE= http://www.gnu.org/software/zile/
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (zile-2.2.58.tar.gz) = /uPFpB+JNDE4IF+osXYsOA==
|
||||
RMD160 (zile-2.2.58.tar.gz) = 3z8+RogS7MEUcaLM+mnk0dQNyHI=
|
||||
SHA1 (zile-2.2.58.tar.gz) = N+FiP4r/4e2+zEPTA2TyaQAm2/w=
|
||||
SHA256 (zile-2.2.58.tar.gz) = irLBkBcM3nATiC0+qHeW/9VpoHf/oUN+ddoQiWAvKsE=
|
||||
SIZE (zile-2.2.58.tar.gz) = 364065
|
||||
MD5 (zile-2.2.61.tar.gz) = 16IFtKzCY3c7N8t9Xar9ZQ==
|
||||
RMD160 (zile-2.2.61.tar.gz) = yVDl9zaJp0pvtowK2wthl2DgQbA=
|
||||
SHA1 (zile-2.2.61.tar.gz) = tRS+AXVzMI9rh4QchSGh+nhx4eE=
|
||||
SHA256 (zile-2.2.61.tar.gz) = 2RkI6M1GFxeMsKylR6dBBQxJ7UblvweRvCAn7xV4cRs=
|
||||
SIZE (zile-2.2.61.tar.gz) = 659826
|
||||
|
12
editors/zile/patches/patch-configure
Normal file
12
editors/zile/patches/patch-configure
Normal file
@ -0,0 +1,12 @@
|
||||
$OpenBSD: patch-configure,v 1.1 2008/08/20 21:06:10 naddy Exp $
|
||||
--- configure.orig Wed Aug 20 19:02:26 2008
|
||||
+++ configure Wed Aug 20 19:06:00 2008
|
||||
@@ -16465,7 +16465,7 @@ done
|
||||
|
||||
|
||||
if test "$GCC" = "yes"; then
|
||||
- CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic"
|
||||
+: CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic"
|
||||
fi
|
||||
|
||||
|
@ -1,12 +0,0 @@
|
||||
$OpenBSD: patch-src_Makefile_in,v 1.4 2008/05/07 15:28:00 naddy Exp $
|
||||
--- src/Makefile.in.orig Sat Apr 26 17:14:13 2008
|
||||
+++ src/Makefile.in Wed May 7 17:08:01 2008
|
||||
@@ -53,7 +53,7 @@ POST_INSTALL = :
|
||||
NORMAL_UNINSTALL = :
|
||||
PRE_UNINSTALL = :
|
||||
POST_UNINSTALL = :
|
||||
-TESTS = astr$(EXEEXT) $(top_srcdir)/src/zile-startup-test
|
||||
+TESTS = astr$(EXEEXT)
|
||||
check_PROGRAMS = astr$(EXEEXT)
|
||||
bin_PROGRAMS = zile$(EXEEXT)
|
||||
subdir = src
|
@ -1,6 +1,7 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2005/07/16 14:46:35 naddy Exp $
|
||||
bin/zile
|
||||
@comment $OpenBSD: PLIST,v 1.5 2008/08/20 21:06:10 naddy Exp $
|
||||
@bin bin/zile
|
||||
@info info/zile.info
|
||||
@comment lib/charset.alias
|
||||
@man man/man1/zile.1
|
||||
share/zile/
|
||||
share/zile/AUTODOC
|
||||
|
Loading…
Reference in New Issue
Block a user