summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-07 21:01:48 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2013-11-07 21:01:48 +0800
commit336a24c8f0ddacfcd97ed54970f8389a057d2b55 (patch)
tree70f144435ea6e14fb6d5c68e93ff523a5df9cb88
parent6b3fa438ef389b05082706b536bdf5cad89daee6 (diff)
downloadmarcuscom-ports-336a24c8f0ddacfcd97ed54970f8389a057d2b55.tar
marcuscom-ports-336a24c8f0ddacfcd97ed54970f8389a057d2b55.tar.gz
marcuscom-ports-336a24c8f0ddacfcd97ed54970f8389a057d2b55.tar.bz2
marcuscom-ports-336a24c8f0ddacfcd97ed54970f8389a057d2b55.tar.lz
marcuscom-ports-336a24c8f0ddacfcd97ed54970f8389a057d2b55.tar.xz
marcuscom-ports-336a24c8f0ddacfcd97ed54970f8389a057d2b55.tar.zst
marcuscom-ports-336a24c8f0ddacfcd97ed54970f8389a057d2b55.zip
Remove conflict, stageify.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18857 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--net-im/farstream/Makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/net-im/farstream/Makefile b/net-im/farstream/Makefile
index 9a4619c4c..86418cb9c 100644
--- a/net-im/farstream/Makefile
+++ b/net-im/farstream/Makefile
@@ -13,9 +13,6 @@ COMMENT= Collection of GStreamer modules and libraries for videoconferencing
LIB_DEPENDS= libnice.so:${PORTSDIR}/net-im/libnice
RUN_DEPENDS= libnice-gst1>=0:${PORTSDIR}/net-im/libnice-gst1
-CONFLICTS= farsight2-[0-9]*
-
-NO_STAGE= yes
USE_LDCONFIG= yes
USE_PYTHON= yes
USES= gettext gmake pathfix pkgconfig
@@ -25,4 +22,9 @@ USE_AUTOTOOLS= libtool
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+post-install:
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfarstream-0.2.so.2
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gstreamer-1.0/lib*.so
+ @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/farstream-0.2/lib*.so
+
.include <bsd.port.mk>