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.66 retrieving revision 1.84 diff -u -p -r1.66 -r1.84 --- pkgsrc/x11/xterm/Makefile 2012/10/29 05:07:22 1.66 +++ pkgsrc/x11/xterm/Makefile 2013/09/12 12:59:39 1.84 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.66 2012/10/29 05:07:22 asau Exp $ +# $NetBSD: Makefile,v 1.84 2013/09/12 12:59:39 wiz Exp $ -DISTNAME= xterm-284 +DISTNAME= xterm-297 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://www.sfr-fresh.com/unix/misc/ @@ -9,6 +9,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://dickey.his.com/xterm/xterm.html COMMENT= Latest terminal emulator for the X Window System +LICENSE= x11 GNU_CONFIGURE= yes USE_TOOLS+= tbl pkg-config @@ -19,7 +20,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 +58,7 @@ post-install: .include "options.mk" -.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/termcap.buildlink3.mk" +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk"