<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ports/databases/fpc-postgres, branch 2021Q1</title>
<subtitle>FreeBSD ports tree</subtitle>
<id>https://cgit-dev.freebsd.org/ports/atom?h=2021Q1</id>
<link rel='self' href='https://cgit-dev.freebsd.org/ports/atom?h=2021Q1'/>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/'/>
<updated>2020-11-25T02:57:50Z</updated>
<entry>
<title>- Update to 3.2.0</title>
<updated>2020-11-25T02:57:50Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2020-11-25T02:57:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4ca1f77d7a903e9d8adda25d74b44b28cb8a69f0'/>
<id>urn:sha1:4ca1f77d7a903e9d8adda25d74b44b28cb8a69f0</id>
<content type='text'>
ChangeLog at:	https://wiki.freepascal.org/FPC_New_Features_3.2.0
</content>
</entry>
<entry>
<title>- Remove compat &lt; 11 dependencies from bootstrap and compiler. It could fix problems</title>
<updated>2020-03-06T06:26:05Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2020-03-06T06:26:05Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=8c8a33649543cc526ec3a4f22309aa9feef7b980'/>
<id>urn:sha1:8c8a33649543cc526ec3a4f22309aa9feef7b980</id>
<content type='text'>
  when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
</content>
</entry>
<entry>
<title>- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from</title>
<updated>2019-12-31T15:11:18Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2019-12-31T15:11:18Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=34196d10e5ee69d20c1534ccb6acc97c48296249'/>
<id>urn:sha1:34196d10e5ee69d20c1534ccb6acc97c48296249</id>
<content type='text'>
  /etc/make.conf
- Add FPC_LDPATH to freepascal compiler. By default it is defined to
  %%LOCALBASE%%/bin/ld.bfd but it can be changed setting FPC_LDPATH environment
  variable
- Remove compatX dependencies from bootstrap and compiler. It could fix problems
  when GENERIC kernel is not used [1]
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Submitted by:	fbsdbugs4 __at__ sentry.org
</content>
</entry>
<entry>
<title>- Rebuild bootstrap (ppcx64 and ppc386) with ld patches</title>
<updated>2019-09-03T15:51:50Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2019-09-03T15:51:50Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=c0b7145df28e7429c6182f219c699ee01fabdb9a'/>
<id>urn:sha1:c0b7145df28e7429c6182f219c699ee01fabdb9a</id>
<content type='text'>
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
</content>
</entry>
<entry>
<title>- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX</title>
<updated>2019-08-15T16:11:27Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2019-08-15T16:11:27Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=4b5930e48a6f56f3b6ed302f77a648181f48eaf3'/>
<id>urn:sha1:4b5930e48a6f56f3b6ed302f77a648181f48eaf3</id>
<content type='text'>
  dependencies in kernel
- Add patch file to solve some linking problem
- Remove LD_UNSAFE. Now it can be defined via LDPATH (/usr/bin/ld.bfd by
  default). fpc is not working with lld. We will use binutils-ports when
  ld.bfd is moved from base if lld not working on future version
  of fpc
- Bump PORTREVISION
</content>
</entry>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2019-07-26T20:46:53Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2019-07-26T20:46:53Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=ea8c8ec7da96df12146a2cc428077258141791cf'/>
<id>urn:sha1:ea8c8ec7da96df12146a2cc428077258141791cf</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>Bump PORTREVISION for ports depending on the canonical version of GCC</title>
<updated>2018-12-12T01:35:33Z</updated>
<author>
<name>Gerald Pfeifer</name>
<email>gerald@FreeBSD.org</email>
</author>
<published>2018-12-12T01:35:33Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=a9f015d155018758628ec8858a3d05e162673f67'/>
<id>urn:sha1:a9f015d155018758628ec8858a3d05e162673f67</id>
<content type='text'>
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
</content>
</entry>
<entry>
<title>- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk</title>
<updated>2018-04-05T04:52:36Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2018-04-05T04:52:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=5ab881a5d9e41945e066f0332b891e12e66d0841'/>
<id>urn:sha1:5ab881a5d9e41945e066f0332b891e12e66d0841</id>
<content type='text'>
- Convert all fpc-based ports to USES=fpc

PR:             227210
Reviewed by:    portmgr
Approved by:    portmgr
Exp-run by:     antoine
Differential Revision:  https://reviews.freebsd.org/D14617
</content>
</entry>
<entry>
<title>- Pass maintainership to me. marino@ is not part of FreeBSD committers</title>
<updated>2017-08-03T23:40:28Z</updated>
<author>
<name>Jose Alonso Cardenas Marquez</name>
<email>acm@FreeBSD.org</email>
</author>
<published>2017-08-03T23:40:28Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=0c310fcadd2730823eea60b4245bff733dfb3be3'/>
<id>urn:sha1:0c310fcadd2730823eea60b4245bff733dfb3be3</id>
<content type='text'>
</content>
</entry>
<entry>
<title>FPC ecosystem: Upgrade version 2.6.4 =&gt; 3.0.0</title>
<updated>2015-12-05T23:29:36Z</updated>
<author>
<name>John Marino</name>
<email>marino@FreeBSD.org</email>
</author>
<published>2015-12-05T23:29:36Z</published>
<link rel='alternate' type='text/html' href='https://cgit-dev.freebsd.org/ports/commit/?id=f01cba6e50575183cf50dc87ded17319b63e1a14'/>
<id>urn:sha1:f01cba6e50575183cf50dc87ded17319b63e1a14</id>
<content type='text'>
This is the first major release of FreePascal in nearly four years.
There are a ton of new features, way more to list here. see:
http://wiki.freepascal.org/FPC_New_Features_3.0

Several new unit ports were added, some were contracted.  Most of
those were absorbed into the main FPC packages, but two units are
no longer supported: sndfile and matroshka.

All 99 remaining ports (including Lazarus ports) were build tested
on FreeBSD i386 and amd64 Release 10.2
</content>
</entry>
</feed>
