- Add statsd support [1]
- Use PKGNAMESUFFIX to do not conflict with net-mgmt/collectd
- Allow staging
PR: ports/182064 [1]
Submitted by: Kimo <kimor79 yahoo.com> [1]
Approved by: maintainer [1]
This was due to a mistake in r319062 when porting the patch from 5.8 to 6.2
There is no active upstream for this patch. For reference here are the
changes made in the patch:
--- - 2013-10-03 11:07:21.262913573 -0500
+++ /tmp/zdiff.XXXXXXXXXX.STScEeSI 2013-10-03 11:07:21.000000000 -0500
@@ -183,7 +183,7 @@
if (ret < 0 || (size_t)ret >= sizeof(ccname))
return ENOMEM;
-+#ifdef USE_CCAPI
++#ifndef USE_CCAPI
old_umask = umask(0177);
tmpfd = mkstemp(ccname + strlen("FILE:"));
oerrno = errno;
PR: ports/180419
Reported by: Garrett Wollman <wollman@khavrinen.csail.mit.edu>
You control a boy and his bird named Py. Your goal is to recover Py's
magical feathers, which were stolen by Evil Businessman.
Help a bird to recover his magical feathers.
WWW: https://code.google.com/p/lostfeathers/
Approved by: wg/pawel (mentors)
Lugaru's primary feature is its unique combat system. Instead of relying
on confusing button combinations to perform moves, Lugaru's moves are all
logical and context sensitive. For example, if an opponent aims a roundhouse
kick at Turner's head, you can crouch and then stand up under the attack to
grab your assailant's leg and kick him away. If you try and punch an opponent
and he tries to throw you over his shoulder, you can crouch to roll painlessly
out of the throw. This new combat system makes fights look and feel much more
intense and believable than in any other game. You can see it in action with
the gameplay movies above.
WWW: https://code.google.com/p/lugaru/
Approved by: wg/pawel (mentors)
- add stage support
Changes 2013-10-02:
3.29 - added decode for nat_port structure
- include intypes.h for PRIu64 etc.
- minor bugfixes - thanks to Rowan Thorpe
configure option was bogus. The reason for it being ignored was a clobbered
CONFIGURE_ARGS definition (lack of +=).
Revert previous change and properly append later CONFIGURE_ARGS.
Notified by: naddy
the generated config.mak properly otherwise, breaking the build again
with clang.
- Fix passing of conditional configure args in the process.
- Bump PORTREVISION.
Always install docs in post-install to avoid reading twice bsd.port.mk
Remove the bsd.port.options.mk/bsd.port.mk dancing
Define all plist related things into pkg-plist
-- add PYTHON option to alsa-lib
-- drop unresponsive mirrors and those that rarely catch up
-- drop --disable-aload from alsa-lib, builds fine without
-- drop USE_LDCONFIG from alsa-plugins, useless for dlopen'd plugins
-- convert to new LIB_DEPENDS syntax and Makefile header
-- convert PLIST_SUB to OPTIONS_SUB
-- don't link alsa-utils against librt for clock_gettime(2)
-- pass paths to configure relative to --prefix value
-- install udev config(s) under PREFIX (for reference)
-- cleanup /var/lib as it's not in default MTREE_FILE
-- remove OSVERSION check for EOL releases
- allow staging
PR: ports/182245 [1]
Submitted by: Jan Beich <jbeich@tormail.org> [1]
Approved by: maintainer timeout