notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/fpc-source/Makefile
SVNWeb

Number of commits found: 11

Wed, 7 Sep 2022
[ 21:10 Stefan Eßer (se) search for other commits by this committer ]    commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  commit hash:b7f05445c00f2625aa19b4154ebcbce5ed2daa52  b7f0544  (Only the first 10 of 27931 ports in this commit are shown above. View all ports for this commit)
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 View all of this commit message)
Tue, 21 Jun 2022
[ 01:17 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer ]    commit hash:c77c31909fb042682ba8aed7ca69419de9332804  commit hash:c77c31909fb042682ba8aed7ca69419de9332804  commit hash:c77c31909fb042682ba8aed7ca69419de9332804  c77c319  (Only the first 10 of 22 ports in this commit are shown above. View all ports for this commit)
lang/fpc: Fix build issues building some fpc based apps

- Add missing parameter to getdirentries syscall function
- Re-build i386 and amd64 bootstrap
- Revert fpc-i386 (FPC_USE_LIBC) build to syscall build
- Bump PORTREVISION in all ports dependant of freepascal compiler
Sat, 18 Jun 2022
[ 04:20 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer ]    commit hash:d2209ba1fbe3ab5176ccad59177ce6285254ce60  commit hash:d2209ba1fbe3ab5176ccad59177ce6285254ce60  commit hash:d2209ba1fbe3ab5176ccad59177ce6285254ce60  d2209ba  (Only the first 10 of 16 ports in this commit are shown above. View all ports for this commit)
lang/fpc-*: Update bootstrap to 3.2.2

- Update i386 and amd64 bootstrap to 3.2.2
- Fix issues with new stat struct
- Now i386 is build using FPC_USE_LIBC
- Fix build on i386 when FPC_USE_LIBC is used
- Update fpc source code to newer kernel syscalls. It removes COMPAT11
  dependency. Now these ports support FreeBSD >= 12.x
- Bump PORTREVISION
Sat, 16 Oct 2021
[ 09:51 Jimmy Olgeni (olgeni) search for other commits by this committer ]    commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  commit hash:4460cf727a7788c9ce21f3344ce5745e5cd9fc4a  4460cf7  (Only the first 10 of 476 ports in this commit are shown above. View all ports for this commit)
*: fix tab vs. space issues, and comments according to the guide.
Sun, 1 Aug 2021
[ 01:56 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer ]    commit hash:e40d870fc3cb88063b59d0f8449b9ccbdf5378ea  commit hash:e40d870fc3cb88063b59d0f8449b9ccbdf5378ea  commit hash:e40d870fc3cb88063b59d0f8449b9ccbdf5378ea  e40d870  (Only the first 10 of 41 ports in this commit are shown above. View all ports for this commit)
lang/fpc: update to 3.2.2

* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency  [PR/254481]
PR:		254481
Reported by:	jbeich
Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Wed, 25 Nov 2020
[ 02:57 acm search for other commits by this committer ] Original commit   Revision:556252 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Update to 3.2.0

ChangeLog at:	https://wiki.freepascal.org/FPC_New_Features_3.2.0
Fri, 6 Mar 2020
[ 06:26 acm search for other commits by this committer ] Original commit   Revision:527858 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 3 Sep 2019
[ 15:51 acm search for other commits by this committer ] Original commit   Revision:510956 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 15 Aug 2019
[ 16:14 acm search for other commits by this committer ] Original commit   Revision:509005
- New port: lang/fpc-source

Originally named FPK-Pascal, the Free Pascal compiler is a 32 bit and 64 bit
Turbo Pascal compatible Pascal compiler for DOS, Linux, Win32, OS/2,
(based on an older version) the AmigaOS, FreeBSD/ELF, BeOS, Darwin(OSX)
and others (source code).

WWW: https://www.freepascal.org/

Number of commits found: 11