From eb97cae3f4af14966a4e10e13d31f4a47e9d34f0 Mon Sep 17 00:00:00 2001 From: johans Date: Tue, 6 Aug 2013 15:23:12 +0000 Subject: Compilation of ocaml-images is no longer broken (tested on multiple systems). Possibly silently fixed through update of a dependency. Expiration notice removed. --- games/freetennis/Makefile | 3 --- graphics/ocaml-images/Makefile | 4 ---- 2 files changed, 7 deletions(-) diff --git a/games/freetennis/Makefile b/games/freetennis/Makefile index 2802416eb069..b2919ebb6424 100644 --- a/games/freetennis/Makefile +++ b/games/freetennis/Makefile @@ -10,9 +10,6 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Tennis simulation -DEPRECATED= Depends on expired graphics/ocaml-images -EXPIRATION_DATE=2013-08-04 - BUILD_DEPENDS= ocamlopt:${PORTSDIR}/lang/ocaml \ ${OCAML_DEPENDS} RUN_DEPENDS= ${OCAML_DEPENDS} diff --git a/graphics/ocaml-images/Makefile b/graphics/ocaml-images/Makefile index 3e1bd02f1613..d409efc5b8f7 100644 --- a/graphics/ocaml-images/Makefile +++ b/graphics/ocaml-images/Makefile @@ -17,10 +17,6 @@ COMMENT= Objective Caml image processing library BUILD_DEPENDS= ${LOCALBASE}/share/aclocal/ocaml.m4:${PORTSDIR}/lang/ocaml-autoconf -DEPRECATED= Broken for more than 6 month -EXPIRATION_DATE= 2013-03-05 -BROKEN= does not compile - USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I . -I ${LOCALBASE}/share/aclocal AUTOMAKE_ARGS= --add-missing -- cgit