pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xorg-imake This is for PR #28948 from Todd Willey ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/41090047cc78
branches:  trunk
changeset: 487327:41090047cc78
user:      reed <reed%pkgsrc.org@localhost>
date:      Wed Jan 12 20:21:49 2005 +0000

description:
This is for PR #28948 from Todd Willey so DragonFly.cf
should set CompessManPages to NO (as the default).

Also bump PKGREVISION. (Maybe packages depending on this
and on DragonFly should bump their depends.)

diffstat:

 x11/xorg-imake/Makefile           |  3 ++-
 x11/xorg-imake/files/DragonFly.cf |  2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r c1a18444a109 -r 41090047cc78 x11/xorg-imake/Makefile
--- a/x11/xorg-imake/Makefile   Wed Jan 12 20:04:43 2005 +0000
+++ b/x11/xorg-imake/Makefile   Wed Jan 12 20:21:49 2005 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.11 2004/12/27 17:26:18 xtraeme Exp $
+# $NetBSD: Makefile,v 1.12 2005/01/12 20:21:49 reed Exp $
 
 DISTNAME=      ${DISTFILES}
 PKGNAME=       xorg-imake-${XORG_VER}
+PKGREVISION=   1
 CATEGORIES=    x11
 MASTER_SITES=  ${MASTER_SITE_XORG}
 DISTFILES=     X11R${XORG_VER}-src1.tar.gz X11R${XORG_VER}-src3.tar.gz
diff -r c1a18444a109 -r 41090047cc78 x11/xorg-imake/files/DragonFly.cf
--- a/x11/xorg-imake/files/DragonFly.cf Wed Jan 12 20:04:43 2005 +0000
+++ b/x11/xorg-imake/files/DragonFly.cf Wed Jan 12 20:21:49 2005 +0000
@@ -256,7 +256,7 @@
 #define InstKmemFlags  -g kmem -m 2755
 
 #ifndef CompressManPages
-# define CompressManPages      YES
+# define CompressManPages      NO
 #endif
 
 #define HasBsdMake     YES



Home | Main Index | Thread Index | Old Index