svn commit: r306529 - head/www/ocaml-net

Baptiste Daroussin bapt at FreeBSD.org
Sat Oct 27 20:06:24 UTC 2012


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


More information about the svn-ports-all mailing list