- Convert to new LIB_DEPENDS syntax.
- Fix mis-adopting optionsNG.
- Fix inconsistency between declared LIB_DEPENDS and actual libdb
version used on systems with multiple BDB versions installed.
PR: 184490
Submitted by: Takehiko Shiozaki (maintainer)
While here,
- add LICENSE
- convert to staging to avoid mutt's doc/Makefile from messing with
Muttrc
- convert USE_GMAKE to USES
- have two files' shebang lines fixed
- Bump PORTREVISION
- Convert to new RUN_DEPENDS format
- Replace pkg-plist by PYDISTUTILS_AUTOPLIST
- Mark this port IGNORE, because it does not run properly with the recent
update of devel/py-pyzmq
- Mark it DEPRECATED, because devel/py-pyzmq now has gevent support built in
Reported by: pkg-fallout, Artur Litwinowicz (private email)
This patch is floating in the bug system on SourceForge. Upstream
develoment is slow/nonexistent.
If you have IPv6 mail servers and run sqlgrey you may notice emails from
places like GMail sometimes get lost or take forever to get be received.
This is because GMail does not retry from the same server, and they have
a large pool of IPv6 capable MTAs. For IPv4 sqlgrey handles this by
whitelisting the entire /24, but similar logic for whitelisting a /64 in
sqlgrey doesn't work consistently. This fixes it.
PR: ports/182440
Approved by: crees (mentor), maintainer timeout
- Convert to new LIB_DEPENDS format
- Support STAGEDIR
- While I'm here:
- Remove leading indefinite article from COMMENT
- Strip shared library
PR: ports/184541
Submitted by: Rodrigo Osorio <rodrigo@bebik.net> (maintainer)
/usr/local/lib/libSockets.so: undefined reference to `xmlFree'
/usr/local/lib/libSockets.so: undefined reference to `xmlIsBlankNode'
/usr/local/lib/libSockets.so: undefined reference to `xmlGetNsList'
/usr/local/lib/libSockets.so: undefined reference to `xmlFreeDoc'
/usr/local/lib/libSockets.so: undefined reference to `xmlStrcmp'
/usr/local/lib/libSockets.so: undefined reference to `xmlParseFile'
/usr/local/lib/libSockets.so: undefined reference to `xmlDocGetRootElement'
/usr/local/lib/libSockets.so: undefined reference to `xmlSearchNsByHref'
/usr/local/lib/libSockets.so: undefined reference to `xmlGetProp'
===> Applying FreeBSD patches for xpvm-1.2.5_2
No file to patch. Skipping...
1 out of 1 hunks ignored--saving rejects to mrt/base_file.h.rej
Can't create mrt/base_file.h.rej, output is in /tmp//patchrkyiRmL: No such file or directory
=> Patch patch-mrt-base_file.h failed to apply cleanly.
*** [do-patch] Error code 1
/wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/gui/contenteditor/contenteditor.h:22:25: error: OISKeyboard.h: No such file or directory
In file included from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/geometry.h:26,
from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/gui/graphicobjectrenderinfo.h:20,
from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/gui/contenteditor/contenteditor.h:27,
from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/world.cpp:17:
/wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/mathhelper.h:38:40: warning: no newline at end of file
In file included from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/item.h:33,
from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/dropitem.h:19,
from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/region.h:22,
from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/world.h:34,
from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/world.cpp:22:
/wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/xmlutil.h:121:37: warning: no newline at end of file
In file included from /wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/core/world.cpp:17:
/wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/gui/contenteditor/contenteditor.h:53: error: 'OIS' has not been declared
/wrkdirs/usr/ports/games/sumwars/work/sumwars-0.5.6/src/gui/contenteditor/contenteditor.h:53: error: expected ',' or '...' before '*' token
Changelog:
- Fix pkg which returns bogus non-zero exit status on success
- Better check libucl returns
- Fix bad build system resulting in broken binaries on arm and ia64
- Update pkg.conf documentation
- Add manpage for pkg config
- OOTB support for dragonfly
- Lots of fixes in libucl
- Fix pkg register complaining about shared libraries not found
- Do not resume a jailed or chrooted pkg(8) upgrade
- Document the plist format (in pkg-create(8))
- Pet mandoc -Tlint
- Add manpage for pkg_repos(3)
- Fix dependencies losing portepoch information
- pkg-[r]query: Add %q to display architecture
- Fix pkg add allowing to install package with missing dependencies
- Fix description being stored escaped
Special thanks to mat@ (for bug busting) and cognet@ (tracking down 2 issues
on arm and as a side effect fixing on ia64