pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/xfractint Don't hard-code -lncurses when using cu...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cb2fd70bf354
branches:  trunk
changeset: 362705:cb2fd70bf354
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon May 22 23:36:44 2017 +0000

description:
Don't hard-code -lncurses when using curses.b3.mk.

diffstat:

 math/xfractint/distinfo         |  4 ++--
 math/xfractint/patches/patch-ab |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (35 lines):

diff -r c1e1489b6f1b -r cb2fd70bf354 math/xfractint/distinfo
--- a/math/xfractint/distinfo   Mon May 22 23:36:11 2017 +0000
+++ b/math/xfractint/distinfo   Mon May 22 23:36:44 2017 +0000
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.11 2015/11/03 23:33:45 agc Exp $
+$NetBSD: distinfo,v 1.12 2017/05/22 23:36:44 joerg Exp $
 
 SHA1 (xfrac310.zip) = 420de4ca20623b4fe6b6367a269e5525b6bff3af
 RMD160 (xfrac310.zip) = ede481d77f8f5b71a6cef9d7ec4b2e09d9662f5b
 SHA512 (xfrac310.zip) = 8ccc48ba445ed295b18f18234e4d60e78a739cf83f6594659a9ed43a279e5bba46e1de008db3ea33e01b9de430c74c4002f434cf9e7a2a8fbd1c0fdca1633872
 Size (xfrac310.zip) = 1074760 bytes
 SHA1 (patch-aa) = 51d654407fc5621ba69bb5656f7ff7ba65d8ef39
-SHA1 (patch-ab) = d9e793dfe453cb097d671eb764cdf71f95a87eb8
+SHA1 (patch-ab) = a68613c56f7ce81433aa73529e4eef7a9a9df694
 SHA1 (patch-ac) = 443495aed2e6b7ca8f4659b298b4b789d681c847
 SHA1 (patch-ad) = 9e337c7bff36aee223630bbc1585c91bb1961325
 SHA1 (patch-ae) = 6a7c39bafa4832e920f2cb1458a94b817f1832e5
diff -r c1e1489b6f1b -r cb2fd70bf354 math/xfractint/patches/patch-ab
--- a/math/xfractint/patches/patch-ab   Mon May 22 23:36:11 2017 +0000
+++ b/math/xfractint/patches/patch-ab   Mon May 22 23:36:44 2017 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.4 2009/12/11 17:47:28 asau Exp $
+$NetBSD: patch-ab,v 1.5 2017/05/22 23:36:44 joerg Exp $
 
 --- Makefile.orig      1999-09-11 20:32:16.000000000 +0400
 +++ Makefile   2009-12-11 20:42:24.000000000 +0300
@@ -7,7 +7,7 @@
  # For Solaris, add -L/usr/openwin/lib
  # For Linux, use  
 -LIBS = -L/usr/X11R6/lib -lX11 -lm -lncurses -ltermcap
-+LIBS = ${X11_LDFLAGS} ${LDFLAGS} -lX11 -lm -lncurses -ltermcap
++LIBS = ${X11_LDFLAGS} ${LDFLAGS} -lX11 -lm -lcurses -ltermcap
  #LIBS = -L/usr/X11R6/lib -lX11 -lm -lcurses -ltermcap
  #LIBS = -lX11 -lm -lcurses -ltermcap
  



Home | Main Index | Thread Index | Old Index