non port: lang/fpc/Makefile.units |
SVNWeb
|
Number of commits found: 51 |
Sat, 18 Jun 2022
|
[ 04:20 Jose Alonso Cardenas Marquez (acm) ] d2209ba (Only the first 10 of 16 ports in this commit are shown above. )
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
|
Wed, 25 Nov 2020
|
[ 02:57 acm ] (Only the first 10 of 58 ports in this commit are shown above. )
- Update to 3.2.0
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0
|
Tue, 31 Dec 2019
|
[ 15:11 acm ] (Only the first 10 of 30 ports in this commit are shown above. )
- 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
|
Mon, 21 Nov 2016
|
[ 21:12 acm ]
- Install serial .ppu and .o files
- Bump fpc-rtl-extra PORTREVISION
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Sat, 5 Dec 2015
|
[ 23:29 marino ] (Only the first 10 of 246 ports in this commit are shown above. )
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
|
Sat, 10 Jan 2015
|
[ 17:55 antoine ]
Revert part of r376655 that is breaks freebsd ports
With hat: portmgr
|
Fri, 9 Jan 2015
|
[ 20:00 marino ]
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 (Only the first 15 lines of the commit message are shown above )
|
Tue, 28 Jan 2014
|
[ 00:16 antoine ] (Only the first 10 of 99 ports in this commit are shown above. )
Stage support
|
Wed, 25 Dec 2013
|
[ 23:29 antoine ] (Only the first 10 of 78 ports in this commit are shown above. )
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Fri, 6 Sep 2013
|
[ 15:15 madpilot ]
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)
|
Fri, 9 Aug 2013
|
[ 14:05 dinoex ] (Only the first 10 of 86 ports in this commit are shown above. )
- update libdg to 2.1.0
|
Thu, 11 Jul 2013
|
[ 16:26 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
- 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
|
Mon, 29 Apr 2013
|
[ 08:57 bapt ] (Only the first 10 of 157 ports in this commit are shown above. )
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
|
Sat, 27 Apr 2013
|
[ 22:09 bapt ] (Only the first 10 of 25 ports in this commit are shown above. )
Convert the last USE_ICONV to USES=iconv
|
Sun, 30 Sep 2012
|
[ 00:28 acm ]
- Fix editors/fpc-ide
|
Fri, 10 Aug 2012
|
[ 01:11 acm ]
- Now freepascal units respect LOCALBASE
PR: ports/153567
Submitted by: amdmi3
|
Fri, 1 Jun 2012
|
[ 05:26 dinoex ] (Only the first 10 of 4371 ports in this commit are shown above. )
- update png to 1.5.10
|
Thu, 19 Apr 2012
|
[ 08:08 acm ]
- Use USE_XORG instead of USE_XLIB
Suggested by: bapt
|
[ 06:20 acm ] (Only the first 10 of 36 ports in this commit are shown above. )
- Update to 2.6.0
|
Mon, 6 Feb 2012
|
[ 12:25 miwi ] (Only the first 10 of 44 ports in this commit are shown above. )
- Chase unixODBC shlib bump
|
Sun, 1 Jan 2012
|
[ 16:47 ohauer ] (Only the first 10 of 64 ports in this commit are shown above. )
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
|
Mon, 17 Oct 2011
|
[ 10:08 bf ] (Only the first 10 of 72 ports in this commit are shown above. )
- 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
|
Mon, 12 Sep 2011
|
[ 13:46 gabor ] (Only the first 10 of 56 ports in this commit are shown above. )
- Track dependencies after databases/gdbm update
|
Wed, 7 Sep 2011
|
[ 08:28 gahr ] (Only the first 10 of 20 ports in this commit are shown above. )
- Chase x11-toolkits/xforms shlib version bump
|
Thu, 23 Jun 2011
|
[ 05:05 acm ] (Only the first 10 of 26 ports in this commit are shown above. )
- Update to 2.4.4
|
Mon, 16 Aug 2010
|
[ 21:46 acm ]
- Change s/LIB_DEPENDS/RUN_DEPENDS on rexx-regina dependency. It solves a
problem with rexx-regina install detection
Reported by: QAT
|
[ 19:32 acm ]
- s/NOPORTSDOCS/NOPORTDOCS
Reported by: QAT
|
[ 17:45 acm ] (Only the first 10 of 50 ports in this commit are shown above. )
- 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]
|
Sat, 3 Apr 2010
|
[ 10:44 roam ] (Only the first 10 of 202 ports in this commit are shown above. )
Chase the ftp/curl shlib version bump.
|
Sun, 28 Mar 2010
|
[ 06:47 dinoex ] (Only the first 10 of 4470 ports in this commit are shown above. )
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Mon, 18 May 2009
|
[ 15:08 pav ] (Only the first 10 of 33 ports in this commit are shown above. )
- Chase fftw3 update
|
Mon, 4 May 2009
|
[ 15:23 acm ] (Only the first 10 of 24 ports in this commit are shown above. )
- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
|
Fri, 23 Jan 2009
|
[ 16:28 flz ] (Only the first 10 of 612 ports in this commit are shown above. )
- 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).
|
[ 15:43 roam ] (Only the first 10 of 182 ports in this commit are shown above. )
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.
|
Tue, 20 Jan 2009
|
[ 13:40 acm ]
- Remove example files from fpc-gtk1 and fpc-gtk2 ports. It can be
obtained from fpc-source into distfiles directory.
|
Wed, 14 Jan 2009
|
[ 06:12 acm ] (Only the first 10 of 89 ports in this commit are shown above. )
- Update to 2.2.2
|
Fri, 25 Jul 2008
|
[ 08:54 pav ]
- PREFIX is always present in MAKE_ENV, no need to add it again
|
Tue, 24 Jun 2008
|
[ 15:18 acm ] (Only the first 10 of 62 ports in this commit are shown above. )
- Use new freepascal stuff
- Bump PORTREVISION
|
Thu, 8 Nov 2007
|
[ 06:27 acm ]
- Add some missing dependencies, possibly it fixes some build problems
Approved by: portmgr (pav)
|
Tue, 18 Sep 2007
|
[ 06:53 acm ] (Only the first 10 of 40 ports in this commit are shown above. )
- Update to 2.2.0
|
Mon, 17 Sep 2007
|
[ 04:37 linimon ]
Attempt to fix build of fpc units on pointyhat.
Suggested by: maintainer
|
Wed, 25 Jul 2007
|
[ 06:35 linimon ]
Switch firebird dependency from hardcoding to USE_FIREBIRD. This switches
the default to v2 and thus fixes some packages on pointyhat.
Hat: portmgr
|
Thu, 5 Oct 2006
|
[ 23:12 acm ]
- Fix Makefiles.units. The devel/fpc-fcl was building without -CX option
- Bump devel/fpc-fcl PORTREVISION
|
Mon, 25 Sep 2006
|
[ 21:05 acm ]
- 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
|
Fri, 22 Sep 2006
|
[ 17:01 acm ]
- Remove the comment character from ibase section
|
Mon, 18 Sep 2006
|
[ 18:41 acm ] (Only the first 10 of 38 ports in this commit are shown above. )
- 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)
|
Thu, 7 Sep 2006
|
[ 21:32 acm ] (Only the first 10 of 59 ports in this commit are shown above. )
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit)
|
Sat, 29 Jul 2006
|
[ 02:48 acm ] (Only the first 10 of 46 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 90 ports in this commit are shown above. )
- 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 ] (Only the first 10 of 66 ports in this commit are shown above. )
- 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>
|
Number of commits found: 51 |