Date: Sat, 27 Oct 2012 20:06:24 +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: r306529 - head/www/ocaml-net Message-ID: <201210272006.q9RK6OAQ049036@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Sat Oct 27 20:06:23 2012 New Revision: 306529 URL: http://svn.freebsd.org/changeset/ports/306529 Log: Disable gtk1 support which depends on ocaml-lablgtk which is expired Feature safe: yes Modified: head/www/ocaml-net/Makefile Modified: head/www/ocaml-net/Makefile ============================================================================== --- head/www/ocaml-net/Makefile Sat Oct 27 20:03:57 2012 (r306528) +++ head/www/ocaml-net/Makefile Sat Oct 27 20:06:23 2012 (r306529) @@ -48,12 +48,13 @@ OCAML_LDLIBS= ${OCAML_PKGDIRS:S/^/${OCAM OPTIONS= SSL "Enable SSL support" ON \ NETHTTPD "Enable the integrated HTTP daemon" OFF \ AUTH_DH "Enable Diffie-Hellman authorization support" OFF \ - GTK "Enable GTK support" OFF \ GTK2 "Enable GTK2 support" OFF \ APACHE "Enable Apache mod connector (experimental)" OFF \ ZIP "Enable compression support" OFF \ SCRAM "Enable SCRAM support" OFF +CONFIGURE_ARGS+= -disable-gtk + .include <bsd.port.options.mk> .if defined(WITHOUT_SSL) @@ -81,15 +82,6 @@ OCAML_PKGDIRS+= rpc-auth-dh CONFIGURE_ARGS+= -without-rpc-auth-dh .endif -.if defined(WITH_GTK) -CONFIGURE_ARGS+= -enable-gtk -BUILD_DEPENDS+= lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk -RUN_DEPENDS+= lablgtk:${PORTSDIR}/x11-toolkits/ocaml-lablgtk -OCAML_PKGDIRS+= equeue-gtk1 -.else -CONFIGURE_ARGS+= -disable-gtk -.endif - .if defined(WITH_GTK2) CONFIGURE_ARGS+= -enable-gtk2 BUILD_DEPENDS+= lablgtk2:${PORTSDIR}/x11-toolkits/ocaml-lablgtk2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201210272006.q9RK6OAQ049036>