On 19.6.2010, at 21.18, Ryan Schmidt wrote: > > On Jun 19, 2010, at 09:43, [email protected] wrote: > >> Revision: 68981 >> http://trac.macports.org/changeset/68981 >> Author: [email protected] >> Date: 2010-06-19 07:43:54 -0700 (Sat, 19 Jun 2010) >> Log Message: >> ----------- >> version bump to 9.0beta2 >> >> Modified Paths: >> -------------- >> trunk/dports/databases/postgresql84/files/pg_config.h.ed > > And this change?
Hi, this change was needed, because the UNSIGNED_LONG thing had been dropped, and the other had been added with that definition... > >> Modified: trunk/dports/databases/postgresql84/files/pg_config.h.ed >> =================================================================== >> --- trunk/dports/databases/postgresql84/files/pg_config.h.ed 2010-06-19 >> 13:55:27 UTC (rev 68980) >> +++ trunk/dports/databases/postgresql84/files/pg_config.h.ed 2010-06-19 >> 14:43:54 UTC (rev 68981) >> @@ -68,13 +68,6 @@ >> #define SIZEOF_SIZE_T 4 >> #endif >> . >> -/SIZEOF_UNSIGNED_LONG/c >> -#ifdef __LP64__ >> -#define SIZEOF_UNSIGNED_LONG 8 >> -#else >> -#define SIZEOF_UNSIGNED_LONG 4 >> -#endif >> -. >> /SIZEOF_VOID_P/c >> #ifdef __LP64__ >> #define SIZEOF_VOID_P 8 >> @@ -96,11 +89,4 @@ >> /* #undef USE_FLOAT8_BYVAL */ >> #endif >> . >> -/WORDS_BIGENDIAN/c >> -#ifdef __BIG_ENDIAN__ >> -#define WORDS_BIGENDIAN 1 >> -#else >> -/* #undef WORDS_BIGENDIAN */ >> -#endif >> -. >> w > ! ! Jyrki Wahlstedt ! http://www.wahlstedt.fi/jyrki/ ! ! Our life is no dream; but it ought to become one and perhaps will. ! PGP key ID: 0x139CC386 fingerprint: F355 B46F 026C B8C1 89C0 A780 6366 EFD9 139C C386 _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
