===> Configuring for brebis-0.9
Traceback (most recent call last):
File "<string>", line 1, in <module>
File "/usr/local/lib/python3.3/encodings/ascii.py", line 26, in decode
return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position 36: ordinal not in range(128)
*** [do-configure] Error code 1
2014-03-07 deskutils/phprojekt: No more public distfiles
2014-03-07 deskutils/libopensync-plugin-synce-legacy: No more public distfiles
2014-03-07 dns/skadns: No more public distfiles
2014-03-07 sysutils/gkrellmwho2: No more public distfiles
2014-03-07 audio/xmms-musepack: No more public distfiles
2014-03-07 archivers/bzip: No more public distfiles
2014-03-07 devel/cvsstat: No more public distfiles
2014-03-07 graphics/enfle: No more public distfiles
2014-03-07 audio/oggsplit: No more public distfiles
2014-03-07 devel/picasm: No more public distfiles
2014-03-07 databases/mysql-udf-preg: No more public distfiles
2014-03-07 devel/py-gitpython: No more public distfiles
2014-03-07 net/mars_nwe: No more public distfiles
2014-03-07 audio/fmio: No more public distfiles
Use new lib_depend syntax.
Add USES=libtool
USE_GNOME= gnomehack -> USES=pathfix
USE_GMAKE -> USES=gmake
Use USE_GNOME introspection component
Use full path for commands in the pkg-install file
- Depend on rubygem-cairo instead of deprecated ruby-cairo
Note: i'm not sure this port works correctly, the generated png seems to
always contain: "path '' not found in database"
- Replace a patch with --with-boost-system=boost_system in CONFIGURE_ARGS.
- Add USE_OPENSSL=yes.
- Staging.
- Use option helpers.
- Fix build with libc++ by replacing shared_ptr with boost::shared_ptr.
PR: ports/185943
- Staging.
- Explicitly link with -lcrypto to fix build when curl has been
configured without crypto support.
- Add patch to fix build with Clang.
PR: ports/183467
deskutils/kdepim4:
- Add depedency on coreutils, kleopatra needs md5sum and sha1sum programs [1]
misc/kdehier4:
- add tests directory (r343428 commit to Templates/BSD.local.dist)
security/kwallet:
- moved to security/kwalletmanager (renamed upstream)
x11/kdelibs:
- remove workaround, which is not needed after global fix in
Mk/bsd.kde4.mk (r315373)
PR: ports/187259 [1]
Submitted by: Tobias Berner <tcberner@gmail.com>
- Revert r346996 entirely
- Bypass MUSEPACK detection (hardcode it as detected) to fix that option
- Bump - This was default options change
Approved by: makc
- Fix: Tests for network libraries
- Fix: Killed some memory leaks
- Fix: istatd failed to build on new pedantic GCC
PR: 174056
Suggested by: Douglas Carmichael <dcarmich@dcarmichael.net>
- Remove unused private fields from some classes (found by Clang).
- In freebsd_scsi_device::scsi_pass_through:
* Make sure this function returns false on error instead of an error
code that gets converted to true.
* Put printing of the "Incoming data" debug info right after the
cam_send_ccb() call and before the error checking to make
debugging easier.
* When copying sense data make sure the fields in the CCB are
actually valid with CAM_AUTOSNS_VALID. Also make sure that the
size of the sense data doesn't overflow max_sense_len. This was
the real cause for the crash in ports/181836.
* Add some debug printing on the sense data.
Committed upstream as r3873.
PR: ports/181836, ports/185960, ports/186095
Tested by: many
- update to 1.5
- clarify how to use sysutils/ansible port to control non-FreeBSD systems
in pkg-message
- remove man3 man pages: they are gone in the upstream distribution
- convert to PLIST_FILES
- remove NO_ARCH, while here - it has no practical value here
- add UPDATING entry, because some changes are not backward compatible
Changelog: https://raw.github.com/ansible/ansible/v1.5.0/CHANGELOG.md
PR: 187182
Submitted by: Nikolai Lifanov <lifanov@mail.lifanov.com> (maintainer)