svn commit: r316813 - in head: devel/bison mail/libsieve print/lilypond-devel www/egueb x11-toolkits/libgnomeprintui

Baptiste Daroussin bapt at FreeBSD.org
Mon Apr 29 12:59:37 UTC 2013


Author: bapt
Date: Mon Apr 29 12:59:35 2013
New Revision: 316813
URL: http://svnweb.freebsd.org/changeset/ports/316813

Log:
  Remove latest references to USE_BISON

Modified:
  head/devel/bison/Makefile
  head/mail/libsieve/Makefile
  head/print/lilypond-devel/Makefile
  head/www/egueb/Makefile
  head/x11-toolkits/libgnomeprintui/Makefile

Modified: head/devel/bison/Makefile
==============================================================================
--- head/devel/bison/Makefile	Mon Apr 29 12:51:21 2013	(r316812)
+++ head/devel/bison/Makefile	Mon Apr 29 12:59:35 2013	(r316813)
@@ -36,10 +36,6 @@ CONFIGURE_ARGS+=--disable-nls
 PLIST_SUB+=	NLS="@comment "
 .endif
 
-.ifdef USE_BISON
-.error You have `USE_BISON' variable defined either in environment or in make(1) arguments. Please undefine and try again.
-.endif
-
 post-extract:
 	@${RM} -f ${WRKSRC}/doc/bison.info*
 	@${REINPLACE_CMD} 's/MANS = yacc.1/MANS =/' ${WRKSRC}/doc/Makefile.in

Modified: head/mail/libsieve/Makefile
==============================================================================
--- head/mail/libsieve/Makefile	Mon Apr 29 12:51:21 2013	(r316812)
+++ head/mail/libsieve/Makefile	Mon Apr 29 12:59:35 2013	(r316813)
@@ -15,7 +15,6 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS+=--prefix=${PREFIX}
 USE_GMAKE=	yes
 USES=		bison
-USE_BISON=	build
 USE_LDCONFIG=	yes
 
 .include <bsd.port.mk>

Modified: head/print/lilypond-devel/Makefile
==============================================================================
--- head/print/lilypond-devel/Makefile	Mon Apr 29 12:51:21 2013	(r316812)
+++ head/print/lilypond-devel/Makefile	Mon Apr 29 12:59:35 2013	(r316813)
@@ -45,8 +45,7 @@ INFO=		lilypond-notation \
 		music-glossary \
 		internals
 
-USE_BISON=	build
-USES=		gettext
+USES=		bison gettext
 USE_GMAKE=	yes
 USE_GHOSTSCRIPT=9
 USE_PYTHON=	yes

Modified: head/www/egueb/Makefile
==============================================================================
--- head/www/egueb/Makefile	Mon Apr 29 12:51:21 2013	(r316812)
+++ head/www/egueb/Makefile	Mon Apr 29 12:59:35 2013	(r316813)
@@ -18,7 +18,6 @@ USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
 USE_GMAKE=	yes
 USES=		bison pathfix
-USE_BISON=	build
 USE_EFL=	eina enesim ender etch libtool_hack
 USE_GNOME=	pkgconfig
 USE_LDCONFIG=	yes

Modified: head/x11-toolkits/libgnomeprintui/Makefile
==============================================================================
--- head/x11-toolkits/libgnomeprintui/Makefile	Mon Apr 29 12:51:21 2013	(r316812)
+++ head/x11-toolkits/libgnomeprintui/Makefile	Mon Apr 29 12:59:35 2013	(r316813)
@@ -23,7 +23,6 @@ USE_GNOME=	gnomeprefix libgnomeprint lib
 		intlhack ltverhack
 USE_LDCONFIG=	yes
 USE_AUTOTOOLS=	libtool
-USE_BISON=	build
 CPPFLAGS+=	-I${LOCALBASE}/include
 LDFLAGS+=	-L${LOCALBASE}/lib
 


More information about the svn-ports-all mailing list