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 /devel/libgit2-glib | |
parent | f1dc3ed5c7ca488602e7722513cc7b3cb79a3f96 (diff) | |
download | marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.gz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.bz2 marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.lz marcuscom-ports-2b608721e2fd69f2fc28c7008c659631151c6c30.tar.xz 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 'devel/libgit2-glib')
-rw-r--r-- | devel/libgit2-glib/Makefile | 9 | ||||
-rw-r--r-- | devel/libgit2-glib/pkg-plist | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/devel/libgit2-glib/Makefile b/devel/libgit2-glib/Makefile index bd2fa6c81..12d002461 100644 --- a/devel/libgit2-glib/Makefile +++ b/devel/libgit2-glib/Makefile @@ -15,20 +15,19 @@ BUILD_DEPENDS= gnome-autogen.sh:${PORTSDIR}/devel/gnome-common \ gtkdoc-check:${PORTSDIR}/textproc/gtk-doc LIB_DEPENDS= libgit2.so:${PORTSDIR}/devel/libgit2 -USES= gmake pathfix pkgconfig +USES= gmake libtool:keepla pathfix pkgconfig USE_GNOME= glib20 gnomeprefix gtk30 intlhack introspection -USE_AUTOTOOLS= automake libtool +USE_AUTOTOOLS= automake libtoolize USE_LDCONFIG= yes GNU_CONFIGURE= yes PATHFIX_MAKEFILEIN= Makefile.am INSTALLS_ICONS= yes +CONFIGURE_ARGS= --disable-python CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +INSTALL_TARGET= install-strip pre-configure: cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh -post-install: - ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgit2-glib-1.0.so.0 - .include <bsd.port.mk> diff --git a/devel/libgit2-glib/pkg-plist b/devel/libgit2-glib/pkg-plist index 99dc17ffd..3306e5e07 100644 --- a/devel/libgit2-glib/pkg-plist +++ b/devel/libgit2-glib/pkg-plist @@ -51,10 +51,10 @@ include/libgit2-glib-1.0/libgit2-glib/ggit-tree-entry.h include/libgit2-glib-1.0/libgit2-glib/ggit-tree.h include/libgit2-glib-1.0/libgit2-glib/ggit-types.h include/libgit2-glib-1.0/libgit2-glib/ggit.h -lib/libgit2-glib-1.0.a lib/libgit2-glib-1.0.la lib/libgit2-glib-1.0.so lib/libgit2-glib-1.0.so.0 +lib/libgit2-glib-1.0.so.0.0.0 lib/girepository-1.0/Ggit-1.0.typelib libdata/pkgconfig/libgit2-glib-1.0.pc share/gir-1.0/Ggit-1.0.gir |