notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/fpc/distinfo

Number of commits found: 36

Tuesday, 21 Jun 2022
01:17 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
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
commit hash: c77c31909fb042682ba8aed7ca69419de9332804 commit hash: c77c31909fb042682ba8aed7ca69419de9332804 commit hash: c77c31909fb042682ba8aed7ca69419de9332804 commit hash: c77c31909fb042682ba8aed7ca69419de9332804 c77c319
Saturday, 18 Jun 2022
04:20 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
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
commit hash: d2209ba1fbe3ab5176ccad59177ce6285254ce60 commit hash: d2209ba1fbe3ab5176ccad59177ce6285254ce60 commit hash: d2209ba1fbe3ab5176ccad59177ce6285254ce60 commit hash: d2209ba1fbe3ab5176ccad59177ce6285254ce60 d2209ba
Sunday, 1 Aug 2021
02:20 Jan Beich (jbeich) search for other commits by this committer
lang/fpc: unbreak on i386 after e40d870fc3cb

$ make checksum ARCH=i386
===>   fpc-3.2.2 depends on file: /usr/local/sbin/pkg - found
=> freepascal/ppc386-3.0.4-freebsd.tar.gz is not in
/usr/ports/lang/fpc/distinfo.
=> Either /usr/ports/lang/fpc/distinfo is out of date, or
=> freepascal/ppc386-3.0.4-freebsd.tar.gz is spelled incorrectly.
*** Error code 1
commit hash: 96f113feeb0714c0bc86a7e0ebeb3ebab7f38486 commit hash: 96f113feeb0714c0bc86a7e0ebeb3ebab7f38486 commit hash: 96f113feeb0714c0bc86a7e0ebeb3ebab7f38486 commit hash: 96f113feeb0714c0bc86a7e0ebeb3ebab7f38486 96f113f
01:56 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc: update to 3.2.2

* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency  [PR/254481]
PR:		254481
Reported by:	jbeich
commit hash: e40d870fc3cb88063b59d0f8449b9ccbdf5378ea commit hash: e40d870fc3cb88063b59d0f8449b9ccbdf5378ea commit hash: e40d870fc3cb88063b59d0f8449b9ccbdf5378ea commit hash: e40d870fc3cb88063b59d0f8449b9ccbdf5378ea e40d870
Wednesday, 25 Nov 2020
03:55 acm search for other commits by this committer
- Commit forgotten  changes
Original commitRevision:556268 
02:57 acm search for other commits by this committer
- Update to 3.2.0

ChangeLog at:	https://wiki.freepascal.org/FPC_New_Features_3.2.0
Original commitRevision:556252 
Friday, 6 Mar 2020
06:26 acm search for other commits by this committer
- 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
Original commitRevision:527858 
Tuesday, 31 Dec 2019
15:11 acm search for other commits by this committer
- 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
Original commitRevision:521624 
Tuesday, 3 Sep 2019
15:51 acm search for other commits by this committer
- 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
Original commitRevision:510956 
Thursday, 15 Aug 2019
16:11 acm search for other commits by this committer
- 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
Original commitRevision:509004 
Thursday, 1 Feb 2018
07:58 acm search for other commits by this committer
- Fix distinfo
Original commitRevision:460576 
07:14 acm search for other commits by this committer
- Update to 3.0.4
- Connect www/fpc-libmicrohttpd
Original commitRevision:460558 
Tuesday, 30 Jan 2018
22:11 antoine search for other commits by this committer
Revert recent fpc changes, they were obviously untested

With hat:	portmgr
Original commitRevision:460445 
18:05 acm search for other commits by this committer
- Update to 3.0.4
- Link www/fpc-libmicrohttpd
Original commitRevision:460424 
Sunday, 26 Feb 2017
17:38 acm search for other commits by this committer
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf
Original commitRevision:434894 
Tuesday, 8 Dec 2015
09:05 mat search for other commits by this committer
Don't use GH_TAGNAME when DISTVERSION* variables can be used.

With hat:	portmgr
Sponsored by:	Absolight
Original commitRevision:403255 
Saturday, 5 Dec 2015
23:29 marino search for other commits by this committer
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
Original commitRevision:403082 
Friday, 9 Jan 2015
20:00 marino search for other commits by this committer
lang/fpc: Prepare for 3.0 and the use of older bootstrap

The Free Pascal Compiler port currently mandates that the bootstrap
compiler be the same version of the compiler being built.  This means that
every update requires a new bootstrap compiler to be generated before the
update.  This goes against the philosophy of a bootstrap compiler, which
aims to allow older compilers to build self-hosting modern compilers.  FPC
is capable of this, but the feature wasn't being leveraged.

There are a lot of changes in this commit, but I believe the resulting
compiler is the same as before the commit, thus PORTREVISION has not been
bumped.  Changes include:

  * Add DragonFly bootstrap compiler 2.6.4 to list of distfiles
  * use OPSYS to make builds generic between FreeBSD and DragonFly
  * Add FREEBSD PLIST variable as FreeBSD builds an extra unit
  * Create the framework to have a bootstrap compiler of an older version
    than the current version (BOOTVER variable)
  * split PP variable out of MAKE_ARGS and use NEWPPC or BOOTPPC to
    specify PP uniquely (required when bootstrap version is different)
  * wrap compound command with parenthesis
  * Use options lists on TAR man page (xfz without hyphen is legacy)
  * unmask installation commands
  * respect 80-column limits, wrapping as necessary
  * bring in some dports-specific changes that have no effect on port
    to eliminate dports patch files

future work:

  When version 3.0 is released, the new fpc make program will be built
  which will have some moderate impacts to the build process and it
  will use a "bootstrap" target.

  The intention is to continue using the 2.6.4 bootstrap compilers to
  build the upcoming 3.0 compiler when it is released.  New bootstrap
  compilers will not be generated until the existing bootstrap compilers
  are unable to bootstrap the upcoming release.
Original commitRevision:376655 
Wednesday, 26 Mar 2014
03:32 acm search for other commits by this committer
- Update to 2.6.4
Original commitRevision:349217 
Saturday, 23 Mar 2013
05:25 acm search for other commits by this committer
- Update to 2.6.2
- Trim Makefile headers
Original commitRevision:314989 
Thursday, 19 Apr 2012
06:20 acm search for other commits by this committer
- Update to 2.6.0
Original commit
Thursday, 23 Jun 2011
05:05 acm search for other commits by this committer
- Update to 2.4.4
Original commit
Tuesday, 16 Nov 2010
16:17 acm search for other commits by this committer
- Fix distinfo entry

Reported by:    sahil
Original commit
Monday, 15 Nov 2010
22:50 acm search for other commits by this committer
- Update to 2.4.2

See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2
Original commit
Monday, 16 Aug 2010
17:45 acm search for other commits by this committer
- 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]
Original commit
Monday, 4 May 2009
15:23 acm search for other commits by this committer
- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
Original commit
Wednesday, 14 Jan 2009
06:12 acm search for other commits by this committer
- Update to 2.2.2
Original commit
Tuesday, 18 Sep 2007
06:53 acm search for other commits by this committer
- Update to 2.2.0
Original commit
Thursday, 7 Sep 2006
21:32 acm search for other commits by this committer
- Update to 2.0.4
- Add new dependencies to editors/lazarus

Approved by:    garga (mentor,implicit)
Original commit
Monday, 24 Jul 2006
11:21 acm search for other commits by this committer
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils

Approved by:    garga (mentor)
Original commit
Wednesday, 21 Jun 2006
16:52 garga search for other commits by this committer
- Update fpc to 2.0.2

PR:             98628, 98629, 98630, 98632, 98641, 98646, 98650, 98652,
                98654, 98656, 98657, 98658, 98720, 98724
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit
Friday, 25 Nov 2005
00:33 pav search for other commits by this committer
- Add SHA256
Original commit
Sunday, 22 Feb 2004
02:05 marcus search for other commits by this committer
* Fix the build on -CURRENT
* Clean up Makefile
* Fix build when an earlier version of fpc was already installed

PR:             62485
Submitted by:   maintainer
Original commit
Wednesday, 7 Jan 2004
10:14 znerd search for other commits by this committer
Update to 1.0.10.

Additional change according to the submitter:
- Port compiles for the first time
- Port has 'gone on a diet'

PR:             60912
Submitted by:   maintainer
Original commit
Saturday, 12 Jul 2003
21:03 obraun search for other commits by this committer
* Upgrade to 1.0.6.
* Fix build on -current.

PR:             ports/53884
Submitted by:   Matthew West <mwest@uct.ac.za>
Approved by:    maintainer
Original commit
Sunday, 9 Dec 2001
02:28 lioux search for other commits by this committer
o New port fpc version 1.0.4: Free Pascal beta compiler with Turbo,     Delphi
and other extensions   o Borrows install scripting tricks from halflifeserver
port    
Original commit

Number of commits found: 36