pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/math/xfractint Fix linkage. Bump revision.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a54a9c6ff019
branches:  trunk
changeset: 527927:a54a9c6ff019
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Apr 16 14:48:31 2007 +0000

description:
Fix linkage. Bump revision.

diffstat:

 math/xfractint/Makefile         |   5 ++++-
 math/xfractint/distinfo         |   3 ++-
 math/xfractint/patches/patch-ab |  13 +++++++++++++
 3 files changed, 19 insertions(+), 2 deletions(-)

diffs (55 lines):

diff -r 984f413167f2 -r a54a9c6ff019 math/xfractint/Makefile
--- a/math/xfractint/Makefile   Mon Apr 16 12:55:34 2007 +0000
+++ b/math/xfractint/Makefile   Mon Apr 16 14:48:31 2007 +0000
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2007/02/15 14:44:04 joerg Exp $
+# $NetBSD: Makefile,v 1.5 2007/04/16 14:48:31 joerg Exp $
 #
 
 DISTNAME=              xfrac310
 PKGNAME=               xfractint-3.10
+PKGREVISION=           1
 CATEGORIES=            math
 MASTER_SITES=          http://spanky.triumf.ca/pub/fractals/programs/unix/
 EXTRACT_SUFX=          .zip
@@ -22,6 +23,8 @@
 
 INSTALLATION_DIRS=     share/xfractint
 
+MAKE_ENV+=     X11_LDFLAGS=${X11_LDFLAGS:Q}
+
 .include "../../mk/curses.buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 984f413167f2 -r a54a9c6ff019 math/xfractint/distinfo
--- a/math/xfractint/distinfo   Mon Apr 16 12:55:34 2007 +0000
+++ b/math/xfractint/distinfo   Mon Apr 16 14:48:31 2007 +0000
@@ -1,9 +1,10 @@
-$NetBSD: distinfo,v 1.4 2006/06/14 14:34:10 joerg Exp $
+$NetBSD: distinfo,v 1.5 2007/04/16 14:48:31 joerg Exp $
 
 SHA1 (xfrac310.zip) = 420de4ca20623b4fe6b6367a269e5525b6bff3af
 RMD160 (xfrac310.zip) = ede481d77f8f5b71a6cef9d7ec4b2e09d9662f5b
 Size (xfrac310.zip) = 1074760 bytes
 SHA1 (patch-aa) = 43815e2af79a7b438992169fa5f0b9afe30d9b2e
+SHA1 (patch-ab) = 4bde32376bc1fac3a620e5be0900c4c640277f73
 SHA1 (patch-af) = d95099b13cdef7421fd09be09627e4db5646e948
 SHA1 (patch-ag) = bf0ce10e27b29022890bc292daf72a09974a3aa0
 SHA1 (patch-ah) = f0599bb9f59921938784a866d27205abaef6a964
diff -r 984f413167f2 -r a54a9c6ff019 math/xfractint/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/math/xfractint/patches/patch-ab   Mon Apr 16 14:48:31 2007 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.3 2007/04/16 14:48:31 joerg Exp $
+
+--- Makefile.orig      2007-04-16 14:22:01.000000000 +0000
++++ Makefile
+@@ -68,7 +68,7 @@ CC = cc
+ # For Apollo, change -lX11 to -L/usr/X11/libX11
+ # 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 = -L/usr/X11R6/lib -lX11 -lm -lcurses -ltermcap
+ #LIBS = -lX11 -lm -lcurses -ltermcap
+ 



Home | Main Index | Thread Index | Old Index