diff options
author | rillig <rillig@pkgsrc.org> | 2005-09-28 19:35:36 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2005-09-28 19:35:36 +0000 |
commit | 7356d65d878cba1019e05c7a2ac78ac04afa0aca (patch) | |
tree | ad7a0aa15efed56e264f00993f2da52c9da22b47 /misc/screen | |
parent | 66a323895739307688329e108be7c5b6a5a820de (diff) | |
download | pkgsrc-7356d65d878cba1019e05c7a2ac78ac04afa0aca.tar.gz |
Fixed pkglint warnings.
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 4 | ||||
-rw-r--r-- | misc/screen/distinfo | 4 | ||||
-rw-r--r-- | misc/screen/patches/patch-aj | 3 |
3 files changed, 5 insertions, 6 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index 4f4bc683c5a..f19795d22d6 100644 --- a/misc/screen/Makefile +++ b/misc/screen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.60 2005/09/20 04:23:48 jlam Exp $ +# $NetBSD: Makefile,v 1.61 2005/09/28 19:35:36 rillig Exp $ DISTNAME= screen-4.0.2 PKGREVISION= 3 @@ -18,7 +18,7 @@ USE_PKGINSTALL= YES INFO_FILES= screen.info PLIST_SUBST= DISTNAME=${DISTNAME} -GNU_CONFIGURE= # defined +GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc CONFIGURE_ARGS+= --enable-telnet diff --git a/misc/screen/distinfo b/misc/screen/distinfo index 79ee66117d7..ddb3329e4b4 100644 --- a/misc/screen/distinfo +++ b/misc/screen/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.23 2005/03/29 07:02:25 kim Exp $ +$NetBSD: distinfo,v 1.24 2005/09/28 19:35:36 rillig Exp $ SHA1 (screen-4.0.2.tar.gz) = 461eb9d5edc211e1480d7b5e94d89c4d9ba3643f RMD160 (screen-4.0.2.tar.gz) = 42aea3d27ed25104f2a48606ea73234b715e480f @@ -8,7 +8,7 @@ SHA1 (patch-ab) = f4fc914ad9c48cb83cf3633630cb83e4a8e90ff5 SHA1 (patch-ac) = 4eb492cd7cf9cf0df11337e91dc8f55f440de761 SHA1 (patch-ae) = dcdbb1ca08e36308f5659a90a5b6f31fb3a45691 SHA1 (patch-ai) = a3d2c7d2ef3db9deb7a5e70ed7f906efd3196af6 -SHA1 (patch-aj) = 1d672a9e3290d68137ea5b9400410fbba63c22eb +SHA1 (patch-aj) = d3a2a0170d92c06b25598ee2b5f288f0ef37f41f SHA1 (patch-ak) = 20254505d621a994befc2e1bfef56c9291d09fe6 SHA1 (patch-al) = 6ee93058847f3894a886346676e4a613c0bd134e SHA1 (patch-am) = 5fdc32f33ebbb5385292919f6cd01bedc30491d9 diff --git a/misc/screen/patches/patch-aj b/misc/screen/patches/patch-aj index e6e00af9ccf..b537141a3a7 100644 --- a/misc/screen/patches/patch-aj +++ b/misc/screen/patches/patch-aj @@ -1,4 +1,4 @@ -$NetBSD: patch-aj,v 1.3 2004/07/15 04:05:40 atatat Exp $ +$NetBSD: patch-aj,v 1.4 2005/09/28 19:35:36 rillig Exp $ Detect getutent correctly on NetBSD with utmpx. @@ -29,4 +29,3 @@ Detect getutent correctly on NetBSD with utmpx. AC_MSG_CHECKING(for setenv) AC_TRY_LINK(,[setenv((char *)0,(char *)0);unsetenv((char *)0);], AC_MSG_RESULT(yes);AC_DEFINE(USESETENV), - |