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/Makefile.units

Number of commits found: 52

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
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
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 
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 
Monday, 21 Nov 2016
21:12 acm search for other commits by this committer
- Install serial .ppu and .o files
- Bump fpc-rtl-extra PORTREVISION
Original commitRevision:426756 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
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 
Saturday, 10 Jan 2015
17:55 antoine search for other commits by this committer
Revert part of r376655 that is breaks freebsd ports

With hat:	portmgr
Original commitRevision:376718 
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 
Tuesday, 28 Jan 2014
00:16 antoine search for other commits by this committer
Stage support
Original commitRevision:341492 
Wednesday, 25 Dec 2013
23:29 antoine search for other commits by this committer
Convert the tree to USES=openal

Approved by:	portmgr (bapt)
Original commitRevision:337464 
Friday, 6 Sep 2013
15:15 madpilot search for other commits by this committer
Teach fpc not to try to link to libiconv on head after the iconv change.

This fixes the lang/fpc-utils port build.

Bump PORTREVISION due to runtime behaviour change on head.

Approved by:	portmgr (bapt, implicit)
Original commitRevision:326511 
Friday, 9 Aug 2013
14:05 dinoex search for other commits by this committer
- update libdg to 2.1.0
Original commitRevision:324437 
Thursday, 11 Jul 2013
16:26 sunpoet search for other commits by this committer
- Update to 7.31.0
- Bump PORTREVISION for ftp/curl shlib change
- Add TEST_DEPENDS
- Convert to new options framework
- Adjust options:
  - Add COOKIES
  - Add CYASSL, NSS, POLARSSL, THREADED_RESOLVER, TLS_SRP [1]
  - Add GSSAPI and SPNEGO [2]
  - Remove KERBEROS4
  - Rename LIBIDN to IDN
  - Remove TRACKMEMORY [1]
- Sort option handler
- Add SLAVEDIRS: ftp/curl-hiphop
- Cosmetic change
- Cleanup Makefile header
- While I'm here, fix typo (PORTREVSION) in x11-wm/ede/Makefile

Changes:	http://curl.haxx.se/changes.html
PR:		ports/172325 (-exp run), ports/177369 (based on) [1]
Submitted by:	Hirohisa Yamaguchi <umq@ueo.co.jp> [1], hrs (via email) [2]
Exp run by:	miwi
Original commitRevision:322783 
Monday, 29 Apr 2013
08:57 bapt search for other commits by this committer
Rely on bsdtar to autodetermine the format of the distfiles when possible

For a while now bsdtar is able to autotermine compression and archive format.
Let's then use tar directly instead of piping to tar.

Now USE_BZIP2 and USE_XZ only set EXTRACT_SUFX to the right format
Original commitRevision:316786 
Saturday, 27 Apr 2013
22:09 bapt search for other commits by this committer
Convert the last USE_ICONV to USES=iconv
Original commitRevision:316695 
Sunday, 30 Sep 2012
00:28 acm search for other commits by this committer
- Fix editors/fpc-ide
Original commitRevision:305058 
Friday, 10 Aug 2012
01:11 acm search for other commits by this committer
- Now freepascal units respect LOCALBASE

PR:		ports/153567
Submitted by:	amdmi3
Original commit
Friday, 1 Jun 2012
05:26 dinoex search for other commits by this committer
- update png to 1.5.10
Original commit
Thursday, 19 Apr 2012
08:08 acm search for other commits by this committer
- Use USE_XORG instead of USE_XLIB

Suggested by:   bapt
Original commit
06:20 acm search for other commits by this committer
- Update to 2.6.0
Original commit
Monday, 6 Feb 2012
12:25 miwi search for other commits by this committer
- Chase unixODBC shlib bump
Original commit
Sunday, 1 Jan 2012
16:47 ohauer search for other commits by this committer
- change required APACHE version from 13+ to 20+
  (prepare to remove www/apache13)

- no PORTREVISION bump since apache22 is the default

with hat apache@
Original commit
Monday, 17 Oct 2011
10:08 bf search for other commits by this committer
- update fftw3* to 3.3 [1], and adjust dependent ports
- make use of optimizations by default, where possible
(quad flavor to follow shortly, and mpi at a later date)

Suggestions and patches from:   ache, C. Burns, wen
Original commit
Monday, 12 Sep 2011
13:46 gabor search for other commits by this committer
- Track dependencies after databases/gdbm update
Original commit
Wednesday, 7 Sep 2011
08:28 gahr search for other commits by this committer
- Chase x11-toolkits/xforms shlib version bump
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
21:46 acm search for other commits by this committer
- Change s/LIB_DEPENDS/RUN_DEPENDS on rexx-regina dependency. It solves a
  problem with rexx-regina install detection

Reported by:    QAT
Original commit
19:32 acm search for other commits by this committer
- s/NOPORTSDOCS/NOPORTDOCS

Reported by:    QAT
Original commit
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
Saturday, 3 Apr 2010
10:44 roam search for other commits by this committer
Chase the ftp/curl shlib version bump.
Original commit
Sunday, 28 Mar 2010
06:47 dinoex search for other commits by this committer
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Original commit
Monday, 18 May 2009
15:08 pav search for other commits by this committer
- Chase fftw3 update
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
Friday, 23 Jan 2009
16:28 flz search for other commits by this committer
- Update X.org ports to 7.4+ (few ports are more recent than the katamari).
- Bump PORTREVISION for all ports depending on libglut since the shlib
version number went from 4 to 3.
- Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't
installed anymore.
- Couple of ports fixes (mostly missing xorg components added to USE_XORG).
Original commit
15:43 roam search for other commits by this committer
Bump the version of the curl shared library after the ftp/curl update
to 7.19.2.
Bump PORTREVISION, even on the ports that do not have a versioned
dependency, since the binaries will most probably still stop working.
Original commit
Tuesday, 20 Jan 2009
13:40 acm search for other commits by this committer
- Remove example files from fpc-gtk1 and fpc-gtk2 ports. It can be
  obtained from fpc-source into distfiles directory.
Original commit
Wednesday, 14 Jan 2009
06:12 acm search for other commits by this committer
- Update to 2.2.2
Original commit
Friday, 25 Jul 2008
08:54 pav search for other commits by this committer
- PREFIX is always present in MAKE_ENV, no need to add it again
Original commit
Tuesday, 24 Jun 2008
15:18 acm search for other commits by this committer
- Use new freepascal stuff
- Bump PORTREVISION
Original commit
Thursday, 8 Nov 2007
06:27 acm search for other commits by this committer
- Add some missing dependencies, possibly it fixes some build problems

Approved by:    portmgr (pav)
Original commit
Tuesday, 18 Sep 2007
06:53 acm search for other commits by this committer
- Update to 2.2.0
Original commit
Monday, 17 Sep 2007
04:37 linimon search for other commits by this committer
Attempt to fix build of fpc units on pointyhat.

Suggested by:   maintainer
Original commit
Wednesday, 25 Jul 2007
06:35 linimon search for other commits by this committer
Switch firebird dependency from hardcoding to USE_FIREBIRD.  This switches
the default to v2 and thus fixes some packages on pointyhat.

Hat:            portmgr
Original commit
Thursday, 5 Oct 2006
23:12 acm search for other commits by this committer
- Fix Makefiles.units. The devel/fpc-fcl was building without -CX option
- Bump devel/fpc-fcl PORTREVISION
Original commit
Monday, 25 Sep 2006
21:05 acm search for other commits by this committer
- Add a clean solution to compile devel/fpc-fcl, using OPT and removing the rtl
  and packages directories from WRKSRC
- Bump devel/fpc-fcl PORTREVISION

Submitted by:   Ales Katona <almindor__at__gmail.com> (via email)
Modified by:    me
Original commit
Friday, 22 Sep 2006
17:01 acm search for other commits by this committer
- Remove the comment character from ibase section
Original commit
Monday, 18 Sep 2006
18:41 acm search for other commits by this committer
- Add OPTIONS to some freepascal ports. Now, we can install the external libs
  optionally.[1]
- Other tiny modifications

Suggested by:   Ales Catona <almindor__at__gmail.com> [1]
Approved by:    garga(mentor, implicit)
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
Saturday, 29 Jul 2006
02:48 acm search for other commits by this committer
- Added post-extract on Makefiles.units. It remove the svn directories from
  some fpc ports.
- Added PORTREVISION for each port
- Fixed pkg-plist on fpc-gtk2 and fpc-gtk ports
- Fixed the gtk, glib and gdk libraries linking for fpc-gtk
- Removed obsolete patches from fpc-gtk. Now it's using ${REINPLACE_CMD}
- Removed post-extract from fpc-fcl. I just added it to makefiles.units file

Approved by:    garga (mentor)
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

Number of commits found: 52