latest pgadmin3.app binary from svn ...

Поиск
Список
Период
Сортировка
От OpenMacNews
Тема latest pgadmin3.app binary from svn ...
Дата
Msg-id 285724B24F5E98D853705030@tiedgar
обсуждение исходный текст
Ответы Re: latest pgadmin3.app binary from svn ...  (OpenMacNews <OpenMacNews@speakeasy.net>)
Список pgadmin-hackers
hi all,

for those interested in 'playing', i've UL'd a recent .app build of
pgadmin3-svn (r4316) built on/for OSX 10.4.1, @:

     <http://openmacnews.tripod.com/pgadmin3/pgAdmin3.app.tgz>

for ref, build env details are below ...

cheers,

richard

p.s. if i was sloppy abt pkg'ing -- do let me know!

=====================================
pgadmin3-svn r4316

    unsetenv CFLAGS CPPFLAGS CXX CXXFLAGS LDFLAGS LDDLFLAGS LD_PREBIND LC_ALL LANG
LINGUAS
    setenv CFLAGS "-no-cpp-precomp"
    setenv CPPFLAGS "-I/usr/local/ssl/include"
    setenv LDFLAGS "-ldl -L/usr/local/ssl/lib -lssl -lcrypto -L/usr/local/lib
-lexpat -lpng -ljpeg -ltiff -lintl -lgettextlib -lz"

    cd /usr/ports/pgadmin3
    sh bootstrap

    ./configure \
    --enable-appbundle \
    --with-wx=/usr/local/wxwidgets_cvs_dyn \
    --with-wx-config=wx-config \
    --with-pgsql=/usr/local/pgsql \
    --with-pgsql-include=/usr/local/pgsql/include \
    --disable-debug

(executable _manually stripped_, cuz auto-strip still duznt work ...)


wxwidgets-cvs (co'd 6/16/05 11:14:00)

    ../configure \
    --prefix=/usr/local/wxwidgets_cvs_dyn \
    --with-mac \
    --enable-shared \
    --disable-debug \
    --enable-unicode \
    --enable-intl \
    --with-regex

    w/: stc, ogl & gizmos


pgsql v8.0.3
    unsetenv CFLAGS CPPFLAGS CXX CXXFLAGS LDFLAGS LDDLFLAGS LD_PREBIND
EXTRA_LDFLAGS EXTRA_LIBS LC_ALL LANG LINGUAS
    setenv CPPFLAGS "-I/usr/local/ssl/include
-I/Library/Frameworks/Tcl.framework/Headers -I/usr/local/include"
    setenv LDFLAGS "-bind_at_load -ldl -L/usr/local/ssl/lib -lssl -lcrypto
-F/Library/Frameworks -framework Tcl -L/usr/local/lib -lreadline"

    glibtoolize --force --copy
    aclocal -I config
    autoconf

    ./configure \
      --prefix=/usr/local/pgsql \
    --enable-shared --disable-static \
    --disable-debug --enable-cassert \
    --with-template=darwin \
    --with-pgport=5432 \
    --enable-thread-safety \
    --with-maxbackends=1024 \
    --with-perl \
    --with-java \
    --with-pam \
    --with-python \
    --with-rendezvous \
    --with-openssl \
    --with-includes="/usr/local/ssl/include /usr/local/include" \
    --with-libraries="/usr/local/ssl/lib /usr/local/lib" \
    --with-tcl \
    --with-tclconfig=/Library/Frameworks/Tcl.framework \
    --with-tkconfig=/Library/Frameworks/Tk.framework \
    --enable-nls

libpng v1.2.8-config
libjpeg v6b
libtiff-cvs (co'd 5/20/05 01:01:32)
libreadline v5.0
tcl/tk v AquaBI-8.4.10.0
gettext v0.14.5
libz v1.2.2
openssl v0.9.7g
libexpat-cvs (co'd 5/19/05 08:54:31)

gcc powerpc-apple-darwin8-gcc-4.0.0 (GCC) 4.0.0 (Apple Computer, Inc. build
5026)
glibtool ltmain.sh (GNU libtool) 1.5.18 (1.1220.2.245 2005/05/16 08:55:27)
automake (GNU automake) 1.9.5
autoconf (GNU Autoconf) 2.59


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: svn@pgadmin.org
Дата:
Сообщение: SVN Commit by andreas: r4316 - in trunk/pgadmin3/docs: . de_DE de_DE/hints en_US/hints
Следующее
От: OpenMacNews
Дата:
Сообщение: Re: latest pgadmin3.app binary from svn ...