freebsd-ports/lang/fpc/files/pkg-message.in
Jose Alonso Cardenas Marquez 34196d10e5 - 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
2019-12-31 15:11:18 +00:00

33 lines
887 B
Text

[
{ type: install
message: <<EOM
1) Add lib paths to %%PREFIX%%/etc/fpc.cfg
# searchpath for libraries
-Fl/usr/local/lib
This is necessary for correct linking of libraries.
2) You can install additional units from:
* lang/fpc-units
3) If you want to see all documentation about FreePascal, you can install
* lang/fpc-docs
4) Optionally, you can install textmode IDE with Delphi support
* editors/fpc-ide
5) This port add support to fp compiler to get value from FPC_LDPATH
environment variable. By default fp compiler use %%LOCALBASE%%/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
6) Enjoy it ;)
EOM
}
]