54 Commits

Author SHA1 Message Date
sthen
533f76026d regen PLISTs following py-sphinx update 2022-10-31 08:47:46 +00:00
sthen
8311c389e4 regen PLIST following sphinx update 2022-07-07 16:23:17 +00:00
naddy
7a958849ed drop RCS Ids 2022-03-11 18:31:17 +00:00
sthen
fc43682d4d fix previous (i committed an incomplete version from a tree on the wrong
machine)
2022-01-15 15:41:27 +00:00
sthen
0e8d3784a2 Disable ssh tunnel config built-in to pgadmin3, it uses an ancient libssh2
that is hard to patch for opaque structs in newer OpenSSL/LibreSSL.

While this port has been patched to _build_ against current postgresql
it hasn't been patched to _run_ with a newer version since 2018 (11.x)
so seems unlikely to really be used; this has no longer been maintained
upstream for even longer so I intend to remove the port soon.
2022-01-15 12:15:22 +00:00
jeremy
2526c7e670 Add patch to work with PostgreSQL 14
OK pea@, sthen@
2022-01-13 16:02:00 +00:00
daniel
7437f9d093 update py-sphinx to 4.0.2 and regen PLISTs for affected consumers
all consumers were packaged and installed on amd64 by me; all python2
syntax in consumers appears to have been updated at this point making
it possible to move to the 4.x series.

lang/ghc bits look ok to gnezdo@

ok sthen@ on the rest
2021-07-06 16:55:32 +00:00
sthen
29704c3c83 adapt to py-sphinx-3.5.1 2021-02-20 22:27:27 +00:00
sthen
248932be74 switch MODPY_BIN_SUFFIX to -2 for py2 and (blank) for py3
switch ports using command-line tools from py-sphinx that don't need a
py2 version of it to py3-sphinx
2021-02-19 23:13:00 +00:00
jca
e5d2596191 Only link with Ws2_32.lib when building on Windows.
Fixes the build with LLVM 10
2020-08-08 22:42:53 +00:00
jasper
39567b34b2 bump after libxslt dependency changed 2020-06-09 07:14:44 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
jca
16c8a26880 Cope with the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:44:06 +00:00
landry
9d021f0513 Add support for postgresql >= 10.
pgadmin3 is unsupported upstream and doesn't officially support
postgresql above 9.5, but pgadmin4 is a whole different monster, so keep
this one on life support. Tested against 10.5.

(note that there's a 1.22.2 release upstream)

Patch taken from https://bugs.debian.org/878295

ok sthen@ pea@ (MAINTAINER), also tested by Stefan Wollny
2018-10-25 07:32:43 +00:00
sthen
25f0e460f2 Add COMPILER lines to c++ ports which currently use the default. Adjust
some existing COMPILER lines with arch restrictions etc. In the usual
case this is now using "COMPILER = base-clang ports-gcc base-gcc" on
ports with c++ libraries in WANTLIB.

This is basically intended to be a noop on architectures using clang
as the system compiler, but help with other architectures where we
currently have many ports knocked out due to building with an unsuitable
compiler -

- some ports require c++11/newer so the GCC version in base that is used
on these archirtectures is too old.

- some ports have conflicts where an executable is built with one compiler
(e.g. gcc from base) but a library dependency is built with a different
one (e.g. gcc from ports), resulted in mixing incompatible libraries in the
same address space.

devel/gmp is intentionally skipped as it's on the path to building gcc -
the c++ library there is unused in ports (and not built by default upstream)
so intending to disable building gmpcxx in a future commit.
2018-10-24 14:27:57 +00:00
tb
bf460bdfdc Unbreak for clang6. Upstream changed their server layout, so adjust
MASTER_SITES.

ok schwarze
2018-04-16 15:07:09 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
pea
28375a9b42 Bugfix update to 1.22.1
Spotted / patch provided by Ryan Boggs ( boggsrm at gmail.com), thanks.
ok ajacoutot@
2016-07-15 14:43:40 +00:00
shadchin
525cd9c2bd Unbreak after py-sphinx update to 1.4 2016-04-15 08:53:48 +00:00
landry
639aadd978 Update to pgadmin3 1.20, ok pea@ (MAINTAINER) 2015-09-02 10:03:34 +00:00
bentley
79430bf078 Kill dead mirrors, and add a http mirror.
ok pea@ (maintainer)
2015-06-23 07:26:21 +00:00
dcoppa
d670c55a5c Unbreak mutex hell
Add missing bdep on textproc/py-sphinx
Fix another couple of crashers (from upstream git)
Regen patches; regen pkg/PLIST

ok sthen@, pea@ (maintainer)
2014-10-24 15:01:17 +00:00
pea
97d891db64 drop workaround for missing AI_ADDRCONFIG
ok naddy@
2014-04-30 14:20:08 +00:00
pea
f3c1158c7e Update to 1.18.1
Initial diff from Marc Peters (marc at mpeters.org), thanks.
With tweaks by me.

ok sthen@
2014-04-19 21:03:58 +00:00
ajacoutot
87a0f92b98 Remove a MESSAGE that does not really belong here.
ok pea@ (maintainer)
2014-01-20 16:08:47 +00:00
giovanni
a779f0ee53 Update to 1.16.1
This version is fullly compatible with Postgresql 9.2.x
ok sthen@, maintainer timeout
2013-05-08 15:44:09 +00:00
sthen
de37654fca fix some too-short mktemp format strings 2013-03-11 20:59:04 +00:00
espie
3f680606a7 PERMIT_* / REGRESS->TEST sweep 2013-03-11 02:52:04 +00:00
nigel
18b442fd0c Update to pgadmin3-1.14.0
ok pea@ (maintainer)
2011-11-03 14:27:05 +00:00
espie
61199a1dbc normalize pkgpath 2011-09-16 08:48:01 +00:00
pea
d12f988c1d Bugfixes update to 1.12.3
ok landry@
2011-05-02 11:56:58 +00:00
pea
86b709bca9 Update to 1.12.2
ok landry@
2011-01-06 13:03:21 +00:00
espie
9139a53b56 newer depends with >= 2010-11-26 07:18:59 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
espie
cd474773cf bye bye old LIB_DEPENDS 2010-11-06 22:50:02 +00:00
pea
f6b72229b6 Update to 1.12.1
comitski landry@
2010-11-05 15:34:02 +00:00
pea
8d39157e18 Update to 1.12.0
ok landry@
2010-09-21 13:41:56 +00:00
pea
c629d1b733 Update to 1.10.5
ok landry@
2010-09-07 12:59:06 +00:00
pea
324baf861f Bug fix update to 1.10.3
ok landry@
2010-06-14 15:20:27 +00:00
pea
0b9e5eb38a Update to 1.10.2
ok landry@
2010-04-28 11:23:33 +00:00
pea
aaa6328111 Update to 1.10.0
ok landry@
2009-08-14 09:22:20 +00:00
naddy
d4633b8835 sync master sites with databases/postgresql; ok pea@ 2008-12-12 20:22:21 +00:00
pea
640e4694fa Update to 1.8.4
Take maintainership (ok aanriot@)
ok ajacoutot@
2008-12-12 12:25:16 +00:00
sthen
e7b693fecb minor version update and fix PLIST, from pea on ports@, thanks!
ok mbalmer
2008-02-13 12:07:01 +00:00
sthen
42d18240bb bump to 1.8.1 and fix LIB_DEPENDS following wxWidgets update.
similar diff (without LIB_DEPENDS) from Pea on ports@

ok mbalmer
2008-01-26 10:20:48 +00:00
aanriot
e56323e519 explain how to use the help with a browser.
"looks good" steven@
2007-11-04 19:49:25 +00:00
aanriot
8068a30832 update to 1.8.0 (released yesterday); for now, you need the epiphany
browser to open the help (this has to be fixed) but this version is
up-to-date and works with the new wxWidgets.

discussed with steven@
2007-10-23 17:26:34 +00:00
simon
cc00442a1a remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 20:34:00 +00:00