From owner-cvs-ports@FreeBSD.ORG Sat May 22 22:41:50 2010 Return-Path: Delivered-To: cvs-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4BC9E106566C; Sat, 22 May 2010 22:41:50 +0000 (UTC) (envelope-from pgj@FreeBSD.org) Received: from repoman.freebsd.org (unknown [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 39C7E8FC08; Sat, 22 May 2010 22:41:50 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o4MMfoM5018324; Sat, 22 May 2010 22:41:50 GMT (envelope-from pgj@repoman.freebsd.org) Received: (from pgj@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o4MMfoSD018323; Sat, 22 May 2010 22:41:50 GMT (envelope-from pgj) Message-Id: <201005222241.o4MMfoSD018323@repoman.freebsd.org> From: Gabor Pali Date: Sat, 22 May 2010 22:41:50 +0000 (UTC) To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org X-FreeBSD-CVS-Branch: HEAD Cc: Subject: cvs commit: ports/archivers/hs-zip-archive-ghc Makefile ports/converters/hs-dataenc Makefile ports/devel/darcs Makefile ports/devel/hs-ansi-terminal Makefile ports/devel/hs-ansi-wl-pprint Makefile ports/devel/hs-hashed-storage Makefile ports/lang/ghc ... X-BeenThere: cvs-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 May 2010 22:41:50 -0000 pgj 2010-05-22 22:41:50 UTC FreeBSD ports repository Modified files: archivers/hs-zip-archive-ghc Makefile converters/hs-dataenc Makefile devel/darcs Makefile devel/hs-ansi-terminal Makefile devel/hs-ansi-wl-pprint Makefile devel/hs-hashed-storage Makefile security/hs-SHA Makefile textproc/hs-citeproc-hs Makefile textproc/hs-highlighting-kate-ghc Makefile textproc/hs-tagsoup Makefile textproc/pandoc Makefile pkg-plist x11/hs-x11-ghc Makefile x11-wm/xmonad-contrib Makefile Added files: lang/ghc bsd.cabal.options.mk Log: - Fix OPTIONS support for Cabal ports by introducing bsd.cabal.options.mk - Fix ports broken with non-default options Triggered by: Yuri Pankov Revision Changes Path 1.9 +1 -0 ports/archivers/hs-zip-archive-ghc/Makefile 1.2 +2 -0 ports/converters/hs-dataenc/Makefile 1.62 +1 -0 ports/devel/darcs/Makefile 1.2 +1 -0 ports/devel/hs-ansi-terminal/Makefile 1.2 +1 -0 ports/devel/hs-ansi-wl-pprint/Makefile 1.2 +2 -0 ports/devel/hs-hashed-storage/Makefile 1.1 +11 -0 ports/lang/ghc/bsd.cabal.options.mk (new) 1.4 +2 -0 ports/security/hs-SHA/Makefile 1.2 +1 -0 ports/textproc/hs-citeproc-hs/Makefile 1.10 +2 -1 ports/textproc/hs-highlighting-kate-ghc/Makefile 1.5 +1 -0 ports/textproc/hs-tagsoup/Makefile 1.16 +3 -0 ports/textproc/pandoc/Makefile 1.4 +2 -1 ports/textproc/pandoc/pkg-plist 1.17 +3 -2 ports/x11-wm/xmonad-contrib/Makefile 1.18 +5 -4 ports/x11/hs-x11-ghc/Makefile