pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/dpkg



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 21:38:32 UTC 2017

Modified Files:
        pkgsrc/misc/dpkg: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/misc/dpkg/Makefile

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

Modified files:

Index: pkgsrc/misc/dpkg/Makefile
diff -u pkgsrc/misc/dpkg/Makefile:1.36 pkgsrc/misc/dpkg/Makefile:1.37
--- pkgsrc/misc/dpkg/Makefile:1.36      Sat Jul  9 06:38:35 2016
+++ pkgsrc/misc/dpkg/Makefile   Wed Jan  4 21:38:32 2017
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.36 2016/07/09 06:38:35 wiz Exp $
+# $NetBSD: Makefile,v 1.37 2017/01/04 21:38:32 roy Exp $
 #
 
 DISTNAME=      dpkg_1.16.17
 PKGNAME=       ${DISTNAME:S/_/-/}
-PKGREVISION=   1
+PKGREVISION=   2
 CATEGORIES=    misc
 MASTER_SITES=  ${MASTER_SITE_DEBIAN:=pool/main/d/dpkg/}
 EXTRACT_SUFX=  .tar.xz
@@ -22,7 +22,7 @@ USE_PKGLOCALEDIR=     yes
 GNU_CONFIGURE=         yes
 USE_LANGUAGES=         c c++
 USE_TOOLS+=            gmake msgfmt perl:run gtar:run pod2man
-USE_NCURSES=           yes     # needs tigetstr()
+INCOMPAT_CURSES+=      NetBSD-[0-5].*-*
 
 REPLACE_PERL=          scripts/*.pl
 REPLACE_PERL+=         dselect/methods/ftp/install
@@ -47,8 +47,8 @@ SUBST_FILES.tool-path=        lib/dpkg/dpkg.h
 .include "../../archivers/xz/buildlink3.mk"
 .include "../../converters/libiconv/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../devel/ncurses/buildlink3.mk"
 .include "../../devel/zlib/buildlink3.mk"
 PERL5_CONFIGURE=       no
 .include "../../lang/perl5/module.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index