pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/math/capc-calc This package already depends on ncurses...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8a4d95ba0336
branches:  trunk
changeset: 476082:8a4d95ba0336
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Wed Jun 02 21:08:33 2004 +0000

description:
This package already depends on ncurses, so let's just use the ncurses
library instead of termcap, which allows compilation under Linux (or other
OS that don't have libtermcap in the base system).

diffstat:

 math/capc-calc/distinfo         |   4 ++--
 math/capc-calc/patches/patch-aa |  28 ++++++++++++++--------------
 2 files changed, 16 insertions(+), 16 deletions(-)

diffs (113 lines):

diff -r 14b34cc7afc3 -r 8a4d95ba0336 math/capc-calc/distinfo
--- a/math/capc-calc/distinfo   Wed Jun 02 20:28:59 2004 +0000
+++ b/math/capc-calc/distinfo   Wed Jun 02 21:08:33 2004 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.9 2004/03/10 18:17:11 wiz Exp $
+$NetBSD: distinfo,v 1.10 2004/06/02 21:08:33 jschauma Exp $
 
 SHA1 (calc-2.11.9.2.tar.gz) = b7fc42c53e140159b753688373ed17c18d49cd59
 Size (calc-2.11.9.2.tar.gz) = 959025 bytes
-SHA1 (patch-aa) = 55ac789f43cb8616a0b8917de707c6ff8f3520ea
+SHA1 (patch-aa) = c3a844e295831e9d034774435c820c7ce4fdba37
diff -r 14b34cc7afc3 -r 8a4d95ba0336 math/capc-calc/patches/patch-aa
--- a/math/capc-calc/patches/patch-aa   Wed Jun 02 20:28:59 2004 +0000
+++ b/math/capc-calc/patches/patch-aa   Wed Jun 02 21:08:33 2004 +0000
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.4 2004/03/10 18:17:11 wiz Exp $
+$NetBSD: patch-aa,v 1.5 2004/06/02 21:08:33 jschauma Exp $
 
---- Makefile.orig      2004-02-23 11:57:13.000000000 +0100
-+++ Makefile
-@@ -594,7 +594,7 @@ HAVE_UNUSED=
+--- Makefile.orig      2004-02-23 05:57:13.000000000 -0500
++++ Makefile   2004-06-02 17:01:16.000000000 -0400
+@@ -594,7 +594,7 @@
  
  #INCDIR= /usr/local/include
  #INCDIR= /dev/env/DJDIR/include
@@ -11,7 +11,7 @@
  
  # Where to install calc realted things
  #
-@@ -621,15 +621,15 @@ INCDIR= /usr/include
+@@ -621,15 +621,15 @@
  #
  #BINDIR= /usr/local/bin
  #BINDIR= /dev/env/DJDIR/bin
@@ -30,7 +30,7 @@
  
  #CALC_INCDIR= /usr/local/include/calc
  #CALC_INCDIR= /dev/env/DJDIR/include/calc
-@@ -703,7 +703,7 @@ T=
+@@ -703,7 +703,7 @@
  #MANDIR=
  #MANDIR= /usr/local/man/man1
  #MANDIR= /usr/man/man1
@@ -39,7 +39,7 @@
  #MANDIR= /dev/env/DJDIR/man/man1
  #MANDIR= /usr/man/u_man/man1
  #MANDIR= /usr/contrib/man/man1
-@@ -714,7 +714,7 @@ MANDIR= /usr/share/man/man1
+@@ -714,7 +714,7 @@
  #
  # Use CATDIR= to disable installation of the calc cat (formatted) page.
  #
@@ -48,7 +48,7 @@
  #CATDIR= /usr/local/man/cat1
  #CATDIR= /usr/local/catman/cat1
  #CATDIR= /usr/man/cat1
-@@ -735,9 +735,9 @@ MANEXT= 1
+@@ -735,9 +735,9 @@
  #
  # This is ignored if CATDIR is empty.
  #
@@ -60,7 +60,7 @@
  #CATEXT= l
  
  # how to format a man page
-@@ -763,8 +763,8 @@ CATEXT= 1
+@@ -763,8 +763,8 @@
  # and CATDIR to empty and ignore the NROFF, NROFF_ARG and MANMAKE
  # lines below.
  #
@@ -71,7 +71,7 @@
  #NROFF= groff
  NROFF_ARG= -man
  #NROFF_ARG= -mandoc
-@@ -808,10 +808,10 @@ CALCRC= ${CALC_SHAREDIR}/startup:~/.calc
+@@ -808,10 +808,10 @@
  #
  # If in doubt, set USE_READLINE, READLINE_LIB and READLINE_INCLUDE to nothing.
  #
@@ -81,11 +81,11 @@
 +USE_READLINE= -DUSE_READLINE
  #
 -READLINE_LIB=
-+READLINE_LIB= -lreadline -ltermcap
++READLINE_LIB= -lreadline -lncurses
  #READLINE_LIB= -lreadline -lhistory -lncurses
  #READLINE_LIB= -L/usr/gnu/lib -lreadline -lhistory -lncurses
  #READLINE_LIB= -L/usr/local/lib -lreadline -lhistory -lncurses
-@@ -824,10 +824,10 @@ READLINE_INCLUDE=
+@@ -824,10 +824,10 @@
  #
  # Select CALCPAGER= less.exe -ci for DJGPP.
  #
@@ -98,7 +98,7 @@
  #CALCPAGER= less.exe -ci
  
  # Debug/Optimize options for ${CC} and ${LCC}
-@@ -852,7 +852,7 @@ CALCPAGER= more
+@@ -852,7 +852,7 @@
  #
  #DEBUG= -O3
  #DEBUG= -O3 -g
@@ -107,7 +107,7 @@
  #DEBUG= -O3 -ipa
  #DEBUG= -O3 -g3 -ipa
  #
-@@ -1008,10 +1008,10 @@ CCWARN= -Wall -W -Wno-comment
+@@ -1008,10 +1008,10 @@
  CCOPT= ${DEBUG} ${NO_SHARED}
  CCMISC=
  #



Home | Main Index | Thread Index | Old Index