- Remove DEFAULT_PHP_VER
- Bump PORTREVISION for dependency change
- While I'm here:
- Use USE_PHPEXT and PHP_MODNAME
- Remove unnecessary CONFIGURE_ARGS
- Simplify Makefile: move common part of two extra patches to patch-adodb.c
- Use USES=dos2unix
- Support STAGEDIR
- Use single space after WWW:
PR: ports/188236
Submitted by: Joe Horn <joehorn@gmail.com> (maintainer)
The uopz - User Operations for Zend
extension exposes Zend Engine functionality normally used at compilation and
execution time in order to allow modification of the internal structures that
represent PHP code, and for user code to interact with the VM.
WWW: http://pecl.php.net/package/uopz
PR: ports/188175
Submitted by: Gasol Wu <gasol.wu@gmail.com>
- Pass maintainership to submitter
- While I'm here:
- Remove leading indefinite article from COMMENT
- Remove test:
- Remove Author line
- Use single space after WWW:
PR: 188121
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
Changes:
- On a 64-bit system, stretching and shearing fonts did not work. I only noticed
when I upgraded to a 64-bit system; clearly not many people use this feature.
- Under some circumstances, a spurious error "An input line is too long when
macros are expanded" could be generated. This showed up on a 64-bit system
with 4G of memory, but I'm not sure which exact condition provoked it.
PR: 188120
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
- Pass maintainership to submitter
- While I'm here, convert to new options helper
PR: 188118
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
- Add LICENSE
- Support STAGEDIR
- While I'm here
- Remove leading indefinite article from COMMENT
- Do not silence installation message
- Fix PLIST to allow packaging as user
Changes: http://www.sql-ledger.com/cgi-bin/nav.pl?page=misc/whatsnew.html&title=What%27s%20New
PR: 188112
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com> (maintainer)
- Use USES=libtool instead of USE_GNOME=lthack
- Use USES=pathfix instead of USE_GNOME=gnomehack
- Use PORTDOCS
- Install static library
- Strip shared library
- Use MAKE_CMD
- Simplify Makefile
- Bump PORTREVISION for dependency and package change
- Add DOCS option
Changes:
2.2.5:
- Added missing "Makefile.in" to source-distribution.
2.2.4:
- Corrected version information in documentation. The Git plugin for Eclipse
doesn't yet support Git hooks, so the pre-commit hook wasn't working.
2.2.3:
- Added vetting of the autoconf-based build to the continuous-delivery pipeline.
2.2.2:
- Documentation: Changed URL of Unidata yum(1) repository from
<http://www.unidata.ucar.edu/yum-repo/CentOS/6/$basearch> to
<http://www.unidata.ucar.edu/repos/yum/CentOS/6/$basearch>.
2.2.1:
- UDUNITS-1 Interface: Squashed bug in UDUNITS-1 interface that would not
indicate an error if an ENOMEM error occurred.
- Documentation: Corrected name of installation-prefix variable in cmake build
example for Windows (UDUNITS_INSTALL_PREFIX -> CMAKE_INSTALL_PREFIX).
2.2.0:
- New Features:
- Program udunits2(1):
- Added "-H have" and "-W want" options.
- Added support for numeric unit amount so that "0 degC" equals "32 degF".
- Library udunits2(3):
- Added ut_get_path_xml() to retrieve pathname of XML unit database.
- Units Database:
- Added units "molecule" (for conversion with "mole") and "bit".
- Misc:
- Removed bundled EXPAT package.
- Ported code to 32-bit Windows-7 under MinGW.
- Added explicit chapters on the unit utility and unit library to the
top-level package documentation.
- Bug Fixes:
- Library udunits2(3):
- Corrected logic of checking for location of <noplural> element.
- Units Database:
- Corrected ISO Latin-1 encodings that somehow got corrupted.
- Release Engineering:
- Added support for building by CMake and for creating binary distributions
by CPack.
- Added scripts and configuration-files to support continuous-delivery.
- Added acceptance-test scripts for 32-bit Ubuntu 12 (Precise Pangolin) and
32-bit Windows-7. Currently, only the Ubuntu script is used in the
continuous-delivery pipeline.
- Misc:
- Changed file LICENSE to COPYRIGHT and corrected copyright year in many
files.
- Refactored the documentation to make it more version aware.
- Remove HDF5 1.6.x and NetCDF 3.x support
- Convert to new options helper
- Strip shared library
- Use MAKE_CMD
- Support STAGEDIR
- Bump PORTREVISION for dependency and package change
On 8 and 9:
Generating i386 object code for Tcl ...
In file included from OCS/Tcl.c:80:
./Tcl.hc.c: In function 'execFun':
./Tcl.hc.c:264: error: 'Tcl_Interp' has no member named 'result'
./Tcl.hc.c: In function 'execCom':
./Tcl.hc.c:308: error: 'Tcl_Interp' has no member named 'result'
./Tcl.hc.c:311: error: 'Tcl_Interp' has no member named 'result'
...
On 10 and head:
OCS/INLINE.c:19:36: error: non-void function 'init_AINLINE' should return a value [-Wreturn-type]
static int visited=0; if(visited) return; visited=1;
^
Reported by: pkg-fallout (maybe since august 2013)
With hat: portmgr