From owner-svn-ports-all@FreeBSD.ORG Sun Dec 29 16:19:58 2013 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 4365B406; Sun, 29 Dec 2013 16:19:58 +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 2E8F71FA5; Sun, 29 Dec 2013 16:19:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTGJwvk009120; Sun, 29 Dec 2013 16:19:58 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTGJv32009118; Sun, 29 Dec 2013 16:19:57 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201312291619.rBTGJv32009118@svn.freebsd.org> From: Johan van Selst Date: Sun, 29 Dec 2013 16:19:57 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338023 - head/lang/intercal 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, 29 Dec 2013 16:19:58 -0000 Author: johans Date: Sun Dec 29 16:19:57 2013 New Revision: 338023 URL: http://svnweb.freebsd.org/changeset/ports/338023 Log: Enable stage support Modified: head/lang/intercal/Makefile head/lang/intercal/pkg-plist Modified: head/lang/intercal/Makefile ============================================================================== --- head/lang/intercal/Makefile Sun Dec 29 16:17:51 2013 (r338022) +++ head/lang/intercal/Makefile Sun Dec 29 16:19:57 2013 (r338023) @@ -11,14 +11,12 @@ MAINTAINER= johans@FreeBSD.org COMMENT= The C-INTERCAL compiler, ick, and supporting libraries GNU_CONFIGURE= yes -USE_GMAKE= yes +USES= gmake CFLAGS+= -D_POSIX_SOURCE DATADIR= ${PREFIX}/share/ick -MAN1= ick.1 convickt.1 INFO= ick -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e '/ICK_SPECIFIC_SUBDIR/s/-@PACKAGE_VERSION@// ' \ ${WRKSRC}/buildaux/Makefile.in Modified: head/lang/intercal/pkg-plist ============================================================================== --- head/lang/intercal/pkg-plist Sun Dec 29 16:17:51 2013 (r338022) +++ head/lang/intercal/pkg-plist Sun Dec 29 16:19:57 2013 (r338023) @@ -11,23 +11,25 @@ lib/libick.a lib/libickec.a lib/libickmt.a lib/libyuk.a +man/man1/ick.1.gz +man/man1/convickt.1.gz +%%DATADIR%%/COPYING %%DATADIR%%/atari.bin %%DATADIR%%/baudot.bin +%%DATADIR%%/compunex.c +%%DATADIR%%/coopt.sh %%DATADIR%%/ebcdic.bin -%%DATADIR%%/latin1.bin +%%DATADIR%%/ecto_b98.c +%%DATADIR%%/floatlib.i %%DATADIR%%/ick-wrap.c +%%DATADIR%%/latin1.bin %%DATADIR%%/pickwrap.c -%%DATADIR%%/COPYING %%DATADIR%%/syslib.i %%DATADIR%%/syslib3.3i %%DATADIR%%/syslib4.4i %%DATADIR%%/syslib5.5i %%DATADIR%%/syslib6.6i %%DATADIR%%/syslib7.7i -%%DATADIR%%/floatlib.i -%%DATADIR%%/coopt.sh %%DATADIR%%/syslibc.c -%%DATADIR%%/compunex.c -%%DATADIR%%/ecto_b98.c @dirrm %%DATADIR%% @dirrm include/ick