From owner-svn-ports-head@FreeBSD.ORG Tue Jan 28 16:47:52 2014 Return-Path: Delivered-To: svn-ports-head@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 7D8A3141; Tue, 28 Jan 2014 16:47:52 +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 36F911FF9; Tue, 28 Jan 2014 16:47:52 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id s0SGlqaB072061; Tue, 28 Jan 2014 16:47:52 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id s0SGlprQ072059; Tue, 28 Jan 2014 16:47:51 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201401281647.s0SGlprQ072059@svn.freebsd.org> From: Martin Wilke Date: Tue, 28 Jan 2014 16:47:51 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r341635 - head/devel/ffcall 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: Tue, 28 Jan 2014 16:47:52 -0000 Author: miwi Date: Tue Jan 28 16:47:51 2014 New Revision: 341635 URL: http://svnweb.freebsd.org/changeset/ports/341635 QAT: https://qat.redports.org/buildarchive/r341635/ Log: - Stage support Modified: head/devel/ffcall/Makefile head/devel/ffcall/pkg-plist Modified: head/devel/ffcall/Makefile ============================================================================== --- head/devel/ffcall/Makefile Tue Jan 28 16:47:39 2014 (r341634) +++ head/devel/ffcall/Makefile Tue Jan 28 16:47:51 2014 (r341635) @@ -19,11 +19,8 @@ GNU_CONFIGURE= yes MAKE_JOBS_UNSAFE= yes -MAN3= avcall.3 callback.3 trampoline.3 trampoline_r.3 vacall.3 -MANCOMPRESSED= no CFLAGS+= -fPIC -NO_STAGE= yes .include .if ${ARCH} == "amd64" Modified: head/devel/ffcall/pkg-plist ============================================================================== --- head/devel/ffcall/pkg-plist Tue Jan 28 16:47:39 2014 (r341634) +++ head/devel/ffcall/pkg-plist Tue Jan 28 16:47:51 2014 (r341635) @@ -1,3 +1,8 @@ +man/man3/avcall.3.gz +man/man3/callback.3.gz +man/man3/trampoline.3.gz +man/man3/trampoline_r.3.gz +man/man3/vacall.3.gz include/avcall.h include/callback.h include/trampoline.h