Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: lang/fpc |
Commit | Credits | Log message |
3.2.2_3 12 Nov 2023 20:49:26
![commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8](/images/git.png) ![commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8](/images/codeberg.svg) ![commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8](/images/github.svg) ![Sanity Test Failure Sanity Test Failure](/images/stf.gif) |
Jose Alonso Cardenas Marquez (acm) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
lang/fpc-*: Merge all units to lang/fpc
- Merge all fpc-* units to lang/fpc. It gives us a better way to maintain fpc
and lazarus ports.
- Update Mk/fpc.mk for reflects new changes
- Update Mk/lazarus.mk for reflects new changes
- Now we can defined WANT_FPC_DEVEL AND WANT_LAZARUS_DEVEL for use devel version
of fpc or lazarus for build apps based on fpc/lazarus
- Add entries to MOVED
- Bump PORTREVISON of affected ports
- Some other minor modifications |
3.2.0_1 07 Apr 2021 08:09:01
![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/git.png) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/codeberg.svg) ![commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.2.0_1 06 Apr 2021 14:31:07
![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/git.png) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/codeberg.svg) ![commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb](/images/github.svg) ![files touched by this commit files touched by this commit](/images/logs.gif) |
Mathieu Arnold (mat) ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Remove # $FreeBSD$ from Makefiles. |
3.2.0_1 22 Mar 2021 10:17:44
![Revision:568947 Revision:568947](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
danfe ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line. |
3.2.0 25 Nov 2020 02:57:51
![Revision:556252 Revision:556252](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 3.2.0
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0 |
3.0.4_7 06 Mar 2020 06:26:05
![Revision:527858 Revision:527858](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION
PR: 239135
Reported by: fbsdbugs4 at sentry.org |
3.0.4_6 31 Dec 2019 15:11:19
![Revision:521624 Revision:521624](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Change LDPATH to FPC_LDPATH into lang/fpc/Makefile. It can be changed from
/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 |
3.0.4_5 03 Sep 2019 15:51:51
![Revision:510956 Revision:510956](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- 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 |
3.0.4_4 15 Aug 2019 16:11:27
![Revision:509004 Revision:509004](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add new fpc bootstrap (i386 and x86_64). It could need less COMPATX
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 |
3.0.4_3 26 Jul 2019 20:46:57
![Revision:507372 Revision:507372](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
3.0.4_2 12 Dec 2018 01:35:36
![Revision:487272 Revision:487272](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
gerald ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
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 |
3.0.4_1 05 Apr 2018 04:52:36
![Revision:466532 Revision:466532](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Migrate Mk/bsd.fpc.mk to Mk/Uses/fpc.mk
- 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 |
3.0.4_1 11 Feb 2018 08:32:43
![Revision:461475 Revision:461475](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Fix plist |
3.0.4 01 Feb 2018 08:17:51
![Revision:460577 Revision:460577](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add missing depedencies |
3.0.2 03 Aug 2017 23:40:28
![Revision:447304 Revision:447304](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Pass maintainership to me. marino@ is not part of FreeBSD committers |
3.0.2 26 Feb 2017 17:38:05
![Revision:434894 Revision:434894](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf |
3.0.0 05 Dec 2015 23:29:37
![Revision:403082 Revision:403082](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marino ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
FPC ecosystem: Upgrade version 2.6.4 => 3.0.0
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 |
2.6.4_1 13 Aug 2015 11:14:39
![Revision:394059 Revision:394059](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
amdmi3 ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix build by adding missing dependency
Approved by: portmgr blanket |
2.6.4_1 09 Aug 2015 08:06:45
![Revision:393766 Revision:393766](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- editors/lazarus update to 1.4.2
- Add USE_FPC_RUN to bsd.fpc.mk. It add fpc units like run dependencies.
Otherwise
fpc units only are added like build dependencies (less dependencies registered
when they are installed with pkg).
- Remove GTK1 obsolete dependencies
- Bump all ports with dependencies of fpc-* units
- Bump all ports with dependencies of lazarus ports
- Clean up |
2.6.4 05 Jan 2015 00:16:02
![Revision:376279 Revision:376279](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
marino ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Assign maintainership of FPC ports to new FPC ports team
The new team currently consists of the previous maintainer (acm@) and
myself (marino@).
PR: 195363 |
2.6.4 27 Oct 2014 10:10:59
![Revision:371544 Revision:371544](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Cleanup plist |
2.6.4 26 Mar 2014 16:07:57
![Revision:349260 Revision:349260](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Fix pkg-plist
Reported by: swills |
2.6.4 26 Mar 2014 03:32:45
![Revision:349217 Revision:349217](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.6.4 |
2.6.2 28 Jan 2014 00:16:58
![Revision:341492 Revision:341492](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
antoine ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Stage support |
2.6.2 20 Sep 2013 17:04:44
![Revision:327723 Revision:327723](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
bapt ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 2) |
2.6.2 23 Mar 2013 05:25:06
![Revision:314989 Revision:314989](/images/subversion.png) ![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.6.2
- Trim Makefile headers |
2.6.0 19 Apr 2012 06:20:01
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.6.0 |
2.4.4 28 Jun 2011 09:02:52
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add missing dependency
Reported by: pav |
2.4.4 24 Jun 2011 20:44:43
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add missing dependency
Reported by: pav |
2.4.4 23 Jun 2011 05:05:29
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.4.4 |
2.4.2 15 Nov 2010 22:50:00
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.4.2
See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2 |
2.4.0 16 Aug 2010 17:45:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.4.0
- Add support for amd64 [1]
- Add 23 new ports to to bsd.fpc.mk
- Remove obsolete patch file patch-packages-fcl-db_Makefile
- Turn off some optional dependencies like databases/unixODBC,
graphics/svgalib, databases/oracle8-client for avoid break amd64 support
- Clean up
PR: ports/146001
Submmitted by: Christopher Key <cjk32__ at _cam.ac.uk>
Patch reviewed by: marcov_ at _pascalprogramming.com (fpc developer)[1] |
2.2.4 04 May 2009 15:23:08
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes |
2.2.2 14 Jan 2009 06:12:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Update to 2.2.2 |
2.2.0_1 24 Jun 2008 15:18:15
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Use new freepascal stuff
- Bump PORTREVISION |
2.2.0 22 Dec 2007 06:52:28
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- Add missing dependencies
Reported by: pav |
2.0.4 18 Sep 2007 06:06:00
![files touched by this commit files touched by this commit](/images/logs.gif) |
acm ![search for other commits by this committer search for other commits by this committer](/images/search.jpg) |
- The devel/fpc-fcl port was separated to:
devel/fpc-fcl-base
devel/fpc-fcl-db
devel/fpc-fcl-fpcunit
devel/fpc-fcl-image
devel/fpc-fcl-net
devel/fpc-fcl-passrc
devel/fpc-fcl-registry
devel/fpc-fcl-web
devel/fpc-fcl-xml |