file, for example, the newer version of asterisk.
PR: ports/114613
Submitted by: viper <viper at perm.raid.ru>
Approved by: Steve Ames <steve at energistic.com> (maintainer)
file, for example, the newer version of asterisk.
PR: ports/114612
Submitted by: viper <viper at perm.raid.ru>
Approved by: Steve Ames <steve at energistic.com> (maintainer)
- Respect NOPORTDATA and NOPORTEXAMPLES
- Use PORTDATA and PORTEXAMPLES to simplify pkg-plist
PR: ports/114619
Submitted by: Sergei Vyshenski <svysh at pn.sinp.msu.ru> (maintainer)
* Worked around a bug in some PAM implementations that caused a crash
when no tty was present.
* Fixed a crash on some platforms in the error logging function.
- Change default pam session stack to pam_permit like su does [1]
- Grab maintainership
Sugested by: des [1]
- Added installation help and pre-configuration for use with jabber daemons
- Updated startup file (variables, pidfile) and configfile
- Reorganized port documentation
- Added MySQL support
- Honours CFLAGS
- Maintainer changed to mm@FreeBSD.org
PR: ports/114901
Submitted by: mm
Approved by: maintainer, garga (mentor)
It is based on the cross platform Qt gui toolkit, integrating the highly
flexible Scintilla editor control. It is designed to be usable as everdays'
quick and dirty editor as well as being usable as a professional project
management tool integrating many advanced features Python offers
the professional coder.
This is a port of eric4 (based on Qt4).
WWW: http://www.die-offenbachs.de/detlev/eric.html
lvm-gcc is the LLVM C front end. It is a modified version of gcc
that compiles C/C++/ObjC programs into native objects, LLVM bitcode or
LLVM assembly language, depending upon the options.
By default, llvm-gcc compiles to native objects just like GCC does.
If the -emit-llvm option is given then it will generate LLVM bitcode
files instead. If -S (assembly) is also given, then it will generate
LLVM assembly.
Being derived from the GNU Compiler Collection, llvm-gcc has many of
gcc's features and accepts most of gcc's options. It handles a number
of gcc's extensions to the C programming language.