This fixes problems like ports failing to build if the port
is already installed [1]
- Bump PORTREVISION of affected ports
- Support the install target in bsd.go.mk
- STAGE support for free!
PR: ports/180003 [1]
ERL_LIBS was inherited from the current environment, and it may
contain paths to older versions of amqp_client, which may not be
compatible with the current RabbitMQ management plugin.
As a result, RabbitMQ would not start when the management plugin was
enabled, with this error:
{could_not_start,amqp_client,
{{supervisor_data,{invalid_strategy,simple_one_for_one_terminate}},
{amqp_client,start,[normal,[]]}}}
- Update HACKAGE_SITE to follow changes in upstream
- MAKE_ENV now sets LC_ALL and DESTDIR for Haskell Cabal ports
- Further minor cosmetical changes: replace USE_GMAKE with USES, get rid of
${DO_NADA}, some refactoring
Obtained from: FreeBSD Haskell
the iconv changes (basically GHCi was rendered unusable)
- Fix build for x11-toolkits/hs-wxc, while here
- Bump port revision for all Haskell Cabal ports as they have to be rebuilt
PR: ports/184806
Reported by: many
Obtained from: FreeBSD Haskell
MFH: 2014Q1
Mk/Uses/qmake.mk:
- Add support for out-of-source builds
- Add support for Qt 5 ports
- Respect WITH_DEBUG
Mk/bsd.qt.mk:
- Massive rework for Qt 5 ports
- Remove '-phonon' from global configure args, thus allow qt4-designer and
qt4-qtconfig to be built without Phonon support [1]
devel/qmake4:
- Improve mkspecs for gcc (mainly sync with linux version) and clang
devel/qt4-corelib:
- Convert to USES=iconv
- Remove ancient patch
devel/qt4-designer:
- Remove reference to WRKSRC from installed pkgconfig files [2]
- Don't build Qt Designer plugin for Phonon from outdated Qt sources.
Separate port for plugin will be committed later
devel/qt4-assistant-adp, devel/qt4-libqtassistantclient:
- Convert to USES=qmake
Clean up Qt4 ports:
- Update comments
- Update description; use common description
- Consistently use QT_INCDIR, QT_LIBDIR, etc.
- Use options helpers
- Convert to new LIB_DEPENDS syntax
- Update DESKTOP_ENTRIES to avoid conflicts with Qt 5 ports
- Rename/move several ports for unification with Qt 5 ports
PR: ports/184620 [1]
Reported by: Kevin Zheng <kevinz5000@gmail.com>
PR: ports/181141 [2]
Reported by: thierry
PR: ports/185101
Exp-run by: bdrewery
This is mostly solely avilla's work in area51, kudos to him! And a couple
commits from myself, so you know who's collecting pointyhats :)
versions. Also development of erlyvideo is abandoned upstream. Suggest users to
install flussonic instead (erlyvideo successor from the same developers).
* Fixed bugs with freeing nodes in the red-black trees and
additional code cleanup.
* special thanks to Sitsofe Wheeler <sitsofe@yahoo.com>.
Submitted by: maintainer, jcm@visi.com (via mail)
- Add LICENSE
- Support STAGEDIR
- Use single space after WWW:
- Pass maintainership to submitter
- While I'm here:
- Fix *_DEPENDS: add missing www/p5-LWP-Protocol-https
- Sort *_DEPENDS
- Use TEST_DEPENDS
Changes: http://search.cpan.org/dist/Net-Amazon-EC2/Changelog
PR: ports/185201
Submitted by: Muhammad Moinur Rahman <5u623l20@gmail.com>
2014-01-01 net/pypvm: Dead upstream and suspected that there are no users of port
2014-01-01 www/mawstats: Upstream development dead, use www/[j]awstats instead
2014-01-01 devel/p5-Dialog
2014-01-01 textproc/referrercop: distfile unfetchable
2014-01-01 www/notftp: distfile unfetchable
2014-01-01 www/mod_lisp2: distfile unfetchable
2013-12-30 security/dazuko: Currently, the project has not an active development and maintainer
2013-12-31 mail/p5-Mail-SPF-Query: Use mail/p5-Mail-SPF instead
2013-12-31 x11-fonts/etlfonts: master site gone
2013-12-31 net/gateway6: Unsupported upstream, consider using net/gogoc
- Add LUA and MySQL support
- Convert to new options framework
- Support staging
- Add LICENSE
- New LIB_DEPENDS format
maintainer timeout.
PR: ports/184589
Submitted by: mat
- Remove USE_FORTRAN. It isn't required.
- Staging.
- Add a do-build target so we no longer have to build static libraries
with -fPIC.
- Remove patching of "CFLAGS=" into "CFLAGS+=", because with base system
make, += allows CFLAGS from /usr/share/mk or make.conf to slip in.
Instead pass CFLAGS via EXTRACFLAGS which is also used to control the
-fpic flag in do-build.
- Port needs tcl now
- Use shebangfix to fix tclsh path
- Strip libraries
--- 5.0.9 2013/12/20
ZOOM/yaz-client: allow SRU searchRetrieveResponse with incorrect
namespace.
--- 5.0.8 2013/12/20
Make cs_parse_host public.A
Fix double HTTP dump (-a log would show HTTP packages twice). Bug
introduced in YAZ 5.0.6.
--- 5.0.7 2013/12/17
Fix buffer corruption for yaz-ztest record fetch.
--- 5.0.6 2013/12/17
Allow yaz-ztest to return user-defined records (one record per file).
This is enabled by defining environment variable YAZ_ZTEST_XML_FETCH.
Prevent early truncatin of HTTP log. (ODR_PRINT for HTTP streams).
Use the stream write instead of odr_printf which has a 4K tmp buffer.
Fix encoding of 0x00a4 (unicode to danmarc) YAZ-713