- Use GTK2 option by default
- Remove BIGIDE option
- Add pkg-message
- Add lazbuild.cfg file. It will be used to compile some ports developed with
Lazarus
- Bump PORTREVISION
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
- Add BIGIDE option
- Add support for gtk20 and gtk12 interface
- Remove pkg-plist file
- Fix build of printers4lazarus when BIGIDE option is selected
- Bump PORTVERSION
- Dependency of freepascal source code isn't neccesary anymore
- The tarball was rerolled, because the lazarus source code had some errors [1]
- Bump PORTREVISION
Obtained from: freepascal forums and email [1]
Lazarus is the class libraries for Free Pascal that emulate Delphi.
Free Pascal is a GPL'ed compiler that runs on Linux, Win32, OS/2, 68K
and more. Free Pascal is designed to be able to understand and compile
Delphi syntax, which is of course OOP.
Lazarus is the part of the missing puzzle that will allow you to
develop Delphi-like programs in all of the above platforms. Unlike Java
which strives to be a write once run anywhere, Lazarus and Free Pascal
strives for write once compile anywhere.
WWW: http://www.lazarus.freepascal.org/
Approved by: garga (mentor)