notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
The safest procedure: change your FreshPorts password. Anything you had set before Friday March 24 2023 09:49:20 UTC should be changed. You can read more here: SQL inejection issues fixed and FreshSource code fixes Sorry about the extra work for you.
All known SQL injection issues patched. There is no evidence it was exploited. That doesn’t mean it wasn’t. Please change your password.
non port: editors/fpc-ide/Makefile
SVNWeb

Number of commits found: 39

Wed, 20 Jul 2022
[ 14:21 Tobias C. Berner (tcberner) search for other commits by this committer ]    commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  commit hash:7cd7a8d850aa40bd9f93927a98e3664a54cf15e1  7cd7a8d  (Only the first 10 of 119 ports in this commit are shown above. View all ports for this commit)
editors: remove 'Created by' lines

A big Thank You to the original contributors of these ports:

  *  Adam Saponara <as@php.net>
  *  Adam Weinberger <adamw@FreeBSD.org>
  *  Akinori MUSHA aka knu <knu@idaemons.org>
  *  Alexey Dokuchaev <danfe@FreeBSD.org>
  *  Andreas Kohout <shanee@augusta.de>
  *  Andrej Zverev <az@inec.ru>
  *  Andrey Zakhvatov
  *  Anton Tornqvist <antont@inbox.lv>
  *  Bill Fumerola <billf@chc-chimes.com>
  *  Bob Eager <bob@eager.cx>
  *  Chris D. Faulhaber <jedgar@fxp.org>
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 6 Apr 2021
[ 14:31 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  commit hash:305f148f482daf30dcf728039d03d019f88344eb  305f148  (Only the first 10 of 29333 ports in this commit are shown above. View all ports for this commit)
Remove # $FreeBSD$ from Makefiles.
Mon, 7 Dec 2020
[ 19:20 acm search for other commits by this committer ] Original commit   Revision:557241
- Fix build

PR:		251666
Submitted by:	rdunkle at smallcatbrain.com
Wed, 25 Nov 2020
[ 02:57 acm search for other commits by this committer ] Original commit   Revision:556252 (Only the first 10 of 58 ports in this commit are shown above. View all ports for this commit)
- Update to 3.2.0

ChangeLog at:	https://wiki.freepascal.org/FPC_New_Features_3.2.0
Thu, 5 Apr 2018
[ 04:52 acm search for other commits by this committer ] Original commit   Revision:466532 (Only the first 10 of 111 ports in this commit are shown above. View all ports for this commit)
- 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
Thu, 3 Aug 2017
[ 23:40 acm search for other commits by this committer ] Original commit   Revision:447304 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
- Pass maintainership to me. marino@ is not part of FreeBSD committers
Sat, 5 Dec 2015
[ 23:29 marino search for other commits by this committer ] Original commit   Revision:403082 (Only the first 10 of 246 ports in this commit are shown above. View all ports for this commit)
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
Fri, 14 Aug 2015
[ 13:23 amdmi3 search for other commits by this committer ] Original commit   Revision:394209
- Fix build by adding missing dependency

Approved by:	portmgr blanket
Sun, 9 Aug 2015
[ 08:06 acm search for other commits by this committer ] Original commit   Revision:393766 (Only the first 10 of 106 ports in this commit are shown above. View all ports for this commit)
- 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
Mon, 5 Jan 2015
[ 00:16 marino search for other commits by this committer ] Original commit   Revision:376279 (Only the first 10 of 96 ports in this commit are shown above. View all ports for this commit)
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
Wed, 10 Sep 2014
[ 20:50 gerald search for other commits by this committer ] Original commit   Revision:367888 (Only the first 10 of 3171 ports in this commit are shown above. View all ports for this commit)
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)
Fri, 2 May 2014
[ 14:16 tijl search for other commits by this committer ] Original commit   Revision:352815 (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
Convert graphics/sdl_gfx to USES=libtool.  Also set USE_AUTOTOOLS because
upstream forgot to regenerate the build scripts.  This makes the build use
the correct version information and causes a library version bump.  Use
this opportunity to use USES=libtool instead of USES=libtool:oldver.
Bump PORTREVISION on all dependent ports and convert them to USES=libtool
where needed.  Also use USES=(gmake, pathfix, tar) and new LIB_DEPENDS
syntax here and there.

games/freedink-engine:
- Option helpers.
- Staging.
- Use dirrmtry for locale directories.

games/oolite:
- Staging.
(Only the first 15 lines of the commit message are shown above View all of this commit message)
Tue, 28 Jan 2014
[ 00:16 antoine search for other commits by this committer ] Original commit   Revision:341492 (Only the first 10 of 99 ports in this commit are shown above. View all ports for this commit)
Stage support
Fri, 20 Sep 2013
[ 16:36 bapt search for other commits by this committer ] Original commit   Revision:327720 (Only the first 10 of 298 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
editors)
Sat, 23 Mar 2013
[ 05:25 acm search for other commits by this committer ] Original commit   Revision:314989 (Only the first 10 of 82 ports in this commit are shown above. View all ports for this commit)
- Update to 2.6.2
- Trim Makefile headers
Sun, 30 Sep 2012
[ 00:29 acm search for other commits by this committer ] Original commit   Revision:305059
- Now, it could build without problem
- Remove BROKEN
Sun, 9 Sep 2012
[ 15:33 beat search for other commits by this committer ] Original commit   Revision:303972
- Mark BROKEN: does not build:
  gmake: Entering an unknown directory
  gmake: *** /usr/local/lib/fpc/2.6.0/compiler: No such file or directory. 
Stop.

Reported by:	pointyhat
Fri, 1 Jun 2012
[ 05:26 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4371 ports in this commit are shown above. View all ports for this commit)
- update png to 1.5.10
Mon, 16 Aug 2010
[ 17:45 acm search for other commits by this committer ] Original commit  (Only the first 10 of 50 ports in this commit are shown above. View all ports for this commit)
- 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]
Fri, 30 Jul 2010
[ 08:04 erwin search for other commits by this committer ] Original commit 
Mark BROKEN: does not build
Sun, 28 Mar 2010
[ 06:47 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4470 ports in this commit are shown above. View all ports for this commit)
- update to 1.4.1
Reviewed by:    exp8 run on pointyhat
Supported by:   miwi
Fri, 5 Feb 2010
[ 11:46 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 4271 ports in this commit are shown above. View all ports for this commit)
- update to jpeg-8
Fri, 31 Jul 2009
[ 13:57 dinoex search for other commits by this committer ] Original commit  (Only the first 10 of 3009 ports in this commit are shown above. View all ports for this commit)
- bump all port that indirectly depends on libjpeg and have not yet been bumped
or updated
Requested by:   edwin
Tue, 19 May 2009
[ 17:44 acm search for other commits by this committer ] Original commit 
- Add missing misc/fpc-chm dependency
- Fix build on all FreeBSD versions

Reported by:    pointyhat
Wed, 14 Jan 2009
[ 06:12 acm search for other commits by this committer ] Original commit  (Only the first 10 of 89 ports in this commit are shown above. View all ports for this commit)
- Update to 2.2.2
Tue, 24 Jun 2008
[ 15:18 acm search for other commits by this committer ] Original commit  (Only the first 10 of 62 ports in this commit are shown above. View all ports for this commit)
- Use new freepascal stuff
- Bump PORTREVISION
Tue, 18 Sep 2007
[ 06:53 acm search for other commits by this committer ] Original commit  (Only the first 10 of 40 ports in this commit are shown above. View all ports for this commit)
- Update to 2.2.0
Wed, 13 Sep 2006
[ 06:18 acm search for other commits by this committer ] Original commit 
- Change FPCSRCDIR instead of PORTNAME in EXTRACTUNITDIR. It solved a problem
  on build time.

Reported by:    kris
Approved by:    garga (mentor, implicit)
Thu, 7 Sep 2006
[ 21:32 acm search for other commits by this committer ] Original commit  (Only the first 10 of 59 ports in this commit are shown above. View all ports for this commit)
- Update to 2.0.4
- Add new dependencies to editors/lazarus

Approved by:    garga (mentor,implicit)
Sat, 29 Jul 2006
[ 02:48 acm search for other commits by this committer ] Original commit  (Only the first 10 of 46 ports in this commit are shown above. View all ports for this commit)
- 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)
Mon, 24 Jul 2006
[ 11:21 acm search for other commits by this committer ] Original commit  (Only the first 10 of 90 ports in this commit are shown above. View all ports for this commit)
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils

Approved by:    garga (mentor)
Wed, 21 Jun 2006
[ 16:52 garga search for other commits by this committer ] Original commit  (Only the first 10 of 66 ports in this commit are shown above. View all ports for this commit)
- 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>
Mon, 12 Jun 2006
[ 09:58 garga search for other commits by this committer ] Original commit 
Mark it temporarilly as BROKEN when all fpc ports don't be updated to 2.0.2
Fri, 9 Jun 2006
[ 12:08 garga search for other commits by this committer ] Original commit 
Forgot to commit this change after repocopy fpc-fvision -> fpc-fv and
unbreak INDEX

Pointyhat to:   garga
Sun, 7 May 2006
[ 10:55 edwin search for other commits by this committer ] Original commit  (Only the first 10 of 85 ports in this commit are shown above. View all ports for this commit)
Remove USE_REINPLACE from all categories starting with E
Thu, 24 Nov 2005
[ 01:18 pav search for other commits by this committer ] Original commit  (Only the first 10 of 11 ports in this commit are shown above. View all ports for this commit)
- Remove dead MASTER_SITES
Sun, 13 Feb 2005
[ 18:28 linimon search for other commits by this committer ] Original commit  (Only the first 10 of 33 ports in this commit are shown above. View all ports for this commit)
With portmgr hat on, reset maintainership of these ports.  Maintainer's
old email address bounces, and he has not been responsive to email on the
only other one we have for him.

These ports are now available for adoption.

Come back coop, we miss ya ...
Sat, 29 May 2004
[ 16:34 krion search for other commits by this committer ] Original commit 
- Fix MASTER_SITES

PR:             ports/67344
Submitted by:   Roman Neuhauser <neuhauser@chello.cz>
Sun, 22 Feb 2004
[ 02:17 marcus search for other commits by this committer ] Original commit 
Add fpc-ide, a Turbo Pascal-like IDE/compiler/debugger for the Free Pascal
project.

PR:             62574
Submitted by:   John Merryweather Cooper <coop9211@uidaho.edu>

Number of commits found: 39