data. Vortex decouples packet capture, stream reassembly, and real time
constraints from analysis. Vortex is used to provide TCP stream data to a
separate analyzer program.
Feature safe: yes
- Add an option to expicitly disable SSL support
- Now that fftw3 support is optional and off by default turn on NCURSES support
by default
Feature safe: yes
2013-04-17 audio/icecast: Unmaintained upstream since 2004. Use audio/icecast2 instead
2013-04-18 net-im/gajim-devel: This port is outdated for two years, no distfile available. Please use net-im/gajim instead
Feature safe: yes
were set based on WRKSRC instead of PREFIX.
This mainly affected TEA-based extensions that source tclConfig.sh /
tkConfig.sh to set important variables. An example is TCL_SRC_DIR, which
is used to locate Tcl/Tk private header files such as tclUnixPort.h or
tkUnixPort.h. This variable was previously set to WRKSRC, which caused
ports to need additional tweaks to CFLAGS or CONFIGURE_ARGS.
It should now be possible to build TEA-based extensions by specifying only
the CONFIGURE_ARGS --with-tcl=${TCL_LIBDIR} / --with-tk=${TK_LIBDIR}.
Feature safe: yes
Approved by: bapt (portmgr)
- Log rotation is handled more gracefully now under favourable
conditions (logfile is moved so inode is kept, and it does not get
compressed immediately).
- An option IgnoreModified has been added to cover transient files that
not only get added/deleted but also modified during their lifetime.
- An option KernelCheckProc has been added to suppress the kernel /proc test.
- Large groups are handled better now.
- Reconnecting to a temporarily unavailable Oracle database has been fixed.
Feature safe: yes
- trim Makefile header
- add DIST_SUBDIR as other plone/zope ports do
- add license (ZPL21)
- remove BUILD_DEPENDS - they are not used at build time
- change USE_PYTHON to just yes, because it now support both python branches
- sort pkg-plist
Reported by: Andrew Berg <bahamutzero8825@gmail.com> (via zope@ ML)
Feature safe: yes
- Remove LICENSE_FILE for well-known licenses
- Cleanup Makefile header
- Reformat pkg-descr
Changes:
2.36:
- auto.py: Use python 2.6 friendly sys.version_info test. Thanks Salvatore
Bonaccorso and Gregor Hermann! (First half of #682631)
- auto.py: Do not call decode() with an "errors" keyword, as this does not yet
work with Python 2.6. Thanks Gregor Hermann! (Closes: #682631)
2.34:
- auto.py: Fix *.ui detection to be robust for non-ASCII files. (LP: #1017468)
- auto.py: Fix a regression with python2 if files have some utf-8 directives
(LP: #1021969)
2.33:
- auto.py: Fix crash when encountering binary files with Python 3. (LP: #995653)
- auto.py: Fix crash when encountering an UTF-8 Python source code file.
2.32:
- auto.py: Add support for installing GSettings schema files (*.gsettings.xml).
Thanks to Frederik Elwert! (LP: #936546)
Feature safe: yes