Re: [PATCH] Repair OSX Port after i18n reorganization - Mailing list pgadmin-hackers

From Dave Page
Subject Re: [PATCH] Repair OSX Port after i18n reorganization
Date
Msg-id E7F85A1B5FF8D44C8A1AF6885BC9A0E490DE12@ratbert.vale-housing.co.uk
Whole thread Raw
In response to [PATCH] Repair OSX Port after i18n reorganization  ("Florian G. Pflug" <fgp@phlo.org>)
Responses Re: [PATCH] Repair OSX Port after i18n reorganization  ("Florian G. Pflug" <fgp@phlo.org>)
List pgadmin-hackers

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Florian G. Pflug
> Sent: 13 May 2005 10:36
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] [PATCH] Repair OSX Port after i18n
> reorganization
>
> Hi
>
> This patch makes the osx build work again, by doing the following
>     .) Change i18n/Makefile.am to install i18n-files into
>     $(datadir)i18n instead of $(datadir)/pgadmin3/i18n when
>     building an appbundle.
>     .) Put the files listed in TMP_ui in i18n/Makefile.am
>     into EXTRA_DIST instead. I guess this was an error,
>     since TMP_ui is never used in this Makefile...
>     .) Support DESTDIR in i18n/Makefile.am
>     .) Moves the path-hint support for windows from
>     pgAdmin3.cpp to base/appbase.cpp,
>     because this saves some conditionals and is cleaner
>     .) Make "path" a global variable, like loadPath, ...
>
> Now all path-related setups are done in InitPaths in AppBase

Thanks - patch applied.

> I didn't test the win32 build... I hope I didn't break anything..

Nothing another #include didn't fix :-)

Regards, Dave

pgadmin-hackers by date:

Previous
From: svn@pgadmin.org
Date:
Subject: SVN Commit by dpage: r4181 - in trunk/pgadmin3: i18n src src/agent src/base src/ctl src/include/base src/include/ctl
Next
From: "Dave Page"
Date:
Subject: Re: [PATCH] Appbundle-Support for 1.2