pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/kterm Comment out support for KTERM_USE_WALLPAPER=...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ea2c0948993e
branches:  trunk
changeset: 572176:ea2c0948993e
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 21 15:39:12 2010 +0000

description:
Comment out support for KTERM_USE_WALLPAPER=YES because the distfile
disappeared.

Can be reenabled if someone provides KTerm-BGP-1.0.patch.gz.

Addresses part of PR 42493.

diffstat:

 x11/kterm/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 38c79910fae0 -r ea2c0948993e x11/kterm/Makefile
--- a/x11/kterm/Makefile        Sun Feb 21 15:28:58 2010 +0000
+++ b/x11/kterm/Makefile        Sun Feb 21 15:39:12 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2010/01/18 09:59:41 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2010/02/21 15:39:12 wiz Exp $
 
 DISTNAME=      kterm-6.2.0
 PKGREVISION=   13
@@ -29,10 +29,10 @@
 SITES.KTerm-BGP-Imlib-1.0.patch.gz=    http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/
 PATCHFILES+=   KTerm-BGP-Imlib-1.0.patch.gz
 .    include "../../graphics/imlib/buildlink3.mk"
-.  elif ${KTERM_USE_WALLPAPER} == "YES"
-SITES.KTerm-BGP-1.0.patch.gz=  http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/
-PATCHFILES+=   KTerm-BGP-1.0.patch.gz
-.    include "../../x11/libXpm/buildlink3.mk"
+#.  elif ${KTERM_USE_WALLPAPER} == "YES"
+#SITES.KTerm-BGP-1.0.patch.gz= http://delegate.uec.ac.jp:8081/club/mma/%7Etakkun/fun/handling/
+#PATCHFILES+=  KTerm-BGP-1.0.patch.gz
+#.    include "../../x11/libXpm/buildlink3.mk"
 .  endif
 .endif
 



Home | Main Index | Thread Index | Old Index