[Bug 194553] [NEW PORT] databases/pecl-yac: Yac is a shared and lockless memory user data cache for PHP.

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Nov 1 16:07:00 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194553

John Marino <marino at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |marino at FreeBSD.org

--- Comment #5 from John Marino <marino at FreeBSD.org> ---
hmm, it looks like INSTALL_TARGET= install-strip didn't work.

see in log?

Warning: 'lib/php/20100525/yac.so' is not stripped consider trying
INSTALL_TARGET=install-strip or using ${STRIP_CMD}

That means you probably need to remove it and instead use something like:
post-install:
   @${STRIP_COMMAND} ${STAGEDIR}${ ??? }/yac.so

I'm sure there's a variable for lib/php/20100525, "make -V PLIST_SUB" will
probably reveal it.

A little nit, but is USES=tar:tgz tabbed once or twice?  It should be twice to
line up with the rest of the lines.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list