From owner-svn-ports-head@freebsd.org Sat Sep 22 08:13:57 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5E243108F4C6; Sat, 22 Sep 2018 08:13:57 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id F139D888F8; Sat, 22 Sep 2018 08:13:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id E66DB194CF; Sat, 22 Sep 2018 08:13:56 +0000 (UTC) (envelope-from antoine@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w8M8DupS046394; Sat, 22 Sep 2018 08:13:56 GMT (envelope-from antoine@FreeBSD.org) Received: (from antoine@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w8M8Dsua046380; Sat, 22 Sep 2018 08:13:54 GMT (envelope-from antoine@FreeBSD.org) Message-Id: <201809220813.w8M8Dsua046380@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: antoine set sender to antoine@FreeBSD.org using -f From: Antoine Brodin Date: Sat, 22 Sep 2018 08:13:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r480361 - in head: archivers/hs-zlib-enum devel/hs-PSQueue devel/hs-TypeCompose devel/hs-blaze-builder-enumerator devel/hs-enumerator net-im/hs-haskell-xmpp security/hs-certificate text... X-SVN-Group: ports-head X-SVN-Commit-Author: antoine X-SVN-Commit-Paths: in head: archivers/hs-zlib-enum devel/hs-PSQueue devel/hs-TypeCompose devel/hs-blaze-builder-enumerator devel/hs-enumerator net-im/hs-haskell-xmpp security/hs-certificate textproc/hs-HaXml textproc/hs... X-SVN-Commit-Revision: 480361 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Sep 2018 08:13:57 -0000 Author: antoine Date: Sat Sep 22 08:13:53 2018 New Revision: 480361 URL: https://svnweb.freebsd.org/changeset/ports/480361 Log: Deprecate ports that don't build with recent GHC version Modified: head/archivers/hs-zlib-enum/Makefile head/devel/hs-PSQueue/Makefile head/devel/hs-TypeCompose/Makefile head/devel/hs-blaze-builder-enumerator/Makefile head/devel/hs-enumerator/Makefile head/net-im/hs-haskell-xmpp/Makefile head/security/hs-certificate/Makefile head/textproc/hs-HaXml/Makefile head/textproc/hs-attoparsec-enumerator/Makefile head/www/hs-gitit/Makefile head/www/hs-happstack/Makefile head/x11-toolkits/hs-wx/Makefile head/x11-toolkits/hs-wxc/Makefile head/x11-toolkits/hs-wxcore/Makefile Modified: head/archivers/hs-zlib-enum/Makefile ============================================================================== --- head/archivers/hs-zlib-enum/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/archivers/hs-zlib-enum/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -12,5 +12,8 @@ LICENSE= MIT USE_CABAL= enumerator>=0.4 zlib-bindings>=0.1 +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/devel/hs-PSQueue/Makefile ============================================================================== --- head/devel/hs-PSQueue/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/devel/hs-PSQueue/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -11,6 +11,8 @@ COMMENT= Priority Search Queue LICENSE= BSD3CLAUSE IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/devel/hs-TypeCompose/Makefile ============================================================================== --- head/devel/hs-TypeCompose/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/devel/hs-TypeCompose/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -14,6 +14,8 @@ LICENSE= BSD3CLAUSE USE_CABAL= base-orphans IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/devel/hs-blaze-builder-enumerator/Makefile ============================================================================== --- head/devel/hs-blaze-builder-enumerator/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/devel/hs-blaze-builder-enumerator/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -12,5 +12,8 @@ LICENSE= BSD3CLAUSE USE_CABAL= blaze-builder enumerator streaming-commons +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/devel/hs-enumerator/Makefile ============================================================================== --- head/devel/hs-enumerator/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/devel/hs-enumerator/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -11,6 +11,8 @@ COMMENT= Reliable, high-performance processing with le LICENSE= MIT IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/net-im/hs-haskell-xmpp/Makefile ============================================================================== --- head/net-im/hs-haskell-xmpp/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/net-im/hs-haskell-xmpp/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -13,5 +13,8 @@ LICENSE= BSD3CLAUSE USE_CABAL= HaXml>=1.23.3 html mtl>=1.0 network \ polyparse random regex-compat utf8-string +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/security/hs-certificate/Makefile ============================================================================== --- head/security/hs-certificate/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/security/hs-certificate/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -21,6 +21,8 @@ EXECUTABLE_FLAG_CABAL= cmdargs text>=0.11 cryptohash EXECUTABLE_FLAG_EXECUTABLE= certificate IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/textproc/hs-HaXml/Makefile ============================================================================== --- head/textproc/hs-HaXml/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/textproc/hs-HaXml/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -17,6 +17,8 @@ EXECUTABLE= Canonicalise CanonicaliseLazy DtdToHaskell MkOneOf Validate XsdToHaskell Xtract IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/textproc/hs-attoparsec-enumerator/Makefile ============================================================================== --- head/textproc/hs-attoparsec-enumerator/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/textproc/hs-attoparsec-enumerator/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -12,5 +12,8 @@ LICENSE= MIT USE_CABAL= attoparsec>=0.10 enumerator>=0.4 +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/www/hs-gitit/Makefile ============================================================================== --- head/www/hs-gitit/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/www/hs-gitit/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -20,6 +20,8 @@ USE_CABAL= ConfigFile HStringTemplate HTTP SHA aeson b EXECUTABLE= expireGititCache gitit IGNORE= Doesn't build with newest packages +DEPRECATED= Doesn't build with newest packages +EXPIRATION_DATE= 2018-10-22 FLAGS_DEFINE= PLUGINS FLAGS_DEFAULT= PLUGINS Modified: head/www/hs-happstack/Makefile ============================================================================== --- head/www/hs-happstack/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/www/hs-happstack/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -13,6 +13,8 @@ LICENSE= BSD3CLAUSE USE_CABAL= happstack-server>=7.0 IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-wx/Makefile ============================================================================== --- head/x11-toolkits/hs-wx/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/x11-toolkits/hs-wx/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -15,5 +15,8 @@ DOS2UNIX_FILES= src/Graphics/UI/WX/Window.hs USE_WX= 3.0 WX_COMPS= wx +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include Modified: head/x11-toolkits/hs-wxc/Makefile ============================================================================== --- head/x11-toolkits/hs-wxc/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/x11-toolkits/hs-wxc/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -17,6 +17,8 @@ WX_COMPS= wx IGNORE_DOCS= yes IGNORE= Doesn't build with recent GHC version +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 post-patch:: @${REINPLACE_CMD} 's|"wx-config"|"wxgtk2u-3.0-config"| ; \ Modified: head/x11-toolkits/hs-wxcore/Makefile ============================================================================== --- head/x11-toolkits/hs-wxcore/Makefile Sat Sep 22 08:11:03 2018 (r480360) +++ head/x11-toolkits/hs-wxcore/Makefile Sat Sep 22 08:13:53 2018 (r480361) @@ -16,5 +16,8 @@ DOS2UNIX_GLOB= *.hs USE_WX= 3.0 WX_COMPS= wx +DEPRECATED= Doesn't build with recent GHC version +EXPIRATION_DATE= 2018-10-22 + .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk" .include