pkgsrc-Bugs archive

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

pkg/28622: Cannot make inputmethod/ja-freewnn-lib on Mac OS X.



>Number:         28622
>Category:       pkg
>Synopsis:       Cannot make inputmethod/ja-freewnn-lib on Mac OS X.
>Confidential:   no
>Severity:       critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Sun Dec 12 03:48:00 +0000 2004
>Originator:     Noritoshi Demizu
>Release:        Mac OS X 10.3.6
>Organization:
>Environment:
Darwin xxx 7.6.0 Darwin Kernel Version 7.6.0: Sun Oct 10 12:05:27 PDT 2004; 
root:xnu/xnu-517.9.4.obj~1/RELEASE_PPC  Power Macintosh powerpc

>Description:
When I tried to make inputmethod/ja-freewnn-lib, I got the following message.

  checking for cpp... configure: error: This system is not supported.

The cause is configure does not know of Darwin (Mac OS X).
>How-To-Repeat:
on Mac OS X 10.3.6,

  $ cd inputmethod/ja-freewnn-lib
  $ bmake
>Fix:
Apply the following patch, and update distinfo.

Index: ja-freewnn-lib/patches/patch-ad
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/ja-freewnn-lib/patches/patch-ad,v
retrieving revision 1.3
diff -u -r1.3 patch-ad
--- ja-freewnn-lib/patches/patch-ad     25 Aug 2002 19:22:58 -0000      1.3
+++ ja-freewnn-lib/patches/patch-ad     12 Dec 2004 02:09:18 -0000
@@ -14,7 +13,7 @@
          CPP=/usr/libexec/cpp
      fi
 +    ;;
-+"NetBSD")
++"NetBSD" | "Darwin")
 +    CCOPTIONS="-DCSRG_BASED"
 +    CDEBUGFLAGS="-O2 -fno-strength-reduce"
 +    CPP=/usr/bin/cpp
Index: ja-freewnn-lib/patches/patch-ae
===================================================================
RCS file: /cvsroot/pkgsrc/inputmethod/ja-freewnn-lib/patches/patch-ae,v
retrieving revision 1.3
diff -u -r1.3 patch-ae
--- ja-freewnn-lib/patches/patch-ae     25 Aug 2002 19:22:58 -0000      1.3
+++ ja-freewnn-lib/patches/patch-ae     12 Dec 2004 02:09:18 -0000
@@ -14,7 +13,7 @@
          CPP=/usr/libexec/cpp
      fi
 +    ;;
-+"NetBSD")
++"NetBSD" | "Darwin")
 +    CCOPTIONS="-DCSRG_BASED"
 +    CDEBUGFLAGS="-O2 -fno-strength-reduce"
 +    CPP=/usr/bin/cpp




Home | Main Index | Thread Index | Old Index