pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/grive2



Module Name:    pkgsrc
Committed By:   abs
Date:           Mon Jul  4 13:20:46 UTC 2016

Modified Files:
        pkgsrc/net/grive2: Makefile

Log Message:
Drop dependency on libiberty - its not needed, besides which its toxic and breaks any later builds of pkgsrc gcc. Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/net/grive2/Makefile

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

Modified files:

Index: pkgsrc/net/grive2/Makefile
diff -u pkgsrc/net/grive2/Makefile:1.4 pkgsrc/net/grive2/Makefile:1.5
--- pkgsrc/net/grive2/Makefile:1.4      Sat Mar  5 11:29:05 2016
+++ pkgsrc/net/grive2/Makefile  Mon Jul  4 13:20:46 2016
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/03/05 11:29:05 jperkin Exp $
+# $NetBSD: Makefile,v 1.5 2016/07/04 13:20:46 abs Exp $
 
 DISTNAME=      grive2-0.4.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=vitalif/}
 
@@ -26,7 +26,6 @@ SUBST_SED.manpath=    -e 's,DESTINATION sha
 .include "../../textproc/expat/buildlink3.mk"
 .include "../../devel/boost-libs/buildlink3.mk"
 .include "../../devel/cppunit/buildlink3.mk"
-.include "../../devel/libiberty/buildlink3.mk"
 .include "../../devel/yajl/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 .include "../../www/curl/buildlink3.mk"



Home | Main Index | Thread Index | Old Index