Port details |
- pldebugger PostgreSQL pl/pgsql Debugger API
- 1.8,1 databases
=2 1.5,1Version of this port present on the latest quarterly branch. - Maintainer: sunpoet@FreeBSD.org
 - Port Added: 2017-06-25 23:16:54
- Last Update: 2024-07-24 21:15:48
- Commit Hash: a2b499d
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ART20
- WWW:
- https://github.com/EnterpriseDB/pldebugger
- Description:
- This module is a set of shared libraries which implement an API for debugging
pl/pgsql functions on PostgreSQL 8.4 and above.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- pldebugger>0:databases/pldebugger
- To install the port:
- cd /usr/ports/databases/pldebugger/ && make install clean
- To add the package, run one of these commands:
- pkg install databases/pldebugger
- pkg install pldebugger
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: pldebugger
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1721822996
SHA256 (EnterpriseDB-pldebugger-v1.8_GH0.tar.gz) = ce5c7d27cb7dcf23ce975692a58b1a5cd0581a3a1686d7aa2c10e298e85cf395
SIZE (EnterpriseDB-pldebugger-v1.8_GH0.tar.gz) = 49135
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- postgres : databases/postgresql16-server
- as : devel/binutils
- Runtime dependencies:
-
- postgres : databases/postgresql16-server
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for pldebugger-1.8,1:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- databases_pldebugger
- USES:
- gmake pgsql
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.8,1 24 Jul 2024 21:15:48
    |
Po-Chuan Hsieh (sunpoet)  |
databases/pldebugger: Update to 1.8
Changes: https://github.com/EnterpriseDB/pldebugger/releases |
1.5,1 27 May 2023 04:07:12
    |
Po-Chuan Hsieh (sunpoet)  |
databases/pldebugger: Update to 1.5
Changes: https://github.com/EnterpriseDB/pldebugger/releases |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.4,1 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.4,1 26 Apr 2022 15:01:11
    |
Po-Chuan Hsieh (sunpoet)  |
databases/pldebugger: Try to fix PORTSCOUT
portscout reports as92_upd-rel-9_2_2_4 as a new version. |
1.4,1 01 Nov 2021 13:41:22
    |
Po-Chuan Hsieh (sunpoet)  |
databases/pldebugger: Add PORTSCOUT |
1.4,1 25 Oct 2021 15:57:13
    |
Po-Chuan Hsieh (sunpoet)  |
databases/pldebugger: Do not silence installation message
- Update WWW
- Take maintainership |
1.4,1 12 Oct 2021 17:37:08
    |
Dmitry Marakasov (amdmi3)  |
databases/pldebugger: update to 1.4
- Switch to new upstream
- Update to 1.4
- Drop maintainership
PR: 259030
Submitted by: kbowling |
1.0.20181016,1 07 Apr 2021 23:19:01
    |
Dmitry Marakasov (amdmi3)  |
Remove useless Created by: headers mentioning me |
1.0.20181016,1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.0.20181016,1 21 Aug 2019 18:34:23
  |
amdmi3  |
- Update to the latest git snapsot, fixes build with postgresql 11
PR: 239611
Reported by: tobik@freebsd.org |
1.0_2,1 17 Aug 2019 19:50:24
  |
tobik  |
databases/pldebugger does not build with PostgreSQL 11
plpgsql_debugger.c:367:10: error: use of undeclared identifier
'PLPGSQL_DTYPE_EXPR'; did you mean 'PLPGSQL_DTYPE_VAR'?
case PLPGSQL_DTYPE_EXPR:
^~~~~~~~~~~~~~~~~~
PLPGSQL_DTYPE_VAR
/usr/local/include/postgresql/server/plpgsql.h:62:2: note: 'PLPGSQL_DTYPE_VAR'
declared here
PLPGSQL_DTYPE_VAR,
^
plpgsql_debugger.c:367:10: error: duplicate case value 'PLPGSQL_DTYPE_VAR'
case PLPGSQL_DTYPE_EXPR:
^
plpgsql_debugger.c:311:10: note: previous case defined here
case PLPGSQL_DTYPE_VAR:
^ (Only the first 15 lines of the commit message are shown above ) |
1.0_2,1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.0_1,1 12 Dec 2018 01:35:36
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.0,1 24 Jun 2018 00:54:27
  |
linimon  |
Workaround the following problem on aarch64 by setting LLD_UNSAFE=yes:
cc: error: invalid linker name in argument '-fuse-ld=bfd'
Neither emaste nor I can figure out exactly where the offending stanza is
coming in. It will take someone with more knowledge of gmake debug flags,
and possibly the src build infrastructure, to figure it out.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket) |
1.0,1 22 Jun 2018 13:24:05
  |
amdmi3  |
- Update to 1.0 |
9.6.0 25 Jun 2017 23:16:45
  |
amdmi3  |
- Add database/pldebugger
This module is a set of shared libraries which implement an API for
debugging pl/pgsql functions on PostgreSQL 8.4 and above.
WWW: https://git.postgresql.org/gitweb/?p=pldebugger.git;a=summary |