pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/archivers/py-libarchive-c Remove hack for finding liba...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a0971ce491b6
branches:  trunk
changeset: 366568:a0971ce491b6
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Aug 15 21:04:09 2017 +0000

description:
Remove hack for finding libarchive that is not correct any longer.
Bump PKGREVISION.

diffstat:

 archivers/py-libarchive-c/Makefile |  11 ++---------
 1 files changed, 2 insertions(+), 9 deletions(-)

diffs (28 lines):

diff -r f48c23961ba4 -r a0971ce491b6 archivers/py-libarchive-c/Makefile
--- a/archivers/py-libarchive-c/Makefile        Tue Aug 15 21:00:22 2017 +0000
+++ b/archivers/py-libarchive-c/Makefile        Tue Aug 15 21:04:09 2017 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.9 2017/05/29 11:09:45 jperkin Exp $
+# $NetBSD: Makefile,v 1.10 2017/08/15 21:04:09 wiz Exp $
 
 DISTNAME=      libarchive-c-2.4
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   2
+PKGREVISION=   3
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_PYPI:=l/libarchive-c/}
 
@@ -11,13 +11,6 @@
 COMMENT=       Python interface to libarchive
 LICENSE=       cc0-1.0-universal
 
-SUBST_CLASSES+=                        libarchive
-# assume for now that only pkgsrc provides a new enough version
-SUBST_SED.libarchive+=         -e "s,find_library('archive'),'${PREFIX}/lib/libarchive.so',"
-SUBST_FILES.libarchive+=       libarchive/ffi.py
-SUBST_MESSAGE.libarchive=      Fix path to libarchive.
-SUBST_STAGE.libarchive=                post-configure
-
 .include "../../archivers/libarchive/buildlink3.mk"
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index