View | Details | Raw Unified | Return to bug 85378
Collapse All | Expand All

(-)editors/zile/Makefile (-1 / +1 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zile
8
PORTNAME=	zile
9
PORTVERSION=	2.2.2
9
PORTVERSION=	2.2.5
10
CATEGORIES=	editors
10
CATEGORIES=	editors
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
11
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
12
MASTER_SITE_SUBDIR=	${PORTNAME}
(-)editors/zile/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
MD5 (zile-2.2.2.tar.gz) = 7eb5d67ed3bb58e2f4cf94a841c1d7bb
1
MD5 (zile-2.2.5.tar.gz) = 5405ae17d0b49db2cf3d28efb79a98a5
2
SIZE (zile-2.2.2.tar.gz) = 333424
2
SIZE (zile-2.2.5.tar.gz) = 329402
(-)editors/zile/files/patch-configure (-15 / +5 lines)
Lines 1-21 Link Here
1
--- configure.orig	Mon Jul 11 15:17:20 2005
1
--- configure.orig	Mon Aug  8 08:08:03 2005
2
+++ configure	Mon Jul 11 23:25:52 2005
2
+++ configure	Sat Aug 20 22:50:30 2005
3
@@ -2933,8 +2933,7 @@
3
@@ -3993,7 +3993,7 @@
4
 echo "$as_me:$LINENO: result: $bfd_cv_build_exeext" >&5
5
 echo "${ECHO_T}$bfd_cv_build_exeext" >&6
6
   EXEEXT_FOR_BUILD=""
7
-  test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeex
8
-t}
9
+  test x"${bfd_cv_build_exeext}" != xno && EXEEXT_FOR_BUILD=${bfd_cv_build_exeext}
10
 fi
11
 
12
 # Find a good install program.  We prefer a C program (faster),
13
@@ -3995,7 +3994,7 @@
14
 
4
 
15
 
5
 
16
 if test "$GCC" = "yes"; then
6
 if test "$GCC" = "yes"; then
17
-  CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion -pedantic"
7
-  CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic"
18
+  CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -Wconversion"
8
+  CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes"
19
 fi
9
 fi

Return to bug 85378