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
non port: devel/fpc-fcl-web/Makefile
SVNWeb

Number of commits found: 31

Wed, 7 Apr 2021
[ 08:09 Mathieu Arnold (mat) search for other commits by this committer ]    commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  commit hash:cf118ccf875508b9a1c570044c93cfcc82bd455c  cf118cc  (Only the first 10 of 8873 ports in this commit are shown above. View all ports for this commit)
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
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, 22 Mar 2021
[ 10:17 danfe search for other commits by this committer ] Original commit   Revision:568947 (Only the first 10 of 138 ports in this commit are shown above. View all ports for this commit)
Fix spelling mistakes, typos, poor wording, hyphenation, jargonisms,
contractions, "<portname> is ..." cases, missing Oxford commas, and
other miscellaneous style bugs in the COMMENT line.
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
Fri, 6 Mar 2020
[ 06:26 acm search for other commits by this committer ] Original commit   Revision:527858 (Only the first 10 of 45 ports in this commit are shown above. View all ports for this commit)
- Remove compat < 11 dependencies from bootstrap and compiler. It could fix
problems
  when GENERIC kernel is not used.
- Rebuild bootstrap (ppcx64 and ppc386) with new changes
- Bump PORTREVISION

PR:		239135
Reported by:	fbsdbugs4  at  sentry.org
Tue, 31 Dec 2019
[ 15:11 acm search for other commits by this committer ] Original commit   Revision:521624 (Only the first 10 of 30 ports in this commit are shown above. View all ports for this commit)
- 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
Tue, 3 Sep 2019
[ 15:51 acm search for other commits by this committer ] Original commit   Revision:510956 (Only the first 10 of 44 ports in this commit are shown above. View all ports for this commit)
- Rebuild bootstrap (ppcx64 and ppc386) with ld patches
- Fix build on 12-STABLE and CURRENT (amd64 and i386)
- Bump PORTREVISION for all ports that depends of lang/fpc
- Add USE_BINUTILS to fpc and lazarus based ports
- Add binutils dependency to Uses/fpc.mk and Uses/lazarus.mk

PR:		240293 239934 233413 214864
Exp-run by:	antoine
Thu, 15 Aug 2019
[ 16:11 acm search for other commits by this committer ] Original commit   Revision:509004 (Only the first 10 of 68 ports in this commit are shown above. View all ports for this commit)
- 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
Fri, 26 Jul 2019
[ 20:46 gerald search for other commits by this committer ] Original commit   Revision:507372 (Only the first 10 of 3853 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.

PR:		238330
Wed, 12 Dec 2018
[ 01:35 gerald search for other commits by this committer ] Original commit   Revision:487272 (Only the first 10 of 3168 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
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
Sun, 11 Feb 2018
[ 08:32 antoine search for other commits by this committer ] Original commit   Revision:461475
Fix plist
Thu, 1 Feb 2018
[ 08:17 acm search for other commits by this committer ] Original commit   Revision:460577
- Add missing depedencies
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
Thu, 13 Aug 2015
[ 11:14 amdmi3 search for other commits by this committer ] Original commit   Revision:394059
- 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, 26 Mar 2014
[ 03:32 acm search for other commits by this committer ] Original commit   Revision:349217 (Only the first 10 of 19 ports in this commit are shown above. View all ports for this commit)
- Update to 2.6.4
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
[ 17:04 bapt search for other commits by this committer ] Original commit   Revision:327723 (Only the first 10 of 482 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:
devel part 2)
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
Thu, 19 Apr 2012
[ 06:20 acm search for other commits by this committer ] Original commit  (Only the first 10 of 36 ports in this commit are shown above. View all ports for this commit)
- Update to 2.6.0
Tue, 28 Jun 2011
[ 09:02 acm search for other commits by this committer ] Original commit 
- Add missing dependency

Reported by:    pav
Fri, 24 Jun 2011
[ 20:44 acm search for other commits by this committer ] Original commit 
- Add missing dependency

Reported by:    pav
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]
Mon, 4 May 2009
[ 15:23 acm search for other commits by this committer ] Original commit  (Only the first 10 of 24 ports in this commit are shown above. View all ports for this commit)
- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
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
Sat, 22 Dec 2007
[ 06:52 acm search for other commits by this committer ] Original commit 
- Add missing dependencies

Reported by:    pav
Tue, 18 Sep 2007
[ 06:06 acm search for other commits by this committer ] Original commit  (Only the first 10 of 21 ports in this commit are shown above. View all ports for this commit)
- The devel/fpc-fcl port was separated to:

devel/fpc-fcl-base
devel/fpc-fcl-db
devel/fpc-fcl-fpcunit
devel/fpc-fcl-image
devel/fpc-fcl-net
devel/fpc-fcl-passrc
devel/fpc-fcl-registry
devel/fpc-fcl-web
devel/fpc-fcl-xml

Number of commits found: 31