Date: Tue, 10 Mar 2020 14:24:19 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r528176 - in head: audio/linuxsampler cad/p5-Verilog-Perl devel/libdap devel/ptlib Message-ID: <202003101424.02AEOJev013930@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Tue Mar 10 14:24:19 2020 New Revision: 528176 URL: https://svnweb.freebsd.org/changeset/ports/528176 Log: Use byacc instead of bison (via the new bison wrapper) Modified: head/audio/linuxsampler/Makefile head/cad/p5-Verilog-Perl/Makefile head/devel/libdap/Makefile head/devel/ptlib/Makefile Modified: head/audio/linuxsampler/Makefile ============================================================================== --- head/audio/linuxsampler/Makefile Tue Mar 10 14:23:57 2020 (r528175) +++ head/audio/linuxsampler/Makefile Tue Mar 10 14:24:19 2020 (r528176) @@ -20,7 +20,7 @@ LIB_DEPENDS= libgig.so:audio/libgig \ libsndfile.so:audio/libsndfile \ libuuid.so:misc/e2fsprogs-libuuid -USES= bison gmake libtool pathfix pkgconfig sqlite:3 tar:bzip2 +USES= bison:wrapper gmake libtool pathfix pkgconfig sqlite:3 tar:bzip2 GNU_CONFIGURE= yes CONFIGURE_ENV= HAVE_UNIX98=1 USE_LDCONFIG= ${PREFIX}/lib/linuxsampler Modified: head/cad/p5-Verilog-Perl/Makefile ============================================================================== --- head/cad/p5-Verilog-Perl/Makefile Tue Mar 10 14:23:57 2020 (r528175) +++ head/cad/p5-Verilog-Perl/Makefile Tue Mar 10 14:24:19 2020 (r528176) @@ -14,9 +14,7 @@ LICENSE= ART20 LGPL3 LICENSE_COMB= dual LICENSE_FILE_ART20= ${WRKSRC}/COPYING -BUILD_DEPENDS= flex>=2.5.35:textproc/flex - -USES= bison gmake perl5 +USES= bison:wrapper gmake perl5 USE_PERL5= configure CONFIGURE_ENV= CXX=${CXX}\ CPP=${CPP}\ Modified: head/devel/libdap/Makefile ============================================================================== --- head/devel/libdap/Makefile Tue Mar 10 14:23:57 2020 (r528175) +++ head/devel/libdap/Makefile Tue Mar 10 14:24:19 2020 (r528176) @@ -16,7 +16,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcurl.so:ftp/curl \ libuuid.so:misc/e2fsprogs-libuuid -USES= bison charsetfix gmake gnome libtool localbase pathfix ssl +USES= bison:wrapper charsetfix gmake gnome libtool localbase pathfix ssl USE_GNOME= libxml2 CONFIGURE_ARGS= ac_cv_lib_crypto_OpenSSL_add_all_algorithms=yes \ Modified: head/devel/ptlib/Makefile ============================================================================== --- head/devel/ptlib/Makefile Tue Mar 10 14:23:57 2020 (r528175) +++ head/devel/ptlib/Makefile Tue Mar 10 14:24:19 2020 (r528176) @@ -16,7 +16,7 @@ LIB_DEPENDS= libexpat.so:textproc/expat2 CONFLICTS= pwlib-1.* -USES= autoreconf:build bison compiler:c11 gmake localbase:ldflags \ +USES= autoreconf:build bison:wrapper compiler:c11 gmake localbase:ldflags \ pathfix pkgconfig ssl tar:xz GNU_CONFIGURE= yes USE_LDCONFIG= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202003101424.02AEOJev013930>