pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Fixes package creation



Module Name:	pkgsrc-wip
Committed By:	Daniel Oelschlegel <amoibos%gmail.com@localhost>
Pushed By:	amoibos
Date:		Sun Oct 23 19:18:29 2016 +0000
Changeset:	e52740f13e72dbc028b7e7043b4e3e20fb1c38d5

Modified Files:
	seafile-libsearpc/Makefile

Log Message:
Fixes package creation

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=e52740f13e72dbc028b7e7043b4e3e20fb1c38d5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 seafile-libsearpc/Makefile | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)

diffs:
diff --git a/seafile-libsearpc/Makefile b/seafile-libsearpc/Makefile
index 20a47e5..df79d6f 100644
--- a/seafile-libsearpc/Makefile
+++ b/seafile-libsearpc/Makefile
@@ -17,21 +17,20 @@ WRKSRC=		${WRKDIR}/libsearpc-${GHCOMMIT}
 GNU_CONFIGURE=	yes
 USE_LIBTOOL=	yes
 
-AUTOCONF_VERSION=2.61
-AUTOMAKE_VERSION=1.9
-
 USE_LANGUAGES+=	c c++
-USE_TOOLS+=	pkg-config gmake automake autoreconf
+USE_TOOLS+=	pkg-config gmake automake autoconf aclocal autoheader
+
+DEPENDS+=	${PYPKGPREFIX}-simplejson-[0-9]*:../../converters/py-simplejson
 
-#DEPENDS+=	${PYPKGPREFIX}-simplejson>=../../converters/py-simplejson
 
+PY_PATCHPLIST=	yes
 
 pre-configure:
-	cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} && AUTOMAKE_VERSION=${AUTOMAKE_VERSION} autoreconf -fi
+	set -e; cd ${WRKSRC}; libtoolize; aclocal; autoheader; automake -a --foreign -i; autoconf
 
 
 .include "../../textproc/jansson/buildlink3.mk"
-.include "../../lang/python/tool.mk"
+.include "../../lang/python/extension.mk"
 .include "../../textproc/json-glib/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index