Port details |
- fpc-devel Free Pascal compiler with Turbo and Delphi (devel)
- 3.3.1.20241005 lang =3 3.3.1.20240913Version of this port present on the latest quarterly branch.
- Maintainer: acm@FreeBSD.org
- Port Added: 2004-01-21 07:53:47
- Last Update: 2024-10-09 05:58:58
- Commit Hash: 165e607
- People watching this port, also watch:: mc, dnswalk, pure-ftpd, sendmail, nut
- License: not specified in port
- WWW:
- https://www.freepascal.org/
- Description:
- Free Pascal is a mature, versatile, open source Pascal compiler. It can target
many processor architectures: Intel x86 (16 and 32 bit), AMD64/x86-64, PowerPC,
PowerPC64, SPARC, SPARC64, ARM, AArch64, MIPS, Motorola 68k, AVR, and the JVM.
Supported operating systems include Windows (16/32/64 bit, CE, and native NT),
Linux, Mac OS X/iOS/iPhoneSimulator/Darwin, FreeBSD and other BSD flavors, DOS
(16 bit, or 32 bit DPMI), OS/2, AIX, Android, Haiku, Nintendo GBA/DS/Wii,
AmigaOS, MorphOS, AROS, Atari TOS, and various embedded platforms. Additionally,
support for RISC-V (32/64), Xtensa, and Z80 architectures, and for the LLVM
compiler infrastructure is available in the development version. Additionally,
the Free Pascal team maintains a transpiler for pascal to Javascript called
pas2js.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fpc-devel>0:lang/fpc-devel
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/lang/fpc-devel/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/fpc-devel
- pkg install fpc-devel
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: fpc-devel
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: i386 amd64 aarch64
- distinfo:
- TIMESTAMP = 1728191881
SHA256 (freepascal/ppc386-3.2.2-freebsd.tar.gz) = 2e175954442e28799edfe08c01635d209298b992f1062d03872571d58aa9f43a
SIZE (freepascal/ppc386-3.2.2-freebsd.tar.gz) = 1364288
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- gmake>=4.4.1 : devel/gmake
- as : devel/binutils
- Runtime dependencies:
-
- as : devel/binutils
- This port is required by:
- for Build
-
- editors/lazarus-devel
- editors/lazarus-qt5-devel
- editors/lazarus-qt6-devel
- for Run
-
- editors/lazarus-devel
- editors/lazarus-qt5-devel
- editors/lazarus-qt6-devel
Configuration Options:
- No options to configure
- Options name:
- lang_fpc-devel
- USES:
- gmake iconv
- pkg-message:
- For install:
- 1) Add lib paths to /usr/local/etc/fpc.cfg
# searchpath for libraries
-Fl/usr/local/lib
This is necessary for correct linking of libraries.
2) This port add support to fp compiler to get value from FPC_LDPATH
environment variable. By default fp compiler use /usr/local/bin/ld.bfd for
linking binaries. If you want change this, just must be define FPC_LDPATH
with path to ld tool that will be used by fp compiler. Take on mind that fpc
only works with binutils on this moment but could work with another ld tool
later on next versions of freepascal
3) Enjoy it ;)
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.1.20241005 09 Oct 2024 05:58:58 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel*: Update to 3.3.1.20241005 |
3.3.1.20240913 14 Sep 2024 07:44:40 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel*: Update to 3.3.1.20240913
- Add support for aarch64 |
3.3.1.20240503 03 May 2024 23:55:49 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel-*: Update to 3.3.1.20240503 |
3.3.1.20240323 24 Mar 2024 06:22:48 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel*: Update to 3.3.1.20240323 |
3.3.1.20240103_3 10 Jan 2024 13:13:03 |
Baptiste Daroussin (bapt) |
MAN?PREFIX: eleminate its usage and move man to share/man |
3.3.1.20240103_2 05 Jan 2024 18:11:34 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel*: Fix stage-qa issues
- Bump PORTREVISION
Reported by: danfe via email |
3.3.1.20240103_1 04 Jan 2024 18:04:49 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel: Add newt unit
- Bump PORTREVISION |
3.3.1.20240103 03 Jan 2024 21:54:47 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel: Update to 3.3.1.20240103
ChangeLog
at: https://gitlab.com/freepascal.org/fpc/source/-/commits/main/?ref_type=HEADS |
3.3.1.20231027_2 23 Dec 2023 01:11:51 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel: Install missing serial unit
- Bump PORTREVISION |
3.3.1.20231027_2 02 Nov 2023 01:08:17 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel: Fix pkg-plist on i386
Reported by: pkg-fallout |
3.3.1.20231027_1 29 Oct 2023 21:56:09 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel: Fix pkg-plist
- Add -p to INSTALL_DATA. It could avoid some issues with checksum changes
- Bump PORTREVISION |
3.3.1.20231027 28 Oct 2023 22:54:03 |
Jose Alonso Cardenas Marquez (acm) |
lang/fpc-devel: New port: Free Pascal compiler with Turbo and Delphi (devel)
Free Pascal is a mature, versatile, open source Pascal compiler. It can target
many processor architectures: Intel x86 (16 and 32 bit), AMD64/x86-64, PowerPC,
PowerPC64, SPARC, SPARC64, ARM, AArch64, MIPS, Motorola 68k, AVR, and the JVM.
Supported operating systems include Windows (16/32/64 bit, CE, and native NT),
Linux, Mac OS X/iOS/iPhoneSimulator/Darwin, FreeBSD and other BSD flavors, DOS
(16 bit, or 32 bit DPMI), OS/2, AIX, Android, Haiku, Nintendo GBA/DS/Wii,
AmigaOS, MorphOS, AROS, Atari TOS, and various embedded platforms. Additionally,
support for RISC-V (32/64), Xtensa, and Z80 architectures, and for the LLVM
compiler infrastructure is available in the development version. Additionally,
the Free Pascal team maintains a transpiler for pascal to Javascript called
pas2js. |
1.9.2_1 28 Feb 2008 12:08:24 |
miwi |
2007-10-28 x11-wm/wmDeskGuide: Version branch long since retired
2008-02-23 ftp/axelq: Unmaintained, website disappeared
2007-11-09 lang/fpc-devel: now lags behind version in lang/fpc; use that instead
2007-11-13 devel/php-dbg: does not work with php5 and does not compile on gcc4.2
2007-11-16 graphics/jgv: development stalled for years, outdated, unmaintained
2007-11-16 editors/muggy: development stalled for years, unmaintained
2007-11-16 x11-fm/binder: development stalled for years, outdated, unmaintained |
1.9.2_1 10 Sep 2007 02:21:11 |
linimon |
Mark as deprecated: now lags behind lang/fpc.
Hat: portmgr |
1.9.2_1 22 Jan 2006 12:42:24 |
edwin |
SHA256ify
Approved by: krion@ |
1.9.2_1 22 Jan 2006 05:52:28 |
edwin |
eplace ugly "@unexec rmdir %D... 2>/dev/null || true" with @dirrmtry
Approved by: krion@
PR: ports/88711 (related) |
1.9.2_1 09 Oct 2005 06:33:51 |
lawrance |
Fix plist
Reported by: kris |
1.9.2_1 02 Oct 2005 15:03:53 |
lawrance |
Fix pkg-install script (which fixes reported incomplete pkg-plist error).
PR: ports/85255
Submitted by: Marco van de Voort <marcov@stack.nl> (maintainer) |
1.9.2_1 23 Jul 2005 02:53:43 |
kris |
This port is scheduled for deletion on 2005-09-22 if it is still broken
at that time and no PRs have been submitted to fix it. |
1.9.2_1 07 May 2005 23:09:34 |
kris |
BROKEN: Incomplete pkg-plist |
1.9.2_1 14 Jan 2005 23:10:41 |
krion |
Fix plist. |
1.9.2_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
1.9.2_1 04 Feb 2004 05:21:48 |
marcus |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
1.9.2 21 Jan 2004 07:53:11 |
znerd |
New port: fpc-devel: Free Pascal 1.9.x beta series.
PR: 61183
Submitted by: Marco van de Voort <marcov@stack.nl> |