NetBSD-Bugs archive

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

Re: port-macppc/40624: elinks 0.12pre2 fails to build on a Mac G3 running NetBSD 4.0.1/macppc using default options.mk



> elinks 0.12pre2 with the default options.mk will not build on
> macppc because the required package 'see' cannot build on
> macppc.  Here is a selection from the build process to
> illustrate this problem.  The 'see' package is required when
> javascript support is desired.

Better then to fix the see package, which could be done with this
simple diff (which I'll commit shortly):

Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/lang/see/Makefile,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 Makefile
--- Makefile    20 Oct 2008 00:45:35 -0000      1.1.1.1
+++ Makefile    12 Feb 2009 15:17:08 -0000
@@ -2,6 +2,7 @@
 #
 
 DISTNAME=      see-3.0.1376
+PKGREVISION=   1
 CATEGORIES=    lang
 MASTER_SITES=  http://users.tpg.com.au/dle0nard/software/
 
Index: distinfo
===================================================================
RCS file: /cvsroot/pkgsrc/lang/see/distinfo,v
retrieving revision 1.1.1.1
diff -u -p -r1.1.1.1 distinfo
--- distinfo    20 Oct 2008 00:45:35 -0000      1.1.1.1
+++ distinfo    12 Feb 2009 15:17:08 -0000
@@ -3,3 +3,4 @@ $NetBSD: distinfo,v 1.1.1.1 2008/10/20 0
 SHA1 (see-3.0.1376.tar.gz) = d803adac6298a0f556d59f501f0376d9196d0821
 RMD160 (see-3.0.1376.tar.gz) = 1fb3eb7a796ba96fe68fbc3225bcaafff5692f6f
 Size (see-3.0.1376.tar.gz) = 1066852 bytes
+SHA1 (patch-aa) = 00d5260d023bc4f03239aa42eff0ced616a9691f
--- /dev/null   2009-02-12 16:16:36.000000000 +0100
+++ patches/patch-aa    2009-02-12 16:15:55.000000000 +0100
@@ -0,0 +1,13 @@
+$NetBSD$
+
+--- libsee/dtoa_config.h.orig  2007-09-14 00:01:42.000000000 +0200
++++ libsee/dtoa_config.h
+@@ -16,7 +16,7 @@
+ #   define IEEE_8087
+ #endif
+ 
+-#if defined(__m68k__) || defined(__sparc__) || defined(__ppc__)
++#if defined(__m68k__) || defined(__sparc__) || defined(__ppc__) || 
defined(__powerpc__)
+ #   define IEEE_MC68k 
+ #endif
+ 


Home | Main Index | Thread Index | Old Index