From owner-svn-ports-head@FreeBSD.ORG Wed Feb 19 08:37:54 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 5ADCF6EC; Wed, 19 Feb 2014 08:37:54 +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 47163199B; Wed, 19 Feb 2014 08:37:54 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1J8bsWq025833; Wed, 19 Feb 2014 08:37:54 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1J8br4C025831; Wed, 19 Feb 2014 08:37:53 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201402190837.s1J8br4C025831@svn.freebsd.org> From: Emanuel Haupt Date: Wed, 19 Feb 2014 08:37:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r345021 - head/devel/dyncall 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.17 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: Wed, 19 Feb 2014 08:37:54 -0000 Author: ehaupt Date: Wed Feb 19 08:37:53 2014 New Revision: 345021 URL: http://svnweb.freebsd.org/changeset/ports/345021 QAT: https://qat.redports.org/buildarchive/r345021/ Log: Support staging Modified: head/devel/dyncall/Makefile head/devel/dyncall/pkg-plist Modified: head/devel/dyncall/Makefile ============================================================================== --- head/devel/dyncall/Makefile Wed Feb 19 08:34:02 2014 (r345020) +++ head/devel/dyncall/Makefile Wed Feb 19 08:37:53 2014 (r345021) @@ -10,7 +10,6 @@ MASTER_SITES= http://www.dyncall.org/r${ MAINTAINER= tphilipp@potion-studios.com COMMENT= Highly dynamic multi-platform foreign function call interface library -MAN3= dyncall.3 HAS_CONFIGURE= yes MAKEFILE= BSDmakefile @@ -18,7 +17,6 @@ MAKEFILE= BSDmakefile # There is no install target in the BSD makefile for this version of the dyncall # library, so install it manually. -NO_STAGE= yes .include .if ${ARCH} == "ia64" @@ -59,15 +57,13 @@ do-install: ${WRKSRC}/dyncallback/dyncall_args_arm32_arm.h \ ${WRKSRC}/dyncallback/dyncall_args.h \ ${WRKSRC}/dynload/dynload.h \ - ${PREFIX}/include + ${STAGEDIR}${PREFIX}/include ${INSTALL_DATA} \ ${WRKSRC}/dyncall/libdyncall_s.a \ ${WRKSRC}/dyncallback/libdyncallback_s.a \ ${WRKSRC}/dynload/libdynload_s.a \ - ${PREFIX}/lib + ${STAGEDIR}${PREFIX}/lib -.for f3 in ${MAN3} - ${INSTALL_MAN} ${WRKSRC}/dyncall/${f3} ${MAN3PREFIX}/man/man3 -.endfor + ${INSTALL_MAN} ${WRKSRC}/dyncall/dyncall.3 ${STAGEDIR}${MAN3PREFIX}/man/man3 .include Modified: head/devel/dyncall/pkg-plist ============================================================================== --- head/devel/dyncall/pkg-plist Wed Feb 19 08:34:02 2014 (r345020) +++ head/devel/dyncall/pkg-plist Wed Feb 19 08:37:53 2014 (r345021) @@ -33,3 +33,4 @@ include/dyncall_thunk_x86.h lib/libdyncall_s.a lib/libdyncallback_s.a lib/libdynload_s.a +man/man3/dyncall.3.gz