Date: Fri, 20 Aug 2004 14:38:31 +0800 (CST) From: Ying-Chieh Chen <yinjieh@csie.nctu.edu.tw> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/70689: Enable OPTIONS feature of ports/textproc/gmetadom Message-ID: <200408200638.i7K6cVg8037960@alumni.csie.nctu.edu.tw> Resent-Message-ID: <200408200640.i7K6ePpf042822@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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 <bsd.port.pre.mk> + .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 <bsd.port.mk> +.include <bsd.port.post.mk> --- gmetadom.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200408200638.i7K6cVg8037960>