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

(-)editors/zile/Makefile (-3 / +21 lines)
Lines 6-12 Link Here
6
#
6
#
7
7
8
PORTNAME=	zile
8
PORTNAME=	zile
9
PORTVERSION=	2.2.9
9
PORTVERSION=	2.2.11
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}
Lines 15-23 Link Here
15
COMMENT=	Small emacs-like text editor
15
COMMENT=	Small emacs-like text editor
16
16
17
USE_GETOPT_LONG=yes
17
USE_GETOPT_LONG=yes
18
USE_RENPLACE=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
20
CONFIGURE_ARGS=	  --disable-allegro --disable-epocemx
21
CONFIGURE_ENV=	LIBS="-lgnuregex"
22
CONFIGURE_ARGS=	--disable-allegro --disable-epocemx
21
23
22
MAN1=		zile.1
24
MAN1=		zile.1
23
INFO=		zile
25
INFO=		zile
Lines 25-28 Link Here
25
		%%DATADIR%%/TUTORIAL %%DATADIR%%/dotzile.sample
27
		%%DATADIR%%/TUTORIAL %%DATADIR%%/dotzile.sample
26
PLIST_DIRS=	%%DATADIR%%
28
PLIST_DIRS=	%%DATADIR%%
27
29
28
.include <bsd.port.mk>
30
.include <bsd.port.pre.mk>
31
32
.if ${OSVERSION} > 502010
33
GNU_REGEX_H=	gnu/regex.h
34
.else
35
GNU_REGEX_H=	gnuregex.h
36
.endif
37
38
post-patch:
39
	@${REINPLACE_CMD} -e \
40
		's|<regex\.h>|<${GNU_REGEX_H}>|g ; \
41
		 s|_regex_h|_${GNU_REGEX_H:S/\//_/g:S/./_/g}|g ; \
42
		 s|-pedantic||g' ${WRKSRC}/configure
43
	@${REINPLACE_CMD} -e \
44
		's|<regex\.h>|<${GNU_REGEX_H}>|g' ${WRKSRC}/src/search.c
45
46
.include <bsd.port.post.mk>
(-)editors/zile/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (zile-2.2.9.tar.gz) = 8bf8d2a51b2f110771e8c80e16a25de2
1
MD5 (zile-2.2.11.tar.gz) = 0f498e6d8b3d2262f8da913de9e40de5
2
SHA256 (zile-2.2.9.tar.gz) = a839c128d3094d035c9d87a2ffbb46c933653bf2b01e09b717ec737c7b848193
2
SHA256 (zile-2.2.11.tar.gz) = f1e84a3da2fc210e75a5ea9fda89147bd264b453b7248c243885b6a324543ea4
3
SIZE (zile-2.2.9.tar.gz) = 329533
3
SIZE (zile-2.2.11.tar.gz) = 329618
(-)editors/zile/files/patch-configure (-11 lines)
Lines 1-11 Link Here
1
--- configure.orig	Mon Aug  8 08:08:03 2005
2
+++ configure	Sat Aug 20 22:50:30 2005
3
@@ -3993,7 +3993,7 @@
4
 
5
 
6
 if test "$GCC" = "yes"; then
7
-  CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes -pedantic"
8
+  CFLAGS="$CFLAGS -Wall -W -Wmissing-prototypes -Wstrict-prototypes"
9
 fi
10
 
11

Return to bug 92614