[pacman-dev] [PATCH] For Apple
I got this from the opendarwin project, it seems that it manages to compile the ftp lib but fails on other things., debugging one step at a time - Warren --- webpublish/ftplib.c.old Sun Feb 8 13:58:50 2004 +++ webpublish/ftplib.c Sun Feb 8 13:59:13 2004 @@ -32,7 +32,7 @@ #include <string.h> #include <errno.h> #include <ctype.h> -#if defined(__unix__) +#if defined(__unix__) || defined(__APPLE__) #include <sys/time.h> #include <sys/types.h> #include <sys/socket.h> @@ -91,7 +91,7 @@ GLOBALDEF int ftplib_debug = 0; -#if defined(__unix__) || defined(VMS) +#if defined(__unix__) || defined(VMS) || defined(__APPLE__) #define net_read read #define net_write write #define net_close close --- webpublish/ftplib.h.old Sun Feb 8 13:41:22 2004 +++ webpublish/ftplib.h Sun Feb 8 13:42:04 2004 @@ -24,7 +24,7 @@ #if !defined(__FTPLIB_H) #define __FTPLIB_H -#if defined(__unix__) || defined(VMS) +#if defined(__unix__) || defined(VMS) || defined(__APPLE__) #define GLOBALDEF #define GLOBALREF extern #elif defined(_WIN32)
On Thu, Dec 01, 2005 at 11:11:29PM -0800, Warren Noronha <wnorrix@gmail.com> wrote:
I got this from the opendarwin project, it seems that it manages to compile the ftp lib but fails on other things., debugging one step at a time
- Warren
sorry, but this patch seems to be a bit useless. we have pacman without any ppc-related patches in our initial ppc port: buildscript: ftp://ftp.frugalware.org/pub/other/people/dnaku/source/base/pacman fpm: ftp://ftp.frugalware.org/pub/other/people/dnaku/frugalware-ppc/pacman-2.9.7-13-ppc.fpm udv / greetings, VMiklos -- Developer of Frugalware Linux, to make things frugal - http://frugalware.org
Where Can I find hte PPC Page. Funny cause when I tried to compile it on a couple powerbooks, it failed. I can send you thee logs if you want. - Warren On Dec 2, 2005, at 1:03 PM, VMiklos wrote:
On Thu, Dec 01, 2005 at 11:11:29PM -0800, Warren Noronha <wnorrix@gmail.com> wrote:
I got this from the opendarwin project, it seems that it manages to compile the ftp lib but fails on other things., debugging one step at a time
- Warren
sorry, but this patch seems to be a bit useless. we have pacman without any ppc-related patches in our initial ppc port:
buildscript: ftp://ftp.frugalware.org/pub/other/people/dnaku/source/base/pacman
fpm: ftp://ftp.frugalware.org/pub/other/people/dnaku/frugalware-ppc/ pacman-2.9.7-13-ppc.fpm
udv / greetings, VMiklos
-- Developer of Frugalware Linux, to make things frugal - http:// frugalware.org
_______________________________________________ pacman-dev mailing list pacman-dev@archlinux.org http://www.archlinux.org/mailman/listinfo/pacman-dev
On Fri, Dec 02, 2005 at 05:18:34PM -0800, Warren Noronha <wnorrix@gmail.com> wrote:
Where Can I find hte PPC Page.
read my previous mail again, there is a link to the package
Funny cause when I tried to compile it on a couple powerbooks, it failed.
maybe we're taling about two different environment: linux/ppc vs macosx/ppc. i'm taling about linux/ppc udv / greetings, VMiklos -- Developer of Frugalware Linux, to make things frugal - http://frugalware.org
On Dec 3, 2005, at 10:14 AM, VMiklos wrote:
macosx/ppc. i'm taling about linux/ppc
I am talking abuot macos/ppc I want to replace darwin ports with pacman
participants (2)
-
VMiklos
-
Warren Noronha