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) combinatio for a given watch list. This is what FreshPorts will look for.

non port: lang/fpc/pkg-plist

Number of commits found: 29

Wednesday, 10 Jan 2024
13:13 Baptiste Daroussin (bapt) search for other commits by this committer
MAN?PREFIX: eleminate its usage  and move man to share/man
commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d commit hash: 64631af5a788e3083ad88fb728a95a3499015a6d 64631af
Friday, 5 Jan 2024
15:50 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc: Fix issues on stage-qa on i386

- Add ptc unit
- graph unit installs new unit files
- Bump PORTREVISION

PR:		276012
Reported by:	danfe
commit hash: 74dbced73dda83b3f93437d593605e18a3085380 commit hash: 74dbced73dda83b3f93437d593605e18a3085380 commit hash: 74dbced73dda83b3f93437d593605e18a3085380 commit hash: 74dbced73dda83b3f93437d593605e18a3085380 74dbced
Thursday, 4 Jan 2024
17:51 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc: Add dbus and newt units

- Remove obsolete pkg-message entries
- Bump PORTREVISION
commit hash: e880e2dc5cad38f40570945d32159e1cab3d4faa commit hash: e880e2dc5cad38f40570945d32159e1cab3d4faa commit hash: e880e2dc5cad38f40570945d32159e1cab3d4faa commit hash: e880e2dc5cad38f40570945d32159e1cab3d4faa e880e2d
Saturday, 23 Dec 2023
01:11 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
lang/fpc: Install missing serial unit

- Bump PORTREVISION
commit hash: 8c4a2aa6c4bcd55eddfe9c54017a7e47755fa8f6 commit hash: 8c4a2aa6c4bcd55eddfe9c54017a7e47755fa8f6 commit hash: 8c4a2aa6c4bcd55eddfe9c54017a7e47755fa8f6 commit hash: 8c4a2aa6c4bcd55eddfe9c54017a7e47755fa8f6 8c4a2aa
Sunday, 12 Nov 2023
20:49 Jose Alonso Cardenas Marquez (acm) search for other commits by this committer
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
commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 commit hash: 0b92f925a3a155ce7b5f4eddfd528553915c6eb8 0b92f92
Wednesday, 25 Nov 2020
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 
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 
Monday, 10 Nov 2014
22:03 antoine search for other commits by this committer
Simplify plist
Original commitRevision:372421 
Monday, 27 Oct 2014
15:23 bapt search for other commits by this committer
Cleanup plist
Original commitRevision:371587 
Thursday, 20 Feb 2014
20:10 antoine search for other commits by this committer
Stage support
Original commitRevision:345262 
Tuesday, 21 Jan 2014
23:40 bapt search for other commits by this committer
Fix properties on pkg-plist
Original commitRevision:340674 
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 
Sunday, 17 Mar 2013
14:13 danfe search for other commits by this committer
In categories starting with [h-m], remove empty lines from pkg-plist (and
purge one empty file).
Original commitRevision:314442 
Sunday, 30 Sep 2012
00:28 acm search for other commits by this committer
- Fix editors/fpc-ide
Original commitRevision:305058 
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
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
Wednesday, 14 Jan 2009
06:12 acm search for other commits by this committer
- Update to 2.2.2
Original commit
Tuesday, 24 Jun 2008
15:18 acm search for other commits by this committer
- Use new freepascal stuff
- Bump PORTREVISION
Original commit
Sunday, 6 Jan 2008
21:20 acm search for other commits by this committer
- Add a better way to install fpc.cfg config file, now lazarus will compile
  without problems :)
- Bump PORTREVISION

PR              :       119385
Submitted by    :       bsam
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
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
Monday, 10 Dec 2001
01:50 lioux search for other commits by this committer
o Uphold port style tradition: handle post extraction duties in     post-extract
instead of pre-install   o Handle per installation transient files in
PKG{,DE}INSTALL instead     of PLIST   o Do not install corrupted binary   o Do
not @ prefix inside PKG{,DE}INSTALL    
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: 29