FreeBSD Bugzilla – Attachment 39563 Details for
Bug 62351
devel/bison defined both WITHOUT_NLS and USE_GETTEXT
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 721 bytes, created by
kaoru
on 2004-02-04 16:10:17 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kaoru
Created:
2004-02-04 16:10:17 UTC
Size:
721 bytes
patch
obsolete
>diff -ruN bison.orig/Makefile bison/Makefile >--- bison.orig/Makefile Wed Feb 4 15:26:41 2004 >+++ bison/Makefile Thu Feb 5 01:07:47 2004 >@@ -15,18 +15,21 @@ > MAINTAINER= ports@FreeBSD.org > COMMENT= A parser generator from FSF, (mostly) compatible with Yacc > >+BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 >+RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 >+ > CONFLICTS= bison-[0-9]+ > >-BUILD_DEPENDS= gm4:${PORTSDIR}/devel/m4 > .if !defined(WITHOUT_NLS) > PLIST_SUB= NLS="" > .else > PLIST_SUB= NLS="@comment " > .endif >-RUN_DEPENDS= gm4:${PORTSDIR}/devel/m4 > > USE_BZIP2= yes >+.if !defined(WITHOUT_NLS) > USE_GETTEXT= yes >+.endif > GNU_CONFIGURE= yes > CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} > .if defined(WITHOUT_NLS)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 62351
: 39563