Skip to content

Commit

Permalink
[libpq] nls does not support osx (#31031)
Browse files Browse the repository at this point in the history
* [libpq] nls does not support osx

* Trigger Build

---------

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
  • Loading branch information
autoantwort and BillyONeal committed Apr 25, 2023
1 parent 701bcf3 commit 2c4c5c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
3 changes: 2 additions & 1 deletion ports/libpq/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libpq",
"version": "15.2",
"port-version": 2,
"port-version": 3,
"description": "The official database access API of postgresql",
"homepage": "https://www.postgresql.org/",
"license": "PostgreSQL",
Expand Down Expand Up @@ -48,6 +48,7 @@
},
"nls": {
"description": "Native Language Support (--enable-nls[=LANGUAGES])",
"supports": "!osx",
"dependencies": [
"gettext",
{
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4358,7 +4358,7 @@
},
"libpq": {
"baseline": "15.2",
"port-version": 2
"port-version": 3
},
"libpqxx": {
"baseline": "7.7.4",
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libpq.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "74cc57fa79744500aef02f0b66be5f46b8005af3",
"version": "15.2",
"port-version": 3
},
{
"git-tree": "29b49eb009f412e692853ca40d353f31711829ea",
"version": "15.2",
Expand Down

0 comments on commit 2c4c5c7

Please sign in to comment.