as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330
36 lines
817 B
Makefile
36 lines
817 B
Makefile
# Created by: ijliao
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gmetadom
|
|
PORTVERSION= 0.2.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Collection of DOM Implementations
|
|
|
|
LIB_DEPENDS= libgdome.so:textproc/gdome2
|
|
|
|
USES= compiler:c++11-lang gmake gnome iconv libtool localbase \
|
|
pathfix pkgconfig
|
|
USE_GNOME= glib20 libxml2
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
OPTIONS_DEFINE= OCAML
|
|
OPTIONS_SUB= yes
|
|
|
|
OCAML_DESC= OCAML language support
|
|
|
|
OCAML_BUILD_DEPENDS= ocamlfind:devel/ocaml-findlib \
|
|
ocamlc:lang/ocaml
|
|
OCAML_CONFIGURE_OFF= HAVE_OCAMLDEP=no HAVE_OCAMLFIND=no HAVE_OCAMLOPT=no
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's/-lstdc++//g' \
|
|
${WRKSRC}/src/gdome_cpp_smart/Makefile.in \
|
|
${WRKSRC}/src/gdome_cpp_smart/test/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|