From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Aug 20 06:40:25 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8D05216A4CE for ; Fri, 20 Aug 2004 06:40:25 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 57C9D43D4C for ; Fri, 20 Aug 2004 06:40:25 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i7K6ePdu042823 for ; Fri, 20 Aug 2004 06:40:25 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i7K6ePpf042822; Fri, 20 Aug 2004 06:40:25 GMT (envelope-from gnats) Resent-Date: Fri, 20 Aug 2004 06:40:25 GMT Resent-Message-Id: <200408200640.i7K6ePpf042822@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Ying-Chieh Chen Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5B71716A4CE for ; Fri, 20 Aug 2004 06:38:38 +0000 (GMT) Received: from alumni.csie.nctu.edu.tw (alumni.csie.nctu.edu.tw [140.113.209.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C176E43D2F for ; Fri, 20 Aug 2004 06:38:37 +0000 (GMT) (envelope-from yinjieh@csie.nctu.edu.tw) Received: from alumni.csie.nctu.edu.tw (yinjieh@localhost [127.0.0.1]) i7K6cVcl037961 for ; Fri, 20 Aug 2004 14:38:31 +0800 (CST) Received: (from yinjieh@localhost) by alumni.csie.nctu.edu.tw (8.12.11/8.12.3/Submit) id i7K6cVg8037960; Fri, 20 Aug 2004 14:38:31 +0800 (CST) Message-Id: <200408200638.i7K6cVg8037960@alumni.csie.nctu.edu.tw> Date: Fri, 20 Aug 2004 14:38:31 +0800 (CST) From: Ying-Chieh Chen To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/70689: Enable OPTIONS feature of ports/textproc/gmetadom X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Ying-Chieh Chen List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 20 Aug 2004 06:40:25 -0000 >Number: 70689 >Category: ports >Synopsis: Enable OPTIONS feature of ports/textproc/gmetadom >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Fri Aug 20 06:40:25 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Chen >Release: FreeBSD 4.10-STABLE i386 >Organization: NCTU CSIE >Environment: System: FreeBSD alumni 4.10-STABLE FreeBSD 4.10-STABLE #25: Fri Jul 2 07:46:15 CST 2004 wcpan@ccduty:/bsdhome/bsd4/obj/bsdhome/bsd4/src/sys/CSIEBSD i386 >Description: Enable OPTIONS feature of ports/textproc/gmetadom Please commit it, thanks! >How-To-Repeat: cd /usr/ports/textproc/gmetadom Apply the patch make install >Fix: --- gmetadom.patch begins here --- diff -ruN /usr/ports/textproc/gmetadom/Makefile gmetadom/Makefile --- /usr/ports/textproc/gmetadom/Makefile Mon Apr 5 11:30:42 2004 +++ gmetadom/Makefile Fri Aug 20 13:38:35 2004 @@ -20,6 +20,10 @@ LIB_DEPENDS= gdome.8:${PORTSDIR}/textproc/gdome2 RUN_DEPENDS= pkg-config:${PORTSDIR}/devel/pkgconfig +OPTIONS= OCAML "OCAML language support" off + +.include + .if defined(WITH_OCAML) BUILD_DEPENDS+= ocamlfind:${PORTSDIR}/devel/ocaml-findlib \ ocamlc:${PORTSDIR}/lang/ocaml @@ -36,4 +40,4 @@ LDFLAGS="-L${LOCALBASE}/lib" INSTALLS_SHLIB= yes -.include +.include --- gmetadom.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: