pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/mtr



Module Name:    pkgsrc
Committed By:   roy
Date:           Wed Jan  4 19:41:14 UTC 2017

Modified Files:
        pkgsrc/net/mtr: Makefile

Log Message:
Use the curses framework.


To generate a diff of this commit:
cvs rdiff -u -r1.94 -r1.95 pkgsrc/net/mtr/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/mtr/Makefile
diff -u pkgsrc/net/mtr/Makefile:1.94 pkgsrc/net/mtr/Makefile:1.95
--- pkgsrc/net/mtr/Makefile:1.94        Fri Aug 19 13:42:58 2016
+++ pkgsrc/net/mtr/Makefile     Wed Jan  4 19:41:14 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.94 2016/08/19 13:42:58 wiz Exp $
+# $NetBSD: Makefile,v 1.95 2017/01/04 19:41:14 roy Exp $
 
 DISTNAME=      mtr-0.87
 CATEGORIES=    net
@@ -15,11 +15,6 @@ INSTALLATION_DIRS=   ${PKGMANDIR}/man8 sbi
 
 .include "options.mk"
 
-# mtr uses libtermcap by default, but needs wattr_{on,off} from (n)curses,
-# so we rewrite -ltermcap to -lncurses (which will be auto-mangled into
-# -lcurses on the appropriate platforms).
-BUILDLINK_TRANSFORM+=  l:termcap:ncurses
-
 SPECIAL_PERMS= sbin/mtr ${SETUID_ROOT_PERMS}
 
 # Remove hard-coded compiler option that GCC 3.x doesn't support.
@@ -37,5 +32,5 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/mtr.8 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man8
        ${INSTALL_DATA} ${WRKSRC}/SECURITY ${DESTDIR}${PREFIX}/share/doc/mtr
 
-.include "../../devel/ncurses/buildlink3.mk"
+.include "../../mk/curses.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index