diff options
author | johans <johans@FreeBSD.org> | 2013-12-30 04:54:45 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2013-12-30 04:54:45 +0800 |
commit | 3600b3812acee655e778c61348fa3a270dc9b92d (patch) | |
tree | 111ce99a4be60c23712303dc256aed3340f595ef | |
parent | 3288e58fa7631a3c58f929c468e6e9d0b55d666d (diff) | |
download | freebsd-ports-gnome-3600b3812acee655e778c61348fa3a270dc9b92d.tar.gz freebsd-ports-gnome-3600b3812acee655e778c61348fa3a270dc9b92d.tar.zst freebsd-ports-gnome-3600b3812acee655e778c61348fa3a270dc9b92d.zip |
Enable stage support
-rw-r--r-- | math/calc/Makefile | 3 | ||||
-rw-r--r-- | math/calc/files/patch-Makefile | 37 | ||||
-rw-r--r-- | math/calc/pkg-plist | 1 |
3 files changed, 24 insertions, 17 deletions
diff --git a/math/calc/Makefile b/math/calc/Makefile index b40a2195215d..32cc2a895e13 100644 --- a/math/calc/Makefile +++ b/math/calc/Makefile @@ -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}" \ diff --git a/math/calc/files/patch-Makefile b/math/calc/files/patch-Makefile index 7eb11b819148..607ab6e06484 100644 --- a/math/calc/files/patch-Makefile +++ b/math/calc/files/patch-Makefile @@ -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 diff --git a/math/calc/pkg-plist b/math/calc/pkg-plist index 5b5d3c61510e..a4be9fa9b989 100644 --- a/math/calc/pkg-plist +++ b/math/calc/pkg-plist @@ -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 |