Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.2.2 12 Nov 2023 20:49:26 |
Jose Alonso Cardenas Marquez (acm) |
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 |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
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 ) |
3.2.2 01 Aug 2021 01:56:08 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc: update to 3.2.2
* Add new unit devel/fpc-tplylib
* Remove COMPAT10 dependency [PR/254481]
PR: 254481
Reported by: jbeich |
3.2.0_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
3.2.0_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.2.0_1 14 Jan 2021 21:11:15 |
acm |
- 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 |
3.2.0 25 Nov 2020 02:57:51 |
acm |
- Update to 3.2.0
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0 |
3.0.4 15 Aug 2019 16:11:27 |
acm |
- 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 |
3.0.4 05 Apr 2018 04:52:36 |
acm |
- 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 |
3.0.4 01 Feb 2018 07:14:41 |
acm |
- Update to 3.0.4
- Connect www/fpc-libmicrohttpd |
3.0.2_1 30 Jan 2018 22:11:13 |
antoine |
Revert recent fpc changes, they were obviously untested
With hat: portmgr |
3.0.4 30 Jan 2018 18:05:29 |
acm |
- Update to 3.0.4
- Link www/fpc-libmicrohttpd |
3.0.2_1 02 Nov 2017 21:41:47 |
olgeni |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports.
This round is @FreeBSD.org residents except teams. |
3.0.2_1 20 Oct 2017 13:55:26 |
gahr |
lang/fpc-units: remove TCL option, unbreak INDEX
Reported by: antoine |
3.0.2 23 Sep 2017 09:01:56 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
3.0.2 03 Aug 2017 23:40:28 |
acm |
- Pass maintainership to me. marino@ is not part of FreeBSD committers |
3.0.2 26 Feb 2017 17:38:05 |
acm |
- Freepascal update to 3.0.2
- Lazarus BUMP PORTREVISION
- Connect www/fpc-googleapi and devel/fpc-fcl-pdf |
3.0.0_2 24 Sep 2016 16:10:39 |
marino |
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) |
3.0.0_1 23 May 2016 18:36:52 |
amdmi3 |
Convert tab after WWW: in pkg-descrs to single space as per PHB
Approved by: portmgr blanket |
3.0.0_1 21 Dec 2015 10:18:38 |
marino |
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. |
3.0.0 09 Dec 2015 23:36:20 |
marino |
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 |
3.0.0 05 Dec 2015 23:29:37 |
marino |
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 |
2.6.4_5 11 Oct 2015 19:08:03 |
marino |
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) |
2.6.4_5 17 Aug 2015 14:20:41 |
mat |
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 |
2.6.4_5 09 Aug 2015 08:06:45 |
acm |
- 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 |
2.6.4_4 14 Jul 2015 20:16:30 |
bapt |
The lazarus GTK1 interface has been discontinued upstream:
http://wiki.lazarus.freepascal.org/GTK1_Interface |
2.6.4_3 05 Jan 2015 00:16:02 |
marino |
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 |
2.6.4_3 25 Dec 2014 14:49:58 |
bapt |
Remove fpc-imlib and fpc-gnome1 |
2.6.4_2 10 Sep 2014 20:50:37 |
gerald |
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) |
2.6.4_1 21 Jul 2014 19:52:43 |
antoine |
Deprecate GGI ports, they are unmaintained upstream since several years
and the project website is now squatted. |
2.6.4_1 05 Jul 2014 19:27:04 |
olgeni |
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) |
2.6.4_1 05 May 2014 09:45:37 |
bapt |
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 |
2.6.4_1 16 Apr 2014 18:28:50 |
zeising |
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 (Only the first 15 lines of the commit message are shown above ) |
2.6.4 26 Mar 2014 03:32:45 |
acm |
- Update to 2.6.4 |
2.6.2 28 Jan 2014 00:16:58 |
antoine |
Stage support |
2.6.2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
2.6.2 23 Mar 2013 05:25:06 |
acm |
- Update to 2.6.2
- Trim Makefile headers |
2.6.0_3 21 Mar 2013 06:25:18 |
acm |
- Fix typo |
2.6.0_3 14 Mar 2013 06:32:05 |
jgh |
- 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) |
2.6.0_3 12 Dec 2012 21:33:08 |
acm |
- Add devel/fpc-fcl-extra port
- Bump PORTREVISION |
2.6.0_2 19 Jul 2012 20:15:39 |
naddy |
libogg.so.8: Bump PORTREVISION for ports that depend on libogg,
directly or indirectly (via libvorbis, libtheora). |
2.6.0_1 01 Jun 2012 05:26:28 |
dinoex |
- update png to 1.5.10 |
2.6.0 19 Apr 2012 06:20:01 |
acm |
- Update to 2.6.0 |
2.4.4_1 25 Dec 2011 19:22:59 |
wxs |
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) |
2.4.4_1 27 Sep 2011 06:58:56 |
bapt |
- update libmatroska to 1.3.0
- chase matroska library bump |
2.4.4 23 Jun 2011 05:05:29 |
acm |
- Update to 2.4.4 |
2.4.2_1 25 Feb 2011 01:32:18 |
delphij |
Chase after net/openldap24-server update.
Reminded by: miwi |
2.4.2 15 Nov 2010 22:50:00 |
acm |
- Update to 2.4.2
See changelog at: http://wiki.freepascal.org/User_Changes_2.4.2 |
2.4.0 16 Aug 2010 18:38:14 |
acm |
- Update to 2.4.0
PR: 146001
Submitted by: Christopher Key <cjk32 __ __ cam.ac.uk> |
2.2.4_3 28 Mar 2010 06:47:48 |
dinoex |
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi |
2.2.4_2 05 Feb 2010 11:46:55 |
dinoex |
- update to jpeg-8 |
2.2.4_1 31 Jul 2009 13:57:52 |
dinoex |
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by: edwin |
2.2.4 08 May 2009 01:22:02 |
acm |
- Fix a visual problem with OPTIONS descripcion
Suggested by: Zahemszky Gábor <Gabor __at zahemszky.hu> via email |
2.2.4 04 May 2009 15:23:08 |
acm |
- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes |
2.2.2_2 23 Jan 2009 15:43:14 |
roam |
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. |
2.2.2_1 20 Jan 2009 15:03:25 |
acm |
- Fix GTK and GNOME option and unit names
PR: 130780
Submitted by: bsam |
2.2.2_1 16 Jan 2009 12:41:45 |
acm |
- Fix the logic with the options selected
- Bump PORTREVISION
PR: 130613
Submitted by: bsam |
2.2.2 14 Jan 2009 06:12:15 |
acm |
- Update to 2.2.2 |
2.2.0_2 29 Jun 2008 17:43:10 |
acm |
- Fix LATEST_LINK value |
2.2.0_2 24 Jun 2008 15:18:15 |
acm |
- Use new freepascal stuff
- Bump PORTREVISION |
2.2.0_1 06 Jun 2008 13:41:15 |
edwin |
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) |
2.2.0 18 Sep 2007 06:53:29 |
acm |
- Update to 2.2.0 |
2.0.4_1 19 May 2007 20:32:57 |
flz |
- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}. |
2.0.4 07 Sep 2006 21:51:18 |
acm |
- Fix PORTVERSION to 2.0.4
Approved by: garga (mentor,implicit) |
2.0.2_1 07 Sep 2006 21:32:29 |
acm |
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit) |
2.0.2_1 24 Jul 2006 11:21:27 |
acm |
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils
Approved by: garga (mentor) |
2.0.2_1 26 Jun 2006 16:04:49 |
garga |
- 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 |
2.0.2 21 Jun 2006 16:44:54 |
garga |
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 |
2.0.2 21 Jun 2006 16:21:45 |
garga |
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> |