non port: lang/fpc/Makefile.units |
Number of commits found: 52 |
Sunday, 12 Nov 2023
|
20:49 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
0b92f92 |
Saturday, 18 Jun 2022
|
04:20 Jose Alonso Cardenas Marquez (acm)
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
d2209ba |
Wednesday, 25 Nov 2020
|
02:57 acm
- Update to 3.2.0
ChangeLog at: https://wiki.freepascal.org/FPC_New_Features_3.2.0
|
Tuesday, 31 Dec 2019
|
15:11 acm
- 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
|
Monday, 21 Nov 2016
|
21:12 acm
- Install serial .ppu and .o files
- Bump fpc-rtl-extra PORTREVISION
|
Friday, 21 Oct 2016
|
12:51 mat
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Saturday, 5 Dec 2015
|
23:29 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
|
Saturday, 10 Jan 2015
|
17:55 antoine
Revert part of r376655 that is breaks freebsd ports
With hat: portmgr
|
Friday, 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
* Add FREEBSD PLIST variable as FreeBSD builds an extra unit
* Create the framework to have a bootstrap compiler of an older version
than the current version (BOOTVER variable)
* split PP variable out of MAKE_ARGS and use NEWPPC or BOOTPPC to
specify PP uniquely (required when bootstrap version is different)
* wrap compound command with parenthesis
* Use options lists on TAR man page (xfz without hyphen is legacy)
* unmask installation commands
* respect 80-column limits, wrapping as necessary
* bring in some dports-specific changes that have no effect on port
to eliminate dports patch files
future work:
When version 3.0 is released, the new fpc make program will be built
which will have some moderate impacts to the build process and it
will use a "bootstrap" target.
The intention is to continue using the 2.6.4 bootstrap compilers to
build the upcoming 3.0 compiler when it is released. New bootstrap
compilers will not be generated until the existing bootstrap compilers
are unable to bootstrap the upcoming release.
|
Tuesday, 28 Jan 2014
|
00:16 antoine
Stage support
|
Wednesday, 25 Dec 2013
|
23:29 antoine
Convert the tree to USES=openal
Approved by: portmgr (bapt)
|
Friday, 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)
|
Friday, 9 Aug 2013
|
14:05 dinoex
- update libdg to 2.1.0
|
Thursday, 11 Jul 2013
|
16:26 sunpoet
- 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
|
Monday, 29 Apr 2013
|
08:57 bapt
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
|
Saturday, 27 Apr 2013
|
22:09 bapt
Convert the last USE_ICONV to USES=iconv
|
Sunday, 30 Sep 2012
|
00:28 acm
- Fix editors/fpc-ide
|
Friday, 10 Aug 2012
|
01:11 acm
- Now freepascal units respect LOCALBASE
PR: ports/153567
Submitted by: amdmi3
|
Friday, 1 Jun 2012
|
05:26 dinoex
- update png to 1.5.10
|
Thursday, 19 Apr 2012
|
08:08 acm
- Use USE_XORG instead of USE_XLIB
Suggested by: bapt
|
06:20 acm
- Update to 2.6.0
|
Monday, 6 Feb 2012
|
12:25 miwi
- Chase unixODBC shlib bump
|
Sunday, 1 Jan 2012
|
16:47 ohauer
- change required APACHE version from 13+ to 20+
(prepare to remove www/apache13)
- no PORTREVISION bump since apache22 is the default
with hat apache@
|
Monday, 17 Oct 2011
|
10:08 bf
- 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
|
Monday, 12 Sep 2011
|
13:46 gabor
- Track dependencies after databases/gdbm update
|
Wednesday, 7 Sep 2011
|
08:28 gahr
- Chase x11-toolkits/xforms shlib version bump
|
Thursday, 23 Jun 2011
|
05:05 acm
- Update to 2.4.4
|
Monday, 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
- 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]
|
Saturday, 3 Apr 2010
|
10:44 roam
Chase the ftp/curl shlib version bump.
|
Sunday, 28 Mar 2010
|
06:47 dinoex
- update to 1.4.1
Reviewed by: exp8 run on pointyhat
Supported by: miwi
|
Monday, 18 May 2009
|
15:08 pav
- Chase fftw3 update
|
Monday, 4 May 2009
|
15:23 acm
- Update to 2.2.4
- Add convertors/fpc-iconvenc port to bsd.fpc.mk
- pkg-plist fixes
|
Friday, 23 Jan 2009
|
16:28 flz
- 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
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.
|
Tuesday, 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.
|
Wednesday, 14 Jan 2009
|
06:12 acm
- Update to 2.2.2
|
Friday, 25 Jul 2008
|
08:54 pav
- PREFIX is always present in MAKE_ENV, no need to add it again
|
Tuesday, 24 Jun 2008
|
15:18 acm
- Use new freepascal stuff
- Bump PORTREVISION
|
Thursday, 8 Nov 2007
|
06:27 acm
- Add some missing dependencies, possibly it fixes some build problems
Approved by: portmgr (pav)
|
Tuesday, 18 Sep 2007
|
06:53 acm
- Update to 2.2.0
|
Monday, 17 Sep 2007
|
04:37 linimon
Attempt to fix build of fpc units on pointyhat.
Suggested by: maintainer
|
Wednesday, 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
|
Thursday, 5 Oct 2006
|
23:12 acm
- Fix Makefiles.units. The devel/fpc-fcl was building without -CX option
- Bump devel/fpc-fcl PORTREVISION
|
Monday, 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
|
Friday, 22 Sep 2006
|
17:01 acm
- Remove the comment character from ibase section
|
Monday, 18 Sep 2006
|
18:41 acm
- 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)
|
Thursday, 7 Sep 2006
|
21:32 acm
- Update to 2.0.4
- Add new dependencies to editors/lazarus
Approved by: garga (mentor,implicit)
|
Saturday, 29 Jul 2006
|
02:48 acm
- 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)
|
Monday, 24 Jul 2006
|
11:21 acm
- The big change on ports of freepascal, now all ports are compiled
- Adding entry for lang/fpc-utils
Approved by: garga (mentor)
|
Wednesday, 21 Jun 2006
|
16:52 garga
- 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: 52 |