From owner-svn-ports-all@FreeBSD.ORG Sun Dec 29 20:54:46 2013 Return-Path: Delivered-To: svn-ports-all@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 0B7D6FBA; Sun, 29 Dec 2013 20:54:46 +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 EAF1F1768; Sun, 29 Dec 2013 20:54:45 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rBTKsjFv012710; Sun, 29 Dec 2013 20:54:45 GMT (envelope-from johans@svn.freebsd.org) Received: (from johans@localhost) by svn.freebsd.org (8.14.7/8.14.7/Submit) id rBTKsjc5012704; Sun, 29 Dec 2013 20:54:45 GMT (envelope-from johans@svn.freebsd.org) Message-Id: <201312292054.rBTKsjc5012704@svn.freebsd.org> From: Johan van Selst Date: Sun, 29 Dec 2013 20:54:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r338044 - in head/math/calc: . 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, 29 Dec 2013 20:54:46 -0000 Author: johans Date: Sun Dec 29 20:54:45 2013 New Revision: 338044 URL: http://svnweb.freebsd.org/changeset/ports/338044 Log: Enable stage support Modified: head/math/calc/Makefile head/math/calc/files/patch-Makefile head/math/calc/pkg-plist Modified: head/math/calc/Makefile ============================================================================== --- head/math/calc/Makefile Sun Dec 29 20:44:39 2013 (r338043) +++ head/math/calc/Makefile Sun Dec 29 20:54:45 2013 (r338044) @@ -14,9 +14,6 @@ USE_BZIP2= yes USE_LDCONFIG= yes MAKE_JOBS_UNSAFE= yes -NO_STAGE= yes - -MAN1= calc.1 CALCPAGER?= more MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT="${CAT}" CHMOD="${CHMOD}" \ Modified: head/math/calc/files/patch-Makefile ============================================================================== --- head/math/calc/files/patch-Makefile Sun Dec 29 20:44:39 2013 (r338043) +++ head/math/calc/files/patch-Makefile Sun Dec 29 20:54:45 2013 (r338044) @@ -1,15 +1,15 @@ ---- Makefile.orig 2008-05-10 07:58:05.000000000 -0400 -+++ Makefile 2008-08-06 08:53:08.992116860 -0400 -@@ -585,7 +585,7 @@ +--- Makefile.orig 2013-09-27 10:55:28.000000000 +0200 ++++ Makefile 2013-12-29 21:49:45.000000000 +0100 +@@ -585,7 +585,7 @@ HAVE_UNUSED= #INCDIR= /usr/local/include #INCDIR= /dev/env/DJDIR/include -INCDIR= /usr/include +INCDIR= ${PREFIX}/include - # Where to install calc realted things + # Where to install calc related things # -@@ -612,15 +612,15 @@ +@@ -624,15 +624,15 @@ INCDIR= /usr/include # #BINDIR= /usr/local/bin #BINDIR= /dev/env/DJDIR/bin @@ -28,7 +28,16 @@ # NOTE: Do not set CALC_INCDIR to /usr/include or /usr/local/include!!! # Always be sure that the CALC_INCDIR path ends in /calc to avoid -@@ -698,7 +698,7 @@ +@@ -699,7 +699,7 @@ SCRIPTDIR= ${BINDIR}/cscript + # + # If in doubt, use T= + # +-T= ++T=${DESTDIR} + + # where man pages are installed + # +@@ -710,7 +710,7 @@ T= #MANDIR= #MANDIR= /usr/local/man/man1 #MANDIR= /usr/man/man1 @@ -37,7 +46,7 @@ #MANDIR= /dev/env/DJDIR/man/man1 #MANDIR= /usr/man/u_man/man1 #MANDIR= /usr/contrib/man/man1 -@@ -837,14 +837,14 @@ +@@ -837,14 +837,14 @@ CALCRC= ${CALC_SHAREDIR}/startup:~/.calc # # If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing. # @@ -58,7 +67,7 @@ # #READLINE_LIB= -L/usr/gnu/lib -lreadline #READLINE_EXTRAS= -lhistory -lncurses -@@ -857,7 +857,7 @@ +@@ -869,7 +869,7 @@ READLINE_INCLUDE= #CALCPAGER= more #CALCPAGER= pg #CALCPAGER= cat @@ -67,7 +76,7 @@ #CALCPAGER= less.exe -ci # Debug/Optimize options for ${CC} and ${LCC} -@@ -966,8 +966,8 @@ +@@ -978,8 +978,8 @@ CALC_ENV= CALCPATH=./cal LD_LIBRARY_PATH # MKDIR_ARG= -p # use mkdir -p when creating paths # MKDIR_ARG= # use if system does not understand mkdir -p # @@ -76,9 +85,9 @@ +#MKDIR_ARG= -p +MKDIR_ARG= - # Some out of date operating systems require / want an executable to - # end with a certain file extension. Some compile systems such as -@@ -999,35 +999,36 @@ + # Some out of date operating systems require/want an executable to + # end with a certain file extension. Some compiler systems such as +@@ -1012,35 +1012,36 @@ LIB_EXT_VE= ${LIB_EXT}.${VE} # standard utilities used during make # @@ -128,7 +137,7 @@ # assume the X11 makedepend tool for the depend rule MAKEDEPEND= makedepend STRIP= strip -@@ -1235,13 +1236,15 @@ +@@ -1248,13 +1249,15 @@ LIBCUSTCALC_STATIC= # CCWARN= -Wall -W -Wno-comment CCWERR= @@ -148,7 +157,7 @@ # endif -@@ -1469,7 +1472,8 @@ +@@ -1516,7 +1519,8 @@ ICFLAGS= ${COMMON_CFLAGS} ${CC_STATIC} else ICFLAGS= ${COMMON_CFLAGS} ${CC_SHARE} endif Modified: head/math/calc/pkg-plist ============================================================================== --- head/math/calc/pkg-plist Sun Dec 29 20:44:39 2013 (r338043) +++ head/math/calc/pkg-plist Sun Dec 29 20:54:45 2013 (r338044) @@ -75,6 +75,7 @@ lib/libcustcalc.so.%%VERSION%% lib/libcustcalc.so.%%VER1%% lib/libcustcalc.so.%%VER2%% lib/libcustcalc.so.%%VER3%% +man/man1/calc.1.gz %%DATADIR%%/README %%DATADIR%%/alg_config.cal %%DATADIR%%/beer.cal