From owner-svn-ports-all@FreeBSD.ORG Thu Jul 31 12:02:35 2014 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 CFB88856; Thu, 31 Jul 2014 12:02: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 B2D1F221E; Thu, 31 Jul 2014 12:02:35 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id s6VC2Z0I052216; Thu, 31 Jul 2014 12:02:35 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id s6VC2ZpS052213; Thu, 31 Jul 2014 12:02:35 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201407311202.s6VC2ZpS052213@svn.freebsd.org> From: Antoine Brodin Date: Thu, 31 Jul 2014 12:02:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r363574 - 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.18 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: Thu, 31 Jul 2014 12:02:35 -0000 Author: antoine Date: Thu Jul 31 12:02:34 2014 New Revision: 363574 URL: http://svnweb.freebsd.org/changeset/ports/363574 QAT: https://qat.redports.org/buildarchive/r363574/ Log: Unbreak after RM was changed to /bin/rm -f Unbreak on head too 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 Thu Jul 31 11:27:40 2014 (r363573) +++ head/math/calc/Makefile Thu Jul 31 12:02:34 2014 (r363574) @@ -19,6 +19,10 @@ MAKE_ENV+= CALCPAGER="${CALCPAGER}" CAT= CP="${CP}" GMAKE="${MAKE_CMD}" LN="${LN}" MKDIR="${MKDIR}" \ MV="${MV}" RM="${RM}" SED="${SED}" TOUCH="${TOUCH}" \ TRUE="${TRUE}" +.if !exists(/usr/lib/libreadline.so) +MAKE_ARGS= READLINE_INCLUDE="-I${LOCALBASE}/include" \ + READLINE_LIB="-L${LOCALBASE}/lib -lreadline" +.endif PLIST_SUB+= VERSION=${PORTVERSION} VER1=${PORTVERSION:R} \ VER2=${PORTVERSION:R:R} VER3=${PORTVERSION:R:R:R} Modified: head/math/calc/files/patch-Makefile ============================================================================== --- head/math/calc/files/patch-Makefile Thu Jul 31 11:27:40 2014 (r363573) +++ head/math/calc/files/patch-Makefile Thu Jul 31 12:02:34 2014 (r363574) @@ -1,6 +1,6 @@ ---- 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= +--- ./Makefile.orig 2013-09-27 08:55:28.000000000 +0000 ++++ ./Makefile 2014-07-31 11:42:54.000000000 +0000 +@@ -585,7 +585,7 @@ #INCDIR= /usr/local/include #INCDIR= /dev/env/DJDIR/include @@ -9,7 +9,7 @@ # Where to install calc related things # -@@ -624,15 +624,15 @@ INCDIR= /usr/include +@@ -624,15 +624,15 @@ # #BINDIR= /usr/local/bin #BINDIR= /dev/env/DJDIR/bin @@ -28,7 +28,7 @@ # 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 -@@ -699,7 +699,7 @@ SCRIPTDIR= ${BINDIR}/cscript +@@ -699,7 +699,7 @@ # # If in doubt, use T= # @@ -37,7 +37,7 @@ # where man pages are installed # -@@ -710,7 +710,7 @@ T= +@@ -710,7 +710,7 @@ #MANDIR= #MANDIR= /usr/local/man/man1 #MANDIR= /usr/man/man1 @@ -46,7 +46,7 @@ #MANDIR= /dev/env/DJDIR/man/man1 #MANDIR= /usr/man/u_man/man1 #MANDIR= /usr/contrib/man/man1 -@@ -837,14 +837,14 @@ CALCRC= ${CALC_SHAREDIR}/startup:~/.calc +@@ -837,14 +837,14 @@ # # If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing. # @@ -67,7 +67,7 @@ # #READLINE_LIB= -L/usr/gnu/lib -lreadline #READLINE_EXTRAS= -lhistory -lncurses -@@ -869,7 +869,7 @@ READLINE_INCLUDE= +@@ -869,7 +869,7 @@ #CALCPAGER= more #CALCPAGER= pg #CALCPAGER= cat @@ -76,7 +76,7 @@ #CALCPAGER= less.exe -ci # Debug/Optimize options for ${CC} and ${LCC} -@@ -978,8 +978,8 @@ CALC_ENV= CALCPATH=./cal LD_LIBRARY_PATH +@@ -978,8 +978,8 @@ # MKDIR_ARG= -p # use mkdir -p when creating paths # MKDIR_ARG= # use if system does not understand mkdir -p # @@ -87,7 +87,7 @@ # 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} +@@ -1012,35 +1012,36 @@ # standard utilities used during make # @@ -137,7 +137,7 @@ # assume the X11 makedepend tool for the depend rule MAKEDEPEND= makedepend STRIP= strip -@@ -1248,13 +1249,15 @@ LIBCUSTCALC_STATIC= +@@ -1248,13 +1249,15 @@ # CCWARN= -Wall -W -Wno-comment CCWERR= @@ -157,7 +157,7 @@ # endif -@@ -1516,7 +1519,8 @@ ICFLAGS= ${COMMON_CFLAGS} ${CC_STATIC} +@@ -1516,7 +1519,8 @@ else ICFLAGS= ${COMMON_CFLAGS} ${CC_SHARE} endif @@ -167,3 +167,39 @@ # Required flags to link files for calc # +@@ -1728,7 +1732,7 @@ + PURIFY="${PURIFY}" \ + Q="${Q}" \ + RANLIB="${RANLIB}" \ +- RM=${RM} \ ++ RM="${RM}" \ + RMDIR=${RMDIR} \ + SCRIPTDIR="${SCRIPTDIR}" \ + SED=${SED} \ +@@ -1768,7 +1772,7 @@ + MKDIR=${MKDIR} \ + MV=${MV} \ + Q="${Q}" \ +- RM=${RM} \ ++ RM="${RM}" \ + RMDIR=${RMDIR} \ + SCRIPTDIR="${SCRIPTDIR}" \ + SED=${SED} \ +@@ -1797,7 +1801,7 @@ + MKDIR=${MKDIR} \ + MV=${MV} \ + Q="${Q}" \ +- RM=${RM} \ ++ RM="${RM}" \ + RMDIR=${RMDIR} \ + SCRIPTDIR="${SCRIPTDIR}" \ + T=${T} \ +@@ -1826,7 +1830,7 @@ + MKDIR=${MKDIR} \ + MV=${MV} \ + Q="${Q}" \ +- RM=${RM} \ ++ RM="${RM}" \ + RMDIR=${RMDIR} \ + SCRIPTDIR="${SCRIPTDIR}" \ + SED=${SED} \ Modified: head/math/calc/pkg-plist ============================================================================== --- head/math/calc/pkg-plist Thu Jul 31 11:27:40 2014 (r363573) +++ head/math/calc/pkg-plist Thu Jul 31 12:02:34 2014 (r363574) @@ -518,8 +518,6 @@ man/man1/calc.1.gz %%DATADIR%%/varargs.cal %%DATADIR%%/xx_print.cal %%DATADIR%%/zeta2.cal -@dirrmtry man/man1 -@dirrmtry man @dirrm %%DATADIR%%/help @dirrm %%DATADIR%%/custom @dirrm %%DATADIR%%/custhelp