Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/x11/xterm/Makefile,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.69 retrieving revision 1.120 diff -u -p -r1.69 -r1.120 --- pkgsrc/x11/xterm/Makefile 2013/01/21 13:00:54 1.69 +++ pkgsrc/x11/xterm/Makefile 2019/07/22 08:37:58 1.120 @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.69 2013/01/21 13:00:54 wiz Exp $ +# $NetBSD: Makefile,v 1.120 2019/07/22 08:37:58 nia Exp $ -DISTNAME= xterm-288 +DISTNAME= xterm-344 CATEGORIES= x11 -MASTER_SITES= ftp://invisible-island.net/xterm/ \ - http://www.sfr-fresh.com/unix/misc/ +MASTER_SITES= ftp://ftp.invisible-island.net/xterm/ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org -HOMEPAGE= http://dickey.his.com/xterm/xterm.html +HOMEPAGE= https://invisible-island.net/xterm/xterm.html COMMENT= Latest terminal emulator for the X Window System +LICENSE= x11 GNU_CONFIGURE= yes USE_TOOLS+= tbl pkg-config @@ -19,7 +19,6 @@ CONFIGURE_ARGS+= --enable-88-color CONFIGURE_ARGS+= --enable-256-color CONFIGURE_ARGS+= --enable-paste64 CONFIGURE_ARGS+= --enable-readline-mouse -CONFIGURE_ARGS+= --enable-toolbar # Resource disabled by default CONFIGURE_ARGS.standard=# empty CONFIGURE_ARGS.3d= --with-Xaw3d @@ -58,7 +57,8 @@ post-install: .include "options.mk" -.include "../../sysutils/desktop-file-utils/desktopdb.mk" +.include "../../mk/curses.buildlink3.mk" .include "../../mk/termcap.buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk"