Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 01 Nov 2014 16:07:00 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 194553] [NEW PORT] databases/pecl-yac: Yac is a shared and lockless memory user data cache for PHP.
Message-ID:  <bug-194553-13-LKXOdVvY9Y@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194553-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194553-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194553

John Marino <marino@FreeBSD.org> changed:

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

--- Comment #5 from John Marino <marino@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194553-13-LKXOdVvY9Y>