diff options
| author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
|---|---|---|
| committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 05:50:30 +0800 |
| commit | 2b608721e2fd69f2fc28c7008c659631151c6c30 (patch) | |
| tree | 5e7f2711e53044a74894c948fad581a0f0bb351a /net-im/folks/Makefile | |
| parent | f1dc3ed5c7ca488602e7722513cc7b3cb79a3f96 (diff) | |
| download | marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.gz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.zst marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.zip | |
Switch to USES=libtool:keepla for now. While I rather want to ditch .la files
I think we need to keep em a cycle. So that other ports have a chance to
update there .la files not to record dependancies .la files.
sprinkle some USE_AUTOTOOLS=libtool -> libtoolize. This will give us base
libtool (ltmain.sh and libtool.m4) files. But doesn't depend on
${LOCALBASE}/bin/libtool
INSTALL_TARGET=install-strip and misc smaller cleanups.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19578 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/folks/Makefile')
| -rw-r--r-- | net-im/folks/Makefile | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net-im/folks/Makefile b/net-im/folks/Makefile index ea035e29e..7501072ef 100644 --- a/net-im/folks/Makefile +++ b/net-im/folks/Makefile @@ -18,19 +18,19 @@ LIB_DEPENDS= libgee-0.8.so:${PORTSDIR}/devel/libgee \ CONFLICTS= folks-0.4.[0-9]* -USE_AUTOTOOLS= libtool USE_LDCONFIG= yes -USES= gettext gmake pathfix pkgconfig tar:xz +USES= gettext libtool:keepla gmake pathfix pkgconfig tar:xz USE_GNOME= evolutiondataserver3 gnomehier intlhack \ - introspection:build ltverhack + introspection:build GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-bluez-backend CPPFLAGS+= -I${LOCALBASE}/include -Wno-error=deprecated-declarations LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip GLIB_SCHEMAS= org.freedesktop.folks.gschema.xml -PLIST_SUB= LIBVER=25 VERSION=41 +PLIST_SUB= LIBVER=25 VERSION=41 LIBVERLONG=25.16.1 OPTIONS_DEFINE= SOCIALWEB TRACKER OPTIONS_DEFAULT=SOCIALWEB TRACKER @@ -58,15 +58,9 @@ PLIST_SUB+= TRACKER="@comment " .endif post-patch: - @${REINPLACE_CMD} -e 's|^build_old_libs=yes|build_old_libs=no|g' \ - ${WRKDIR}/gnome-libtool @${REINPLACE_CMD} -e 's|TRACKER_SPARQL_MAJOR=0.16|TRACKER_SPARQL_MAJOR=1.0|g' \ ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|--fatal-warnings||g' \ ${WRKSRC}/configure -post-install: - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libfolks*.so.* - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/folks/*/backends/*/*.so - .include <bsd.port.mk> |
