pkgsrc-Changes archive

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

CVS commit: pkgsrc/archivers/py-libarchive-c



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Aug 15 21:04:09 UTC 2017

Modified Files:
        pkgsrc/archivers/py-libarchive-c: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/archivers/py-libarchive-c/Makefile

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

Modified files:

Index: pkgsrc/archivers/py-libarchive-c/Makefile
diff -u pkgsrc/archivers/py-libarchive-c/Makefile:1.9 pkgsrc/archivers/py-libarchive-c/Makefile:1.10
--- pkgsrc/archivers/py-libarchive-c/Makefile:1.9       Mon May 29 11:09:45 2017
+++ pkgsrc/archivers/py-libarchive-c/Makefile   Tue Aug 15 21:04:09 2017
@@ -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 @@ HOMEPAGE=    https://github.com/Changaco/py
 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