ee41586 Use DS records as trust anchors, not DNSKEYs.
83349b8 Further tidying of AD and DO bit handling.
7fa836e Handle validation when more one key is needed.
1633e30 Fix Byte-order botch: broke DNSSEC on big-endian platforms.
c8ca33f Fix DNSSEC caching problems: incomplete RRSIG RRsets.
e243c07 AD bit in queries handled as RFC6840 p5.7
some Linux applications such as Matlab, which allows the user to integrate
custom C, C++, and Fortran code via the MEX compiler.
PR: ports/184549
Submitted by: Jason Bacon <jwbacon (at) tds.net>
tgif.c: In function 'rb_ext_Tgif_out':
tgif.c:50: error: 'OpenFile' undeclared (first use in this function)
tgif.c:50: error: (Each undeclared identifier is reported only once
tgif.c:50: error: for each function it appears in.)
tgif.c:50: error: 'fptr' undeclared (first use in this function)
Reported by: pkg-fallout since august 2013
cc -I. -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8 -DPHP_ATOM_INC -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/include -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/main -I/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8 -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -I/usr/local/oracle8-client/rdbms/public -I/usr/local/oracle8-client/rdbms/demo -DHAVE_CONFIG_H -O2 -pipe -fno-strict-aliasing -c /wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c -fPIC -DPIC -o .libs/oci8_interface.o
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c: In function 'zif_oci_free_descriptor':
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: 'filename' undeclared (first use in this function)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: (Each undeclared identifier is reported only once
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: for each function it appears in.)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:173: error: 'filename_len' undeclared (first use in this function)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c: In function 'zif_oci_lob_save':
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:212: error: 'filename' undeclared (first use in this function)
/wrkdirs/usr/ports/databases/php52-oci8/work/php-5.2.17/ext/oci8/oci8_interface.c:212: error: 'filename_len' undeclared (first use in this function)
Reported by: pkg-fallout since august 2013
===> Running extconf.rb in ext/oci8 to configure
checking for cc... ok
checking for gcc... yes
checking for LP64... no
checking for ruby header... /wrkdirs/usr/ports/databases/ruby-oci8/work/ruby-oci8-1.0.0-rc1/ext/oci8/oraconf.rb:301: Use RbConfig instead of obsolete and deprecated Config.
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.
Reported by: pkg-fallout since august 2013
- Update the comment about the license. There is no more code under BSD3CLAUSE
- Add regression-test target (requested/suggested by the developer)
Reported by: Eric Radman <ericshane@eradman.com>