pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libsoup



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 10:44:58 UTC 2017

Modified Files:
        pkgsrc/net/libsoup: Makefile

Log Message:
Remove build dependency on ncurses because libsoup doesn't use curses
even indirectly and py-curses no longer depends on ncurses.


To generate a diff of this commit:
cvs rdiff -u -r1.30 -r1.31 pkgsrc/net/libsoup/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/libsoup/Makefile
diff -u pkgsrc/net/libsoup/Makefile:1.30 pkgsrc/net/libsoup/Makefile:1.31
--- pkgsrc/net/libsoup/Makefile:1.30    Mon Dec 12 14:26:15 2016
+++ pkgsrc/net/libsoup/Makefile Wed Jan  4 10:44:58 2017
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.30 2016/12/12 14:26:15 wiz Exp $
+# $NetBSD: Makefile,v 1.31 2017/01/04 10:44:58 roy Exp $
 
 DISTNAME=      libsoup-2.54.1
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    net gnome
 MASTER_SITES=  ${MASTER_SITE_GNOME:=sources/libsoup/${PKGVERSION_NOREV:R}/}
 EXTRACT_SUFX=  .tar.xz
@@ -46,12 +46,6 @@ REPLACE_PYTHON= libsoup/tld-parser.py
 PYTHON_FOR_BUILD_ONLY= yes
 .include "../../lang/python/application.mk"
 
-# The following is to avoid -Werror=missing-include-dirs when there
-# is no native ncurses installed...  g-ir-scanner sees that py_curses.h
-# seems to need ncurses, as pyconfig.h says we should have it
-BUILDLINK_DEPMETHOD.ncurses?=  build
-.include "../../devel/ncurses/buildlink3.mk"
-
 .include "../../databases/sqlite3/buildlink3.mk"
 BUILDLINK_API_DEPENDS.glib2+=  glib2>=2.38.0
 .include "../../devel/glib2/buildlink3.mk"



Home | Main Index | Thread Index | Old Index