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

(-)/root/bison/Makefile (+8 lines)
Lines 16-27 Link Here
16
COMMENT=	A parser generator from FSF, (mostly) compatible with Yacc
16
COMMENT=	A parser generator from FSF, (mostly) compatible with Yacc
17
17
18
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
18
BUILD_DEPENDS=	gm4:${PORTSDIR}/devel/m4
19
.if !defined(WITHOUT_NLS)
19
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
20
LIB_DEPENDS=	intl.4:${PORTSDIR}/devel/gettext
21
PLIST_SUB=	NLS=""
22
.else
23
PLIST_SUB=	NLS="@comment "
24
.endif
20
RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
25
RUN_DEPENDS=	gm4:${PORTSDIR}/devel/m4
21
26
22
USE_BZIP2=	yes
27
USE_BZIP2=	yes
23
GNU_CONFIGURE=	yes
28
GNU_CONFIGURE=	yes
24
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
29
CONFIGURE_TARGET=	--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
30
.if defined(WITHOUT_NLS)
31
CONFIGURE_ARGS=	--disable-nls
32
.endif
25
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
33
CONFIGURE_ENV=	CPPFLAGS="-I${LOCALBASE}/include" \
26
		LDFLAGS="-L${LOCALBASE}/lib" \
34
		LDFLAGS="-L${LOCALBASE}/lib" \
27
		MAKEINFO="makeinfo --no-split"
35
		MAKEINFO="makeinfo --no-split"
(-)/root/bison/pkg-plist (-13 / +13 lines)
Lines 9-26 Link Here
9
share/bison/m4sugar/m4sugar.m4
9
share/bison/m4sugar/m4sugar.m4
10
share/bison/m4sugar/version.m4
10
share/bison/m4sugar/version.m4
11
share/bison/yacc.c
11
share/bison/yacc.c
12
share/locale/de/LC_MESSAGES/bison.mo
12
%%NLS%%share/locale/de/LC_MESSAGES/bison.mo
13
share/locale/es/LC_MESSAGES/bison.mo
13
%%NLS%%share/locale/es/LC_MESSAGES/bison.mo
14
share/locale/et/LC_MESSAGES/bison.mo
14
%%NLS%%share/locale/et/LC_MESSAGES/bison.mo
15
share/locale/fr/LC_MESSAGES/bison.mo
15
%%NLS%%share/locale/fr/LC_MESSAGES/bison.mo
16
share/locale/hr/LC_MESSAGES/bison.mo
16
%%NLS%%share/locale/hr/LC_MESSAGES/bison.mo
17
share/locale/id/LC_MESSAGES/bison.mo
17
%%NLS%%share/locale/id/LC_MESSAGES/bison.mo
18
share/locale/it/LC_MESSAGES/bison.mo
18
%%NLS%%share/locale/it/LC_MESSAGES/bison.mo
19
share/locale/ja/LC_MESSAGES/bison.mo
19
%%NLS%%share/locale/ja/LC_MESSAGES/bison.mo
20
share/locale/nl/LC_MESSAGES/bison.mo
20
%%NLS%%share/locale/nl/LC_MESSAGES/bison.mo
21
share/locale/pt_BR/LC_MESSAGES/bison.mo
21
%%NLS%%share/locale/pt_BR/LC_MESSAGES/bison.mo
22
share/locale/ru/LC_MESSAGES/bison.mo
22
%%NLS%%share/locale/ru/LC_MESSAGES/bison.mo
23
share/locale/sv/LC_MESSAGES/bison.mo
23
%%NLS%%share/locale/sv/LC_MESSAGES/bison.mo
24
share/locale/tr/LC_MESSAGES/bison.mo
24
%%NLS%%share/locale/tr/LC_MESSAGES/bison.mo
25
@dirrm share/bison/m4sugar
25
@dirrm share/bison/m4sugar
26
@dirrm share/bison
26
@dirrm share/bison

Return to bug 48824