pkgsrc-Changes archive

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

CVS commit: pkgsrc/math/xfractint



Module Name:    pkgsrc
Committed By:   joerg
Date:           Mon May 22 23:36:44 UTC 2017

Modified Files:
        pkgsrc/math/xfractint: distinfo
        pkgsrc/math/xfractint/patches: patch-ab

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


To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 pkgsrc/math/xfractint/distinfo
cvs rdiff -u -r1.4 -r1.5 pkgsrc/math/xfractint/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/math/xfractint/distinfo
diff -u pkgsrc/math/xfractint/distinfo:1.11 pkgsrc/math/xfractint/distinfo:1.12
--- pkgsrc/math/xfractint/distinfo:1.11 Tue Nov  3 23:33:45 2015
+++ pkgsrc/math/xfractint/distinfo      Mon May 22 23:36:44 2017
@@ -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

Index: pkgsrc/math/xfractint/patches/patch-ab
diff -u pkgsrc/math/xfractint/patches/patch-ab:1.4 pkgsrc/math/xfractint/patches/patch-ab:1.5
--- pkgsrc/math/xfractint/patches/patch-ab:1.4  Fri Dec 11 17:47:28 2009
+++ pkgsrc/math/xfractint/patches/patch-ab      Mon May 22 23:36:44 2017
@@ -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 @@ $NetBSD: patch-ab,v 1.4 2009/12/11 17:47
  # 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