From owner-svn-ports-all@FreeBSD.ORG Sun Mar 23 07:30:56 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 4C7E46A9; Sun, 23 Mar 2014 07:30:56 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 2E105A86; Sun, 23 Mar 2014 07:30:56 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s2N7Uua9061000; Sun, 23 Mar 2014 07:30:56 GMT (envelope-from marino@svn.freebsd.org) Received: (from marino@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s2N7Ut40060998; Sun, 23 Mar 2014 07:30:55 GMT (envelope-from marino@svn.freebsd.org) Message-Id: <201403230730.s2N7Ut40060998@svn.freebsd.org> From: John Marino Date: Sun, 23 Mar 2014 07:30:55 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r348840 - in head/lang/moscow_ml: . 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.17 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: Sun, 23 Mar 2014 07:30:56 -0000 Author: marino Date: Sun Mar 23 07:30:55 2014 New Revision: 348840 URL: http://svnweb.freebsd.org/changeset/ports/348840 QAT: https://qat.redports.org/buildarchive/r348840/ Log: lang/moscow_ml: Really add stage support this time Only files installed in the post-install target were being placed in stage directory. All the files installed in the install target were being put at ${PREFIX}, and this is most of them. Strangely, portsmon never complained about this. Modified: head/lang/moscow_ml/Makefile head/lang/moscow_ml/files/patch-Makefile.inc Modified: head/lang/moscow_ml/Makefile ============================================================================== --- head/lang/moscow_ml/Makefile Sun Mar 23 06:24:57 2014 (r348839) +++ head/lang/moscow_ml/Makefile Sun Mar 23 07:30:55 2014 (r348840) @@ -3,7 +3,7 @@ PORTNAME= moscow_ml PORTVERSION= 2.01 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= lang MASTER_SITES= http://www.itu.dk/~sestoft/mosml/ DISTNAME= mos201src Modified: head/lang/moscow_ml/files/patch-Makefile.inc ============================================================================== --- head/lang/moscow_ml/files/patch-Makefile.inc Sun Mar 23 06:24:57 2014 (r348839) +++ head/lang/moscow_ml/files/patch-Makefile.inc Sun Mar 23 07:30:55 2014 (r348840) @@ -1,15 +1,14 @@ ---- Makefile.inc.orig Mon Jan 19 16:03:37 2004 -+++ Makefile.inc Tue Feb 3 21:01:10 2004 -@@ -2,7 +2,7 @@ +--- Makefile.inc.orig 2004-01-19 15:03:37.000000000 +0000 ++++ Makefile.inc +@@ -2,7 +2,6 @@ # Where to install stuff -MOSMLHOME=${HOME}/mosml -+#MOSMLHOME=${HOME}/mosml # Various utility programs INSTALL_PROGRAM=cp -@@ -15,7 +15,7 @@ +@@ -15,7 +14,7 @@ PERL=perl ADDPRIMS=dynlib.c ADDOBJS=dynlib.o @@ -18,7 +17,7 @@ ADDRUNCFLAGS= ADDDYNLIBCFLAGS= -@@ -45,13 +45,14 @@ +@@ -45,13 +44,14 @@ DYNLD=ld -shared # For NetBSD, use: # ------------------------ @@ -40,7 +39,7 @@ # For Solaris 2 (not SunOS 4), use: # --------------------------------- -@@ -113,13 +113,16 @@ +@@ -113,13 +113,11 @@ SHELL=/bin/sh # INCDIR contains the runtime system header files (for compiling dynlibs) # DOCDIR contains documentation @@ -51,20 +50,15 @@ -TOOLDIR=${MOSMLHOME}/tools -# LIBDIR=${MOSMLHOME}/lib/moscow_ml -# TOOLDIR=${MOSMLHOME}/libexec/moscow_ml -+#BINDIR=${MOSMLHOME}/bin -+BINDIR=${PREFIX}/bin -+#LIBDIR=${MOSMLHOME}/lib -+LIBDIR=${PREFIX}/lib/mosml -+#INCDIR=${MOSMLHOME}/include -+INCDIR=${PREFIX}/include/mosml -+#DOCDIR=${MOSMLHOME}/doc -+DOCDIR=${DOCSDIR} -+#TOOLDIR=${MOSMLHOME}/tools -+TOOLDIR=${PREFIX}/libexec/mosml ++BINDIR=${DESTDIR}${PREFIX}/bin ++LIBDIR=${DESTDIR}${PREFIX}/lib/mosml ++INCDIR=${DESTDIR}${PREFIX}/include/mosml ++DOCDIR=${DESTDIR}${DOCSDIR} ++TOOLDIR=${DESTDIR}${PREFIX}/libexec/mosml CAMLRT=../runtime -@@ -142,7 +145,7 @@ +@@ -142,7 +140,7 @@ MOSMLDEP=../camlrunm ../mosmldep # For cross-compiling to Win 32 (from Linux) (development only) # CPP=/lib/cpp -P -traditional -Umsdos -Uunix -Dwin32