From owner-svn-ports-all@FreeBSD.ORG Thu Jul 10 15:46:07 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 95546A1F; Thu, 10 Jul 2014 15:46:07 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 8249427B8; Thu, 10 Jul 2014 15:46:07 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s6AFk7sc055945; Thu, 10 Jul 2014 15:46:07 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s6AFk7eB055943; Thu, 10 Jul 2014 15:46:07 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201407101546.s6AFk7eB055943@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 10 Jul 2014 15:46:07 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361465 - in head/devel/ocaml-cppo: . files X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Jul 2014 15:46:07 -0000 Author: vanilla Date: Thu Jul 10 15:46:06 2014 New Revision: 361465 URL: http://svnweb.freebsd.org/changeset/ports/361465 QAT: https://qat.redports.org/buildarchive/r361465/ Log: Stagify, remove unneeded define. Added: head/devel/ocaml-cppo/files/ head/devel/ocaml-cppo/files/patch-Makefile (contents, props changed) Modified: head/devel/ocaml-cppo/Makefile Modified: head/devel/ocaml-cppo/Makefile ============================================================================== --- head/devel/ocaml-cppo/Makefile Thu Jul 10 15:40:54 2014 (r361464) +++ head/devel/ocaml-cppo/Makefile Thu Jul 10 15:46:06 2014 (r361465) @@ -7,15 +7,11 @@ CATEGORIES= devel MASTER_SITES= http://martin.jambon.free.fr/ PKGNAMEPREFIX= ocaml- -MAINTAINER= ports@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Simple preprocessor for OCaml USES= gmake USE_OCAML= yes MAKE_JOBS_UNSAFE= yes -DOCSDIR= ${PREFIX}/share/doc/ocaml/${PORTNAME} -EXAMPLESDIR= ${PREFIX}/share/examples/ocaml/${PORTNAME} - -NO_STAGE= yes .include Added: head/devel/ocaml-cppo/files/patch-Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/devel/ocaml-cppo/files/patch-Makefile Thu Jul 10 15:46:06 2014 (r361465) @@ -0,0 +1,13 @@ +--- Makefile.orig 2014-07-10 23:43:16.837117715 +0800 ++++ Makefile 2014-07-10 23:43:35.518127751 +0800 +@@ -33,8 +33,8 @@ opt: $(ML) + ocamlopt -o cppo -dtypes unix.cmxa $(ML) + + install: +- install -m 0755 cppo $(BINDIR) || \ +- install -m 0755 cppo.exe $(BINDIR) ++ install -m 0755 cppo $(DESTDIR)$(BINDIR) || \ ++ install -m 0755 cppo.exe $(DESTDOR)$(BINDIR) + + cppo_version.ml: Makefile + echo 'let cppo_version = "$(VERSION)"' > cppo_version.ml