summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-02-27+ album-4.12, dd_rescue-1.41, libmicrohttpd-0.9.34, liferea-1.10.6,wiz1-5/+9
net-snmp-5.7.2.1, uncrustify-0.60, vlc-2.1.4, zile-2.4.11.
2014-02-274.0.7 (20140224):rxg3-35/+8
- Fix NetBSD sound driver (by shattered) - Fix Haiku sound driver - Fix info message display time - Start instrument numbering at 1 - Minor cosmetic fixes
2014-02-27Link X11 on SunOSwiedi1-1/+2
2014-02-26Updated multimedia/vlc2 to 2.0.9nb3wiz1-1/+2
2014-02-26Follow pkglint suggestion and include hicolor-icon-theme/buildlink3.mk.wiz1-2/+3
Bump PKGREVISION.
2014-02-26Bulk build wants opensslwiedi2-2/+4
2014-02-26Link network libs and always use the gethostbyname2 wrapper on SunOSwiedi3-2/+19
2014-02-26Fix permissions correctlywiedi1-2/+3
2014-02-26Bump PKGREVISION for pulling in zlib dependency, because builds on systemsdsainty1-2/+2
with PREFER_PKGSRC=yes may have successfully built and installed previously, but are quite likely broken.
2014-02-26The TCL library links with libz, so pull in the dependency.dsainty2-2/+4
2014-02-26Remove special handling of -v in the wrappers.jperkin3-7/+10
This was originally introduced to work around some behaviour in the libtool build, however these days it is actively harmful for a number of packages, where removing additional arguments when -v is present on the command line can break ABI detection (notably in CMake packages). Instead, filter out any references to BUILDLINK_DIR from the libtool scripts, as that should do the same job. Retain the ability to run the 'scan' wrapper script, as it can be useful in certain cases, and is required to support the scan-libtool script anyway.
2014-02-26bulk build suggested readlinewiedi1-1/+2
2014-02-26Rename variables to avoid use of reserved identifiers.wiedi3-1/+42
Fix from upstream: https://github.com/matplotlib/matplotlib/issues/2463
2014-02-26libcaca.so references stuff from zlib, fixes misc/toiletwiedi1-1/+3
2014-02-26Adjust path to pci.h in the same way as on netbsd and link network libs on SunOSwiedi1-2/+7
2014-02-26Use flex and patch "'struct tm' has no member named 'tm_zone'" error on SunOSwiedi4-9/+25
2014-02-26Add missing README for the pam case.jperkin1-1/+2
2014-02-26This package now requires GNU m4 features.jperkin1-2/+2
2014-02-26Note update of security/libpbc to 0.5.14agc1-1/+2
2014-02-26Update pbc from version 0.5.10 to 0.5.14agc5-7/+72
Changes between PBC version 0.5.14 and 0.5.13 * Eta pairing (type I), by Homer Hsing Changes between PBC version 0.5.13 and 0.5.12 * Many thanks to Homer Hsing for volunteering to maintain this library. * Flattened nested functions. * Bugfix for test script. Changes between PBC version 0.5.12 and 0.5.11 * Fixed a parsing bug reported by Michael Adjedj. Changes between PBC version 0.5.11 and 0.5.10 * Support native win32 compilation via autotools. Thanks to Michael Rushanan. Some changes from joerg, others from myself.
2014-02-26Link network libs on SunOSwiedi1-1/+2
2014-02-26Drop old patches that I don't understand.gdt3-91/+3
There were two patches to cast __FUNCTION__ to const char *; this is apparently to work around a warning. gcc on NetBSD 6 and clang on osx 10.9 do not emit a warning with the unpatched code. Upstream doesn't understand the patch, and I don't etiher. ok pettai@ Take maintainership.
2014-02-25Add untested code for checking multilib-support, based on the gcc47wiz1-1/+27
version of the same.
2014-02-25Re-add ecj-4.5.jar checksum. Noted by Kai-Uwe Eckhardt <kuehro@gmx.de> in ↵wiz1-1/+4
private mail.
2014-02-25Updated security/pcsc-tools to 1.4.22gdt1-1/+2
2014-02-25Update to 1.4.22.gdt2-7/+6
http://ludovicrousseau.blogspot.fr/2014/01/new-version-of-pcsc-tools-1422.html Changes: 1.4.22 - 17 January 2014, Ludovic ROUSSEAU - 215 new ATRs - Fetch a new ATR file if it was not upgraded in the last 10 hours. - Propose to use http://smartcard-atr.appspot.com/parse to submit a new ATR - minor fixes
2014-02-25Updated security/pcsc-lite to 1.8.11gdt1-1/+2
2014-02-25Update to 1.8.11 from 1.8.8.gdt5-28/+31
Builds on NetBSD/i386 6-stable, not tested (but MAINTAINER=pkgsrc-users, so presumbly that's ok). pkgsrc notes: We used to patch -ldl from spy, but the patch didn't apply and spy is no longer built. So I left a patch that adds a comment to spy Makefile.in. http://ludovicrousseau.blogspot.fr/2014/02/new-version-of-pcsc-lite-1811.html No major changes except polkit support (pushed by RedHat). Changes: pcsc-lite-1.8.11: Ludovic Rousseau 14 February 2014 - Add polkit support. See doc/README.polkit - /etc/reader.conf: CHANNELID and DEVICENAME are both optional but not at the same time - Some other minor improvements and bug corrections 1.8.10: minor bugfix http://ludovicrousseau.blogspot.fr/2013/10/new-version-of-pcsc-lite-189.html After a long (maybe too long) time I now publish a new version of pcsc-lite. A lot a small bugs fixed. Changes pcsc-lite-1.8.9: Ludovic Rousseau 16 October 2013 - SCardEndTransaction(): Return an error if is called with no corresponding SCardBeginTransaction() - SCardGetAttrib(): Add support of SCARD_ATTR_DEVICE_SYSTEM_NAME - SCardGetAttrib(): Fix bug in SCARD_ATTR_DEVICE_FRIENDLY_NAME - SCardBeginTransaction() was not correctly releasing a mutex when the hCard handle was invalidated The problem was that SCardGetStatusChange() was blocked because SCardBeginTransaction() had not released the context mutex. - PCSC/reader.h: Use C99 flexible array member The structures PIN_MODIFY_STRUCTURE and PIN_VERIFY_STRUCTURE now use a C99 flexible array member when available for abData field. uint8_t abData[]; - Add support of --reader-name-no-serial and --reader-name-no-interface It is now possible to NOT add the USB serial number of the reader using --reader-name-no-serial It is now possible to NOT add the CCID interface name of the reader using --reader-name-no-interface - Add support of serialconfdir pkg-config variable It is now possible to use pkg-config to get the directory used by pcscd to fetch serial drivers configurations. $ pkg-config libpcsclite --variable=serialconfdir /etc/reader.conf.d - pcsc-spy: Try to display the thread in the order they appear in the log - pcsc-spy: Add SCARD_ATTR_DEVICE_SYSTEM_NAME - Check the Info.plist file is (a minimum) correct - Update PROTOCOL_VERSION_MINOR from 2 to 3 We broke the API between version 1.8.3 and 1.8.4 by changing the value of MAX_READERNAME. This change should have been made before releasing version 1.8.4 to make mix of versions clearly non working instead of failing with strange errors. - hotplug_libudev.c: Fix a memory leak in case of error - Fix OpenBSD 5.2 compilation regarding dlopen - correctly manage thread safe multi-slot readers - Do not use pthread_atfork() any more (fix problem on FreeBSD) - fix memory leaks. This was not really a problem unless you embedd pcscd in another process and do init/deinit pcscd without exiting the process (as maybe used on Android or iOS). - pcscd.8 manpage: add documentation for --max-thread, --max-card-handle-per-thread, --max-card-handle-per-reader, --force-reader-polling, --error, --critical and --color - Some other minor improvements and bug corrections
2014-02-25Updated security/ccid to 1.4.15gdt1-1/+2
2014-02-25Update to 1.4.15 (from 1.4.12).gdt2-7/+10
(This update was not tested, but built fine.) http://ludovicrousseau.blogspot.fr/2014/02/new-version-of-libccid-1415.html 1.4.15 - 14 February 2014, Ludovic Rousseau - Add support of . DUALi DRAGON NFC READER . Feitian bR301 . Gemalto CR30 reader in serial communication . Gemalto Ezio Shield Pro SC . IIT E.Key Almaz-1C - PIN_MODIFY_STRUCTURE & PIN_VERIFY_STRUCTURE: Fix calculation of the command length after pcsc-lite 1.8.9 (October 2013) changed the PCSC/reader.h header - Add specific PIN min (0) & max (25) sizes for SmartTerminal ST-2xxx - Do not get the data rates if bNumDataRatesSupported = 0 - Support Gemalto features for pinpad readers MinimumPINSize, MaximumPINSize and bEntryValidationCondition are fetched from the reader firmware - disable (broken) pinpad for Fujitsu SmartCase KB SCR eSIG - examples/scardcontrol.c: . Parse codes returned by a pinpad (as SW1/SW2) Known codes for now are: 0x9000: Success 0x6400: Timeout 0x6401: Cancelled by user 0x6402: PIN mismatch 0x6403: Too short or too long PIN . Retrieve min and max PIN sizes from the driver . Retrieve bEntryValidationCondition from the driver - be more strict for bInterfaceClass = 255 by also checking extra_length - some minor bugs removed http://ludovicrousseau.blogspot.fr/2013/11/new-version-of-libccid-1414.html 1.4.14 - 25 November 2013, Ludovic Rousseau - Add support of . Gemalto GemCore SIM Pro firmware 2.0 (using USB) - report FEATURE_IFD_PIN_PROPERTIES only for pinpad readers - Generalize the management of (old) readers with bDeviceClass = 0xFF - some minor bugs removed http://ludovicrousseau.blogspot.fr/2013/10/new-version-of-libccid-1413.html 1.4.13 - 9 October 2013, Ludovic Rousseau - Add support of . Access IS ePassport Reader . Planeta RC700-NFC CCID - Add support of Windows value for CM_IOCTL_GET_FEATURE_REQUEST Windows uses 0x313520 for SCARD_CTL_CODE(3400) pcsc-lite uses 0x42000D48 for SCARD_CTL_CODE(3400) RDP aplications (like rdesktop) will convert SCardControl() commands from a Windows application (so using 0x313520) to pcsc-lite. - fix multi-slot support for card movement notification (introduced in 1.4.12) - Mac OS X: differentiate each libccid library by the dynamic linker using --prefix=/fake/$BUNDLE_ID - some minor bugs removed
2014-02-25Updated misc/libreoffice4 to 4.2.1.1ryoon2-3/+3
2014-02-25Update to 4.2.1.1ryoon2-17/+16
Changelog: * Many busfixes See full list: https://wiki.documentfoundation.org/Releases/4.2.1/RC1
2014-02-25Updated devel/mdds to 0.10.2ryoon1-1/+2
2014-02-25Update to 0.10.2ryoon2-6/+6
Changelog: mdds 0.10.2 * multi_type_vector * fixed a bug in transfer() that would trigger an assertion and eventually lead to a crash. The problem occurred when a range of data to be transferred spanned over 2 blocks and consisted of the lower part of an upper block and the upper part of a lower block.
2014-02-25Add upper limit to the botan dependency. Bump revisions as needed.joerg4-8/+8
2014-02-25Tell right prefix to configure for gmp and fltk, or builtin one or other oneobache1-3/+3
using different prefix than this package will not be picked up.
2014-02-25Updated math/isl to 0.12.2adam1-1/+2
2014-02-25Changes 0.12.2:adam4-14/+15
- MinGW-w64 build fix - fix simplification bug
2014-02-25Add --without-gmp to configure arguments when gmp is disabled.wiz1-1/+2
Just to be on the safe side (I don't see a difference).
2014-02-25Updated multimedia/ffmpeg2 to 2.1.4adam1-1/+2
2014-02-25Changes 2.1.4:adam2-6/+6
* avcodec/hevc: Simplify get_qPy_pred() * avcodec/mpeg4videodec: Check for bitstream overread in decode_vol_header() * avcodec/h264: use subsample factors of the used pixel format * avformat/bink: Check return value of av_add_index_entry() * avcodec/h264: more completely check the loop filter parameters * avcodec/alsdec: check predictor order against block length * avcodec/hevc_ps: Use get_bits_long() in decode_vui() * avcodec/hevc: make check for previous slice segment tighter * avcodec/hevc: clear tab_slice_address of ctb on error. * avcodec/hevc: hls_decode_entry: check that the previous slice segment is available before decoding the next * avcodec/hevc: clear tab_slice_address in hevc_frame_start() * avcodec/h264: update current_sps & sps->new only after the whole slice header decoder and init code finished * avcodec/h264: Disallow pps_id changing between slices * avcodec/aacdec: Fix pulse position checks in decode_pulses() * avcodec/hevc: propagate error code from hls_coding_quadtree() * avcodec/tiff: reset geotag_count in free_geotags() * avcodec/vc1: Check bfraction_lut_index * avcodec/vc1: factor read_bfraction() out * avcodec/vc1dec: field pictures with direct mode MBs, followed by frame pictures are not supported
2014-02-25from joerg's bulk build, disable optimization for NetBSD-current/amd64 with ↵obache1-0/+14
clang.
2014-02-25Update patchsumobache1-2/+1
2014-02-25Not a general issue of clang (some environment specific issue).obache1-6/+1
2014-02-25change docs saying changes-entry-commit to commit-changes-entry, the correct ↵mspo2-5/+5
target
2014-02-25Fix ambiguous math on SunOSwiedi4-1/+62
2014-02-25xl2p -> xl2pdmspo1-2/+2
2014-02-25Marked as broken with clang (it should be fixed instead).obache2-24/+2
2014-02-25push doc change about using changes-entry-commitmspo2-1/+7
2014-02-24Updated chat/weechat to 0.4.3tonio2-3/+3