From owner-svn-ports-head@FreeBSD.ORG Thu Jun 19 13:14:35 2014 Return-Path: Delivered-To: svn-ports-head@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 7CE8760C; Thu, 19 Jun 2014 13:14:35 +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 50A652EE6; Thu, 19 Jun 2014 13:14:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5JDEZRq030938; Thu, 19 Jun 2014 13:14:35 GMT (envelope-from vanilla@svn.freebsd.org) Received: (from vanilla@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5JDEY5w030936; Thu, 19 Jun 2014 13:14:34 GMT (envelope-from vanilla@svn.freebsd.org) Message-Id: <201406191314.s5JDEY5w030936@svn.freebsd.org> From: "Vanilla I. Shu" Date: Thu, 19 Jun 2014 13:14:34 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r358408 - in head/math/x12arima: . 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-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 19 Jun 2014 13:14:35 -0000 Author: vanilla Date: Thu Jun 19 13:14:34 2014 New Revision: 358408 URL: http://svnweb.freebsd.org/changeset/ports/358408 QAT: https://qat.redports.org/buildarchive/r358408/ Log: Stagify. Approved by: portmgr@ Modified: head/math/x12arima/Makefile head/math/x12arima/files/patch-makefile.lnx Modified: head/math/x12arima/Makefile ============================================================================== --- head/math/x12arima/Makefile Thu Jun 19 13:12:47 2014 (r358407) +++ head/math/x12arima/Makefile Thu Jun 19 13:14:34 2014 (r358408) @@ -15,7 +15,6 @@ COMMENT= X-12-ARIMA seasonal adjustment USES= fortran NO_WRKSUBDIR= yes MAKEFILE= makefile.lnx -NO_STAGE= yes PLIST_FILES= bin/x12a @@ -27,8 +26,8 @@ DISTFILES+= docsv03.tar.gz PORTDOCS= ReleaseNotesVersion03.pdf qref03unix.pdf x12adocV03.pdf post-install: - @${MKDIR} ${DOCSDIR} - @(cd ${WRKSRC}/docs && ${INSTALL_MAN} ${PORTDOCS} ${DOCSDIR}) + @${MKDIR} ${STAGEDIR}${DOCSDIR} + @(cd ${WRKSRC}/docs && ${INSTALL_MAN} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}) .endif .include Modified: head/math/x12arima/files/patch-makefile.lnx ============================================================================== --- head/math/x12arima/files/patch-makefile.lnx Thu Jun 19 13:12:47 2014 (r358407) +++ head/math/x12arima/files/patch-makefile.lnx Thu Jun 19 13:14:34 2014 (r358408) @@ -1,5 +1,5 @@ ---- makefile.lnx.orig 2010-08-20 22:32:52.000000000 -0400 -+++ makefile.lnx 2010-08-20 22:50:54.000000000 -0400 +--- makefile.lnx.orig 2009-11-19 23:04:08.000000000 +0800 ++++ makefile.lnx 2014-06-19 21:12:15.392802744 +0800 @@ -1,15 +1,11 @@ # MKMF template makefile for protected mode executables. -FC = ifort @@ -18,7 +18,7 @@ OBJS = aaamain.o abend.o acf.o acfar.o acfdgn.o \ acfhdr.o addadj.o addaic.o addate.o addfix.o \ addmul.o addotl.o addsef.o addsub.o addusr.o \ -@@ -237,6 +233,8 @@ +@@ -237,6 +233,8 @@ SRCS = aaamain.f abend.f acf. xrgdiv.f xrgdrv.f xrgtrn.f xrlkhd.f xtrm.f \ yprmy.f yrly.f @@ -27,12 +27,12 @@ $(PROGRAM): $(OBJS) $(LIBS) $(LINKER) -o $@ $(OBJS) $(LDMAP) $(LIBS) $(LDFLAGS) -@@ -244,7 +242,7 @@ +@@ -244,7 +242,7 @@ clean:; @rm -f $(OBJS) install: $(PROGRAM) @echo Installing $(PROGRAM) in $(DEST) - @if not $(DEST)x==.x copy $(PROGRAM) $(DEST) -+ @$(BSD_INSTALL_PROGRAM) $(PROGRAM) $(DEST) ++ @$(BSD_INSTALL_PROGRAM) $(PROGRAM) $(DESTDIR)$(DEST) ### OPUS MKMF: Do not remove this line! Automatic dependencies follow. aaamain.o: build.prm cchars.i chrt.cmn error.cmn hiddn.cmn lex.i \