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

Number of commits found: 67

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, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Sunday, 1 Aug 2021
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, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Thursday, 14 Jan 2021
21:11 acm search for other commits by this committer
- lang/fpc revert way like linker is taken by fpc compiler
- lang/fpc add binutils to RUN_DEPENDS
- editors/lazarus add binutils to RUN_DEPENDS
- editors/lazarus add gmake to RUN_DEPENDS
- editors/lazarus install fpc units like RUN_DEPENDS too
- Bump PORTREVISiON of fpc/lazarus ports

PR:		251712
Reported by:	amdmi3
Original commitRevision:561593 
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 
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, 5 Apr 2018
04:52 acm search for other commits by this committer
- 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
Original commitRevision:466532 
Thursday, 1 Feb 2018
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 
Thursday, 2 Nov 2017
21:41 olgeni search for other commits by this committer
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.

This round is @FreeBSD.org residents except teams.
Original commitRevision:453381 
Friday, 20 Oct 2017
13:55 gahr search for other commits by this committer
lang/fpc-units: remove TCL option, unbreak INDEX

Reported by:    antoine
Original commitRevision:452520 
Thursday, 3 Aug 2017
23:40 acm search for other commits by this committer
- Pass maintainership to me. marino@ is not part of FreeBSD committers
Original commitRevision:447304 
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 
Saturday, 24 Sep 2016
16:10 marino search for other commits by this committer
lang/fpc-units: Set VLC unit as a non-default option

Due to the VLC included in KDE, the fpc-units metapackage package coexist
with the KDE metapackage due to FPC's VLC unit requiring QT5.

Until such time where they can coexist, the FPC VLC unit will not be an
on-by-default option to remove this install conflict.

PR:		212919
Reported by:	Ian Goddard (bz at austonley.org.uk)
Original commitRevision:422730 
Monday, 21 Dec 2015
10:18 marino search for other commits by this committer
lang/fpc-units, devel/fpc-bfd: Use binutils instead of ancient libbfd

Currently, lang/fpc-bfd can't be installed if devel/binutils is already
on the system.  Given that this is a requirement for lang/gcc and other
big patches, chances are there will be a conflict.  Resolve the problem
by making devel/fpc-bfd depend on devel/binutils instead.  This also
allows the BFD option on FreeBSD9 to be re-enabled.
Original commitRevision:404086 
Wednesday, 9 Dec 2015
23:36 marino search for other commits by this committer
lang/fpc-units: Fix BFD option regression

The BFD option is supported to be off by default on FreeBSD9, but the
upgrade to version 3.0.0 re-enabled it because the logic to prevent this
was faulty.  Using the immediate evaluation (:=) for the options
definition restores the intended configuration.

Reported by:	pkg-fallout
Original commitRevision:403435 
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 
Sunday, 11 Oct 2015
19:08 marino search for other commits by this committer
lang/fpc-units: Finally fix default build on FreeBSD 9

On FreeBSD9, libEGL is built by GCC which requires binutils as a run
depends.  fpc-cairo requires libEGL.  fpc-libbfd and binutils conflict
with each other due to both installing the same header.  Thus, on
FreeBSD 9, the BFD and CAIRO options cannot coexist.  Since both were
set on by default, no binary package for fpc-units has built for months.

Since there is no mechanism to set options by release, I use bmake's
exist() function to check for /usr/include/lwres which only exists on
FreeBSD 9.  If it's present, the BFD option is disabled by default.  This
should restore the building of the fpc-units package on FreeBSD 9.

Reported by:	pkg-fallout (for months)
Original commitRevision:399101 
Monday, 17 Aug 2015
14:20 mat search for other commits by this committer
Remove UNIQUENAME and LATEST_LINK.

UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now,
we won't have conflicts there.

Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer
is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel
has the correct PKGNAME anyway.

Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called
OPTIONS_FILE now.)

Reviewed by:	antoine, bapt
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3336
Original commitRevision:394508 
Sunday, 9 Aug 2015
08:06 acm search for other commits by this committer
- 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
Original commitRevision:393766 
Tuesday, 14 Jul 2015
20:16 bapt search for other commits by this committer
The lazarus GTK1 interface has been discontinued upstream:
http://wiki.lazarus.freepascal.org/GTK1_Interface
Original commitRevision:392075 
Monday, 5 Jan 2015
00:16 marino search for other commits by this committer
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
Original commitRevision:376279 
Thursday, 25 Dec 2014
14:49 bapt search for other commits by this committer
Remove fpc-imlib and fpc-gnome1
Original commitRevision:375576 
Wednesday, 10 Sep 2014
20:50 gerald search for other commits by this committer
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
Original commitRevision:367888 
Monday, 21 Jul 2014
19:52 antoine search for other commits by this committer
Deprecate GGI ports,  they are unmaintained upstream since several years
and the project website is now squatted.
Original commitRevision:362473 
Saturday, 5 Jul 2014
19:27 olgeni search for other commits by this committer
Remove indefinite articles and trailing periods from COMMENT, plus minor
COMMENT typos and surrounding whitespace fixes. A few Makefiles where not
included as they contain Latin-1 characters that break the Phabricator
workflow. Categories J-L.

CR:		D305
Approved by:	portmgr (swills)
Original commitRevision:360810 
Monday, 5 May 2014
09:45 bapt search for other commits by this committer
Convert all :U to :tu and :L to :tl

Since FreeBSD 8.4 and FreeBSD 9.1 make(1) do support :tu and :tl as a
replacement for :U and :L (which has been marked as deprecated)

bmake which is the default on FreeBSD 10+ only support by default
:tu/:tl a hack has been added at the time to support :U and :L to ease
migration. This hack is now not necessary anymore

Note that this makes the ports tree incompatible with make(1) from
FreeBSD 8.3 or earlier

With hat:	portmgr
Original commitRevision:352986 
Wednesday, 16 Apr 2014
18:28 zeising search for other commits by this committer
The FreeBSD x11@ and graphics team proudly presents
a zeising, kwm production, with help from dumbbell, bdrewery:

NEW XORG ON FREEBSD 9-STABLE AND 10-STABLE

This update switches over to use the new xorg stack by default on FreeBSD 9
and 10 stable, on osversions where vt(9) is available.
It is still possible to use the old stack by specifying WITHOUT_NEW_XORG in
/etc/make.conf .
FreeBSD 8-STABLE and released versions of FreeBSD still use
the old version.
A package repository with binary packages for new xorg will
be available soon.

This patch also contains updates of libxcb and related ports, pixman, as well
as some drivers and utilities.

Bump portrevisions for xf86-* ports, as well as virtualbox-ose-additions due
to xserver version change.

Apart from these updates, the way shared libraries are handled has been
changed for all xorg ports, as well as libxml2 and freetype, which means
ltverhack is gone and as a consequence shared libraries have been bumped.
The plan is that this change will make library bumps less likely in the
future.
All affected ports have had their portrevisions bumped as a consequence of
this.

Fix some issues where WITH_NEW_XORG weren't detected properly on CURRENT.

Update instructions, hardware support, and more notes can be found on
https://wiki.freebsd.org/Graphics

Thanks to:	all testers, bdrewery and the FreeBSD x11@ team
exp-run by:	bdrewery [1]
PR:		ports/187602 [1]
Approved by:	portmgr (bdrewery), core (jhb)
Original commitRevision:351411 
Wednesday, 26 Mar 2014
03:32 acm search for other commits by this committer
- Update to 2.6.4
Original commitRevision:349217 
Tuesday, 28 Jan 2014
00:16 antoine search for other commits by this committer
Stage support
Original commitRevision:341492 
Friday, 20 Sep 2013
19:53 bapt search for other commits by this committer
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Original commitRevision:327741 
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, 21 Mar 2013
06:25 acm search for other commits by this committer
- Fix typo
Original commitRevision:314808 
Thursday, 14 Mar 2013
06:32 jgh search for other commits by this committer
- adopt optionsNG and trim historical headers

PR:		176928
PR:		176936
PR:		176937
PR:		176938
PR:		176939
PR:		176940
PR:		176941
PR:		176942
PR:		176943
PR:		176944
PR:		176945
Submitted by:	jgh@
Approved by:	portmgr (miwi)
Original commitRevision:314133 
Wednesday, 12 Dec 2012
21:33 acm search for other commits by this committer
- Add devel/fpc-fcl-extra port
- Bump PORTREVISION
Original commitRevision:308805 
Thursday, 19 Jul 2012
20:15 naddy search for other commits by this committer
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora).
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
06:20 acm search for other commits by this committer
- Update to 2.6.0
Original commit
Sunday, 25 Dec 2011
19:22 wxs search for other commits by this committer
Switch to using bsd.port.options.mk and cleanup unnecessary assignments.

PR:             ports/162754
Submitted by:   Matthew Seaman <m.seaman@infracaninophile.co.uk>
Approved by:    acm@ (maintainer timeout)
Original commit
Tuesday, 27 Sep 2011
06:58 bapt search for other commits by this committer
- update libmatroska to 1.3.0
- chase matroska library bump
Original commit
Thursday, 23 Jun 2011
05:05 acm search for other commits by this committer
- Update to 2.4.4
Original commit
Friday, 25 Feb 2011
01:32 delphij search for other commits by this committer
Chase after net/openldap24-server update.

Reminded by:    miwi
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
18:38 acm search for other commits by this committer
- Update to 2.4.0

PR:             146001
Submitted by:   Christopher Key <cjk32 __ __ cam.ac.uk>
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
Friday, 5 Feb 2010
11:46 dinoex search for other commits by this committer
- update to jpeg-8
Original commit
Friday, 31 Jul 2009
13:57 dinoex search for other commits by this committer
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Original commit
Friday, 8 May 2009
01:22 acm search for other commits by this committer
- Fix a visual problem with OPTIONS descripcion

Suggested by:   Zahemszky Gábor <Gabor __at zahemszky.hu> via email
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
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
15:03 acm search for other commits by this committer
- Fix GTK and GNOME option and unit names

PR:             130780
Submitted by:   bsam
Original commit
Friday, 16 Jan 2009
12:41 acm search for other commits by this committer
- Fix the logic with the options selected
- Bump PORTREVISION

PR:             130613
Submitted by:   bsam
Original commit
Wednesday, 14 Jan 2009
06:12 acm search for other commits by this committer
- Update to 2.2.2
Original commit
Sunday, 29 Jun 2008
17:43 acm search for other commits by this committer
- Fix LATEST_LINK value
Original commit
Tuesday, 24 Jun 2008
15:18 acm search for other commits by this committer
- Use new freepascal stuff
- Bump PORTREVISION
Original commit
Friday, 6 Jun 2008
13:41 edwin search for other commits by this committer
Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
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
Saturday, 19 May 2007
20:32 flz search for other commits by this committer
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
Original commit
Thursday, 7 Sep 2006
21:51 acm search for other commits by this committer
- Fix PORTVERSION to 2.0.4

Approved by:    garga (mentor,implicit)
Original commit
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
Monday, 26 Jun 2006
16:04 garga search for other commits by this committer
- Add recently added ports fpc-gconf, fpc-gnome and fpc-zvt to this meta-port
- Bump PORTREVISION because 3 new OPTIONS are "ON" by default

PR:             ports/99315
Submitted by:   maintainer
Original commit
Wednesday, 21 Jun 2006
16:44 garga search for other commits by this committer
Move fpc-gtk and fpc-gtk2 from graphics to x11-toolkits and change fpc-units
to reflect this

Suggested by:   Vanilla I. Shu <vanilla@fatpipi.cirx.org>
Approved by:    maintainer
Original commit
16:21 garga search for other commits by this committer
Add fpc-units 2.0.2, a meta port to install Free Pascal units.

PR:             ports/98721
Submitted by:   Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
Original commit

Number of commits found: 67