Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jan 2015 02:43:22 +0000 (UTC)
From:      Gabor Pali <pgj@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r377913 - in head/devel/hs-darcs: . files
Message-ID:  <201501260243.t0Q2hMbm044917@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: pgj
Date: Mon Jan 26 02:43:21 2015
New Revision: 377913
URL: https://svnweb.freebsd.org/changeset/ports/377913
QAT: https://qat.redports.org/buildarchive/r377913/

Log:
  - Fix darcs by updating to 2.8.5 [1]
  - Disallow building static binary with curl support enabled [2]
  
  Reported by:	Walter C. Pelissero [1], Francisco de Borja Lopez Rio [2]
  Obtained from:	FreeBSD Haskell

Deleted:
  head/devel/hs-darcs/files/patch-darcs.cabal
  head/devel/hs-darcs/files/patch-src__Crypt__SHA256.hs
  head/devel/hs-darcs/files/patch-src__Darcs__Commands__Get.hs
  head/devel/hs-darcs/files/patch-src__Darcs__Global.hs
  head/devel/hs-darcs/files/patch-src__Darcs__SignalHandler.hs
Modified:
  head/devel/hs-darcs/Makefile
  head/devel/hs-darcs/distinfo

Modified: head/devel/hs-darcs/Makefile
==============================================================================
--- head/devel/hs-darcs/Makefile	Mon Jan 26 02:43:09 2015	(r377912)
+++ head/devel/hs-darcs/Makefile	Mon Jan 26 02:43:21 2015	(r377913)
@@ -2,8 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	darcs
-PORTVERSION=	2.8.4
-PORTREVISION=	8
+PORTVERSION=	2.8.5
 CATEGORIES=	devel haskell
 
 MAINTAINER=	haskell@FreeBSD.org
@@ -53,4 +52,9 @@ MMAP_FLAG_ENABLE=	mmap
 MMAP_FLAG_CABAL=	mmap>=0.5
 
 .include "${.CURDIR}/../../lang/ghc/bsd.cabal.mk"
+
+.if ${PORT_OPTIONS:MSTATIC} && ${PORT_OPTIONS:MCURL}
+BROKEN=			enabling STATIC and CURL together will produce linker errors
+.endif
+
 .include <bsd.port.mk>

Modified: head/devel/hs-darcs/distinfo
==============================================================================
--- head/devel/hs-darcs/distinfo	Mon Jan 26 02:43:09 2015	(r377912)
+++ head/devel/hs-darcs/distinfo	Mon Jan 26 02:43:21 2015	(r377913)
@@ -1,2 +1,2 @@
-SHA256 (cabal/darcs-2.8.4.tar.gz) = 3fab4dbb2d5dd9f381d49f4730c12e1534b5c484b0dde9712614a7151f659f98
-SIZE (cabal/darcs-2.8.4.tar.gz) = 1301464
+SHA256 (cabal/darcs-2.8.5.tar.gz) = 064310ed589c89500e224ad5254ab88de815c349f14f9aef9513720eb857e399
+SIZE (cabal/darcs-2.8.5.tar.gz) = 1306525



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501260243.t0Q2hMbm044917>